mirror of
https://github.com/facebook/docusaurus.git
synced 2024-11-25 16:46:13 +08:00
fd43036ab8
Some checks failed
Argos CI / take-screenshots (push) Has been cancelled
Build Hash Router / Build Hash Router (push) Has been cancelled
Canary Release / Publish Canary (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Continuous Releases / Continuous Releases (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (18.0) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (22) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Has been cancelled
E2E Tests / E2E — npm (push) Has been cancelled
E2E Tests / E2E — pnpm (push) Has been cancelled
|
||
---|---|---|
.. | ||
locales | ||
src | ||
.npmignore | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json | ||
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