docusaurus/packages/docusaurus-theme-classic/codeTranslations
Don b6d0378704
refactor: adjust styling of back top top button (#5469)
* refactor: css variables for back to top button

* refactor: adjust back to top button styling

* Update from PR feedback

* err... darker.

* swap secondary color for emphasis scale

* reduce contrast further

* Add new translations

* Cleanup CSS

* Remove active state

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-09-11 16:09:58 +03:00
..
ar.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
base.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
bn.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
cs.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
da.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
de.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
es.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
fa.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
fil.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
fr.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
he.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
hi.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
ja.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
ko.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
pl.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
pt-BR.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
pt-PT.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
README.md fix(v2): fix bad theme pluralization rules for some labels (#4304) 2021-03-03 17:05:21 +01:00
ru.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
tr.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
vi.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
zh-Hans.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03:00
zh-Hant.json refactor: adjust styling of back top top button (#5469) 2021-09-11 16:09:58 +03: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