mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 23:08:54 +02:00
* Translate versions dropdown label Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Make blog options tranlatable Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Fix names Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Rename functions Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Rename translations path Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Update docs Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Update Chinese translations Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Remove space Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Update docs Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Add jest test Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Fix copyright typing Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Update test Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Update options Signed-off-by: Josh-Cena <sidachen2003@gmail.com> * Fix test Signed-off-by: Josh-Cena <sidachen2003@gmail.com> |
||
---|---|---|
.. | ||
ar.json | ||
base.json | ||
bn.json | ||
cs.json | ||
da.json | ||
de.json | ||
es.json | ||
fa.json | ||
fil.json | ||
fr.json | ||
he.json | ||
hi.json | ||
ja.json | ||
ko.json | ||
pl.json | ||
pt-BR.json | ||
pt-PT.json | ||
README.md | ||
ru.json | ||
tr.json | ||
vi.json | ||
zh-Hans.json | ||
zh-Hant.json |
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 (copybase.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