mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Some checks failed
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (18.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
CodeQL / Analyze (javascript) (push) Has been cancelled
21 lines
752 B
Markdown
21 lines
752 B
Markdown
# 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:
|
|
|
|
```bash
|
|
yarn workspace @docusaurus/theme-translations update
|
|
```
|
|
|
|
Then, ask contributors to translate the newly added labels on this [issue](https://github.com/facebook/docusaurus/issues/3526)
|