docusaurus/packages/docusaurus-theme-translations
ozaki bde9cfd84d
chore: update node engine version 18 (#9348)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-09-28 16:45:25 +02:00
..
locales fix(theme-translations): add missing zh-Hans messages (#9321) 2023-09-28 10:36:36 +02:00
src
.npmignore
package.json chore: update node engine version 18 (#9348) 2023-09-28 16:45:25 +02:00
README.md
tsconfig.build.json
tsconfig.json
update.mjs

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