Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,17 @@ module.exports = {
],
i18n: {
defaultLocale: defaultLocale,
locales: ["en", "zh"],
locales: ["en", "zh", "it"],
localeConfigs: {
en: {
label: "English",
},
zh: {
label: "简体中文",
},
it: {
label: "Italiano",
},
},
},
headTags: [
Expand Down
14 changes: 14 additions & 0 deletions i18n/it/changelog-plugin/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"title": {
"message": "HAMi Changelog",
"description": "The title for the blog used in SEO"
},
"description": {
"message": "Keep yourself up-to-date about new features in every release",
"description": "The description for the blog used in SEO"
},
"sidebar.title": {
"message": "Changelog",
"description": "The label for the left sidebar"
}
}
Loading