docusaurus/packages/docusaurus-theme-translations
TrueQAP 1b9e2f2d45
feat(theme-translations): add Hungarian theme translations (#8668)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2023-02-16 17:15:34 +01:00
..
locales feat(theme-translations): add Hungarian theme translations (#8668) 2023-02-16 17:15:34 +01: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: bump dependencies major versions (#8537) 2023-01-10 15:22:19 -05:00
README.md
tsconfig.build.json chore: upgrade to TS 4.7, compile with NodeNext (#7586) 2022-06-15 19:15:11 +02:00
tsconfig.json chore: upgrade to TS 4.7, compile with NodeNext (#7586) 2022-06-15 19:15:11 +02:00
update.mjs

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