From af2165a6972e50cbf4afd1780b2f2e59f9d95a22 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 22 Aug 2016 15:55:43 -0400 Subject: [PATCH 1/3] Add Abkhaz to custom locale list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it’s not in `intl-messageformat`. Give it Azerbaijani as a parent language for now, as they have similar enough structures for plualization/alphabet purposes. --- custom-locales.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom-locales.json b/custom-locales.json index ad3e37405..83c4a0b11 100644 --- a/custom-locales.json +++ b/custom-locales.json @@ -1,4 +1,8 @@ { + "ab": { + "locale": "ab", + "parentLocale": "az" + }, "an": { "locale": "an", "parentLocale": "ca" From 9657262daa2e0288a13147ee2d9234d135710f91 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 22 Aug 2016 16:01:17 -0400 Subject: [PATCH 2/3] Capitalize other languages per https://github.com/LLK/scratchr2/pull/3954#issuecomment-241529290 --- languages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages.json b/languages.json index 411834551..774ddf326 100644 --- a/languages.json +++ b/languages.json @@ -21,7 +21,7 @@ "eu": "Euskara", "fa": "فارسی", "fr": "Français", - "fur": "furlan", + "fur": "Furlan", "ga": "Gaeilge", "gd": "Gàidhlig", "gl": "Galego", @@ -61,7 +61,7 @@ "ro": "Română", "ru": "Русский", "sc": "Sardu", - "sq": "shqiptar", + "sq": "Shqiptar", "sk": "Slovenčina", "sl": "Slovenščina", "sr": "Српски", From 3ab92e0c36ccbebe63fb2216a0cf81b017b1c6d2 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 22 Aug 2016 16:33:06 -0400 Subject: [PATCH 3/3] capitalize one more language existing, but needs it --- languages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.json b/languages.json index 774ddf326..85679754d 100644 --- a/languages.json +++ b/languages.json @@ -65,7 +65,7 @@ "sk": "Slovenčina", "sl": "Slovenščina", "sr": "Српски", - "fi": "suomi", + "fi": "Suomi", "sv": "Svenska", "te": "తెలుగు", "nai": "Tepehuan",