docusaurus/packages/docusaurus-theme-classic/codeTranslations
Ali Saki 74f060dde0
refactor: update Arabic and Persian translations (#5434)
* Update Arabic Translation

* Update Persian Translation

* fix spacing problem for ar.json

* fix spacing problem for fa.json

* Update fa.json

Update Persian translation to match with @farshidinanloo translation

* fix ar.json

* Update fa.json to match with @farshidinanloo
2021-08-30 12:59:55 +02:00
..
ar.json refactor: update Arabic and Persian translations (#5434) 2021-08-30 12:59:55 +02:00
base.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
bn.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
cs.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
da.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
de.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
es.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
fa.json refactor: add missing translations in fa.json (#5410) 2021-08-30 11:24:16 +02:00
fil.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
fr.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
he.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
hi.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
ja.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
ko.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
pl.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
pt-BR.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
pt-PT.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +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 feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
tr.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
vi.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
zh-Hans.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +02:00
zh-Hant.json feat: make blog config options and navbar versions dropdown label translatable (#5371) 2021-08-20 17:11:59 +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