docusaurus/packages/docusaurus-theme-translations
Joshua Chen dcbf9f644e
chore: upgrade docsearch-react to v3 stable, bump dependencies (#6752)
* chore: upgrade dependencies

* revert

* validation

* fix blog

* reformat
2022-02-24 19:39:32 +08:00
..
__tests__ refactor: ensure lodash is default-imported (#6716) 2022-02-19 18:15:02 +08:00
locales chore(theme-translations): complete Korean translations (#6711) 2022-02-18 08:47:22 +08:00
src chore: fix ESLint warnings, restrict export all syntax (#6605) 2022-02-04 21:57:10 +08:00
.npmignore misc: convert all internal scripts to ESM (#6286) 2022-01-08 12:59:28 +08:00
package.json chore: upgrade docsearch-react to v3 stable, bump dependencies (#6752) 2022-02-24 19:39:32 +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: convert all fs methods to async (#6725) 2022-02-20 10:21:33 +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