docusaurus/packages/docusaurus-theme-translations
2022-04-23 11:55:01 +08:00
..
locales feat(theme-classic): toggle code wrap button (#7036) 2022-04-22 14:50:27 +02:00
src refactor: capitalize comments (#7188) 2022-04-17 16:39:11 +08:00
.npmignore misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
package.json chore: upgrade dependencies (#7232) 2022-04-23 11:55:01 +08:00
README.md refactor: define own translations in other themes (#5849) 2021-11-20 16:35:27 +01:00
tsconfig.build.json test: improve test coverage; multiple internal refactors (#6912) 2022-03-14 21:53:57 +08:00
tsconfig.json test: improve test coverage; multiple internal refactors (#6912) 2022-03-14 21:53:57 +08:00
update.mjs refactor: prefer fs.readJSON over readFile.then(JSON.parse) (#7186) 2022-04-17 12:50:09 +08: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