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:
@@ -809,6 +809,7 @@
|
||||
"nl": "Nederlands",
|
||||
"pl": "Poloneză",
|
||||
"pt": "Portugheză",
|
||||
"he": "עברית",
|
||||
"ru": "Русский",
|
||||
"sk": "Slovacă",
|
||||
"uk": "Ukrainiană",
|
||||
@@ -1277,6 +1278,10 @@
|
||||
"return_to_list_after_action": {
|
||||
"label": "Revenire la listă după ștergere sau marcare ca necitit",
|
||||
"description": "După ștergerea sau marcarea mesajului deschis ca necitit, reveniți la lista de mesaje în loc să deschideți mesajul următor."
|
||||
},
|
||||
"rtl_editing": {
|
||||
"label": "Suport pentru editare de la dreapta la stânga",
|
||||
"description": "Adaugă un buton de direcție în bara de instrumente a editorului, cu care paragrafele pot fi setate de la stânga la dreapta sau de la dreapta la stânga"
|
||||
}
|
||||
},
|
||||
"composer": {
|
||||
|
||||
Reference in New Issue
Block a user