docusaurus/packages/docusaurus-theme-translations
Mahri Ilmedova b6644d836b
feat(theme-translations): Added Turkmen (tk) default theme translations (#10151)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2024-05-21 10:42:03 +02:00
..
locales feat(theme-translations): Added Turkmen (tk) default theme translations (#10151) 2024-05-21 10:42:03 +02:00
src test: fix some type errors in test files (#7486) 2022-05-25 11:46:10 +08:00
.npmignore misc: make copyUntypedFiles work for watch mode (#7445) 2022-05-18 19:18:32 +08:00
package.json chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101) 2024-05-03 17:14:41 +02:00
README.md
tsconfig.build.json refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065) 2024-04-19 21:03:32 +02:00
tsconfig.json refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065) 2024-04-19 21:03:32 +02:00
update.mjs chore: enable import/order rule (#7418) 2022-05-14 23:39:50 +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