From 8cd861fd86bf013179736c700e7685e85e51c98a Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 3 Apr 2026 16:56:50 -0400 Subject: locale: renamed en_gb to 'English', en_us to 'English (US)' --- locales/en_gb.ini | 2 +- locales/en_us.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en_gb.ini b/locales/en_gb.ini index c606e85..db919a3 100644 --- a/locales/en_gb.ini +++ b/locales/en_gb.ini @@ -1,6 +1,6 @@ [Meta] Id = "en_gb" -Name = "English (Traditional)" +Name = "English" Direction = "ltr" [Keys] diff --git a/locales/en_us.ini b/locales/en_us.ini index 2f4c27d..422f220 100644 --- a/locales/en_us.ini +++ b/locales/en_us.ini @@ -1,6 +1,6 @@ [Meta] Id = "en_us" -Name = "English (Simplified)" +Name = "English (US)" Direction = "ltr" [Keys] -- cgit v1.2.3