docusaurus/packages/docusaurus-theme-classic/codeTranslations
Alexey Pyltsyn c8b9061f6c
refactor(v2): improve semantic doc sidebar markup (#4940)
* refactor(v2): improve semantic doc sidebar markup

* Fixes
2021-06-15 12:45:29 +02:00
..
ar.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
base.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
bn.json refactor(v2): improve semantic blog sidebar markup (#4961) 2021-06-14 19:04:58 +02:00
da.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
de.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
es.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
fa.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
fil.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
fr.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
he.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
hi.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
ja.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
ko.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
pl.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
pt-BR.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
pt-PT.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +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): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
tr.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
vi.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
zh-Hans.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02:00
zh-Hant.json refactor(v2): improve semantic doc sidebar markup (#4940) 2021-06-15 12:45:29 +02: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