docusaurus/packages/docusaurus-theme-classic/codeTranslations
Isaac Philip f9c79cbd58
feat: doc tags (same as blog tags) (#3646)
* [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>
2021-08-19 10:31:15 +02:00
..
ar.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
base.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
bn.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
cs.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
da.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
de.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
es.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
fa.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
fil.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
fr.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
he.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
hi.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
ja.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
ko.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
pl.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
pt-BR.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
pt-PT.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
README.md fix(v2): fix bad theme pluralization rules for some labels (#4304) 2021-03-03 17:05:21 +01:00
ru.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
tr.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
vi.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
zh-Hans.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00
zh-Hant.json feat: doc tags (same as blog tags) (#3646) 2021-08-19 10:31:15 +02:00

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 (copy base.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