docusaurus/packages/docusaurus-theme-translations
2024-05-03 11:02:16 +02:00
..
locales fix(theme-translations): add missing theme translations for pt-BR (#10070) 2024-04-25 12:43:27 +02:00
src
.npmignore
package.json v3.3.0 2024-05-03 11:02:16 +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