fix pirate

pull/7324/head
Your Name 1 week ago
parent 0b72e94e4e
commit 337de5a64e

@ -102,7 +102,7 @@ class ExportLanguages extends Command
protected const LOCALE_OVERRIDES = [
// Crowdin custom "Pirate English". BCP-47 would read en-Pirate as
// English, and the old en-PT code collided with English (Portugal).
'en-Pirate' => ['name' => 'English (Pirate)', 'nativeName' => 'English (Pirate)'],
'en-Pirate' => ['name' => 'Pirate (English)', 'nativeName' => 'Pirate (English)'],
// Klingon. 'tlh' is valid BCP-47 (ICU renders "Klingon"), but ICU has
// no native-name form, so pin both for a consistent label. Mapped from

@ -84,11 +84,6 @@
"name": "Dutch (Netherlands)",
"nativeName": "Nederlands (Nederland)"
},
{
"code": "en-Pirate",
"name": "English (Pirate)",
"nativeName": "English (Pirate)"
},
{
"code": "en-US",
"name": "English (United States)",
@ -254,6 +249,11 @@
"name": "Persian (Iran)",
"nativeName": "فارسی (ایران)"
},
{
"code": "en-Pirate",
"name": "Pirate (English)",
"nativeName": "Pirate (English)"
},
{
"code": "pl-PL",
"name": "Polish (Poland)",

@ -84,11 +84,6 @@
"name": "Dutch (Netherlands)",
"nativeName": "Nederlands (Nederland)"
},
{
"code": "en-Pirate",
"name": "English (Pirate)",
"nativeName": "English (Pirate)"
},
{
"code": "en-US",
"name": "English (United States)",
@ -254,6 +249,11 @@
"name": "Persian (Iran)",
"nativeName": "فارسی (ایران)"
},
{
"code": "en-Pirate",
"name": "Pirate (English)",
"nativeName": "Pirate (English)"
},
{
"code": "pl-PL",
"name": "Polish (Poland)",

Loading…
Cancel
Save