docusaurus/packages/docusaurus-theme-classic/codeTranslations
Marco Enrico 70574618e9
feat(v2): Add Filipino default translations to theme (#4624)
* Create fil.json

Add default Filipino translations.

* Update packages/docusaurus-theme-classic/codeTranslations/fil.json

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-04-16 10:07:43 +02:00
..
README.md
ar.json
base.json
de.json
fa.json
fil.json feat(v2): Add Filipino default translations to theme (#4624) 2021-04-16 10:07:43 +02:00
fr.json
hi.json
ja.json
ko.json
pl.json
pt-BR.json
pt-PT.json
ru.json
tr.json
vi.json
zh-Hans.json
zh-Hant.json

README.md

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