Translate UI strings to Italian
clairefro opened this issue · 0 comments
clairefro commented
In preparation for publishing tutorial pt1 in Italian, we need to translate the Navbar and Footer strings.
To do this, use the Spanish UI string translation as a guide.
- From project root,
cp -r i18n/es/docusaurus-theme-classic i18n/it/docusaurus-theme-classic
- In
i18n/it/docusaurus-theme-classic
, for each string infooter.json
andnavbar.json
, translate themessage
property value
Please preserve proper nouns like "Discord", "Discourse", "GitHub" etc. as-is.
That's it! Docusaurus is set up to look for i18n strings at this filepath, so once these json files are translated these strings will be automatically resolved for any /it
page