docusaurus/packages/docusaurus-theme-translations
Joshua Chen cc0bceab9c
chore: tighten ESLint config (#6931)
* chore: tighten ESLint config

* more refactor

* refactor push

* fix
2022-03-17 17:59:41 +08:00
..
locales test: improve test coverage; multiple internal refactors (#6912) 2022-03-14 21:53:57 +08:00
src chore: tighten ESLint config (#6931) 2022-03-17 17:59:41 +08:00
.npmignore misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
package.json test: improve test coverage; multiple internal refactors (#6912) 2022-03-14 21:53:57 +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 chore: tighten ESLint config (#6931) 2022-03-17 17:59:41 +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