Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-05-17 00:21:22 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2020-05-17 00:21:22 +0300
commit3d85b91a3cca891f52bea1f16d298e2204c499ee (patch)
tree72dfd511660dc3c1b3f642dde1f23cb137b09c1b /resources/locales.json
parent703d716a32e08d0bc594ba5572452044c5fb3022 (diff)
Remove entries from locales.json incompatible with punic
As reported at https://github.com/nextcloud/server/issues/20999 the list contains en_US_POSIX as locale but punic is unable to parse such a locale. If you select that locale everyone is confused. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'resources/locales.json')
-rw-r--r--resources/locales.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/locales.json b/resources/locales.json
index a65cf530514..7cf9fa9b890 100644
--- a/resources/locales.json
+++ b/resources/locales.json
@@ -912,10 +912,6 @@
"name": "English (United States)"
},
{
- "code": "en_US_POSIX",
- "name": "English (United States, Computer)"
- },
- {
"code": "en_VC",
"name": "English (St. Vincent & Grenadines)"
},
@@ -1400,6 +1396,10 @@
"name": "Irish"
},
{
+ "code": "ga_GB",
+ "name": "Irish (United Kingdom)"
+ },
+ {
"code": "ga_IE",
"name": "Irish (Ireland)"
},