docusaurus/packages/docusaurus-theme-translations
Joshua Chen 4fad1ce0cd
misc: convert all internal scripts to ESM (#6286)
* misc: convert all internal scripts to ESM

* fixes

* fix

* fixes

* fix!

* complete eslint

* more move

* fix!

* This looks better?

* Final ones
2022-01-08 12:59:28 +08:00
..
__tests__ misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
locales feat(ideal-image): allow translating status messages (#6173) 2021-12-28 21:10:20 +08:00
src misc: ignore some files during npm publish (#6092) 2021-12-17 11:38:26 +01:00
.npmignore misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
package.json refactor(theme-translations): improve typing for update script (#6225) 2021-12-30 17:28:57 +08: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