docusaurus/packages/docusaurus-theme-classic/codeTranslations
2021-03-18 19:28:14 +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 polish(v2): Add german translations (#4448) 2021-03-18 11:46:23 +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 fix(v2): Fix i18n staging deployment due to json typo (#4461) 2021-03-18 19:28:14 +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
vi.json feat(v2): add Vietnamese translation for classic theme (#4422) 2021-03-15 17:02:55 +03: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 refactor(v2): new theme label translations for Traditional Chinese (#4427) 2021-03-14 00:23:28 +03: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