docusaurus/packages/docusaurus-theme-classic/codeTranslations
2021-10-27 11:41:46 +03:00
..
ar.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
base.json misc: update base translation + remove extra char (#5639) 2021-10-02 18:36:30 +03:00
bn.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
cs.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
da.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
de.json refactor: Polish de translation (#5717) 2021-10-20 15:40:59 +02:00
es.json refactor: complete missing ES translations (#5646) 2021-10-05 11:16:12 +03:00
fa.json refactor: update Persian translation with the latest version (#5640) 2021-10-03 01:28:12 +03:00
fil.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
fr.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
he.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
hi.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
ja.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
ko.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
pl.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
pt-BR.json refactor: improve pt-BR translation for classic theme (#5649) 2021-10-06 08:20:57 +03:00
pt-PT.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03: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: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
sr.json feat(theme-classic): add Serbian Cyrillic translation (#5791) 2021-10-27 11:41:46 +03:00
tr.json refactor: add missing Turkish translations to theme-classic (#5725) 2021-10-20 15:30:49 +02:00
vi.json refactor: improve Vietnamese translations (#5781) 2021-10-26 21:00:47 +03:00
zh-Hans.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
zh-Hant.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +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