i18n: restore key parity after the Hebrew locale

The translation parity test fails on main since the Hebrew locale
landed. Three gaps, all from catalogs drifting past each other:

The new he locale was based on an older en catalog and was missing 17
keys (pin/unpin, recipient autocomplete, attachment-upload validation,
the date_locale block, the tint_list_rows and show_folder_total_count
settings, language.sk). They are translated to Hebrew here; date_locale
keeps the same English values every other locale currently has.

The rtl_editing setting existed only in en and he - added translated to
the other 20 locales.

language.he was missing everywhere - added as the endonym "עברית" to
all locales, matching how the other language names are written.
This commit is contained in:
dealerweb
2026-07-08 15:42:02 +02:00
committed by Linus Rath
parent 94af4725b6
commit 3d36492518
22 changed files with 127 additions and 2 deletions
+5
View File
@@ -809,6 +809,7 @@
"nl": "Nederlands",
"pl": "Polski",
"pt": "Português",
"he": "עברית",
"ru": "Русский",
"sk": "Slovenčina",
"uk": "Українська",
@@ -1277,6 +1278,10 @@
"return_to_list_after_action": {
"label": "Visszatérés a listához törlés vagy olvasatlanként jelölés után",
"description": "A megnyitott üzenet törlése vagy olvasatlanként való megjelölése után visszatérés az üzenetlistához a következő üzenet megnyitása helyett."
},
"rtl_editing": {
"label": "Jobbról balra írás támogatása",
"description": "Iránygombot ad a szerkesztő eszköztárához, amellyel a bekezdések balról jobbra vagy jobbról balra állíthatók"
}
},
"composer": {