docusaurus/packages/docusaurus-theme-translations
2024-05-31 19:09:06 +02:00
..
locales fix(theme-translation): add missing Korean (ko) theme translations (#10165) 2024-05-23 13:22:10 +02:00
src
.npmignore
package.json chore: release Docusaurus v3.4 (#10186) 2024-05-31 19:09:06 +02:00
README.md
tsconfig.build.json refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065) 2024-04-19 21:03:32 +02:00
tsconfig.json refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065) 2024-04-19 21:03:32 +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