docusaurus/packages/docusaurus-theme-classic/codeTranslations
2021-05-18 15:22:38 +02: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
da.json feat(v2): add theme Danish translation (#4798) 2021-05-17 19:34:57 +02:00
de.json polish(v2): Add german translations (#4448) 2021-03-18 11:46:23 +01:00
es.json feat(v2): add es translations for docusaurus-theme-classic (#4762) 2021-05-11 11:03:29 +02:00
fa.json refactor(v2): format post date using Intl (#4344) 2021-03-04 19:11:31 +01:00
fil.json feat(v2): Add Filipino default translations to theme (#4624) 2021-04-16 10:07:43 +02:00
fr.json fix(v2): improve french translation for theme-classic (#4750) 2021-05-07 11:02:43 +02:00
he.json feat(v2): Add hebrew theme translations (#4811) 2021-05-18 15:22:38 +02:00
hi.json feat(v2): theme default translations hindi (#4596) 2021-04-12 18:02:56 +02:00
ja.json polish(v2): [theme-classic] slightly improve Japanese translation (#4359) 2021-03-08 19:22:42 +01:00
ko.json chore: fb json header commit typo (#4463) 2021-03-18 20:01:11 +01:00
pl.json fix(v2): update code translations script + update some translations (#4349) 2021-03-05 14:52:59 +01:00
pt-BR.json feat(v2): add Brazilian Portuguese translation (#4525) 2021-03-29 17:06:50 +02:00
pt-PT.json feat(v2): add pt-PT translations for docusaurus-theme-classic (#4536) 2021-03-30 10:47:21 +02: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