mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +02:00
* [v2] tags to doc, same as tags to blog - [IN PROGRESS] - Addition of plugin-content-docs - Addition of DocTagsListPage in `docusaurus-theme-classic` ! Error exists for this commit towards the theme aspect and help required. Commit towards #3434 * docs: make tags list page work * temp: disable onBrokenLinks * theme bootstrap: create DocTagsListPage * DocTagsPage added and functionality too - individual doc tag page added to show docs for that specific tag * Added all Docs Tags Link * add some shared tag utils * move tag tests to _dogfooding * fix type * fix some tests * fix blog test * refactor blog post tags handling * better yaml tag examples * better dogfood md files * refactor and factorize theme tag components * finish DocTagDocListPage * Extract DocItemFooter + add inline tag list * minor fix * better typings * fix versions.test.ts tests * add tests for doc tags * fix tests * test toTagDocListProp * move shared theme code to tagUtils * Add new theme translation keys * move common theme code to tagUtils + add tests * update-code-translations should handle theme-common * update french translation * revert add translation * fix pluralization problem in theme.docs.tagDocListPageTitle * add theme component configuration options * add more tags tests * add documentation for docs tagging Co-authored-by: slorber <lorber.sebastien@gmail.com> |
||
---|---|---|
.. | ||
ar.json | ||
base.json | ||
bn.json | ||
cs.json | ||
da.json | ||
de.json | ||
es.json | ||
fa.json | ||
fil.json | ||
fr.json | ||
he.json | ||
hi.json | ||
ja.json | ||
ko.json | ||
pl.json | ||
pt-BR.json | ||
pt-PT.json | ||
README.md | ||
ru.json | ||
tr.json | ||
vi.json | ||
zh-Hans.json | ||
zh-Hant.json |
Default theme translations
The Docusaurus theme includes default translations for labels used by the theme itself (like the pagination "Next" / "Previous").
For Docusaurus users:
Please help us provide exhaustive translations:
- add your
language.json
file if it is missing (copybase.json
and remove the attributes___DESCRIPTION
) - double-check your
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-classic update-code-translations
Then, ask contributors to translate the newly added labels on this issue