forgejo/options/locale
delvh 91c8261e2c
Add tooltips for MD editor buttons and add muted class for buttons (#23896)
Followup of #23876 according to my unreleased review demanding tooltips.
Additionally
- add a `muted` equivalent for buttons
- convert `switch to legacy` to an actual button
- enroll `switch to legacy` in the builtin pseudo focus cycle
- remove spaces between the buttons

The effect of the `muted` class is what you would expect: The button
loses all of its normal styling, and is defined only by its content instead.
This will help reduce a11y infractions in the future, as that was one of
the major points why people didn't use `<button>` tags and decided on a
bad fix (i.e. through `<div>`s) instead.

## Appearance

![image](https://user-images.githubusercontent.com/51889757/229510842-337378e5-faa5-4886-a910-08614c0c233d.png)

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-04-11 15:26:18 +08:00
..
locale_cs-CZ.ini
locale_de-DE.ini
locale_el-GR.ini
locale_en-US.ini
locale_es-ES.ini
locale_fa-IR.ini
locale_fi-FI.ini
locale_fr-FR.ini
locale_hu-HU.ini
locale_id-ID.ini
locale_is-IS.ini
locale_it-IT.ini
locale_ja-JP.ini
locale_ko-KR.ini
locale_lv-LV.ini
locale_nl-NL.ini
locale_pl-PL.ini
locale_pt-BR.ini
locale_pt-PT.ini
locale_ru-RU.ini
locale_si-LK.ini
locale_sk-SK.ini
locale_sv-SE.ini
locale_tr-TR.ini
locale_uk-UA.ini
locale_zh-CN.ini
locale_zh-HK.ini
locale_zh-TW.ini
TRANSLATORS