docusaurus/packages/docusaurus-theme-translations
Joshua Chen aa446b7a9c
chore: clean up ESLint config, enable a few rules (#6514)
* chore: clean up ESLint config, enable a few rules

* enable max-len for comments

* fix build
2022-01-31 10:31:24 +08:00
..
__tests__ misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
locales feat: mark some text labels as translatable (#6482) 2022-01-27 19:36:37 +08:00
src chore: clean up ESLint config, enable a few rules (#6514) 2022-01-31 10:31:24 +08:00
.npmignore misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
package.json chore(v2): prepare v2.0.0-beta.15 release (#6473) 2022-01-26 19:28:16 +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.d.ts misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
update.js refactor(theme-translations): improve typing for update script (#6225) 2021-12-30 17:28:57 +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