docusaurus/packages/docusaurus-theme-translations
2022-05-05 20:26:48 +02:00
..
locales refactor: minor improvements for breadcrumbs (#7299) 2022-05-04 17:54:47 +03:00
src refactor: capitalize comments (#7188) 2022-04-17 16:39:11 +08:00
.npmignore misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
package.json chore: prepare v2.0.0-beta.20 release (#7347) 2022-05-05 20:26:48 +02: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 refactor: prefer fs.readJSON over readFile.then(JSON.parse) (#7186) 2022-04-17 12:50:09 +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