docusaurus/packages/docusaurus-theme-classic/codeTranslations
Joon-Ha Lee 31264b1245
feat(v2): Add korean default translations (#4390)
add japanese translations
2021-03-11 17:07:53 +01:00
..
ar.json fix(v2): update code translations script + update some translations (#4349) 2021-03-05 14:52:59 +01:00
base.json polish(v2): [theme-classic] update French translation and base.json (#4358) 2021-03-08 15:41:17 +01:00
de.json refactor(v2): format post date using Intl (#4344) 2021-03-04 19:11:31 +01:00
fa.json refactor(v2): format post date using Intl (#4344) 2021-03-04 19:11:31 +01:00
fr.json polish(v2): [theme-classic] update French translation and base.json (#4358) 2021-03-08 15:41:17 +01:00
ja.json polish(v2): [theme-classic] slightly improve Japanese translation (#4359) 2021-03-08 19:22:42 +01:00
ko.json feat(v2): Add korean default translations (#4390) 2021-03-11 17:07:53 +01:00
pl.json fix(v2): update code translations script + update some translations (#4349) 2021-03-05 14:52:59 +01:00
README.md fix(v2): fix bad theme pluralization rules for some labels (#4304) 2021-03-03 17:05:21 +01:00
ru.json refactor(v2): update Russian translation in classic theme (#4371) 2021-03-09 14:41:15 +01:00
tr.json polish(v2): Updated theme label translations for Turkish (#4350) 2021-03-05 14:52:05 +01:00
zh-Hans.json polish(v2): [theme-classic] add Chinese translations (zh-Hant & zh-Hans) (#4356) 2021-03-08 15:46:39 +01:00
zh-Hant.json polish(v2): [theme-classic] add Chinese translations (zh-Hant & zh-Hans) (#4356) 2021-03-08 15:46:39 +01:00

Default theme translations

The Docusaurus theme includes default translations for labels used by the theme itself (like the pagination "Next" / "Previous").

For Docusaurus users:

Please help us provide exhaustive translations:

  • add your language.json file if it is missing (copy base.json and remove the attributes ___DESCRIPTION)
  • double-check your language.json file for bad or missing translations

For maintainers:

After updating the theme code, you can "synchronize" the translations by running:

yarn workspace @docusaurus/theme-classic update-code-translations

Then, ask contributors to translate the newly added labels on this issue