chore(i18n): shorten name for English RTL

This commit is contained in:
Elian Doran 2025-10-14 18:54:49 +03:00
parent a68e4bdbec
commit 8ef88f5e83
No known key found for this signature in database

View File

@ -32,7 +32,7 @@ const UNSORTED_LOCALES = [
*/ */
{ {
id: "en_rtl", id: "en_rtl",
name: "English (right-to-left) [dev]", name: "English RTL",
electronLocale: "en", electronLocale: "en",
rtl: true, rtl: true,
devOnly: true devOnly: true