docusaurus/packages/docusaurus-theme-translations
2021-12-07 19:15:16 +08:00
..
locales chore(theme-translations): complete Chinese translations (#6060) 2021-12-07 19:15:16 +08:00
src
package.json chore: clean up dev dependency declarations (#6055) 2021-12-05 23:07:34 +08:00
README.md
tsconfig.json
update.js chore: clean up dev dependency declarations (#6055) 2021-12-05 23:07:34 +08:00
update.test.js refactor: minor ESLint improvements (#5981) 2021-12-03 17:38:29 +01:00

Docusaurus theme translations

This package includes default translations for labels (like the pagination "Next" / "Previous") used by official Docusaurus themes.

For Docusaurus users:

Please help us provide exhaustive translations:

  • add new translation by running yarn workspace @docusaurus/theme-translations update %new_lang_code%, then edit generated JSON files
  • double-check existent 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-translations update

Then, ask contributors to translate the newly added labels on this issue