docusaurus/packages/docusaurus-theme-translations
2021-12-17 11:38:26 +01:00
..
locales feat(theme-translations): add extra Korean translation, fix typo (#5976) 2021-12-08 09:38:09 +08:00
src misc: ignore some files during npm publish (#6092) 2021-12-17 11:38:26 +01:00
.npmignore misc: ignore some files during npm publish (#6092) 2021-12-17 11:38:26 +01:00
package.json misc: ignore some files during npm publish (#6092) 2021-12-17 11:38:26 +01:00
README.md refactor: define own translations in other themes (#5849) 2021-11-20 16:35:27 +01:00
tsconfig.json misc: ignore some files during npm publish (#6092) 2021-12-17 11:38:26 +01:00
update.js chore: clean up dev dependency declarations (#6055) 2021-12-05 23:07:34 +08:00
update.test.js misc: ignore some files during npm publish (#6092) 2021-12-17 11:38:26 +01: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