docusaurus/packages/docusaurus-theme-translations
Joshua Chen 3f33e90704
chore: upgrade dependencies (#7065)
* chore: upgrade dependencies

* fix project words
2022-03-30 11:05:50 +08:00
..
locales chore(theme-translations): complete German translations (#7031) 2022-03-28 22:12:34 +08:00
src chore: upgrade dependencies (#7065) 2022-03-30 11:05:50 +08:00
.npmignore
package.json chore: prepare v2.0.0-beta.18 release (#7001) 2022-03-25 16:16:38 +01:00
README.md
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