docusaurus/packages/docusaurus-theme-classic/codeTranslations
Gabriel Csapo cb8718a1e3
feat: adds blog archive route (#5428)
* [feature] adds blog archive route

* Update plugin-content-blog.md

* fix TS issues + minor refactors

* remove useless css

* add translation apis

* add missing translations

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-09-02 17:35:13 +02:00
..
ar.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
base.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
bn.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
cs.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
da.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
de.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
es.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
fa.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
fil.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
fr.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
he.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
hi.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
ja.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
ko.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
pl.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
pt-BR.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
pt-PT.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +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: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
tr.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
vi.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
zh-Hans.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +02:00
zh-Hant.json feat: adds blog archive route (#5428) 2021-09-02 17:35:13 +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