docusaurus/packages/docusaurus-theme-classic/codeTranslations
2021-03-05 14:45:21 +01:00
..
ar.json refactor(v2): format post date using Intl (#4344) 2021-03-04 19:11:31 +01:00
base.json refactor(v2): format post date using Intl (#4344) 2021-03-04 19:11:31 +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 refactor(v2): format post date using Intl (#4344) 2021-03-04 19:11:31 +01:00
ja.json polish(v2): add japanese translation for #4304 (#4351) 2021-03-05 14:45:21 +01:00
pl.json refactor(v2): format post date using Intl (#4344) 2021-03-04 19:11:31 +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): format post date using Intl (#4344) 2021-03-04 19:11:31 +01:00
tr.json refactor(v2): format post date using Intl (#4344) 2021-03-04 19:11:31 +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