docusaurus/packages/docusaurus-theme-translations
Aaron Chen d2bb74a8fd
chore(theme-translations): add more Traditional Chinese(zh-Hant) translations (#10257)
fix(theme-translation): add more Traditional Chinese(zh-Hant) translation
2024-07-02 00:28:20 -04:00
..
locales chore(theme-translations): add more Traditional Chinese(zh-Hant) translations (#10257) 2024-07-02 00:28:20 -04:00
src
.npmignore
package.json chore: release Docusaurus v3.4 (#10186) 2024-05-31 19:09:06 +02:00
README.md
tsconfig.build.json chore: simplify TypeScript configs, use TS 5.5 configDir placeholder (#10256) 2024-07-01 17:34:40 +02:00
tsconfig.json chore: simplify TypeScript configs, use TS 5.5 configDir placeholder (#10256) 2024-07-01 17:34:40 +02:00
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