diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index 30a3805bc8..db5cdf158a 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -924,7 +924,7 @@ Validator VarDumper --------- - * The `VarDumperTestTrait::assertDumpEquals()` method expects a 3rd `$context = null` + * The `VarDumperTestTrait::assertDumpEquals()` method expects a 3rd `$filter = 0` argument and moves `$message = ''` argument at 4th position. Before: @@ -939,7 +939,7 @@ VarDumper VarDumperTestTrait::assertDumpEquals($dump, $data, $filter = 0, $message = ''); ``` - * The `VarDumperTestTrait::assertDumpMatchesFormat()` method expects a 3rd `$context = null` + * The `VarDumperTestTrait::assertDumpMatchesFormat()` method expects a 3rd `$filter = 0` argument and moves `$message = ''` argument at 4th position. Before: diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php b/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php index 5bdf5e2ac2..202f3a5a6a 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php @@ -458,7 +458,7 @@ class NativeSessionStorage implements SessionStorageInterface foreach ($bags as $bag) { $key = $bag->getStorageKey(); - $session[$key] = isset($session[$key]) ? $session[$key] : []; + $session[$key] = isset($session[$key]) && \is_array($session[$key]) ? $session[$key] : []; $bag->initialize($session[$key]); } diff --git a/src/Symfony/Component/Intl/Intl.php b/src/Symfony/Component/Intl/Intl.php index 171fa671a2..0be749a5a8 100644 --- a/src/Symfony/Component/Intl/Intl.php +++ b/src/Symfony/Component/Intl/Intl.php @@ -256,7 +256,7 @@ final class Intl */ public static function getIcuStubVersion() { - return '64.2'; + return '65.1'; } /** diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/af.json b/src/Symfony/Component/Intl/Resources/data/currencies/af.json index 2986a2e289..ca1681554f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/af.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/af.json @@ -1,9 +1,9 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", - "Verenigde Arabiese Emirate dirham" + "Verenigde Arabiese Emirate-dirham" ], "AFN": [ "AFN", @@ -91,11 +91,11 @@ ], "BWP": [ "BWP", - "Botswana pula" + "Botswana-pula" ], "BYN": [ "BYN", - "Belo-Russiese roebel" + "Belarusiese roebel" ], "BYR": [ "BYR", @@ -106,7 +106,7 @@ "Beliziese dollar" ], "CAD": [ - "CA$", + "CAD", "Kanadese dollar" ], "CDF": [ @@ -123,11 +123,11 @@ ], "CNH": [ "CNH", - "Chinese joean" + "Chinese joean (buiteland)" ], "CNY": [ "CN¥", - "Sjinese joean renminbi" + "Chinese joean" ], "COP": [ "COP", @@ -155,7 +155,7 @@ ], "DJF": [ "DJF", - "Djiboeti frank" + "Djiboeti-frank" ], "DKK": [ "DKK", @@ -191,7 +191,7 @@ ], "FKP": [ "FKP", - "Falkland-eilande pond" + "Falkland-eilandse pond" ], "GBP": [ "£", @@ -235,7 +235,7 @@ ], "HKD": [ "HK$", - "Hong Kong dollar" + "Hongkongse dollar" ], "HNL": [ "HNL", @@ -323,7 +323,7 @@ ], "KYD": [ "KYD", - "Cayman-eilande dollar" + "Cayman-eilandse dollar" ], "KZT": [ "KZT", @@ -335,7 +335,7 @@ ], "LBP": [ "LBP", - "Lebanese pond" + "Libanese pond" ], "LKR": [ "LKR", @@ -399,7 +399,7 @@ ], "MUR": [ "MUR", - "Mauritiaanse rupee" + "Mauritiaanse roepee" ], "MVR": [ "MVR", @@ -447,7 +447,7 @@ ], "NZD": [ "NZ$", - "Nieu-Seeland dollar" + "Nieu-Seelandse dollar" ], "OMR": [ "OMR", @@ -491,7 +491,7 @@ ], "RSD": [ "RSD", - "Serbiese dinar" + "Serwiese dinar" ], "RUB": [ "RUB", @@ -499,7 +499,7 @@ ], "RWF": [ "RWF", - "Rwandiese frank" + "Rwandese frank" ], "SAR": [ "SAR", @@ -507,11 +507,11 @@ ], "SBD": [ "SBD", - "Salomonseilande dollar" + "Salomonseilandse dollar" ], "SCR": [ "SCR", - "Seychellese rupee" + "Seychellese roepee" ], "SDG": [ "SDG", @@ -527,11 +527,11 @@ ], "SGD": [ "SGD", - "Singapoer dollar" + "Singapoer-dollar" ], "SHP": [ "SHP", - "Sint Helena pond" + "Sint Helena-pond" ], "SLL": [ "SLL", @@ -555,7 +555,7 @@ ], "STN": [ "STN", - "São Tomé en Príncipe dobra" + "São Tomé en Príncipe-dobra" ], "SYP": [ "SYP", @@ -571,7 +571,7 @@ ], "TJS": [ "TJS", - "Tadjikse roebel" + "Tadjikse somoni" ], "TMT": [ "TMT", @@ -591,11 +591,11 @@ ], "TRY": [ "TRY", - "Turkse lier" + "Turkse lira" ], "TTD": [ "TTD", - "Trinidad en Tobago dollar" + "Trinidad en Tobago-dollar" ], "TWD": [ "NT$", @@ -614,8 +614,8 @@ "Ugandese sjieling" ], "USD": [ - "US$", - "Amerikaanse dollar" + "USD", + "VSA-dollar" ], "UYU": [ "UYU", @@ -631,7 +631,7 @@ ], "VES": [ "VES", - "Venezolaanse Bolívar" + "Venezolaanse bolívar" ], "VND": [ "₫", @@ -647,15 +647,15 @@ ], "XAF": [ "FCFA", - "CFA frank BEAC" + "Sentraal Afrikaanse CFA-frank" ], "XCD": [ "EC$", - "Oos-Karibbiese dollar" + "Oos-Karibiese dollar" ], "XOF": [ "CFA", - "CFA frank BCEAO" + "Wes-Afrikaanse CFA-frank" ], "XPF": [ "CFPF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json b/src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json index 40180bb9e2..cf82f91f4b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/af_NA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.22", + "Version": "36", "Names": { "NAD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ak.json b/src/Symfony/Component/Intl/Resources/data/currencies/ak.json index b6175e8d3a..15ac347813 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ak.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ak.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/am.json b/src/Symfony/Component/Intl/Resources/data/currencies/am.json index 8c94a7c159..5cb0ba4157 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/am.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/am.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ar.json b/src/Symfony/Component/Intl/Resources/data/currencies/ar.json index 7a6758b0ff..e12bb0a8a0 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ar.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ar.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -105,10 +105,6 @@ "BEL", "فرنك بلجيكي مالي" ], - "BGL": [ - "BGL", - "BGL" - ], "BGN": [ "BGN", "ليف بلغاري" @@ -314,7 +310,7 @@ "فرنك فرنسي" ], "GBP": [ - "£", + "UK£", "جنيه إسترليني" ], "GEL": [ diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json b/src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json index d9a4196603..1997e2ec15 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ar_DJ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "DJF": [ "Fdj", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json b/src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json index ee5d740b68..29b41dbfe9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ar_ER.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "ERN": [ "Nfk", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ar_KM.json b/src/Symfony/Component/Intl/Resources/data/currencies/ar_KM.json index 42c5350093..d96c2debe8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ar_KM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ar_KM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "KMF": [ "CF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json b/src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json index fd0706113a..409e952d1f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ar_LB.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "SDG": [ "SDG", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json b/src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json index 44136cd119..dfcbfcded3 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ar_SO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "SOS": [ "S", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json b/src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json index 5456234513..64ceab00eb 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ar_SS.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GBP": [ "GB£", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/as.json b/src/Symfony/Component/Intl/Resources/data/currencies/as.json index d5799bbcdc..6e3bd46461 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/as.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/as.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/az.json b/src/Symfony/Component/Intl/Resources/data/currencies/az.json index 125b34f0a9..1fec8dfca9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/az.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/az.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -171,7 +171,7 @@ ], "BSD": [ "BSD", - "Bahama Dolları" + "Baham Dolları" ], "BTN": [ "BTN", @@ -347,7 +347,7 @@ ], "GBP": [ "£", - "Britaniya Funt" + "Britaniya Funtu" ], "GEK": [ "GEK", @@ -367,7 +367,7 @@ ], "GIP": [ "GIP", - "Gibraltar Funtu" + "Cəbəli-Tariq Funtu" ], "GMD": [ "GMD", @@ -491,7 +491,7 @@ ], "KGS": [ "KGS", - "Kırğızıstan Somu" + "Qırğızıstan Somu" ], "KHR": [ "KHR", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json index 9b9cca7e17..e78fe4d9d2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/az_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AZN": [ "₼", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/be.json b/src/Symfony/Component/Intl/Resources/data/currencies/be.json index a91e4016cf..ccd8e78df7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/be.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/be.json @@ -1,9 +1,9 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", - "дырхем ААЭ" + "дырхам ААЭ" ], "AFN": [ "AFN", @@ -47,7 +47,7 @@ ], "BBD": [ "BBD", - "барбадоскі долар" + "барбадаскі долар" ], "BDT": [ "BDT", @@ -263,7 +263,7 @@ ], "IRR": [ "IRR", - "іранскі рыал" + "іранскі рыял" ], "ISK": [ "ISK", @@ -291,7 +291,7 @@ ], "KHR": [ "KHR", - "камбаджыйскі рыэль" + "камбаджыйскі рыель" ], "KMF": [ "KMF", @@ -315,7 +315,7 @@ ], "KZT": [ "KZT", - "казахстанскі тэнгэ" + "казахстанскі тэнге" ], "LAK": [ "LAK", @@ -371,7 +371,7 @@ ], "MRU": [ "MRU", - "маўрытанская ўгія" + "маўрытанская угія" ], "MUR": [ "MUR", @@ -403,7 +403,7 @@ ], "NGN": [ "NGN", - "нігерыйская найра" + "нігерыйская наіра" ], "NIO": [ "NIO", @@ -423,7 +423,7 @@ ], "OMR": [ "OMR", - "аманскі рыал" + "аманскі рыял" ], "PAB": [ "PAB", @@ -435,7 +435,7 @@ ], "PGK": [ "PGK", - "кіна" + "кіна Папуа-Новай Гвінеі" ], "PHP": [ "PHP", @@ -455,7 +455,7 @@ ], "QAR": [ "QAR", - "катарскі рыал" + "катарскі рыял" ], "RON": [ "RON", @@ -499,11 +499,11 @@ ], "SHP": [ "SHP", - "фунт Святой Алены" + "фунт в-ва Святой Алены" ], "SLL": [ "SLL", - "леонэ" + "сьера-леонскі леонэ" ], "SOS": [ "SOS", @@ -595,7 +595,7 @@ ], "VES": [ "VES", - "венесуальскі балівар" + "венесуэльскі балівар" ], "VND": [ "₫", @@ -603,7 +603,7 @@ ], "VUV": [ "VUV", - "вату" + "вануацкі вату" ], "WST": [ "WST", @@ -631,7 +631,7 @@ ], "ZAR": [ "ZAR", - "паўднёваафрыканскі ранд" + "паўднёваафрыканскі рэнд" ], "ZMW": [ "ZMW", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bg.json b/src/Symfony/Component/Intl/Resources/data/currencies/bg.json index 6b3972c00c..8b80de92ed 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/bg.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/bg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -763,7 +763,7 @@ ], "SAR": [ "SAR", - "Саудитскоарабски риал" + "саудитски риал" ], "SBD": [ "SBD", @@ -917,6 +917,14 @@ "щ.д.", "Щатски долар" ], + "USN": [ + "USN", + "USN" + ], + "USS": [ + "USS", + "USS" + ], "UYI": [ "UYI", "Уругвайско песо (индекс на инфлацията)" @@ -979,7 +987,7 @@ ], "XPF": [ "CFPF", - "Френскополинезийски франк" + "CFP франк" ], "YDD": [ "YDD", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bm.json b/src/Symfony/Component/Intl/Resources/data/currencies/bm.json index 0d529b6a9b..6de0991f23 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/bm.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/bm.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bn.json b/src/Symfony/Component/Intl/Resources/data/currencies/bn.json index e44014a08d..2b5513c777 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/bn.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/bn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.36", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bo.json b/src/Symfony/Component/Intl/Resources/data/currencies/bo.json index b8a700e7cc..f6d5eacd6f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/bo.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/bo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "CNY": [ "¥", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json b/src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json index 1027e24d23..144a0f5585 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/bo_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "CNY": [ "CN¥", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/br.json b/src/Symfony/Component/Intl/Resources/data/currencies/br.json index 780f42baac..d2b01d1a14 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/br.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/br.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.86", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -45,6 +45,18 @@ "AON", "kwanza nevez Angola (1990–2000)" ], + "AOR": [ + "AOR", + "AOR" + ], + "ARA": [ + "ARA", + "ARA" + ], + "ARL": [ + "ARL", + "ARL" + ], "ARM": [ "ARM", "peso Arcʼhantina (1881–1970)" @@ -105,9 +117,9 @@ "BEF", "lur Belgia" ], - "BEL": [ - "BEL", - "BEL" + "BGL": [ + "BGL", + "BGL" ], "BGM": [ "BGM", @@ -149,10 +161,38 @@ "BOP", "peso Bolivia" ], + "BOV": [ + "BOV", + "BOV" + ], + "BRB": [ + "BRB", + "BRB" + ], + "BRC": [ + "BRC", + "BRC" + ], + "BRE": [ + "BRE", + "BRE" + ], "BRL": [ "BRL", "real Brazil" ], + "BRN": [ + "BRN", + "BRN" + ], + "BRR": [ + "BRR", + "BRR" + ], + "BRZ": [ + "BRZ", + "BRZ" + ], "BSD": [ "BSD", "dollar Bahamas" @@ -229,6 +269,10 @@ "COP", "peso Kolombia" ], + "COU": [ + "COU", + "COU" + ], "CRC": [ "CRC", "colón Costa Rica" @@ -237,6 +281,10 @@ "CSD", "dinar Serbia (2002–2006)" ], + "CSK": [ + "CSK", + "CSK" + ], "CUC": [ "CUC", "peso kemmadus Kuba" @@ -281,6 +329,14 @@ "DZD", "dinar Aljeria" ], + "ECS": [ + "ECS", + "ECS" + ], + "ECV": [ + "ECV", + "ECV" + ], "EEK": [ "EEK", "kurunenn Estonia" @@ -293,6 +349,10 @@ "ERN", "nakfa Eritrea" ], + "ESA": [ + "ESA", + "ESA" + ], "ESB": [ "ESB", "peseta gemmadus Spagn" @@ -329,10 +389,18 @@ "£ RU", "lur Breizh-Veur" ], + "GEK": [ + "GEK", + "GEK" + ], "GEL": [ "GEL", "lari Jorjia" ], + "GHC": [ + "GHC", + "GHC" + ], "GHS": [ "GHS", "cedi Ghana" @@ -365,6 +433,10 @@ "GTQ", "quetzal Guatemala" ], + "GWE": [ + "GWE", + "GWE" + ], "GWP": [ "GWP", "peso Ginea-Bissau" @@ -533,6 +605,10 @@ "LUF", "lur Luksembourg" ], + "LUL": [ + "LUL", + "LUL" + ], "LVL": [ "LVL", "lats Latvia" @@ -557,6 +633,10 @@ "MCF", "lur Monaco" ], + "MDC": [ + "MDC", + "MDC" + ], "MDL": [ "MDL", "leu Moldova" @@ -633,6 +713,10 @@ "MXP", "peso arcʼhant Mecʼhiko (1861–1992)" ], + "MXV": [ + "MXV", + "MXV" + ], "MYR": [ "MYR", "ringgit Malaysia" @@ -689,6 +773,10 @@ "PAB", "balboa Panamá" ], + "PEI": [ + "PEI", + "PEI" + ], "PEN": [ "PEN", "sol Perou" @@ -901,6 +989,10 @@ "UAH", "hryvnia Ukraina" ], + "UAK": [ + "UAK", + "UAK" + ], "UGS": [ "UGS", "shilling Ouganda (1966–1987)" @@ -913,6 +1005,18 @@ "$ SU", "dollar SU" ], + "USN": [ + "USN", + "USN" + ], + "USS": [ + "USS", + "USS" + ], + "UYI": [ + "UYI", + "UYI" + ], "UYP": [ "UYP", "peso Uruguay (1975–1993)" @@ -981,6 +1085,10 @@ "CFPF", "lur CFP" ], + "XRE": [ + "XRE", + "XRE" + ], "YDD": [ "YDD", "dinar Yemen" @@ -989,6 +1097,10 @@ "YER", "rial Yemen" ], + "YUD": [ + "YUD", + "YUD" + ], "YUM": [ "YUM", "dinar nevez Yougoslavia (1994–2002)" @@ -1001,6 +1113,10 @@ "YUR", "dinar adreizhet Yougoslavia (1992–1993)" ], + "ZAL": [ + "ZAL", + "ZAL" + ], "ZAR": [ "ZAR", "rand Suafrika" @@ -1013,6 +1129,14 @@ "ZMW", "kwacha Zambia" ], + "ZRN": [ + "ZRN", + "ZRN" + ], + "ZRZ": [ + "ZRZ", + "ZRZ" + ], "ZWD": [ "ZWD", "dollar Zimbabwe (1980–2008)" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bs.json b/src/Symfony/Component/Intl/Resources/data/currencies/bs.json index f39221d85b..93d6fee8c4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/bs.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/bs.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -1007,7 +1007,7 @@ ], "VES": [ "VES", - "venecuelanski bolivar" + "Venecuelanski bolivar" ], "VND": [ "₫", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.json index cc7731e61b..80f4fc10d3 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -15,7 +15,7 @@ ], "AFN": [ "AFN", - "Авганистански авган" + "Афганистански афгани" ], "ALL": [ "ALL", @@ -23,7 +23,7 @@ ], "AMD": [ "AMD", - "Јерменски драм" + "Арменски драм" ], "ANG": [ "ANG", @@ -31,7 +31,7 @@ ], "AOA": [ "AOA", - "анголска кванза" + "Анголска кванза" ], "AOK": [ "AOK", @@ -55,7 +55,7 @@ ], "ARS": [ "ARS", - "аргентински пезо" + "Аргентински пезос" ], "ATS": [ "ATS", @@ -87,7 +87,7 @@ ], "BBD": [ "BBD", - "Барбадошки долар" + "Барбадоски долар" ], "BDT": [ "BDT", @@ -131,7 +131,7 @@ ], "BOB": [ "BOB", - "Боливијски Боливиано" + "Боливијски боливиано" ], "BOP": [ "BOP", @@ -155,7 +155,7 @@ ], "BRL": [ "R$", - "Бразилски Реал" + "Бразилски реал" ], "BRN": [ "BRN", @@ -195,7 +195,7 @@ ], "BZD": [ "BZD", - "Белизе долар" + "Белизеански долар" ], "CAD": [ "CA$", @@ -203,7 +203,7 @@ ], "CDF": [ "CDF", - "Конголски франак" + "Конгоански франак" ], "CHE": [ "CHE", @@ -223,15 +223,19 @@ ], "CLP": [ "CLP", - "Чилеански пезо" + "Чилеански пезос" + ], + "CNH": [ + "CNH", + "Кинески јуан (острвски)" ], "CNY": [ "CN¥", - "Кинески јуан ренминби" + "Кинески јуан" ], "COP": [ "COP", - "Колумбијски пезо" + "Колумбијски пезос" ], "COU": [ "COU", @@ -251,11 +255,11 @@ ], "CUC": [ "CUC", - "кубански конвертибилни песо" + "кубански конвертибилни пезос" ], "CUP": [ "CUP", - "Кубански пезо" + "Кубански пезос" ], "CVE": [ "CVE", @@ -279,7 +283,7 @@ ], "DJF": [ "DJF", - "Џибутански франак" + "Џибутски франак" ], "DKK": [ "DKK", @@ -287,7 +291,7 @@ ], "DOP": [ "DOP", - "Доминикански пезо" + "Доминикански пезос" ], "DZD": [ "DZD", @@ -311,7 +315,7 @@ ], "ERN": [ "ERN", - "Еритреанска накфа" + "Еритрејска накфа" ], "ESA": [ "ESA", @@ -327,7 +331,7 @@ ], "ETB": [ "ETB", - "етиопијски бир" + "Етиопијски бир" ], "EUR": [ "€", @@ -343,7 +347,7 @@ ], "FKP": [ "FKP", - "Фокландска острва фунта" + "Фолкландска фунта" ], "FRF": [ "FRF", @@ -371,7 +375,7 @@ ], "GIP": [ "GIP", - "Гибралташка фунта" + "Гибралтаска фунта" ], "GMD": [ "GMD", @@ -407,7 +411,7 @@ ], "GYD": [ "GYD", - "Гујански долар" + "Гвајански долар" ], "HKD": [ "HK$", @@ -435,7 +439,7 @@ ], "IDR": [ "IDR", - "Индонезијска рупиа" + "Индонежанска рупија" ], "IEP": [ "IEP", @@ -455,7 +459,7 @@ ], "INR": [ "₹", - "Индијски Рупи" + "Индијска рупија" ], "IQD": [ "IQD", @@ -463,7 +467,7 @@ ], "IRR": [ "IRR", - "Ирански риал" + "Ирански ријал" ], "ISJ": [ "ISJ", @@ -499,7 +503,7 @@ ], "KHR": [ "KHR", - "Камбоџијски риел" + "Камбоџански ријел" ], "KMF": [ "KMF", @@ -511,7 +515,7 @@ ], "KRW": [ "₩", - "Јужнокорејски Вон" + "Јужнокорејски вон" ], "KWD": [ "KWD", @@ -519,23 +523,23 @@ ], "KYD": [ "KYD", - "Кајманска острва долар" + "Кајмански долар" ], "KZT": [ "KZT", - "Казахстански тенџ" + "Казахстански тенге" ], "LAK": [ "LAK", - "Лаошки кип" + "Лаоски кип" ], "LBP": [ "LBP", - "Лебанска фунта" + "Либанска фунта" ], "LKR": [ "LKR", - "Шриланкански рупи" + "Шриланканска рупија" ], "LRD": [ "LRD", @@ -587,11 +591,11 @@ ], "MDL": [ "MDL", - "Молдовски љу" + "Молдавски леј" ], "MGA": [ "MGA", - "Малагасијски ариари" + "Мадагаскарски аријари" ], "MGF": [ "MGF", @@ -607,7 +611,7 @@ ], "MMK": [ "MMK", - "Мјанмашки кјат" + "Мијанмарски кјат" ], "MNT": [ "MNT", @@ -615,7 +619,7 @@ ], "MOP": [ "MOP", - "Маканишка патака" + "Макаоска патака" ], "MRO": [ "MRO", @@ -623,7 +627,7 @@ ], "MRU": [ "MRU", - "Мауританијска угвија" + "Мауританска огија" ], "MTL": [ "MTL", @@ -635,11 +639,11 @@ ], "MUR": [ "MUR", - "Маурицијски рупи" + "Маурицијска рупија" ], "MVR": [ "MVR", - "Малдивијска руфија" + "Малдивска руфија" ], "MWK": [ "MWK", @@ -647,7 +651,7 @@ ], "MXN": [ "MX$", - "Мексички пезо" + "Мексички пезос" ], "MXP": [ "MXP", @@ -659,7 +663,7 @@ ], "MYR": [ "MYR", - "Малезијски ринггит" + "Малезијски рингит" ], "MZE": [ "MZE", @@ -675,7 +679,7 @@ ], "NAD": [ "NAD", - "намбијски долар" + "Намибијски долар" ], "NGN": [ "NGN", @@ -699,7 +703,7 @@ ], "NPR": [ "NPR", - "Непалски рупи" + "Непалска рупија" ], "NZD": [ "NZ$", @@ -727,15 +731,15 @@ ], "PGK": [ "PGK", - "Папуа ново-гвинејшка кина" + "Папуанска кина" ], "PHP": [ "PHP", - "Филипински пезо" + "Филипински пезос" ], "PKR": [ "PKR", - "Пакистански рупи" + "Пакистанска рупија" ], "PLN": [ "зл", @@ -751,11 +755,11 @@ ], "PYG": [ "PYG", - "Парагвајски гуарни" + "Парагвајски гварани" ], "QAR": [ "QAR", - "Катаршки ријал" + "Катарски ријал" ], "RHD": [ "RHD", @@ -767,7 +771,7 @@ ], "RON": [ "RON", - "Румунски леу" + "Румунски леј" ], "RSD": [ "дин.", @@ -783,7 +787,7 @@ ], "RWF": [ "RWF", - "Руандански франак" + "Руандски франак" ], "SAR": [ "SAR", @@ -791,7 +795,7 @@ ], "SBD": [ "SBD", - "Соломонско-острвски долар" + "Соломонски долар" ], "SCR": [ "SCR", @@ -819,7 +823,7 @@ ], "SHP": [ "SHP", - "Св. јеленска фунта" + "Света Јелена фунта" ], "SIT": [ "SIT", @@ -831,20 +835,24 @@ ], "SLL": [ "SLL", - "Сијера-леоншки леоне" + "Сијералеонски леоне" ], "SOS": [ "SOS", - "СОмалијски шилинг" + "Сомалијски шилинг" ], "SRD": [ "SRD", - "СУринамски долар" + "Суринамски долар" ], "SRG": [ "SRG", "Суринамски гилдер" ], + "SSP": [ + "SSP", + "Јужносуданска фунта" + ], "STD": [ "STD", "Сао Томе и Принципе добра (1977–2017)" @@ -867,11 +875,11 @@ ], "SZL": [ "SZL", - "Свази лилангени" + "Свазилендски лилангени" ], "THB": [ "THB", - "Таи бахт" + "Тајски бахт" ], "TJR": [ "TJR", @@ -879,7 +887,7 @@ ], "TJS": [ "TJS", - "Таљихистански сомони" + "Таџикистански сомони" ], "TMM": [ "TMM", @@ -891,11 +899,11 @@ ], "TND": [ "TND", - "Тунизијски долар" + "Туниски динар" ], "TOP": [ "TOP", - "Тонгоншка Панга" + "Тонгоанска панга" ], "TPE": [ "TPE", @@ -911,7 +919,7 @@ ], "TTD": [ "TTD", - "Тринидад тобагошки долар" + "Тринидад-тобагошки долар" ], "TWD": [ "NT$", @@ -959,7 +967,7 @@ ], "UYU": [ "UYU", - "Уругвајски пезо" + "Уругвајски пезос" ], "UZS": [ "UZS", @@ -1027,7 +1035,7 @@ ], "YER": [ "YER", - "Јеменски риал" + "Јеменски ријал" ], "YUD": [ "YUD", @@ -1047,7 +1055,7 @@ ], "ZAR": [ "ZAR", - "Јужно-афрички ранд" + "Јужноафрички ранд" ], "ZMK": [ "ZMK", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ca.json b/src/Symfony/Component/Intl/Resources/data/currencies/ca.json index 8215385475..ec7b34bbb4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ca.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ca.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -527,7 +527,7 @@ "dinar jordà" ], "JPY": [ - "JP¥", + "¥", "ien japonès" ], "KES": [ @@ -928,7 +928,7 @@ ], "SYP": [ "SYP", - "lliura síria" + "lliura siriana" ], "SZL": [ "SZL", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ca_FR.json b/src/Symfony/Component/Intl/Resources/data/currencies/ca_FR.json index 3468e7b707..e6120982c4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ca_FR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ca_FR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "FRF": [ "F", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ce.json b/src/Symfony/Component/Intl/Resources/data/currencies/ce.json index 4b4add71e7..83f3abff2b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ce.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ce.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/cs.json b/src/Symfony/Component/Intl/Resources/data/currencies/cs.json index 9325931f1d..c393b3fd46 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/cs.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/cs.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.44", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/cy.json b/src/Symfony/Component/Intl/Resources/data/currencies/cy.json index c031933ee3..3a85facb9d 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/cy.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/cy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", @@ -759,7 +759,7 @@ ], "PHP": [ "PHP", - "Peso’r Philipinau" + "Peso Philipinas" ], "PKR": [ "PKR", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/da.json b/src/Symfony/Component/Intl/Resources/data/currencies/da.json index 8ff3d8fed1..87231da4ce 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/da.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/da.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -403,7 +403,7 @@ ], "HKD": [ "HK$", - "Hongkong dollar" + "hongkongsk dollar" ], "HNL": [ "HNL", @@ -918,7 +918,7 @@ "ugandisk shilling" ], "USD": [ - "$", + "US$", "amerikansk dollar" ], "USN": [ diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/de.json b/src/Symfony/Component/Intl/Resources/data/currencies/de.json index 9bd28156b7..2830ced8a4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/de.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/de.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/de_CH.json b/src/Symfony/Component/Intl/Resources/data/currencies/de_CH.json index 610c569d22..29398682b8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/de_CH.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/de_CH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "BYN": [ "BYN", @@ -9,10 +9,6 @@ "BYR", "Weissrussischer Rubel (2000–2016)" ], - "CHF": [ - "CHF", - "Schweizer Franken" - ], "EUR": [ "EUR", "Euro" @@ -20,14 +16,6 @@ "STN": [ "STN", "São-toméischer Dobra (2018)" - ], - "VEF": [ - "VEF", - "Venezolanischer Bolívar" - ], - "VES": [ - "VES", - "VES" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/de_LI.json b/src/Symfony/Component/Intl/Resources/data/currencies/de_LI.json index 5dc704ad5a..bd82eb972b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/de_LI.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/de_LI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "EUR": [ "EUR", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/de_LU.json b/src/Symfony/Component/Intl/Resources/data/currencies/de_LU.json index 352898b8ae..a7a3dd162f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/de_LU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/de_LU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "LUF": [ "F", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/dz.json b/src/Symfony/Component/Intl/Resources/data/currencies/dz.json index 8919d87b60..7c6cb78893 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/dz.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/dz.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ee.json b/src/Symfony/Component/Intl/Resources/data/currencies/ee.json index 842bf6adcb..ba3929597e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ee.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ee.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/el.json b/src/Symfony/Component/Intl/Resources/data/currencies/el.json index 0f5cb07b8c..65b56fc3fb 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/el.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/el.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en.json b/src/Symfony/Component/Intl/Resources/data/currencies/en.json index 3c9d4c1f59..19fd102362 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.65", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_001.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_001.json index 3c615b8ea4..7451dc1108 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_001.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_001.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "BYB": [ "BYB", @@ -29,6 +29,10 @@ "RUR", "Russian Rouble (1991–1998)" ], + "SHP": [ + "SHP", + "St Helena Pound" + ], "TJR": [ "TJR", "Tajikistani Rouble" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_150.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_150.json index 770311d7b3..851ef1ac7a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_150.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_150.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "EUR": [ "€", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_AE.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_AE.json index aa47b39187..f0a010b16c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_AE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_AE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.67", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_AG.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_AG.json index 2756770a1f..75da27b3c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_AG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_AG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "XCD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_AI.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_AI.json index 2756770a1f..75da27b3c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_AI.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_AI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "XCD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json index f16a2012b2..9760a58d2e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json @@ -1,10 +1,38 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { + "AED": [ + "AED", + "United Arab Emirates Dirham" + ], + "AFN": [ + "AFN", + "Afghan Afghani" + ], + "ALL": [ + "ALL", + "Albanian Lek" + ], + "AMD": [ + "AMD", + "Armenian Dram" + ], + "AOA": [ + "AOA", + "Angolan Kwanza" + ], + "ARS": [ + "ARS", + "Argentine Peso" + ], "AUD": [ "$", "Australian Dollar" ], + "AZN": [ + "AZN", + "Azerbaijani Manat" + ], "BAM": [ "BAM", "Bosnia-Herzegovina Convertible Marka" @@ -13,10 +41,30 @@ "BBD", "Barbados Dollar" ], + "BDT": [ + "BDT", + "Bangladeshi Taka" + ], + "BGN": [ + "BGN", + "Bulgarian Lev" + ], + "BHD": [ + "BHD", + "Bahraini Dinar" + ], + "BIF": [ + "BIF", + "Burundian Franc" + ], "BMD": [ "BMD", "Bermuda Dollar" ], + "BND": [ + "BND", + "Brunei Dollar" + ], "BOB": [ "BOB", "Boliviano" @@ -25,10 +73,30 @@ "BRL", "Brazilian Real" ], + "BTN": [ + "BTN", + "Bhutanese Ngultrum" + ], + "BWP": [ + "BWP", + "Botswanan Pula" + ], "CAD": [ "CAD", "Canadian Dollar" ], + "CDF": [ + "CDF", + "Congolese Franc" + ], + "CHF": [ + "CHF", + "Swiss Franc" + ], + "CLP": [ + "CLP", + "Chilean Peso" + ], "CNH": [ "CNH", "CNH" @@ -37,18 +105,94 @@ "CNY", "Chinese Yuan" ], + "COP": [ + "COP", + "Colombian Peso" + ], + "CVE": [ + "CVE", + "Cape Verdean Escudo" + ], + "CZK": [ + "CZK", + "Czech Koruna" + ], + "DJF": [ + "DJF", + "Djiboutian Franc" + ], + "DZD": [ + "DZD", + "Algerian Dinar" + ], + "EGP": [ + "EGP", + "Egyptian Pound" + ], + "ERN": [ + "ERN", + "Eritrean Nakfa" + ], + "ETB": [ + "ETB", + "Ethiopian Birr" + ], "EUR": [ "EUR", "Euro" ], + "FJD": [ + "FJD", + "Fijian Dollar" + ], + "FKP": [ + "FKP", + "Falkland Islands Pound" + ], "GBP": [ "GBP", "British Pound" ], + "GEL": [ + "GEL", + "Georgian Lari" + ], + "GHS": [ + "GHS", + "Ghanaian Cedi" + ], + "GIP": [ + "GIP", + "Gibraltar Pound" + ], + "GMD": [ + "GMD", + "Gambian Dalasi" + ], + "GNF": [ + "GNF", + "Guinean Franc" + ], + "GYD": [ + "GYD", + "Guyanaese Dollar" + ], "HKD": [ "HKD", "Hong Kong Dollar" ], + "HRK": [ + "HRK", + "Croatian Kuna" + ], + "HUF": [ + "HUF", + "Hungarian Forint" + ], + "IDR": [ + "IDR", + "Indonesian Rupiah" + ], "ILS": [ "ILS", "Israeli Shekel" @@ -57,38 +201,290 @@ "INR", "Indian Rupee" ], + "IQD": [ + "IQD", + "Iraqi Dinar" + ], + "IRR": [ + "IRR", + "Iranian Rial" + ], + "ISK": [ + "ISK", + "Icelandic Króna" + ], + "JOD": [ + "JOD", + "Jordanian Dinar" + ], "JPY": [ "JPY", "Japanese Yen" ], + "KES": [ + "KES", + "Kenyan Shilling" + ], + "KGS": [ + "KGS", + "Kyrgystani Som" + ], + "KHR": [ + "KHR", + "Cambodian Riel" + ], + "KMF": [ + "KMF", + "Comorian Franc" + ], + "KPW": [ + "KPW", + "North Korean Won" + ], "KRW": [ "KRW", "South Korean Won" ], + "KWD": [ + "KWD", + "Kuwaiti Dinar" + ], + "KZT": [ + "KZT", + "Kazakhstani Tenge" + ], + "LAK": [ + "LAK", + "Laotian Kip" + ], + "LBP": [ + "LBP", + "Lebanese Pound" + ], + "LKR": [ + "LKR", + "Sri Lankan Rupee" + ], + "LRD": [ + "LRD", + "Liberian Dollar" + ], + "LSL": [ + "LSL", + "Lesotho Loti" + ], + "LYD": [ + "LYD", + "Libyan Dinar" + ], + "MAD": [ + "MAD", + "Moroccan Dirham" + ], + "MDL": [ + "MDL", + "Moldovan Leu" + ], + "MGA": [ + "MGA", + "Malagasy Ariary" + ], + "MKD": [ + "MKD", + "Macedonian Denar" + ], + "MMK": [ + "MMK", + "Myanmar Kyat" + ], + "MNT": [ + "MNT", + "Mongolian Tugrik" + ], + "MOP": [ + "MOP", + "Macanese Pataca" + ], + "MRO": [ + "MRO", + "Mauritanian Ouguiya (1973–2017)" + ], + "MUR": [ + "MUR", + "Mauritian Rupee" + ], + "MVR": [ + "MVR", + "Maldivian Rufiyaa" + ], + "MWK": [ + "MWK", + "Malawian Kwacha" + ], "MXN": [ "MXN", "Mexican Peso" ], + "MYR": [ + "MYR", + "Malaysian Ringgit" + ], + "MZN": [ + "MZN", + "Mozambican Metical" + ], + "NAD": [ + "NAD", + "Namibian Dollar" + ], + "NGN": [ + "NGN", + "Nigerian Naira" + ], + "NOK": [ + "NOK", + "Norwegian Krone" + ], + "NPR": [ + "NPR", + "Nepalese Rupee" + ], "NZD": [ "NZD", "New Zealand Dollar" ], + "OMR": [ + "OMR", + "Omani Rial" + ], + "PEN": [ + "PEN", + "Peruvian Sol" + ], + "PGK": [ + "PGK", + "Papua New Guinean Kina" + ], + "PHP": [ + "PHP", + "Philippine Piso" + ], + "PLN": [ + "PLN", + "Polish Zloty" + ], + "PYG": [ + "PYG", + "Paraguayan Guarani" + ], "QAR": [ "QAR", "Qatari Riyal" ], + "RON": [ + "RON", + "Romanian Leu" + ], + "RSD": [ + "RSD", + "Serbian Dinar" + ], + "RUB": [ + "RUB", + "Russian Rouble" + ], + "RWF": [ + "RWF", + "Rwandan Franc" + ], + "SAR": [ + "SAR", + "Saudi Riyal" + ], + "SBD": [ + "SBD", + "Solomon Islands Dollar" + ], "SCR": [ "Rs", "Seychellois Rupee" ], + "SDG": [ + "SDG", + "Sudanese Pound" + ], + "SEK": [ + "SEK", + "Swedish Krona" + ], + "SGD": [ + "SGD", + "Singapore Dollar" + ], + "SHP": [ + "SHP", + "St Helena Pound" + ], + "SLL": [ + "SLL", + "Sierra Leonean Leone" + ], + "SOS": [ + "SOS", + "Somali Shilling" + ], "SRD": [ "SRD", "Suriname Dollar" ], + "SSP": [ + "SSP", + "South Sudanese Pound" + ], + "SYP": [ + "SYP", + "Syrian Pound" + ], + "SZL": [ + "SZL", + "Swazi Lilangeni" + ], + "TJS": [ + "TJS", + "Tajikistani Somoni" + ], + "TMT": [ + "TMT", + "Turkmenistani Manat" + ], + "TND": [ + "TND", + "Tunisian Dinar" + ], + "TOP": [ + "TOP", + "Tongan Paʻanga" + ], + "TRY": [ + "TRY", + "Turkish Lira" + ], "TWD": [ "TWD", "New Taiwan Dollar" ], + "TZS": [ + "TZS", + "Tanzanian Shilling" + ], + "UAH": [ + "UAH", + "Ukrainian Hryvnia" + ], + "UGX": [ + "UGX", + "Ugandan Shilling" + ], "USD": [ "USD", "US Dollar" @@ -97,6 +493,14 @@ "UYU", "Peso Uruguayo" ], + "UZS": [ + "UZS", + "Uzbekistani Som" + ], + "VEF": [ + "VEF", + "Venezuelan Bolívar (2008–2018)" + ], "VES": [ "VES", "VES" @@ -105,6 +509,14 @@ "VND", "Vietnamese Dong" ], + "VUV": [ + "VUV", + "Vanuatu Vatu" + ], + "WST": [ + "WST", + "Samoan Tala" + ], "XAF": [ "XAF", "Central African CFA Franc" @@ -120,6 +532,18 @@ "XPF": [ "CFP", "CFP Franc" + ], + "YER": [ + "YER", + "Yemeni Rial" + ], + "ZAR": [ + "ZAR", + "South African Rand" + ], + "ZMW": [ + "ZMW", + "Zambian Kwacha" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_BB.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_BB.json index aeab6ce555..a0bc40121a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_BB.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_BB.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "BBD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_BI.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_BI.json index 3cd4f47183..4a96139c7d 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_BI.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_BI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.22", + "Version": "36", "Names": { "BIF": [ "FBu", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_BM.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_BM.json index 513a816453..abf1b2c6fe 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_BM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_BM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "BMD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_BS.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_BS.json index d72c296bb2..aec811ab38 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_BS.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_BS.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "BSD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_BW.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_BW.json index 0d47b5da63..f2e2d3384b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_BW.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_BW.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "BWP": [ "P", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_BZ.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_BZ.json index 1af4331442..567a7e9f61 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_BZ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_BZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "BZD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json index 3acc063cea..1dfd79828d 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json @@ -1,9 +1,13 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "CAD": [ "$", "Canadian Dollar" + ], + "VES": [ + "VES", + "Venezuelan Bolívar" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_CC.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_CC.json index 2009c1a9e1..e06ba740bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_CC.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_CC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "AUD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_CK.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_CK.json index e634d1b4a8..9593a04ee6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_CK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_CK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "NZD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_CX.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_CX.json index 2009c1a9e1..e06ba740bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_CX.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_CX.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "AUD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_DK.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_DK.json index 3f548937b0..f8de5f607c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_DK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_DK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "DKK": [ "kr.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_DM.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_DM.json index 2756770a1f..75da27b3c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_DM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_DM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "XCD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_ER.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_ER.json index cdbe321a45..3f8f576a6f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_ER.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_ER.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "ERN": [ "Nfk", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_FJ.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_FJ.json index 92d341d95b..ec4d41fc80 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_FJ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_FJ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "FJD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_FK.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_FK.json index 3f693a10f0..3cabc4f7d2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_FK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_FK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "FKP": [ "£", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json deleted file mode 100644 index 1d21d1563e..0000000000 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Version": "2.1.47.86", - "Names": { - "SHP": [ - "SHP", - "St Helena Pound" - ] - } -} diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_GD.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_GD.json index 2756770a1f..75da27b3c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_GD.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_GD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "XCD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_GG.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_GG.json index c4cb145fe1..c2dd9dbd10 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_GG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_GG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GBP": [ "£", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_GH.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_GH.json index be50e77b68..298ca6c14b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_GH.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_GH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GHS": [ "GH₵", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_GI.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_GI.json index 35b6619551..df990f8df2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_GI.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_GI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GBP": [ "GB£", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_GM.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_GM.json index a279ccb75f..3857bbe02a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_GM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_GM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GMD": [ "D", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_GY.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_GY.json index b5ae856797..846901026d 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_GY.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_GY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GYD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_IM.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_IM.json index c4cb145fe1..c2dd9dbd10 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_IM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_IM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GBP": [ "£", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_IN.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_IN.json index c13ff50d67..5fd20deee6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.14", + "Version": "36", "Names": { "VEF": [ "VEF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_JE.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_JE.json index c4cb145fe1..c2dd9dbd10 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_JE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_JE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GBP": [ "£", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_JM.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_JM.json index 1789bcf95a..b5b1ecdfbd 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_JM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_JM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "JMD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_KE.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_KE.json index 663a1b7bf2..c24257b97e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_KE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_KE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "KES": [ "Ksh", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_KI.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_KI.json index 2009c1a9e1..e06ba740bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_KI.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_KI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "AUD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_KN.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_KN.json index 2756770a1f..75da27b3c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_KN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_KN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "XCD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_KY.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_KY.json index 15e99b3e65..7693660cf7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_KY.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_KY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "KYD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_LC.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_LC.json index 2756770a1f..75da27b3c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_LC.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_LC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "XCD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_LR.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_LR.json index 5a166300a4..95c1d80703 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_LR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_LR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "LRD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_LS.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_LS.json index f79cd019af..286306aff8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_LS.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_LS.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "ZAR": [ "R", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_MG.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_MG.json index 2f0864f2b3..a277e5e6a1 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_MG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_MG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "MGA": [ "Ar", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_MO.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_MO.json index 6a6be5daa0..514da628c9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_MO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_MO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "MOP": [ "MOP$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_MS.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_MS.json index 2756770a1f..75da27b3c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_MS.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_MS.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "XCD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_MT.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_MT.json index 28217825da..a5d7ee2fcd 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_MT.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_MT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "GBP": [ "GB£", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_MU.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_MU.json index ede1914d6f..e40ac109a6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_MU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_MU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "MUR": [ "Rs", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_MW.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_MW.json index e6bc37278f..3d02557995 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_MW.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_MW.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "MWK": [ "MK", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_MY.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_MY.json index ebe677684d..c7748df6ed 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_MY.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_MY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "MYR": [ "RM", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_NA.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_NA.json index dbdd274b23..36d726d9ed 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_NA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_NA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "NAD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_NF.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_NF.json index 36bd957f63..e06ba740bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_NF.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_NF.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "AUD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_NG.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_NG.json index a2ed0a1b19..eaa9515f17 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_NG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_NG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.22", + "Version": "36", "Names": { "NGN": [ "₦", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_NH.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_NH.json index 665594a38c..43e0b04c86 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_NH.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_NH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "VUV": [ "VT", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_NR.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_NR.json index 36bd957f63..e06ba740bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_NR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_NR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "AUD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_NU.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_NU.json index 05dc60cd8d..9593a04ee6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_NU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_NU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "NZD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_NZ.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_NZ.json index 4ffe241af6..9593a04ee6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_NZ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_NZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "NZD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_PG.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_PG.json index ed7976d773..936b3d8500 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_PG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_PG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "PGK": [ "K", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_PH.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_PH.json index 325111f14a..f4cb9636fd 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_PH.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_PH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "PHP": [ "₱", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_PK.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_PK.json index 9f4f4f2a28..1f8b766335 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_PK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_PK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "PKR": [ "Rs", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_PN.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_PN.json index 05dc60cd8d..9593a04ee6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_PN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_PN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "NZD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_RW.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_RW.json index 5694ed7692..5d0836ffd7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_RW.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_RW.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "RWF": [ "RF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SB.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SB.json index 18537e9039..7091119ef1 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SB.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SB.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "SBD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SC.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SC.json index 177d440200..b4a80e4a21 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SC.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "SCR": [ "SR", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SE.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SE.json index b7d2cae6c2..b976e2252f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "SEK": [ "kr", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SG.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SG.json index be8ecee51e..decbaedde3 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "SGD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SH.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SH.json index b388d675cb..6bb5229466 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SH.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "GBP": [ "GB£", @@ -7,7 +7,7 @@ ], "SHP": [ "£", - "St. Helena Pound" + "St Helena Pound" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SL.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SL.json index a6dfe76c92..7e7b54f702 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SL.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SL.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "SLL": [ "Le", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SS.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SS.json index 27f00cc541..4db4d22095 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SS.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SS.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "GBP": [ "GB£", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SX.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SX.json index ea843ae57a..d89618cc12 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SX.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SX.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ANG": [ "NAf.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_SZ.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_SZ.json index da94c5a96f..e630cd7f53 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_SZ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_SZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "SZL": [ "E", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_TK.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_TK.json index 05dc60cd8d..9593a04ee6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_TK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_TK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "NZD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_TO.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_TO.json index 8f7202311c..7923b9e08e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_TO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_TO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "TOP": [ "T$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_TT.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_TT.json index c3d7036b67..831c897437 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_TT.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_TT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "TTD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_TV.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_TV.json index 36bd957f63..e06ba740bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_TV.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_TV.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "AUD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_TZ.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_TZ.json index 4f91676424..331cf2f4a4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_TZ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_TZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "TZS": [ "TSh", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_UG.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_UG.json index 58829694b5..fe7fa9222a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_UG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_UG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "UGX": [ "USh", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_VC.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_VC.json index 5acadd9e8a..75da27b3c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_VC.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_VC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "XCD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_VU.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_VU.json index 665594a38c..43e0b04c86 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_VU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_VU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "VUV": [ "VT", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_WS.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_WS.json index 5b6cde5ddb..7a7881e0b4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_WS.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_WS.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "WST": [ "WS$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_ZA.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_ZA.json index 51396c656f..286306aff8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_ZA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_ZA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ZAR": [ "R", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/en_ZM.json b/src/Symfony/Component/Intl/Resources/data/currencies/en_ZM.json index 789846f24e..9008b3bc0f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_ZM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_ZM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ZMW": [ "K", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es.json b/src/Symfony/Component/Intl/Resources/data/currencies/es.json index ec2b5c413e..f7c19a6219 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -639,7 +639,7 @@ ], "MWK": [ "MWK", - "kwacha malauí" + "kuacha malauí" ], "MXN": [ "MXN", @@ -1059,7 +1059,7 @@ ], "ZMW": [ "ZMW", - "kwacha zambiano" + "kuacha zambiano" ], "ZRN": [ "ZRN", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json index e29ed77477..bf2d68794c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json @@ -1,533 +1,33 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { - "AED": [ - "AED", - "dírham de los Emiratos Árabes Unidos" - ], - "AFN": [ - "AFN", - "afgani" - ], - "ALL": [ - "ALL", - "lek" - ], - "AMD": [ - "AMD", - "dram armenio" - ], - "AOA": [ - "AOA", - "kuanza" - ], - "ARS": [ - "ARS", - "peso argentino" - ], - "AWG": [ - "AWG", - "florín arubeño" - ], - "AZN": [ - "AZN", - "manat azerbaiyano" - ], - "BAM": [ - "BAM", - "marco convertible de Bosnia y Herzegovina" - ], - "BBD": [ - "BBD", - "dólar barbadense" - ], - "BDT": [ - "BDT", - "taka" - ], - "BGN": [ - "BGN", - "lev búlgaro" - ], - "BHD": [ - "BHD", - "dinar bahreiní" - ], - "BIF": [ - "BIF", - "franco burundés" - ], - "BMD": [ - "BMD", - "dólar de Bermudas" - ], - "BND": [ - "BND", - "dólar bruneano" - ], - "BOB": [ - "BOB", - "boliviano" - ], - "BSD": [ - "BSD", - "dólar bahameño" - ], - "BTN": [ - "BTN", - "gultrum" - ], - "BWP": [ - "BWP", - "pula" - ], - "BYR": [ - "BYR", - "rublo bielorruso (2000–2016)" - ], - "BZD": [ - "BZD", - "dólar beliceño" - ], "CAD": [ "CAD", "dólar canadiense" ], - "CDF": [ - "CDF", - "franco congoleño" - ], - "CLP": [ - "CLP", - "peso chileno" - ], - "COP": [ - "COP", - "peso colombiano" - ], - "CRC": [ - "CRC", - "colón costarricense" - ], - "CUC": [ - "CUC", - "peso cubano convertible" - ], - "CUP": [ - "CUP", - "peso cubano" - ], - "CVE": [ - "CVE", - "escudo de Cabo Verde" - ], - "CZK": [ - "CZK", - "corona checa" - ], - "DJF": [ - "DJF", - "franco yibutiano" - ], - "DKK": [ - "DKK", - "corona danesa" - ], - "DOP": [ - "DOP", - "peso dominicano" - ], - "DZD": [ - "DZD", - "dinar argelino" - ], - "EGP": [ - "EGP", - "libra egipcia" - ], - "ERN": [ - "ERN", - "nafka" - ], - "ETB": [ - "ETB", - "bir" - ], "EUR": [ "EUR", "euro" ], - "FJD": [ - "FJD", - "dólar fiyiano" - ], - "FKP": [ - "FKP", - "libra malvinense" - ], - "GEL": [ - "GEL", - "lari" - ], - "GHS": [ - "GHS", - "cedi" - ], - "GIP": [ - "GIP", - "libra gibraltareña" - ], - "GMD": [ - "GMD", - "dalasi" - ], - "GNF": [ - "GNF", - "franco guineano" - ], - "GTQ": [ - "GTQ", - "quetzal guatemalteco" - ], - "HNL": [ - "HNL", - "lempira hondureño" - ], - "HRK": [ - "HRK", - "kuna" - ], - "HTG": [ - "HTG", - "gourde haitiano" - ], - "IDR": [ - "IDR", - "rupia indonesia" - ], - "IQD": [ - "IQD", - "dinar iraquí" - ], - "IRR": [ - "IRR", - "rial iraní" - ], - "ISK": [ - "ISK", - "corona islandesa" - ], - "JMD": [ - "JMD", - "dólar jamaicano" - ], - "JOD": [ - "JOD", - "dinar jordano" - ], - "KES": [ - "KES", - "chelín keniano" - ], - "KGS": [ - "KGS", - "som" - ], - "KHR": [ - "KHR", - "riel" - ], - "KMF": [ - "KMF", - "franco comorense" - ], - "KPW": [ - "KPW", - "won norcoreano" - ], - "KWD": [ - "KWD", - "dinar kuwaití" - ], - "KYD": [ - "KYD", - "dólar de las Islas Caimán" - ], - "KZT": [ - "KZT", - "tenge kazako" - ], - "LAK": [ - "LAK", - "kip" - ], - "LBP": [ - "LBP", - "libra libanesa" - ], - "LKR": [ - "LKR", - "rupia esrilanquesa" - ], - "LRD": [ - "LRD", - "dólar liberiano" - ], - "MGA": [ - "MGA", - "ariari" - ], - "MKD": [ - "MKD", - "dinar macedonio" - ], - "MMK": [ - "MMK", - "kiat" - ], - "MNT": [ - "MNT", - "tugrik" - ], - "MOP": [ - "MOP", - "pataca de Macao" - ], - "MRO": [ - "MRO", - "uguiya (1973–2017)" - ], - "MUR": [ - "MUR", - "rupia mauriciana" - ], - "MVR": [ - "MVR", - "rufiya" - ], "MWK": [ "MWK", "kwacha malauí" ], - "MYR": [ - "MYR", - "ringgit malayo" - ], - "MZN": [ - "MZN", - "metical" - ], - "NAD": [ - "NAD", - "dólar namibio" - ], - "NGN": [ - "NGN", - "naira" - ], - "NIO": [ - "NIO", - "córdoba nicaragüense" - ], - "NOK": [ - "NOK", - "corona noruega" - ], - "NPR": [ - "NPR", - "rupia nepalí" - ], - "OMR": [ - "OMR", - "rial omaní" - ], - "PAB": [ - "PAB", - "balboa panameño" - ], - "PGK": [ - "PGK", - "kina" - ], - "PHP": [ - "PHP", - "peso filipino" - ], - "PKR": [ - "PKR", - "rupia pakistaní" - ], - "PYG": [ - "PYG", - "guaraní paraguayo" - ], - "QAR": [ - "QAR", - "rial catarí" - ], - "RON": [ - "RON", - "leu rumano" - ], - "RSD": [ - "RSD", - "dinar serbio" - ], - "RUB": [ - "RUB", - "rublo ruso" - ], - "RWF": [ - "RWF", - "franco ruandés" - ], - "SAR": [ - "SAR", - "rial saudí" - ], - "SBD": [ - "SBD", - "dólar salomonense" - ], - "SCR": [ - "SCR", - "rupia seychellense" - ], - "SEK": [ - "SEK", - "corona sueca" - ], - "SGD": [ - "SGD", - "dólar singapurense" - ], - "SHP": [ - "SHP", - "libra de Santa Elena" - ], - "SLL": [ - "SLL", - "leona" - ], - "SOS": [ - "SOS", - "chelín somalí" - ], - "SRD": [ - "SRD", - "dólar surinamés" - ], - "SSP": [ - "SSP", - "libra sursudanesa" - ], - "STD": [ - "STD", - "dobra (1977–2017)" - ], - "SYP": [ - "SYP", - "libra siria" - ], - "SZL": [ - "SZL", - "lilangeni" - ], "THB": [ "THB", "baht tailandes" ], - "TJS": [ - "TJS", - "somoni tayiko" - ], - "TMT": [ - "TMT", - "manat turcomano" - ], - "TND": [ - "TND", - "dinar tunecino" - ], - "TOP": [ - "TOP", - "paanga" - ], - "TRY": [ - "TRY", - "lira turca" - ], - "TTD": [ - "TTD", - "dólar de Trinidad y Tobago" - ], - "TZS": [ - "TZS", - "chelín tanzano" - ], - "UAH": [ - "UAH", - "grivna" - ], - "UGX": [ - "UGX", - "chelín ugandés" - ], "USD": [ "USD", "dólar estadounidense" ], - "UYU": [ - "UYU", - "peso uruguayo" - ], "UZS": [ "UZS", "som uzbeko" ], - "VEF": [ - "VEF", - "bolívar venezolano" - ], - "VES": [ - "VES", - "VES" - ], "VND": [ "VND", "dong" - ], - "VUV": [ - "VUV", - "vatu" - ], - "WST": [ - "WST", - "tala" - ], - "XAF": [ - "XAF", - "franco CFA BEAC" - ], - "XOF": [ - "XOF", - "franco CFA BCEAO" - ], - "XPF": [ - "CFPF", - "franco CFP" - ], - "YER": [ - "YER", - "rial yemení" - ], - "ZAR": [ - "ZAR", - "rand" - ], - "ZMW": [ - "ZMW", - "kuacha zambiano" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_AR.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_AR.json index d729cf4c39..9a4f37c36b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_AR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_AR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ARS": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_BO.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_BO.json index 1b931c84d9..0bc297d1c1 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_BO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_BO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "BOB": [ "Bs", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_BR.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_BR.json index 51e59f0d82..4c044b8dfd 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_BR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_BR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "BRL": [ "R$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_BZ.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_BZ.json index 67b9db8ae9..49879bc818 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_BZ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_BZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "BZD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_CL.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_CL.json index c89d5084e2..77c9468d3f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_CL.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_CL.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "CLP": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_CO.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_CO.json index a478cbb932..78eb949bad 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_CO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_CO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "COP": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_CR.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_CR.json index 218ef5271c..3f467551d2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_CR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_CR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "CRC": [ "₡", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_CU.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_CU.json index 6f015c485b..d2b332758d 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_CU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_CU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "CUP": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_DO.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_DO.json index 76b0dc893d..bd835b5024 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_DO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_DO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "DOP": [ "RD$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_EC.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_EC.json index 973cd5667e..c8a948296c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_EC.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_EC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "USD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_GQ.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_GQ.json index e3527f0067..9ed6cb76c1 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_GQ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_GQ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "XAF": [ "FCFA", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_GT.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_GT.json index 887278ddbc..4e0aacef3f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_GT.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_GT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "GTQ": [ "Q", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_HN.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_HN.json index 335bf9d3f3..2b2e08624c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_HN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_HN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "HNL": [ "L", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_MX.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_MX.json index 5fdabb9b91..bf92abbde7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_MX.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_MX.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.96", + "Version": "36", "Names": { "BDT": [ "BDT", @@ -9,14 +9,6 @@ "BTN", "ngultrum butanés" ], - "CNH": [ - "CNH", - "CNH" - ], - "ERN": [ - "ERN", - "nakfa" - ], "KGS": [ "KGS", "som kirguís" @@ -45,10 +37,6 @@ "$", "peso mexicano" ], - "MYR": [ - "MYR", - "ringit" - ], "STN": [ "STN", "dobra santotomense" @@ -57,18 +45,6 @@ "THB", "baht tailandés" ], - "UZS": [ - "UZS", - "sum" - ], - "VEF": [ - "VEF", - "bolívar venezolano (2008–2018)" - ], - "VES": [ - "VES", - "bolívar venezolano" - ], "VND": [ "VND", "dong vietnamita" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_NI.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_NI.json index ebb64a5b92..ea51767071 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_NI.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_NI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "NIO": [ "C$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_PA.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_PA.json index 278fc23b96..fe7cfe2b5d 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_PA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_PA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "PAB": [ "B\/.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_PE.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_PE.json index 7617027bc7..82a13a02e0 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_PE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_PE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "PEN": [ "S\/", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_PH.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_PH.json index b5a73ecb6a..7321c452bf 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_PH.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_PH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "PHP": [ "₱", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_PR.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_PR.json index 973cd5667e..c8a948296c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_PR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_PR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "USD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_PY.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_PY.json index 572b06eda3..43799041ee 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_PY.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_PY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "PYG": [ "Gs.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_SV.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_SV.json index 973cd5667e..c8a948296c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_SV.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_SV.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "USD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json index 3ac4febf2b..296845a379 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json @@ -1,17 +1,25 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { - "AMD": [ - "AMD", - "dram" + "BDT": [ + "BDT", + "taka bangladesí" + ], + "BTN": [ + "BTN", + "ngultrum butanés" ], "JPY": [ "¥", "yen" ], - "MYR": [ - "MYR", - "ringit" + "KGS": [ + "KGS", + "som kirguís" + ], + "LAK": [ + "LAK", + "kip laosiano" ], "STN": [ "STN", @@ -29,13 +37,17 @@ "UZS", "sum" ], + "VND": [ + "VND", + "dong vietnamita" + ], "XAF": [ "XAF", "franco CFA de África central" ], - "XOF": [ - "XOF", - "franco CFA de África Occidental" + "ZMW": [ + "ZMW", + "kwacha zambiano" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_UY.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_UY.json index ddf413c97e..90a7d4e75f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_UY.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_UY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "USD": [ "US$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json b/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json index e364b944fe..44c32df34c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json @@ -1,9 +1,9 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "VEF": [ "Bs.", - "bolívar venezolano" + "bolívar venezolano (2008–2018)" ], "VES": [ "Bs.S", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/et.json b/src/Symfony/Component/Intl/Resources/data/currencies/et.json index ec43ab26d5..2daf4ef9df 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/et.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/et.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/eu.json b/src/Symfony/Component/Intl/Resources/data/currencies/eu.json index fbe84a4ede..9e688293cd 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/eu.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/eu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", @@ -7,95 +7,95 @@ ], "AFN": [ "AFN", - "Afganistango afghania" + "afgani afganiarra" ], "ALL": [ "ALL", - "Albaniako leka" + "lek albaniarra" ], "AMD": [ "AMD", - "Armeniako drama" + "dram armeniarra" ], "ANG": [ "ANG", - "Holandarren Antilletako guilderra" + "Holandarren Antilletako florina" ], "AOA": [ "AOA", - "Angolako kwanza" + "kwanza angolarra" ], "ARS": [ "ARS", - "Argentinako pesoa" + "peso argentinarra" ], "AUD": [ "A$", - "Australiako dolarra" + "dolar australiarra" ], "AWG": [ "AWG", - "Arubako florina" + "florin arubarra" ], "AZN": [ "AZN", - "Azerbaijango manata" + "manat azerbaijandarra" ], "BAM": [ "BAM", - "Bosnia-Herzegovinako marko trukakorra" + "marko bihurgarri bosniarra" ], "BBD": [ "BBD", - "Barbadosetako dolarra" + "dolar barbadostarra" ], "BDT": [ "BDT", - "Bangladesheko taka" + "taka bangladeshtarra" ], "BGN": [ "BGN", - "Bulgariako leva" + "lev bulgariarra" ], "BHD": [ "BHD", - "Bahraingo dinarra" + "dinar bahraindarra" ], "BIF": [ "BIF", - "Burundiko frankoa" + "franko burundiarra" ], "BMD": [ "BMD", - "Bermudetako dolarra" + "dolar bermudarra" ], "BND": [ "BND", - "Bruneiko dolarra" + "dolar bruneitarra" ], "BOB": [ "BOB", - "Boliviako bolivianoa" + "boliviano boliviarra" ], "BRL": [ "R$", - "Brasilgo erreala" + "erreal brasildarra" ], "BSD": [ "BSD", - "Bahametako dolarra" + "dolar bahamarra" ], "BTN": [ "BTN", - "Bhutango ngultruma" + "ngultrum bhutandarra" ], "BWP": [ "BWP", - "Bosniako pula" + "pula botswanarra" ], "BYN": [ "BYN", - "Bielorrusiako errubloa" + "errublo bielorrusiarra" ], "BYR": [ "BYR", @@ -103,35 +103,35 @@ ], "BZD": [ "BZD", - "Belizeko dolarra" + "dolar belizetarra" ], "CAD": [ "CA$", - "Kanadako dolarra" + "dolar kanadarra" ], "CDF": [ "CDF", - "Kongoko frankoa" + "franko kongoarra" ], "CHF": [ "CHF", - "Suitzako frankoa" + "franko suitzarra" ], "CLP": [ "CLP", - "Txileko pesoa" + "peso txiletarra" ], "CNH": [ "CNH", - "yuan txinatar (itsasoz haraindikoa)" + "yuan txinatarra (itsasoz haraindikoa)" ], "CNY": [ "CN¥", - "Txinako yuana" + "yuan txinatarra" ], "COP": [ "COP", - "Kolonbiako pesoa" + "peso kolonbiarra" ], "CRC": [ "CRC", @@ -139,43 +139,43 @@ ], "CUC": [ "CUC", - "Kubako peso trukakorra" + "peso bihurgarri kubatarra" ], "CUP": [ "CUP", - "Kubako pesoa" + "peso kubatarra" ], "CVE": [ "CVE", - "Cabo Verdeko ezkutua" + "ezkutu caboverdetarra" ], "CZK": [ "CZK", - "Txekiar Errepublikako koroa" + "koroa txekiarra" ], "DJF": [ "DJF", - "Djibutiko frankoa" + "franko djibutiarra" ], "DKK": [ "DKK", - "Danimarkako koroa" + "koroa danimarkarra" ], "DOP": [ "DOP", - "Dominikar Errepublikako pesoa" + "peso dominikarra" ], "DZD": [ "DZD", - "Aljeriako dinarra" + "dinar aljeriarra" ], "EGP": [ "EGP", - "Egiptoko libera" + "libera egiptoarra" ], "ERN": [ "ERN", - "Eritreako nakfa" + "nakfa eritrearra" ], "ESP": [ "₧", @@ -184,7 +184,7 @@ ], "ETB": [ "ETB", - "Etiopiako birra" + "birr etiopiarra" ], "EUR": [ "€", @@ -192,87 +192,87 @@ ], "FJD": [ "FJD", - "Fijiko dolarra" + "dolar fijiarra" ], "FKP": [ "FKP", - "Falkland uharteetako libera" + "libera falklandarra" ], "GBP": [ "£", - "Libera esterlina" + "libera esterlina" ], "GEL": [ "GEL", - "Georgiako laria" + "lari georgiarra" ], "GHS": [ "GHS", - "Ghanako cedia" + "cedi ghanatarra" ], "GIP": [ "GIP", - "Gibraltarreko libera" + "libera gibraltartarra" ], "GMD": [ "GMD", - "Ganbiako dalasia" + "dalasi ganbiarra" ], "GNF": [ "GNF", - "Gineako frankoa" + "franko ginearra" ], "GTQ": [ "GTQ", - "Guatemalako quetzala" + "ketzal guatemalarra" ], "GYD": [ "GYD", - "Guyanako dolarra" + "dolar guyanarra" ], "HKD": [ "HK$", - "Hong Kongeko dolarra" + "dolar hongkongtarra" ], "HNL": [ "HNL", - "Hondurasko lempira" + "lempira hodurastarra" ], "HRK": [ "HRK", - "Kroaziako kuna" + "kuna kroaziarra" ], "HTG": [ "HTG", - "Haitiko gourdea" + "gourde haitiarra" ], "HUF": [ "HUF", - "Hungariako florina" + "florin hungariarra" ], "IDR": [ "IDR", - "Indonesiako errupia" + "errupia indonesiarra" ], "ILS": [ "₪", - "Israelgo shekel berria" + "shekel israeldar berria" ], "INR": [ "₹", - "Indiako errupia" + "errupia indiarra" ], "IQD": [ "IQD", - "Irakeko dinarra" + "dinar irakiarra" ], "IRR": [ "IRR", - "Irango riala" + "rial irandarra" ], "ISK": [ "ISK", - "Islandiako koroa" + "koroa islandiarra" ], "JMD": [ "JMD", @@ -280,63 +280,63 @@ ], "JOD": [ "JOD", - "Jordaniako dinarra" + "dinar jordaniarra" ], "JPY": [ "JP¥", - "Japoniako yena" + "yen japoniarra" ], "KES": [ "KES", - "Kenyako txelina" + "txelin kenyarra" ], "KGS": [ "KGS", - "Kirgizistango soma" + "som kirgizistandarra" ], "KHR": [ "KHR", - "Kanbodiako riela" + "riel kanbodiarra" ], "KMF": [ "KMF", - "Komoreetako frankoa" + "franko komoretarra" ], "KPW": [ "KPW", - "Ipar Koreako wona" + "won iparkorearra" ], "KRW": [ "₩", - "Hego Koreako wona" + "won hegokorearra" ], "KWD": [ "KWD", - "Kuwaiteko dinarra" + "dinar kuwaitarra" ], "KYD": [ "KYD", - "Kaiman uharteetako dolarra" + "dolar kaimandarra" ], "KZT": [ "KZT", - "Kazakhstango tengea" + "tenge kazakhstandarra" ], "LAK": [ "LAK", - "Laoseko kipa" + "kip laostarra" ], "LBP": [ "LBP", - "Libanoko libera" + "libera libanoarra" ], "LKR": [ "LKR", - "Sri Lankako errupia" + "errupia srilankarra" ], "LRD": [ "LRD", - "Liberiako dolarra" + "dolar liberiarra" ], "LSL": [ "LSL", @@ -352,35 +352,35 @@ ], "LYD": [ "LYD", - "Libiako dinarra" + "dinar libiarra" ], "MAD": [ "MAD", - "Marokoko dirhama" + "dirham marokoarra" ], "MDL": [ "MDL", - "Moldaviako leua" + "leu moldaviarra" ], "MGA": [ "MGA", - "Madagaskarreko ariarya" + "ariary madagaskartarra" ], "MKD": [ "MKD", - "Mazedoniako dinarra" + "dinar mazedoniarra" ], "MMK": [ "MMK", - "Myanmarreko kyata" + "kyat myanmartarra" ], "MNT": [ "MNT", - "Mongoliako tugrika" + "tugrik mongoliarra" ], "MOP": [ "MOP", - "Macanako pataca" + "pataca macauarra" ], "MRO": [ "MRO", @@ -388,131 +388,131 @@ ], "MRU": [ "MRU", - "Mauritaniako ouguiya" + "uguiya mauritaniarra" ], "MUR": [ "MUR", - "Maurizio uharteetako errupia" + "errupia mauriziarra" ], "MVR": [ "MVR", - "Maldivetako rufiyaa" + "errupia maldivarra" ], "MWK": [ "MWK", - "Malawiko kwacha" + "kwacha malawiarra" ], "MXN": [ "MX$", - "Mexikoko pesoa" + "peso mexikarra" ], "MYR": [ "MYR", - "Malaysiako ringgita" + "ringgit malaysiarra" ], "MZN": [ "MZN", - "Mozambikeko metikala" + "metical mozambiketarra" ], "NAD": [ "NAD", - "Namibiako dolarra" + "dolar namibiarra" ], "NGN": [ "NGN", - "Nigeriako naira" + "naira nigeriarra" ], "NIO": [ "NIO", - "Nikaraguako cordoba" + "córdoba nikaraguarra" ], "NOK": [ "NOK", - "Norvegiako koroa" + "koroa norvegiarra" ], "NPR": [ "NPR", - "Nepalgo errupia" + "errupia nepaldarra" ], "NZD": [ "NZ$", - "Zeelanda Berriko dolarra" + "dolar zeelandaberritarra" ], "OMR": [ "OMR", - "Omango riala" + "rial omandarra" ], "PAB": [ "PAB", - "Panamako balboa" + "balboa panamarra" ], "PEN": [ "PEN", - "Peruko sol" + "sol perutarra" ], "PGK": [ "PGK", - "Papua Ginea Berriko kina" + "kina gineaberriarra" ], "PHP": [ "PHP", - "Filipinetako pesoa" + "peso filipinarra" ], "PKR": [ "PKR", - "Pakistango errupia" + "errupia pakistandarra" ], "PLN": [ "PLN", - "Poloniako zlotya" + "zloty poloniarra" ], "PYG": [ "PYG", - "Paraguaiko guarania" + "guarani paraguaitarra" ], "QAR": [ "QAR", - "Qatarreko riala" + "riyal qatartarra" ], "RON": [ "RON", - "Errumaniako leua" + "leu errumaniarra" ], "RSD": [ "RSD", - "Serbiako dinarra" + "dinar serbiarra" ], "RUB": [ "RUB", - "Errusiako errubloa" + "errublo errusiarra" ], "RWF": [ "RWF", - "Ruandako frankoa" + "franko ruandarra" ], "SAR": [ "SAR", - "Arabia Saudiko riala" + "riyal saudiarabiarra" ], "SBD": [ "SBD", - "Salomon uharteetako dolarra" + "dolar salomondarra" ], "SCR": [ "SCR", - "Seychelleetako errupia" + "errupia seychelletarra" ], "SDG": [ "SDG", - "Sudango libera" + "libera sudandarra" ], "SEK": [ "SEK", - "Suediako koroa" + "koroa suediarra" ], "SGD": [ "SGD", - "Singapurreko dolarra" + "dolar singapurtarra" ], "SHP": [ "SHP", @@ -520,19 +520,19 @@ ], "SLL": [ "SLL", - "Sierra Leonako leona" + "leone sierraleonarra" ], "SOS": [ "SOS", - "Somaliako txelina" + "txelin somaliarra" ], "SRD": [ "SRD", - "Surinameko dolarra" + "dolar surinamdarra" ], "SSP": [ "SSP", - "Hego Sudango libera" + "libera hegosudandarra" ], "STD": [ "STD", @@ -540,31 +540,31 @@ ], "STN": [ "STN", - "Sao Tome eta Principeko dobra" + "dobra saotometarra" ], "SYP": [ "SYP", - "Siriako libera" + "libera siriarra" ], "SZL": [ "SZL", - "Swazilandiako lilangenia" + "lilangeni swazilandiarra" ], "THB": [ "฿", - "Thailandiako bahta" + "baht thailandiarra" ], "TJS": [ "TJS", - "Tajikistango somonia" + "somoni tajikistandarra" ], "TMT": [ "TMT", - "Turkmenistango manata" + "manat turkmenistandarra" ], "TND": [ "TND", - "Tunisiako dinarra" + "dinar tunisiarra" ], "TOP": [ "TOP", @@ -572,7 +572,7 @@ ], "TRY": [ "TRY", - "Turkiako lira" + "lira turkiarra" ], "TTD": [ "TTD", @@ -580,11 +580,11 @@ ], "TWD": [ "NT$", - "Taiwango dolar berria" + "dolar taiwandar berria" ], "TZS": [ "TZS", - "Tanzaniako txelina" + "txelin tanzaniarra" ], "UAH": [ "UAH", @@ -592,19 +592,19 @@ ], "UGX": [ "UGX", - "Ugandako txelina" + "txelin ugandarra" ], "USD": [ "US$", - "AEBko dolarra" + "dolar estatubatuarra" ], "UYU": [ "UYU", - "Uruguaiko pesoa" + "peso uruguaitarra" ], "UZS": [ "UZS", - "Uzbekistango soma" + "sum uzbekistandarra" ], "VEF": [ "VEF", @@ -612,19 +612,19 @@ ], "VES": [ "VES", - "Venezuelako bolivarra" + "bolivar venezuelarra" ], "VND": [ "₫", - "Vietnameko donga" + "dong vietnamdarra" ], "VUV": [ "VUV", - "Vanuatuko vatua" + "vatu vanuatuarra" ], "WST": [ "WST", - "Samoko tala" + "tala samoarra" ], "XAF": [ "FCFA", @@ -644,11 +644,11 @@ ], "YER": [ "YER", - "Yemengo riala" + "rial yemendarra" ], "ZAR": [ "ZAR", - "Hegoafrikako randa" + "rand hegoafrikarra" ], "ZMK": [ "ZMK", @@ -656,7 +656,7 @@ ], "ZMW": [ "ZMW", - "Zambiako kwacha" + "kwacha zambiarra" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fa.json b/src/Symfony/Component/Intl/Resources/data/currencies/fa.json index 333d1a64c4..b597c08fcc 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fa.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fa.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -17,6 +17,10 @@ "؋", "افغانی افغانستان" ], + "ALK": [ + "ALK", + "لک آلبانی (۱۹۴۶ تا ۱۹۶۵)" + ], "ALL": [ "ALL", "لک آلبانی" @@ -33,6 +37,10 @@ "AOA", "کوانزای آنگولا" ], + "ARM": [ + "ARM", + "پزوی آرژانتین (۱۸۸۱ تا ۱۹۷۰)" + ], "ARP": [ "ARP", "پزوی آرژانتین (۱۹۸۳ تا ۱۹۸۵)‏" @@ -225,6 +233,10 @@ "DZD", "دینار الجزایر" ], + "EEK": [ + "EEK", + "کرون استونی" + ], "EGP": [ "EGP", "پوند مصر" @@ -233,6 +245,10 @@ "ERN", "ناکفای اریتره" ], + "ESP": [ + "ESP", + "پزتای اسپانیا" + ], "ETB": [ "ETB", "بیر اتیوپی" @@ -325,6 +341,14 @@ "IEP", "پوند ایرلند" ], + "ILP": [ + "ILP", + "پوند اسرائیل" + ], + "ILR": [ + "ILR", + "شقل اسرائیل (۱۹۸۰ تا ۱۹۸۵)" + ], "ILS": [ "₪", "شقل جدید اسرائیل" @@ -341,6 +365,10 @@ "ریال", "ریال ایران" ], + "ISJ": [ + "ISJ", + "کرونای ایسلند (۱۹۱۸ تا ۱۹۸۱)" + ], "ISK": [ "ISK", "کرونای ایسلند" @@ -381,6 +409,10 @@ "KPW", "وون کرهٔ شمالی" ], + "KRO": [ + "KRO", + "وون کرهٔ جنوبی (۱۹۴۵ تا ۱۹۵۳)" + ], "KRW": [ "₩", "وون کرهٔ جنوبی" @@ -449,6 +481,10 @@ "MAF", "فرانک مراکش" ], + "MCF": [ + "MCF", + "فرانک موناکو" + ], "MDL": [ "MDL", "لئوی مولداوی" @@ -465,6 +501,10 @@ "MKD", "دینار مقدونیه" ], + "MKN": [ + "MKN", + "دینار مقدونیه (۱۹۹۲ تا ۱۹۹۳)" + ], "MLF": [ "MLF", "فرانک مالی" @@ -501,6 +541,10 @@ "MUR", "روپیهٔ موریس" ], + "MVP": [ + "MVP", + "روپیهٔ مالدیو (۱۹۴۷ تا ۱۹۸۱)" + ], "MVR": [ "MVR", "روپیهٔ مالدیو" @@ -565,9 +609,17 @@ "PAB", "بالبوای پاناما" ], + "PEI": [ + "PEI", + "اینتی پرو" + ], "PEN": [ "PEN", - "نوئووسول پرو" + "سول پرو" + ], + "PES": [ + "PES", + "سول پرو (۱۸۶۳ تا ۱۹۶۵)" ], "PGK": [ "PGK", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.json b/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.json index 712fb418e1..beedaee84e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "AUD": [ "A$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff.json index 41d333d37f..88aa6f1541 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json index 2d5102480f..edfa7c4143 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "GNF": [ "FG", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GH.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GH.json index ef4a24b4b2..1942ca156f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GH.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.34", + "Version": "36", "Names": { "GHS": [ "GH₵", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GM.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GM.json index 002b1ab1a4..c80cfd0c5c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.34", + "Version": "36", "Names": { "GMD": [ "D", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GN.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GN.json index 2d5102480f..edfa7c4143 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "GNF": [ "FG", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_LR.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_LR.json index 5271aac55c..cf9fd44cd7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_LR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_LR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.34", + "Version": "36", "Names": { "LRD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_MR.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_MR.json index 0aff40d47c..94c4f3fa78 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_MR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_MR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "MRU": [ "UM", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_NG.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_NG.json index f013dbd1c3..4c7dac1437 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_NG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_NG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "NGN": [ "₦", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_SL.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_SL.json index de8e572a3f..fbb480572c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_SL.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_SL.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.34", + "Version": "36", "Names": { "SLL": [ "Le", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json index 0aff40d47c..94c4f3fa78 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "MRU": [ "UM", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fi.json b/src/Symfony/Component/Intl/Resources/data/currencies/fi.json index ac3a9c48af..7b19f38530 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fi.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -1033,6 +1033,10 @@ "UYU", "Uruguayn peso" ], + "UYW": [ + "UYW", + "Uruguayn nimellinen palkkaindeksiyksikkö" + ], "UZS": [ "UZS", "Uzbekistanin som" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fo.json b/src/Symfony/Component/Intl/Resources/data/currencies/fo.json index 7ff809bd4f..f38cabf7ec 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fo.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.9", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fo_DK.json b/src/Symfony/Component/Intl/Resources/data/currencies/fo_DK.json index aa10471851..efdb0760f9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fo_DK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fo_DK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "DKK": [ "kr.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr.json index 66ff99851e..3f15b3e4c8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -990,7 +990,7 @@ "vatu vanuatuan" ], "WST": [ - "WS$", + "$WS", "tala samoan" ], "XAF": [ diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_BI.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_BI.json index 1900ede0fe..8b4df7d6a8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_BI.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_BI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "BIF": [ "FBu", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json index 2d72ca1a0c..77dc332435 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json @@ -1,10 +1,6 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { - "AFN": [ - "AFN", - "afghani afghan" - ], "ARS": [ "ARS", "peso argentin" @@ -17,18 +13,6 @@ "AZN", "manat azerbaïdjanais" ], - "BBD": [ - "BBD", - "dollar barbadien" - ], - "BDT": [ - "BDT", - "taka bangladeshi" - ], - "BHD": [ - "BHD", - "dinar bahreïni" - ], "BMD": [ "BMD", "dollar bermudien" @@ -37,10 +21,6 @@ "BND", "dollar brunéien" ], - "BYR": [ - "BYR", - "rouble biélorusse (2000–2016)" - ], "BZD": [ "BZD", "dollar bélizéen" @@ -49,10 +29,6 @@ "$", "dollar canadien" ], - "CHF": [ - "CHF", - "franc suisse" - ], "CLP": [ "CLP", "peso chilien" @@ -65,30 +41,10 @@ "COP", "peso colombien" ], - "CUP": [ - "CUP", - "peso cubain" - ], "CVE": [ "CVE", "escudo cap-verdien" ], - "DKK": [ - "DKK", - "couronne danoise" - ], - "DZD": [ - "DZD", - "dinar algérien" - ], - "EGP": [ - "EGP", - "livre égyptienne" - ], - "EUR": [ - "€", - "euro" - ], "FJD": [ "FJD", "dollar fidjien" @@ -101,30 +57,14 @@ "£", "livre sterling" ], - "GHS": [ - "GHS", - "cédi ghanéen" - ], "GIP": [ "GIP", "livre de Gibraltar" ], - "GMD": [ - "GMD", - "dalasi gambien" - ], - "GNF": [ - "GNF", - "franc guinéen" - ], "HKD": [ "$ HK", "dollar de Hong Kong" ], - "IDR": [ - "IDR", - "roupie indonésienne" - ], "ILS": [ "ILS", "nouveau shekel israélien" @@ -137,18 +77,10 @@ "IRR", "rial iranien" ], - "ISK": [ - "ISK", - "couronne islandaise" - ], "JPY": [ "¥", "yen japonais" ], - "KPW": [ - "KPW", - "won nord-coréen" - ], "KRW": [ "KRW", "won sud-coréen" @@ -161,74 +93,14 @@ "LBP", "livre libanaise" ], - "LKR": [ - "LKR", - "roupie srilankaise" - ], - "LRD": [ - "LRD", - "dollar libérien" - ], - "LTL": [ - "LTL", - "litas lituanien" - ], - "LVL": [ - "LVL", - "lats letton" - ], - "LYD": [ - "LYD", - "dinar libyen" - ], - "MAD": [ - "MAD", - "dirham marocain" - ], - "MMK": [ - "MMK", - "kyat myanmarais" - ], - "MNT": [ - "MNT", - "tugrik mongol" - ], - "MOP": [ - "MOP", - "pataca macanaise" - ], - "MRO": [ - "MRO", - "ouguiya mauritanien (1973–2017)" - ], - "MVR": [ - "MVR", - "rufiyaa maldivien" - ], "MXN": [ "MXN", "peso mexicain" ], - "MYR": [ - "MYR", - "ringgit malais" - ], "NAD": [ "NAD", "dollar namibien" ], - "NGN": [ - "NGN", - "naira nigérian" - ], - "NOK": [ - "NOK", - "couronne norvégienne" - ], - "NPR": [ - "NPR", - "roupie népalaise" - ], "NZD": [ "$ NZ", "dollar néo-zélandais" @@ -245,10 +117,6 @@ "PGK", "kina papou-néo-guinéen" ], - "PKR": [ - "PKR", - "roupie pakistanaise" - ], "QAR": [ "QAR", "riyal du Qatar" @@ -261,50 +129,14 @@ "SBD", "dollar des îles Salomon" ], - "SDG": [ - "SDG", - "livre soudanaise" - ], - "SEK": [ - "SEK", - "couronne suédoise" - ], "SGD": [ "$ SG", "dollar de Singapour" ], - "SHP": [ - "SHP", - "livre de Sainte-Hélène" - ], - "SLL": [ - "SLL", - "leone sierra-léonais" - ], "SRD": [ "SRD", "dollar du Suriname" ], - "SSP": [ - "SSP", - "livre sud-soudanaise" - ], - "STD": [ - "STD", - "dobra santoméen (1977–2017)" - ], - "THB": [ - "THB", - "baht thaïlandais" - ], - "TJS": [ - "TJS", - "somoni tadjik" - ], - "TND": [ - "TND", - "dinar tunisien" - ], "TOP": [ "TOP", "pa’anga" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.json index 975e8f845f..913db11eee 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_CD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "CDF": [ "FC", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_DJ.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_DJ.json index 040f4c5466..8554b632c7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_DJ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_DJ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "DJF": [ "Fdj", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_DZ.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_DZ.json index afc7cbb89e..491b3f6c1b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_DZ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_DZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "DZD": [ "DA", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_GN.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_GN.json index 98625e064f..1527693db5 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_GN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_GN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "GNF": [ "FG", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_HT.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_HT.json index 1f6e32d090..4c8e140c5e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_HT.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_HT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "HTG": [ "G", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_KM.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_KM.json index dd02025c6c..1ea4d0a759 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_KM.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_KM.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "KMF": [ "CF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_LU.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_LU.json index 5eeca4a1db..ecc4d77d48 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_LU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_LU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "FRF": [ "FRF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_MG.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_MG.json index bacfe70515..c0694b24a6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_MG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_MG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "MGA": [ "Ar", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_MR.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_MR.json index a0beea0f49..98ca2d20c2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_MR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_MR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "MRU": [ "UM", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_MU.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_MU.json index 4398c33315..f2ae54be1a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_MU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_MU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "MUR": [ "Rs", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_RW.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_RW.json index ec3b831c0a..b935a5b482 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_RW.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_RW.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "RWF": [ "RF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_SC.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_SC.json index 182f53f401..5c57822659 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_SC.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_SC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "SCR": [ "SR", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_SY.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_SY.json index 8b492e9334..27211b979e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_SY.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_SY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "SYP": [ "LS", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_TN.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_TN.json index c75de0dd7d..a4ed2fe312 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_TN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_TN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "TND": [ "DT", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fr_VU.json b/src/Symfony/Component/Intl/Resources/data/currencies/fr_VU.json index 7f6022b90f..688d934cee 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_VU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_VU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "VUV": [ "VT", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fy.json b/src/Symfony/Component/Intl/Resources/data/currencies/fy.json index c408d9ce02..40ab6c94d0 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fy.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ga.json b/src/Symfony/Component/Intl/Resources/data/currencies/ga.json index 516710191f..79adbb5942 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ga.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ga.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -53,6 +53,10 @@ "ARA", "Austral Airgintíneach" ], + "ARL": [ + "ARL", + "ARL" + ], "ARM": [ "ARM", "Peso na hAirgintíne (1881–1970)" @@ -93,6 +97,10 @@ "BAM", "Marg Inmhalartaithe na Boisnia-Heirseagaivéine" ], + "BAN": [ + "BAN", + "BAN" + ], "BBD": [ "BBD", "Dollar Bharbadós" @@ -145,6 +153,10 @@ "BOB", "Boliviano" ], + "BOL": [ + "BOL", + "BOL" + ], "BOP": [ "BOP", "Peso na Bolaive" @@ -249,6 +261,10 @@ "COP", "Peso na Colóime" ], + "COU": [ + "COU", + "COU" + ], "CRC": [ "CRC", "Colón Chósta Ríce" @@ -325,6 +341,14 @@ "ERN", "Nakfa na hEiritré" ], + "ESA": [ + "ESA", + "ESA" + ], + "ESB": [ + "ESB", + "ESB" + ], "ESP": [ "ESP", "Peseta na Spáinne" @@ -505,6 +529,14 @@ "KPW", "Won na Cóiré Thuaidh" ], + "KRH": [ + "KRH", + "KRH" + ], + "KRO": [ + "KRO", + "KRO" + ], "KRW": [ "₩", "Won na Cóiré Theas" @@ -593,6 +625,10 @@ "MKD", "Denar na Macadóine" ], + "MKN": [ + "MKN", + "MKN" + ], "MLF": [ "MLF", "Franc Mhailí" @@ -1013,6 +1049,10 @@ "CFPF", "Franc CFP" ], + "XRE": [ + "XRE", + "XRE" + ], "YDD": [ "YDD", "Dínear Éimin" @@ -1033,6 +1073,10 @@ "YUN", "YUN" ], + "YUR": [ + "YUR", + "YUR" + ], "ZAL": [ "ZAL", "Rand na hAfraice Theas (airgeadúil)" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/gd.json b/src/Symfony/Component/Intl/Resources/data/currencies/gd.json index a642fd8ffc..6bee4feade 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/gd.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/gd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -1033,6 +1033,10 @@ "UYU", "Peso Uruguaidheach" ], + "UYW": [ + "UYW", + "aonad inneacs tuarastail ainmeach Uruguaidh" + ], "UZS": [ "UZS", "Som Usbagach" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/gl.json b/src/Symfony/Component/Intl/Resources/data/currencies/gl.json index 5799c84aa4..9f1cf184a2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/gl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/gl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -7,27 +7,27 @@ ], "AED": [ "AED", - "Dirham dos Emiratos Árabes Unidos" + "dirham dos Emiratos Árabes Unidos" ], "AFN": [ "AFN", - "Afgani afgano" + "afgani afgán" ], "ALL": [ "ALL", - "Lek albanés" + "lek albanés" ], "AMD": [ "AMD", - "Dram armenio" + "dram armenio" ], "ANG": [ "ANG", - "Florín das Antillas Neerlandesas" + "florín das Antillas Neerlandesas" ], "AOA": [ "AOA", - "Kwanza angolano" + "kwanza angolano" ], "ARP": [ "ARP", @@ -35,31 +35,31 @@ ], "ARS": [ "ARS", - "Peso arxentino" + "peso arxentino" ], "AUD": [ "A$", - "Dólar australiano" + "dólar australiano" ], "AWG": [ "AWG", - "Florín de Aruba" + "florín de Aruba" ], "AZN": [ "AZN", - "Manat acerbaixano" + "manat acerbaixano" ], "BAM": [ "BAM", - "Marco convertible de Bosnia e Hercegovina" + "marco convertible de Bosnia e Hercegovina" ], "BBD": [ "BBD", - "Dólar de Barbados" + "dólar de Barbados" ], "BDT": [ "BDT", - "Taka de Bangladés" + "taka de Bangladesh" ], "BEC": [ "BEC", @@ -75,27 +75,27 @@ ], "BGN": [ "BGN", - "Lev búlgaro" + "lev búlgaro" ], "BHD": [ "BHD", - "Dinar de Bahrain" + "dinar de Bahrain" ], "BIF": [ "BIF", - "Franco burundiano" + "franco burundiano" ], "BMD": [ "BMD", - "Dólar das Bemudas" + "dólar bermudano" ], "BND": [ "BND", - "Dólar de Brunei" + "dólar de Brunei" ], "BOB": [ "BOB", - "Boliviano" + "boliviano" ], "BOP": [ "BOP", @@ -119,7 +119,7 @@ ], "BRL": [ "R$", - "Real brasileiro" + "real brasileiro" ], "BRN": [ "BRN", @@ -131,19 +131,19 @@ ], "BSD": [ "BSD", - "Dólar das Bahamas" + "dólar bahamés" ], "BTN": [ "BTN", - "Ngultrum butanés" + "ngultrum butanés" ], "BWP": [ "BWP", - "Pula botsuaniano" + "pula botswaniano" ], "BYN": [ "BYN", - "Rublo bielorruso" + "rublo belaruso" ], "BYR": [ "BYR", @@ -151,19 +151,19 @@ ], "BZD": [ "BZD", - "Dólar belizense" + "dólar belizense" ], "CAD": [ "CA$", - "Dólar canadense" + "dólar canadense" ], "CDF": [ "CDF", - "Franco congolés" + "franco congolés" ], "CHF": [ "CHF", - "Franco suízo" + "franco suízo" ], "CLF": [ "CLF", @@ -171,39 +171,39 @@ ], "CLP": [ "CLP", - "Peso chileno" + "peso chileno" ], "CNH": [ "CNH", - "Iuán chinés (extracontinental)" + "iuán chinés (extracontinental)" ], "CNY": [ "CN¥", - "Iuán chinés" + "iuán chinés" ], "COP": [ "COP", - "Peso colombiano" + "peso colombiano" ], "CRC": [ "CRC", - "Colón costarriqueño" + "colón costarriqueño" ], "CUC": [ "CUC", - "Peso cubano convertible" + "peso cubano convertible" ], "CUP": [ "CUP", - "Peso cubano" + "peso cubano" ], "CVE": [ "CVE", - "Escudo caboverdiano" + "escudo caboverdiano" ], "CZK": [ "CZK", - "Coroa checa" + "coroa checa" ], "DEM": [ "DEM", @@ -211,19 +211,19 @@ ], "DJF": [ "DJF", - "Franco xibutiano" + "franco djibutiano" ], "DKK": [ "DKK", - "Coroa dinamarquesa" + "coroa dinamarquesa" ], "DOP": [ "DOP", - "Peso dominicano" + "peso dominicano" ], "DZD": [ "DZD", - "Dinar alxeriano" + "dinar alxeriano" ], "ECS": [ "ECS", @@ -235,11 +235,11 @@ ], "EGP": [ "EGP", - "Libra exipcia" + "libra exipcia" ], "ERN": [ "ERN", - "Nakfa eritreo" + "nakfa eritreo" ], "ESA": [ "ESA", @@ -256,19 +256,19 @@ ], "ETB": [ "ETB", - "Birr etíope" + "birr etíope" ], "EUR": [ "€", - "Euro" + "euro" ], "FJD": [ "FJD", - "Dólar fidxiano" + "dólar fixiano" ], "FKP": [ "FKP", - "Libra das Malvinas" + "libra das Illas Malvinas" ], "FRF": [ "FRF", @@ -276,27 +276,27 @@ ], "GBP": [ "£", - "Libra esterlina" + "libra esterlina" ], "GEL": [ "GEL", - "Lari xeorxiano" + "lari xeorxiano" ], "GHS": [ "GHS", - "Cedi de Ghana" + "cedi ghanés" ], "GIP": [ "GIP", - "Libra xibraltareña" + "libra xibraltareña" ], "GMD": [ "GMD", - "Dalasi gambiano" + "dalasi gambiano" ], "GNF": [ "GNF", - "Franco guineano" + "franco guineano" ], "GNS": [ "GNS", @@ -312,35 +312,35 @@ ], "GTQ": [ "GTQ", - "Quetzal guatemalteco" + "quetzal guatemalteco" ], "GYD": [ "GYD", - "Dólar güianés" + "dólar güianés" ], "HKD": [ "HK$", - "Dólar de Hong Kong" + "dólar de Hong Kong" ], "HNL": [ "HNL", - "Lempira hondureño" + "lempira hondureño" ], "HRK": [ "HRK", - "Kuna croata" + "kuna croata" ], "HTG": [ "HTG", - "Gourde haitiano" + "gourde haitiana" ], "HUF": [ "HUF", - "Florín húngaro" + "florín húngaro" ], "IDR": [ "IDR", - "Rupia indonesia" + "rupia indonesia" ], "IEP": [ "IEP", @@ -348,23 +348,23 @@ ], "ILS": [ "₪", - "Novo shequel israelí" + "novo shequel israelí" ], "INR": [ "₹", - "Rupia india" + "rupia india" ], "IQD": [ "IQD", - "Dinar iraquí" + "dinar iraquí" ], "IRR": [ "IRR", - "Rial iraniano" + "rial iraniano" ], "ISK": [ "ISK", - "Coroa islandesa" + "coroa islandesa" ], "ITL": [ "ITL", @@ -372,67 +372,67 @@ ], "JMD": [ "JMD", - "Dólar xamaicano" + "dólar xamaicano" ], "JOD": [ "JOD", - "Dinar xordano" + "dinar xordano" ], "JPY": [ "JP¥", - "Ien xaponés" + "ien xaponés" ], "KES": [ "KES", - "Xilin kenyano" + "xilin kenyano" ], "KGS": [ "KGS", - "Som quirguicistano" + "som kirguiz" ], "KHR": [ "KHR", - "Riel camboxano" + "riel camboxano" ], "KMF": [ "KMF", - "Franco comoriano" + "franco comoriano" ], "KPW": [ "KPW", - "Won norcoreano" + "won norcoreano" ], "KRW": [ "₩", - "Won surcoreano" + "won surcoreano" ], "KWD": [ "KWD", - "Dinar kuwaití" + "dinar kuwaití" ], "KYD": [ "KYD", - "Dólar das Illas Caimán" + "dólar das Illas Caimán" ], "KZT": [ "KZT", - "Tenge casaco" + "tenge kazako" ], "LAK": [ "LAK", - "Kip laosiano" + "kip laosiano" ], "LBP": [ "LBP", - "Libra libanesa" + "libra libanesa" ], "LKR": [ "LKR", - "Rupia de Sri Lanka" + "rupia srilankesa" ], "LRD": [ "LRD", - "Dólar liberiano" + "dólar liberiano" ], "LSL": [ "LSL", @@ -460,11 +460,11 @@ ], "LYD": [ "LYD", - "Dinar libio" + "dinar libio" ], "MAD": [ "MAD", - "Dirham marroquí" + "dirham marroquí" ], "MAF": [ "MAF", @@ -476,23 +476,23 @@ ], "MGA": [ "MGA", - "Ariary malgaxe" + "ariary malgaxe" ], "MKD": [ "MKD", - "Dinar macedonio" + "dinar macedonio" ], "MMK": [ "MMK", - "Kyat birmano" + "kyat birmano" ], "MNT": [ "MNT", - "Tugrik mongol" + "tugrik mongol" ], "MOP": [ "MOP", - "Pataca de Macau" + "pataca macaense" ], "MRO": [ "MRO", @@ -500,23 +500,23 @@ ], "MRU": [ "MRU", - "Ouguiya mauritano" + "ouguiya mauritano" ], "MUR": [ "MUR", - "Rupia mauriciana" + "rupia mauriciana" ], "MVR": [ "MVR", - "Rupia maldivana" + "rupia maldivana" ], "MWK": [ "MWK", - "Kwacha de Malaui" + "kwacha de Malawi" ], "MXN": [ "$MX", - "Peso mexicano" + "peso mexicano" ], "MXP": [ "MXP", @@ -528,19 +528,19 @@ ], "MYR": [ "MYR", - "Ringgit malaio" + "ringgit malaio" ], "MZN": [ "MZN", - "Metical de Mozambique" + "metical mozambicano" ], "NAD": [ "NAD", - "Dólar namibio" + "dólar namibio" ], "NGN": [ "NGN", - "Naira nixeriano" + "naira nixeriano" ], "NIC": [ "NIC", @@ -548,7 +548,7 @@ ], "NIO": [ "NIO", - "Córdoba de ouro nicaraguano" + "córdoba nicaraguano" ], "NLG": [ "NLG", @@ -556,23 +556,23 @@ ], "NOK": [ "NOK", - "Coroa norueguesa" + "coroa norueguesa" ], "NPR": [ "NPR", - "Rupia nepalesa" + "rupia nepalesa" ], "NZD": [ "NZ$", - "Dólar neozelandés" + "dólar neozelandés" ], "OMR": [ "OMR", - "Rial omaní" + "rial omaní" ], "PAB": [ "PAB", - "Balboa panameño" + "balboa panameño" ], "PEI": [ "PEI", @@ -580,7 +580,7 @@ ], "PEN": [ "PEN", - "Sol peruano" + "sol peruano" ], "PES": [ "PES", @@ -588,19 +588,19 @@ ], "PGK": [ "PGK", - "Kina de Papúa-Nova Guinea" + "kina de Papúa-Nova Guinea" ], "PHP": [ "PHP", - "Peso filipino" + "peso filipino" ], "PKR": [ "PKR", - "Rupia paquistaní" + "rupia paquistaní" ], "PLN": [ "PLN", - "Zloty polaco" + "zloty polaco" ], "PTE": [ "PTE", @@ -608,23 +608,23 @@ ], "PYG": [ "PYG", - "Guaraní paraguaio" + "guaraní paraguaio" ], "QAR": [ "QAR", - "Rial qatarí" + "rial qatarí" ], "RON": [ "RON", - "Leu romanés" + "leu romanés" ], "RSD": [ "RSD", - "Dinar serbio" + "dinar serbio" ], "RUB": [ "RUB", - "Rublo ruso" + "rublo ruso" ], "RUR": [ "RUR", @@ -632,51 +632,51 @@ ], "RWF": [ "RWF", - "Franco ruandés" + "franco ruandés" ], "SAR": [ "SAR", - "Rial saudita" + "rial saudita" ], "SBD": [ "SBD", - "Dólar das Illas Salomón" + "dólar das Illas Salomón" ], "SCR": [ "SCR", - "Rupia de Seixeles" + "rupia de Seychelles" ], "SDG": [ "SDG", - "Libra sudanesa" + "libra sudanesa" ], "SEK": [ "SEK", - "Coroa sueca" + "coroa sueca" ], "SGD": [ "SGD", - "Dólar de Singapur" + "dólar de Singapur" ], "SHP": [ "SHP", - "Libra de Santa Helena" + "libra de Santa Helena" ], "SLL": [ "SLL", - "Leone de Serra Leoa" + "leone de Serra Leoa" ], "SOS": [ "SOS", - "Xilin somalí" + "xilin somalí" ], "SRD": [ "SRD", - "Dólar surinamés" + "dólar surinamés" ], "SSP": [ "SSP", - "Libra sursudanesa" + "libra sursudanesa" ], "STD": [ "STD", @@ -684,7 +684,7 @@ ], "STN": [ "STN", - "Dobra de São Tomé e Príncipe" + "dobra de San Tomé e Príncipe" ], "SUR": [ "SUR", @@ -696,59 +696,59 @@ ], "SYP": [ "SYP", - "Libra siria" + "libra siria" ], "SZL": [ "SZL", - "Lilangeni de Suacilandia" + "lilangeni de Eswatini" ], "THB": [ "฿", - "Baht tailandés" + "baht tailandés" ], "TJS": [ "TJS", - "Somoni taxiquistano" + "somoni taxiquistano" ], "TMT": [ "TMT", - "Manat turcomán" + "manat turkmeno" ], "TND": [ "TND", - "Dinar tunisiano" + "dinar tunisiano" ], "TOP": [ "TOP", - "Paʻanga de Tonga" + "paʻanga tongano" ], "TRY": [ "TRY", - "Lira turca" + "lira turca" ], "TTD": [ "TTD", - "Dólar de Trinidad e Tobago" + "dólar trinitense" ], "TWD": [ "NT$", - "Novo dólar taiwanés" + "novo dólar taiwanés" ], "TZS": [ "TZS", - "Xilin tanzano" + "xilin tanzano" ], "UAH": [ "UAH", - "Hrivna ucraína" + "hrivna ucraína" ], "UGX": [ "UGX", - "Xilin ugandés" + "xilin ugandés" ], "USD": [ "$", - "Dólar estadounidense" + "dólar estadounidense" ], "UYI": [ "UYI", @@ -760,11 +760,11 @@ ], "UYU": [ "UYU", - "Peso uruguaio" + "peso uruguaio" ], "UZS": [ "UZS", - "Som usbeco" + "som uzbeko" ], "VEB": [ "VEB", @@ -776,43 +776,43 @@ ], "VES": [ "VES", - "Bolívar venezolano" + "bolívar venezolano" ], "VND": [ "₫", - "Dong vietnamita" + "dong vietnamita" ], "VUV": [ "VUV", - "Vatu vanuatiano" + "vatu vanuatiano" ], "WST": [ "WST", - "Tala samoano" + "tala samoano" ], "XAF": [ "FCFA", - "Franco CFA (BEAC)" + "franco CFA (BEAC)" ], "XCD": [ - "EC$", - "Dólar do Caribe Oriental" + "XCD", + "dólar do Caribe Oriental" ], "XOF": [ "CFA", - "Franco CFA (BCEAO)" + "franco CFA (BCEAO)" ], "XPF": [ "CFPF", - "Franco CFP" + "franco CFP" ], "YER": [ "YER", - "Rial iemení" + "rial iemení" ], "ZAR": [ "ZAR", - "Rand surafricano" + "rand surafricano" ], "ZMK": [ "ZMK", @@ -820,7 +820,7 @@ ], "ZMW": [ "ZMW", - "Kwacha zambiano" + "kwacha zambiano" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/gu.json b/src/Symfony/Component/Intl/Resources/data/currencies/gu.json index d330fde0d6..047bcf36f7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/gu.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/gu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "AED": [ "AED", @@ -51,7 +51,7 @@ ], "BDT": [ "BDT", - "બાંગલાદેશી ટાકા" + "બાંગ્લાદેશી ટાકા" ], "BGN": [ "BGN", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ha.json b/src/Symfony/Component/Intl/Resources/data/currencies/ha.json index 82c4c8069f..c8614b7918 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ha.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ha.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.45", + "Version": "36", "Names": { "AED": [ "AED", @@ -151,7 +151,7 @@ ], "NGN": [ "₦", - "Naira" + "Nairar Najeriya" ], "RUB": [ "RUB", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ha_GH.json b/src/Symfony/Component/Intl/Resources/data/currencies/ha_GH.json index 24cb07cf0d..1942ca156f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ha_GH.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ha_GH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.22", + "Version": "36", "Names": { "GHS": [ "GH₵", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ha_NE.json b/src/Symfony/Component/Intl/Resources/data/currencies/ha_NE.json deleted file mode 100644 index ff8742fe76..0000000000 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ha_NE.json +++ /dev/null @@ -1,241 +0,0 @@ -{ - "Version": "2.1.48.77", - "Names": { - "AED": [ - "AED", - "Kuɗin Haɗaɗɗiyar Daular Larabawa" - ], - "AOA": [ - "AOA", - "Kuɗin Angola" - ], - "AUD": [ - "A$", - "Dalar Ostareliya" - ], - "BHD": [ - "BHD", - "Kuɗin Baharan" - ], - "BIF": [ - "BIF", - "Kuɗin Burundi" - ], - "BRL": [ - "R$", - "Ril Kudin Birazil" - ], - "BWP": [ - "BWP", - "Kuɗin Baswana" - ], - "CAD": [ - "CA$", - "Dalar Kanada" - ], - "CDF": [ - "CDF", - "Kuɗin Kongo" - ], - "CHF": [ - "CHF", - "Kuɗin Suwizalan" - ], - "CNY": [ - "CN¥", - "Yuwan kasar Sin" - ], - "CVE": [ - "CVE", - "Kuɗin Tsibiran Kap Barde" - ], - "DJF": [ - "DJF", - "Kuɗin Jibuti" - ], - "DZD": [ - "DZD", - "Kuɗin Aljeriya" - ], - "EGP": [ - "EGP", - "Fam kin Masar" - ], - "ERN": [ - "ERN", - "Kuɗin Eritireya" - ], - "ETB": [ - "ETB", - "Kuɗin Habasha" - ], - "EUR": [ - "€", - "Yuro" - ], - "GBP": [ - "£", - "Fam na Ingila" - ], - "GHC": [ - "GHC", - "Cedi" - ], - "GMD": [ - "GMD", - "Kuɗin Gambiya" - ], - "GNS": [ - "GNS", - "Kuɗin Gini" - ], - "INR": [ - "₹", - "Kuɗin Indiya" - ], - "JPY": [ - "¥", - "Yen kasar Japan" - ], - "KES": [ - "KES", - "Sulen Kenya" - ], - "KMF": [ - "KMF", - "Kuɗin Kwamoras" - ], - "LRD": [ - "LRD", - "Dalar Laberiya" - ], - "LSL": [ - "LSL", - "Kuɗin Lesoto" - ], - "LYD": [ - "LYD", - "Kuɗin Libiya" - ], - "MAD": [ - "MAD", - "Kuɗin Maroko" - ], - "MGA": [ - "MGA", - "Kuɗin Madagaskar" - ], - "MRO": [ - "MRO", - "Kuɗin Moritaniya (1973–2017)" - ], - "MRU": [ - "MRU", - "Kuɗin Moritaniya" - ], - "MUR": [ - "MUR", - "Kuɗin Moritus" - ], - "MWK": [ - "MWK", - "Kuɗin Malawi" - ], - "MZM": [ - "MZM", - "Kuɗin Mozambik" - ], - "NAD": [ - "NAD", - "Dalar Namibiya" - ], - "NGN": [ - "₦", - "Naira" - ], - "RUB": [ - "RUB", - "Ruble kasar Rasha" - ], - "RWF": [ - "RWF", - "Kuɗin Ruwanda" - ], - "SAR": [ - "SAR", - "Riyal" - ], - "SCR": [ - "SCR", - "Kuɗin Saishal" - ], - "SDG": [ - "SDG", - "Fam kin Sudan" - ], - "SHP": [ - "SHP", - "Fam kin San Helena" - ], - "SLL": [ - "SLL", - "Kuɗin Salewo" - ], - "SOS": [ - "SOS", - "Sulen Somaliya" - ], - "STD": [ - "STD", - "Kuɗin Sawo Tome da Paransip (1977–2017)" - ], - "STN": [ - "STN", - "Kuɗin Sawo Tome da Paransip" - ], - "SZL": [ - "SZL", - "Kuɗin Lilangeni" - ], - "TND": [ - "TND", - "Kuɗin Tunisiya" - ], - "TZS": [ - "TZS", - "Sulen Tanzaniya" - ], - "UGX": [ - "UGX", - "Sule Yuganda" - ], - "USD": [ - "$", - "Dalar Amirka" - ], - "XAF": [ - "FCFA", - "Kuɗin Sefa na Afirka Ta Tsakiya" - ], - "XOF": [ - "CFA", - "Kuɗin Sefa na Afirka Ta Yamma" - ], - "ZAR": [ - "ZAR", - "Kuɗin Afirka Ta Kudu" - ], - "ZMK": [ - "ZMK", - "Kuɗin Zambiya (1968–2012)" - ], - "ZMW": [ - "ZMW", - "Kuɗin Zambiya" - ], - "ZWD": [ - "ZWD", - "Dalar zimbabuwe" - ] - } -} diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/he.json b/src/Symfony/Component/Intl/Resources/data/currencies/he.json index 384c3a21cc..29f03346d8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/he.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/he.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -707,7 +707,7 @@ ], "STN": [ "STN", - "דוברה של סן טומה ופרינסיפה" + "דוברה של סאו טומה ופרינסיפה" ], "SUR": [ "SUR", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/hi.json b/src/Symfony/Component/Intl/Resources/data/currencies/hi.json index 102f9d19ba..3f3c5e5bb9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/hi.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/hi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", @@ -127,7 +127,7 @@ ], "CNH": [ "CNH", - "चीनी यूआन" + "चीनी युआन (ऑफ़शोर)" ], "CNY": [ "CN¥", @@ -679,7 +679,7 @@ ], "UZS": [ "UZS", - "उज़्बेकिस्तान सोम" + "उज़्बेकिस्तानी सोम" ], "VEB": [ "VEB", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/hr.json b/src/Symfony/Component/Intl/Resources/data/currencies/hr.json index 0471816a99..d226960555 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/hr.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/hr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -193,6 +193,10 @@ "BRR", "brazilski cruzeiro" ], + "BRZ": [ + "BRZ", + "BRZ" + ], "BSD": [ "BSD", "bahamski dolar" @@ -215,7 +219,7 @@ ], "BYN": [ "BYN", - "bjeloruska rublja" + "bjeloruski rubalj" ], "BYR": [ "BYR", @@ -539,7 +543,7 @@ ], "KHR": [ "KHR", - "kambođanski rijal" + "kambodžanski rijal" ], "KMF": [ "KMF", @@ -633,6 +637,10 @@ "MAF", "marokanski franak" ], + "MCF": [ + "MCF", + "MCF" + ], "MDC": [ "MDC", "moldavski kupon" @@ -643,7 +651,7 @@ ], "MGA": [ "MGA", - "madagaskarski ariary" + "malgaški arijari" ], "MGF": [ "MGF", @@ -835,7 +843,7 @@ ], "RUB": [ "RUB", - "ruska rublja" + "ruski rubalj" ], "RUR": [ "RUR", @@ -847,7 +855,7 @@ ], "SAR": [ "SAR", - "saudijski rial" + "saudijski rijal" ], "SBD": [ "SBD", @@ -1095,7 +1103,7 @@ ], "YER": [ "YER", - "jemenski rial" + "jemenski rijal" ], "YUD": [ "YUD", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/hr_BA.json b/src/Symfony/Component/Intl/Resources/data/currencies/hr_BA.json index e99e8db9f6..8ce6f5f732 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/hr_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/hr_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "BAM": [ "KM", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/hu.json b/src/Symfony/Component/Intl/Resources/data/currencies/hu.json index 2c3733b5ca..dd34737dd2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/hu.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/hu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -187,7 +187,7 @@ ], "BYN": [ "BYN", - "fehérorosz rubel" + "belarusz rubel" ], "BYR": [ "BYR", @@ -867,7 +867,7 @@ ], "SZL": [ "SZL", - "szváziföldi lilangeni" + "szvázi lilangeni" ], "THB": [ "THB", @@ -979,7 +979,11 @@ ], "VND": [ "VND", - "vietnami dong" + "vietnámi dong" + ], + "VNN": [ + "VNN", + "vietnámi dong (1978–1985)" ], "VUV": [ "VUV", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/hy.json b/src/Symfony/Component/Intl/Resources/data/currencies/hy.json index 4163abbe31..fe85bc22d5 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/hy.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/hy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ia.json b/src/Symfony/Component/Intl/Resources/data/currencies/ia.json index 4097977efa..779776dc0f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ia.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ia.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.36", + "Version": "36", "Names": { "ALL": [ "ALL", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/id.json b/src/Symfony/Component/Intl/Resources/data/currencies/id.json index 0932166249..202fb9660c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/id.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/id.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ig.json b/src/Symfony/Component/Intl/Resources/data/currencies/ig.json index 1f57ca4d1a..13c237cef5 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ig.json @@ -1,10 +1,22 @@ { - "Version": "2.1.48.45", + "Version": "36", "Names": { + "BMD": [ + "BMD", + "Dollar Bermuda" + ], "BRL": [ "R$", "Real Brazil" ], + "BZD": [ + "BZD", + "Dollar Belize" + ], + "CAD": [ + "CA$", + "Dollar Canada" + ], "CNY": [ "CN¥", "Yuan China" @@ -37,6 +49,14 @@ "RUB", "Ruble Russia" ], + "SRD": [ + "SRD", + "Dollar Surinamese" + ], + "TTD": [ + "TTD", + "Dollar Trinidad & Tobago" + ], "USD": [ "$", "Dollar US" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ii.json b/src/Symfony/Component/Intl/Resources/data/currencies/ii.json index 4ecf758226..0841520efb 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ii.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ii.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "CNY": [ "¥", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/in.json b/src/Symfony/Component/Intl/Resources/data/currencies/in.json index 0932166249..202fb9660c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/in.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/in.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/is.json b/src/Symfony/Component/Intl/Resources/data/currencies/is.json index 1b57b6759f..120a51962f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/is.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/is.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -557,6 +557,10 @@ "NGN", "nígerísk næra" ], + "NIC": [ + "NIC", + "Níkarögsk kordóva (1988–1991)" + ], "NIO": [ "NIO", "níkaraögsk kordóva" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/it.json b/src/Symfony/Component/Intl/Resources/data/currencies/it.json index 57b15ff72f..f3d2259909 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/it.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/it.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/iw.json b/src/Symfony/Component/Intl/Resources/data/currencies/iw.json index 384c3a21cc..29f03346d8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/iw.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/iw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -707,7 +707,7 @@ ], "STN": [ "STN", - "דוברה של סן טומה ופרינסיפה" + "דוברה של סאו טומה ופרינסיפה" ], "SUR": [ "SUR", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ja.json b/src/Symfony/Component/Intl/Resources/data/currencies/ja.json index 7230c5fe32..a09af6446f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ja.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ja.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/jv.json b/src/Symfony/Component/Intl/Resources/data/currencies/jv.json index 20e9b589a1..55a69fb983 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/jv.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/jv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.44", + "Version": "36", "Names": { "AED": [ "AED", @@ -119,11 +119,11 @@ ], "CNH": [ "CNH", - "Yuan Cina (Jaban Rangkah)" + "Yuan Tyongkok (Jaban Rangkah)" ], "CNY": [ "CN¥", - "Yuan Cina" + "Yuan Tyongkok" ], "COP": [ "COP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ka.json b/src/Symfony/Component/Intl/Resources/data/currencies/ka.json index 0f3d35b5e7..97938794cd 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ka.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ka.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ki.json b/src/Symfony/Component/Intl/Resources/data/currencies/ki.json index 23e09d320b..1d24c04128 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ki.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ki.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/kk.json b/src/Symfony/Component/Intl/Resources/data/currencies/kk.json index b7b4344296..58b4f96b97 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/kk.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/kk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/kl.json b/src/Symfony/Component/Intl/Resources/data/currencies/kl.json index 1b524d6de4..81621d74c0 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/kl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/kl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "DKK": [ "kr.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/km.json b/src/Symfony/Component/Intl/Resources/data/currencies/km.json index 4365e6cca0..ea16d82e06 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/km.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/km.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/kn.json b/src/Symfony/Component/Intl/Resources/data/currencies/kn.json index 9374e71109..496b138519 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/kn.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/kn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", @@ -123,7 +123,7 @@ ], "CNH": [ "CNH", - "CNH" + "ಚೈನೀಸ್ ಯುವಾನ್ (ಆಫ್‌ಶೋರ್)" ], "CNY": [ "CN¥", @@ -167,7 +167,7 @@ ], "DZD": [ "DZD", - "ಅಲ್ಗೇರಿಯನ್ ದಿನಾರ್" + "ಅಲ್ಜೀರಿಯನ್ ದಿನಾರ್" ], "EGP": [ "EGP", @@ -259,7 +259,7 @@ ], "IQD": [ "IQD", - "ಇರಾಕಿಯನ್ ದಿನಾರ್‌" + "ಇರಾಕಿ ದಿನಾರ್" ], "IRR": [ "IRR", @@ -375,7 +375,7 @@ ], "MOP": [ "MOP", - "ಮಕ್ಯೂದ ಪಟಕಾ" + "ಮಕಾನಿಸ್ ಪಟಾಕಾ" ], "MRO": [ "MRO", @@ -403,7 +403,7 @@ ], "MYR": [ "MYR", - "ಮಲೇಶಿಯನ್ ರಿಂಗಿಟ್ಟ್" + "ಮಲೇಶಿಯನ್ ರಿಂಗಿಟ್" ], "MZN": [ "MZN", @@ -451,7 +451,7 @@ ], "PHP": [ "PHP", - "ಫಿಲಿಪ್ಪೈನ್ ಪೆಸೊ" + "ಫಿಲಿಪ್ಪೈನ್ ಪಿಸೊ" ], "PKR": [ "PKR", @@ -631,7 +631,7 @@ ], "XOF": [ "CFA", - "ಪಶ್ಚಿಮ ಆಫ್ರಿಕಾದ [CFA] ಫ್ರಾಂಕ್" + "ಪಶ್ಚಿಮ ಆಫ್ರಿಕಾದ CFA ಫ್ರಾಂಕ್" ], "XPF": [ "CFPF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ko.json b/src/Symfony/Component/Intl/Resources/data/currencies/ko.json index f34790506f..64746b6ea0 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ko.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ko.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ks.json b/src/Symfony/Component/Intl/Resources/data/currencies/ks.json index 52ebeafb69..8c1101badd 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ks.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ku.json b/src/Symfony/Component/Intl/Resources/data/currencies/ku.json index 8614312a3f..99bccabcff 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ku.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ku.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "EUR": [ "€", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ky.json b/src/Symfony/Component/Intl/Resources/data/currencies/ky.json index 3623d41848..babc33eada 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ky.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ky.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/lb.json b/src/Symfony/Component/Intl/Resources/data/currencies/lb.json index aa4960499e..655f02d458 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/lb.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/lb.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/lg.json b/src/Symfony/Component/Intl/Resources/data/currencies/lg.json index a6f3d846e9..30b779466f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/lg.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/lg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ln.json b/src/Symfony/Component/Intl/Resources/data/currencies/ln.json index 600af4403b..8617b1ac92 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ln.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ln.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ln_AO.json b/src/Symfony/Component/Intl/Resources/data/currencies/ln_AO.json index b4bc40767f..2e51c9aeca 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ln_AO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ln_AO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AOA": [ "Kz", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/lo.json b/src/Symfony/Component/Intl/Resources/data/currencies/lo.json index aedf42ef61..5c0c28bc32 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/lo.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/lo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -223,11 +223,11 @@ ], "BZD": [ "BZD", - "ໂດ​ລ່າ​ເບ​ລິ​ຊ" + "ໂດ​ລ່າ​ເບ​ລີຊ" ], "CAD": [ "CA$", - "ໂດລ່າຄານາດາ" + "ໂດລ່າແຄນາດາ" ], "CDF": [ "CDF", @@ -303,7 +303,7 @@ ], "CZK": [ "CZK", - "ໂຄ​ຣູ​ນາ ເຊກ" + "ເຊກ ໂຄ​ຣູ​ນາ" ], "DDM": [ "DDM", @@ -387,7 +387,7 @@ ], "GBP": [ "£", - "ປອນ ສະ​ເຕີ​ຣິງ (ອັງ​ກິດ)" + "ອັງກິດ ປອນ" ], "GEK": [ "GEK", @@ -403,7 +403,7 @@ ], "GHS": [ "GHS", - "ເຊ​ດິ ກາ​ນາ​ອຽນ" + "ກາ​ນາ​ອຽນ ເຊ​ດິ" ], "GIP": [ "GIP", @@ -743,7 +743,7 @@ ], "NOK": [ "NOK", - "ນໍ​ເວ​ກຽນ ​ໂຄຣນ" + "ນໍ​ເວ​ຈຽນ ​ໂຄຣນ" ], "NPR": [ "NPR", @@ -963,7 +963,7 @@ ], "TTD": [ "TTD", - "ທ​ຣິ​ນິ​ແດດ ແອນ ໂທ​ບາ​ໂກ ໂດ​ລ່າ" + "ທ​ຣິ​ນິ​ແດດ & ໂທ​ບາ​ໂກ ໂດ​ລ່າ" ], "TWD": [ "NT$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/lt.json b/src/Symfony/Component/Intl/Resources/data/currencies/lt.json index bb1118578f..65afdd843e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/lt.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/lt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/lu.json b/src/Symfony/Component/Intl/Resources/data/currencies/lu.json index b4369e0c4c..970eb82f2a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/lu.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/lu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/lv.json b/src/Symfony/Component/Intl/Resources/data/currencies/lv.json index 354a481694..dd5586b6c1 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/lv.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/lv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/meta.json b/src/Symfony/Component/Intl/Resources/data/currencies/meta.json index 30ef740551..664a651eda 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/meta.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/meta.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Currencies": [ "ADP", "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mg.json b/src/Symfony/Component/Intl/Resources/data/currencies/mg.json index 6782a06238..71aec58ca3 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/mg.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/mg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mi.json b/src/Symfony/Component/Intl/Resources/data/currencies/mi.json index e01eb18191..74179d5052 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/mi.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/mi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ANG": [ "ANG", @@ -79,7 +79,7 @@ ], "INR": [ "₹", - "Rupee Iniana" + "Rupī Iniana" ], "JMD": [ "JMD", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mk.json b/src/Symfony/Component/Intl/Resources/data/currencies/mk.json index ec7786b746..787203a04f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/mk.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/mk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.27", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -31,7 +31,7 @@ ], "AOA": [ "AOA", - "Анголска Кванза" + "Анголска кванза" ], "AOK": [ "AOK", @@ -71,7 +71,7 @@ ], "BAM": [ "BAM", - "Босанско-Херцеговска конвертибилна марка" + "Босанско-херцеговска конвертибилна марка" ], "BBD": [ "BBD", @@ -151,7 +151,7 @@ ], "BZD": [ "BZD", - "Белизиски Долар" + "Белизиски долар" ], "CAD": [ "CA$", @@ -207,7 +207,7 @@ ], "CZK": [ "CZK", - "Чешка корона" + "Чешка круна" ], "DEM": [ "DEM", @@ -223,7 +223,7 @@ ], "DOP": [ "DOP", - "Доминикански Пезос" + "Доминикански пезос" ], "DZD": [ "DZD", @@ -351,7 +351,7 @@ ], "INR": [ "INR", - "Индијска рупија" + "Индиска рупија" ], "IQD": [ "IQD", @@ -478,7 +478,7 @@ "Малагасиски ариари" ], "MKD": [ - "ден", + "ден.", "Македонски денар" ], "MLF": [ @@ -635,7 +635,7 @@ ], "RON": [ "RON", - "Романска леи" + "Романски леу" ], "RSD": [ "RSD", @@ -723,7 +723,7 @@ ], "STN": [ "STN", - "Добра на Саун Томе и Принсип" + "Добра на Сао Томе и Принсипе" ], "SUR": [ "SUR", @@ -859,7 +859,7 @@ ], "XCD": [ "EC$", - "Источно карибиски долар" + "Источно карипски долар" ], "XOF": [ "CFA", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ml.json b/src/Symfony/Component/Intl/Resources/data/currencies/ml.json index f927dcda07..c65462c152 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ml.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ml.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mn.json b/src/Symfony/Component/Intl/Resources/data/currencies/mn.json index afbbf1727f..91beb45e5b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/mn.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/mn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", @@ -7,43 +7,43 @@ ], "AFN": [ "AFN", - "афганистан афгани" + "Афганистаны афгани" ], "ALL": [ "ALL", - "албанийн лек" + "Албанийн лек" ], "AMD": [ "AMD", - "арменийн драм" + "Арменийн драм" ], "ANG": [ "ANG", - "нидерландын антиллъя гулдер" + "Нидерландын Антиллийн гулдер" ], "AOA": [ "AOA", - "ангол кванза" + "Анголын кванза" ], "ARS": [ "ARS", - "аргентин песо" + "Аргентины песо" ], "AUD": [ "A$", - "австрали доллар" + "Австралийн доллар" ], "AWG": [ "AWG", - "арубын флорин" + "Арубын флорин" ], "AZN": [ "AZN", - "азербайжаны манат" + "Азербайжаны манат" ], "BAM": [ "BAM", - "босни-герцеговин хөрвөгч марк" + "Босни-Герцеговины хөрвөгч марк" ], "BBD": [ "BBD", @@ -51,51 +51,51 @@ ], "BDT": [ "BDT", - "бангладеш така" + "Бангладешийн така" ], "BGN": [ "BGN", - "болгарын лев" + "Болгарын лев" ], "BHD": [ "BHD", - "бахрейн динар" + "Бахрейн динар" ], "BIF": [ "BIF", - "бурунд франк" + "Бурундийн франк" ], "BMD": [ "BMD", - "бермуд доллар" + "Бермудын доллар" ], "BND": [ "BND", - "бруней доллар" + "Брунейн доллар" ], "BOB": [ "BOB", - "боливи боливиано" + "Боливийн боливиано" ], "BRL": [ "R$", - "бразилийн рил" + "Бразилийн реал" ], "BSD": [ "BSD", - "багам доллар" + "Багамын доллар" ], "BTN": [ "BTN", - "бутаны нгултрум" + "Бутаны нгултрум" ], "BWP": [ "BWP", - "ботсвани пула" + "Ботсванийн пула" ], "BYN": [ "BYN", - "беларусь рубль" + "Беларусийн рубль" ], "BYR": [ "BYR", @@ -103,7 +103,7 @@ ], "BZD": [ "BZD", - "белиз доллар" + "Белизийн доллар" ], "CAD": [ "CA$", @@ -111,75 +111,75 @@ ], "CDF": [ "CDF", - "конго франк" + "Конгогийн франк" ], "CHF": [ "CHF", - "швейцарь франк" + "Швейцарийн франк" ], "CLP": [ "CLP", - "чилийн песо" + "Чилийн песо" ], "CNH": [ "CNH", - "Хятадын юань" + "Хятадын юань (офшор)" ], "CNY": [ "CN¥", - "хятад юань" + "Хятадын юань" ], "COP": [ "COP", - "колумбын песо" + "Колумбын песо" ], "CRC": [ "CRC", - "коста рикагийн колон" + "Коста-Рикагийн колон" ], "CUC": [ "CUC", - "кубын хөрвөгч песо" + "Кубын хөрвөгч песо" ], "CUP": [ "CUP", - "кубын песо" + "Кубын песо" ], "CVE": [ "CVE", - "кабо-верде эскудо" + "Кабо-Вердийн эскудо" ], "CZK": [ "CZK", - "Чех крон" + "Чехийн крон" ], "DJF": [ "DJF", - "жибоути франк" + "Жибутийн франк" ], "DKK": [ "DKK", - "данийн крон" + "Данийн крон" ], "DOP": [ "DOP", - "доминиканы песо" + "Доминиканы песо" ], "DZD": [ "DZD", - "алжир доллар" + "Алжирийн доллар" ], "EGP": [ "EGP", - "египет паунд" + "Египетийн фунт" ], "ERN": [ "ERN", - "эритрей накфа" + "Эритрейн накфа" ], "ETB": [ "ETB", - "этиоп бирр" + "Этиопын бирр" ], "EUR": [ "€", @@ -187,151 +187,151 @@ ], "FJD": [ "FJD", - "фижи доллар" + "Фижигийн доллар" ], "FKP": [ "FKP", - "фолклэнд арлын паунд" + "Фолклендийн арлуудын паунд" ], "GBP": [ "£", - "британийн фунт" + "Британийн фунт" ], "GEL": [ "GEL", - "гүржийн лари" + "Гүржийн лари" ], "GHS": [ "GHS", - "гана седи" + "Ганагийн седи" ], "GIP": [ "GIP", - "гибралтар паунд" + "Гибралтарын фунт" ], "GMD": [ "GMD", - "гамби даласи" + "Гамбийн даласи" ], "GNF": [ "GNF", - "гвиней франк" + "Гвинейн франк" ], "GTQ": [ "GTQ", - "гватемалын кецал" + "Гватемалын кецал" ], "GYD": [ "GYD", - "гайана доллар" + "Гайанын доллар" ], "HKD": [ "HK$", - "хонгконг доллар" + "Хонг Конгийн доллар" ], "HNL": [ "HNL", - "гондурасын лемпира" + "Гондурасын лемпира" ], "HRK": [ "HRK", - "хорватын куна" + "Хорватын куна" ], "HTG": [ "HTG", - "гаитийн гоурд" + "Гаитийн гурд" ], "HUF": [ "HUF", - "унгарын форинт" + "Унгарын форинт" ], "IDR": [ "IDR", - "индонези рупи" + "Индонезийн рупи" ], "ILS": [ "₪", - "израилийн шинэ шекел" + "Израилийн шинэ шекел" ], "INR": [ "₹", - "энэтхэг рупи" + "Энэтхэгийн рупи" ], "IQD": [ "IQD", - "ирак динар" + "Иракийн динар" ], "IRR": [ "IRR", - "иран риал" + "Ираны риял" ], "ISK": [ "ISK", - "исландын крон" + "Исландын крон" ], "JMD": [ "JMD", - "ямайк доллар" + "Ямайкийн доллар" ], "JOD": [ "JOD", - "йордан динар" + "Йорданы динар" ], "JPY": [ "JP¥", - "япон иен" + "Японы иен" ], "KES": [ "KES", - "кени шиллинг" + "Кенийн шиллинг" ], "KGS": [ "KGS", - "кыргыз сом" + "Кыргызын сом" ], "KHR": [ "KHR", - "камбож риел" + "Камбожийн риел" ], "KMF": [ "KMF", - "комор франк" + "Коморын франк" ], "KPW": [ "KPW", - "хойд солонгос вон" + "Хойд Солонгосын вон" ], "KRW": [ "₩", - "өмнөд солонгос вон" + "Өмнөд Солонгосын вон" ], "KWD": [ "KWD", - "кувейт динар" + "Кувейтийн динар" ], "KYD": [ "KYD", - "кайман арлын доллар" + "Кайманы арлуудын доллар" ], "KZT": [ "KZT", - "казахын тэнгэ" + "Казахстаны тэнгэ" ], "LAK": [ "LAK", - "лаосын кип" + "Лаосын кип" ], "LBP": [ "LBP", - "ливан паунд" + "Ливаны фунт" ], "LKR": [ "LKR", - "шри-ланк рупи" + "Шри-Ланкийн рупи" ], "LRD": [ "LRD", - "либери доллар" + "Либерийн доллар" ], "LTL": [ "LTL", @@ -343,35 +343,35 @@ ], "LYD": [ "LYD", - "ливи доллар" + "Ливийн доллар" ], "MAD": [ "MAD", - "мароккогийн дирхам" + "Мороккогийн дирхэм" ], "MDL": [ "MDL", - "молдавын леу" + "Молдовын лей" ], "MGA": [ "MGA", - "малайн ариари" + "Малагасийн ариари" ], "MKD": [ "MKD", - "македони динар" + "Македонийн динар" ], "MMK": [ "MMK", - "мьянмарын киат" + "Мьянмарын киат" ], "MNT": [ "₮", - "төгрөг" + "Монгол төгрөг" ], "MOP": [ "MOP", - "макаогийн патака" + "Макаогийн патака" ], "MRO": [ "MRO", @@ -379,151 +379,151 @@ ], "MRU": [ "MRU", - "мавритан угия" + "Мавританийн угия" ], "MUR": [ "MUR", - "мавритын рупи" + "Маврикийн рупи" ], "MVR": [ "MVR", - "мальдив руфия" + "Мальдивийн руфия" ], "MWK": [ "MWK", - "малави квача" + "Малавийн квача" ], "MXN": [ "MX$", - "мексикийн песо" + "Мексикийн песо" ], "MYR": [ "MYR", - "малайзын рингит" + "Малайзын рингит" ], "MZN": [ "MZN", - "мозамбик метикал" + "Мозамбикийн метикал" ], "NAD": [ "NAD", - "намиби доллар" + "Намибийн доллар" ], "NGN": [ "NGN", - "нигери найра" + "Нигерийн найра" ], "NIO": [ "NIO", - "никарагуагийн кордоба" + "Никарагуагийн кордоба" ], "NOK": [ "NOK", - "норвегийн крон" + "Норвегийн крон" ], "NPR": [ "NPR", - "балба рупи" + "Балбын рупи" ], "NZD": [ "NZ$", - "шинэ зеланд доллар" + "Шинэ Зеландын доллар" ], "OMR": [ "OMR", - "омани риал" + "Оманийн риал" ], "PAB": [ "PAB", - "панамын бальбоа" + "Панамын бальбоа" ], "PEN": [ "PEN", - "перугийн соль" + "Перугийн соль" ], "PGK": [ "PGK", - "папуа-шинэ гвинейн кина" + "Папуа-Шинэ Гвинейн кина" ], "PHP": [ "PHP", - "филиппин песо" + "Филиппиний песо" ], "PKR": [ "PKR", - "пакистан рупи" + "Пакистаны рупи" ], "PLN": [ "PLN", - "польшийн злот" + "Польшийн злот" ], "PYG": [ "PYG", - "парагвайн гуарани" + "Парагвайн гуарани" ], "QAR": [ "QAR", - "катар риал" + "Катарын риал" ], "RON": [ "RON", - "румыны леу" + "Румыны лей" ], "RSD": [ "RSD", - "серб динар" + "Сербийн динар" ], "RUB": [ "RUB", - "орос рубль" + "Оросын рубль" ], "RWF": [ "RWF", - "руанд франк" + "Руандагийн франк" ], "SAR": [ "SAR", - "сауди риал" + "Саудын риял" ], "SBD": [ "SBD", - "соломон арлын доллар" + "Соломоны арлуудын доллар" ], "SCR": [ "SCR", - "сейшел рупи" + "Сейшелийн рупи" ], "SDG": [ "SDG", - "судан паунд" + "Суданы фунт" ], "SEK": [ "SEK", - "шведийн крон" + "Шведийн крон" ], "SGD": [ "SGD", - "сингапур доллар" + "Сингапурын доллар" ], "SHP": [ "SHP", - "сент хелена фунт" + "Сент Хеленагийн фунт" ], "SLL": [ "SLL", - "сьерра леоны леон" + "Сьерра-Леоны леон" ], "SOS": [ "SOS", - "сомали шиллинг" + "Сомалийн шиллинг" ], "SRD": [ "SRD", - "суринам доллар" + "Суринамын доллар" ], "SSP": [ "SSP", - "өмнөд судан паунд" + "Өмнөд Суданы фунт" ], "STD": [ "STD", @@ -531,59 +531,59 @@ ], "STN": [ "STN", - "сан-томе ба принсипи добра" + "Сан-Томе ба Принсипигийн добра" ], "SYP": [ "SYP", - "сири паунд" + "Сирийн фунт" ], "SZL": [ "SZL", - "свазиланд лилангени" + "Свазиландын лилангени" ], "THB": [ "฿", - "тайландын бат" + "Тайландын бат" ], "TJS": [ "TJS", - "тажикийн сомон" + "Тажикийн сомон" ], "TMT": [ "TMT", - "туркмен манат" + "Туркмены манат" ], "TND": [ "TND", - "тунис доллар" + "Тунисын доллар" ], "TOP": [ "TOP", - "тонгагийн панга" + "Тонгагийн панга" ], "TRY": [ "TRY", - "туркийн лира" + "Туркийн лира" ], "TTD": [ "TTD", - "тринидад ба тобаго доллар" + "Тринидад ба Тобагогийн доллар" ], "TWD": [ "NT$", - "шинэ тайвань доллар" + "Шинэ Тайванийн доллар" ], "TZS": [ "TZS", - "танзани шиллинг" + "Танзанийн шиллинг" ], "UAH": [ "UAH", - "украины гривня" + "Украины гривна" ], "UGX": [ "UGX", - "уганд шиллинг" + "Угандагийн шиллинг" ], "USD": [ "$", @@ -591,11 +591,11 @@ ], "UYU": [ "UYU", - "уругвайн песо" + "Уругвайн песо" ], "UZS": [ "UZS", - "узбекийн сом" + "Узбекийн сом" ], "VEF": [ "VEF", @@ -603,43 +603,43 @@ ], "VES": [ "VES", - "венесуэлийн боливар" + "Венесуэлийн боливар" ], "VND": [ "₫", - "вьетнамын донг" + "Вьетнамын донг" ], "VUV": [ "VUV", - "вануатугийн вату" + "Вануатугийн вату" ], "WST": [ "WST", - "самоагийн тала" + "Самоагийн тала" ], "XAF": [ "FCFA", - "төв африкийн франк" + "Төв Африкийн франк" ], "XCD": [ "EC$", - "зүүн карибийн доллар" + "Зүүн Карибийн доллар" ], "XOF": [ "CFA", - "баруун африкийн франк" + "Баруун Африкийн франк" ], "XPF": [ "CFPF", - "францын колоний франк" + "Францын колонийн франк" ], "YER": [ "YER", - "йемен риал" + "Йемений риял" ], "ZAR": [ "ZAR", - "өмнөд африкийн ранд" + "Өмнөд Африкийн ранд" ], "ZMK": [ "ZMK", @@ -647,7 +647,7 @@ ], "ZMW": [ "ZMW", - "замби квача" + "Замбийн квача" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mo.json b/src/Symfony/Component/Intl/Resources/data/currencies/mo.json index 038864be30..062050f722 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/mo.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/mo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mr.json b/src/Symfony/Component/Intl/Resources/data/currencies/mr.json index 59e5cefb0c..de58880091 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/mr.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/mr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ms.json b/src/Symfony/Component/Intl/Resources/data/currencies/ms.json index 2a05bf6c1e..fe919b7c0c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ms.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ms.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.2", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ms_BN.json b/src/Symfony/Component/Intl/Resources/data/currencies/ms_BN.json index fff3981e1f..0571439f67 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ms_BN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ms_BN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "BND": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ms_SG.json b/src/Symfony/Component/Intl/Resources/data/currencies/ms_SG.json index 82e9390a85..7675efe6a8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ms_SG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ms_SG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "SGD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mt.json b/src/Symfony/Component/Intl/Resources/data/currencies/mt.json index 7ce6159e3a..d0959e3732 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/mt.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/mt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/my.json b/src/Symfony/Component/Intl/Resources/data/currencies/my.json index 8792b39066..a11d16518f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/my.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/my.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nb.json b/src/Symfony/Component/Intl/Resources/data/currencies/nb.json index 49316408fc..5b6dc1d0b8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nb.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nb.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -637,6 +637,10 @@ "MAF", "marokkanske franc" ], + "MCF": [ + "MCF", + "MCF" + ], "MDC": [ "MDC", "moldovske cupon" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nd.json b/src/Symfony/Component/Intl/Resources/data/currencies/nd.json index 8f1c73a76b..525b738a71 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nd.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ne.json b/src/Symfony/Component/Intl/Resources/data/currencies/ne.json index ce3587e3aa..1b3225b18e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ne.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ne.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nl.json b/src/Symfony/Component/Intl/Resources/data/currencies/nl.json index 4d75999ba9..b18cc3f28f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -263,7 +263,7 @@ ], "CNH": [ "CNH", - "Chinese renminbi (offshore)" + "Chinese yuan (offshore)" ], "CNX": [ "CNX", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nl_AW.json b/src/Symfony/Component/Intl/Resources/data/currencies/nl_AW.json index f1a36c099f..fc7a0b2e0f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nl_AW.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nl_AW.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "AWG": [ "Afl.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nl_BQ.json b/src/Symfony/Component/Intl/Resources/data/currencies/nl_BQ.json index 3332aa7299..f0b5e3e11d 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nl_BQ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nl_BQ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "USD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nl_CW.json b/src/Symfony/Component/Intl/Resources/data/currencies/nl_CW.json index 919ad6e1a6..1d5cf43594 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nl_CW.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nl_CW.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "ANG": [ "NAf.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nl_SR.json b/src/Symfony/Component/Intl/Resources/data/currencies/nl_SR.json index e8e343d176..3f6063631b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nl_SR.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nl_SR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "SRD": [ "$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nl_SX.json b/src/Symfony/Component/Intl/Resources/data/currencies/nl_SX.json index 919ad6e1a6..1d5cf43594 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nl_SX.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nl_SX.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "ANG": [ "NAf.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/nn.json b/src/Symfony/Component/Intl/Resources/data/currencies/nn.json index c27d8917e3..a0f7ca3f1d 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/nn.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/nn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/no.json b/src/Symfony/Component/Intl/Resources/data/currencies/no.json index 49316408fc..5b6dc1d0b8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/no.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/no.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -637,6 +637,10 @@ "MAF", "marokkanske franc" ], + "MCF": [ + "MCF", + "MCF" + ], "MDC": [ "MDC", "moldovske cupon" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/om.json b/src/Symfony/Component/Intl/Resources/data/currencies/om.json index ee3debf4f5..9ff103a0cf 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/om.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/om.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BRL": [ "R$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/om_KE.json b/src/Symfony/Component/Intl/Resources/data/currencies/om_KE.json index 60692f1f4b..6f249a7070 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/om_KE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/om_KE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "KES": [ "Ksh", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/or.json b/src/Symfony/Component/Intl/Resources/data/currencies/or.json index 7f9d14cf13..0905c2d901 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/or.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/or.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/os.json b/src/Symfony/Component/Intl/Resources/data/currencies/os.json index a01d32fe08..075e5cb905 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/os.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/os.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BRL": [ "R$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/os_RU.json b/src/Symfony/Component/Intl/Resources/data/currencies/os_RU.json index 7b8a15351c..d10c7bfdb4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/os_RU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/os_RU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "GEL": [ "GEL", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pa.json b/src/Symfony/Component/Intl/Resources/data/currencies/pa.json index 84cc2d1e3d..06145963c2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pa.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pa.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.20", + "Version": "36", "Names": { "AED": [ "AED", @@ -15,7 +15,7 @@ ], "AMD": [ "AMD", - "ਅਰਮੀਨੀਆਈ ਦਰਮ" + "ਅਰਮੀਨੀਆਈ ਦਰਾਮ" ], "ANG": [ "ANG", @@ -331,7 +331,7 @@ ], "ISK": [ "ISK", - "ਆਈਸਲੈਂਡਿਕ ਕਰੌਨ" + "ਆਈਸਲੈਂਡੀ ਕਰੋਨਾ" ], "JMD": [ "JMD", @@ -407,7 +407,7 @@ ], "LYD": [ "LYD", - "ਲੀਬੀਅਨ ਦਿਨਾਰ" + "ਲੀਬੀਆਈ ਦਿਨਾਰ" ], "MAD": [ "MAD", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pa_Arab.json b/src/Symfony/Component/Intl/Resources/data/currencies/pa_Arab.json index 8fb97faac2..71117b1922 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pa_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pa_Arab.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "EUR": [ "€", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pl.json b/src/Symfony/Component/Intl/Resources/data/currencies/pl.json index 6cc844c3f7..10d793c3b1 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -7,7 +7,7 @@ ], "AED": [ "AED", - "dirham arabski" + "dirham ZEA" ], "AFA": [ "AFA", @@ -15,7 +15,7 @@ ], "AFN": [ "AFN", - "afgani" + "afgani afgańskie" ], "ALL": [ "ALL", @@ -31,7 +31,7 @@ ], "AOA": [ "AOA", - "kwanza angolańska" + "kwanza angolska" ], "AOK": [ "AOK", @@ -139,7 +139,7 @@ ], "BOB": [ "BOB", - "boliviano" + "boliviano boliwijskie" ], "BOP": [ "BOP", @@ -359,7 +359,7 @@ ], "GHS": [ "GHS", - "cedi ghański" + "cedi ghańskie" ], "GIP": [ "GIP", @@ -419,7 +419,7 @@ ], "HTG": [ "HTG", - "gourde haitańskie" + "gourde haitański" ], "HUF": [ "HUF", @@ -599,7 +599,7 @@ ], "MRU": [ "MRU", - "ouguiya mauretańska" + "ugija mauretańska" ], "MTL": [ "MTL", @@ -699,7 +699,7 @@ ], "PGK": [ "PGK", - "kina Papua Nowa Gwinea" + "kina papuańska" ], "PHP": [ "PHP", @@ -791,7 +791,7 @@ ], "SHP": [ "SHP", - "funt Wyspy Świętej Heleny" + "funt Świętej Heleny" ], "SIT": [ "SIT", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ps.json b/src/Symfony/Component/Intl/Resources/data/currencies/ps.json index 8ee38d901a..4e54ea3cf9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ps.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ps.json @@ -1,6 +1,10 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { + "AED": [ + "AED", + "متحده عرب امارات درهم" + ], "AFA": [ "AFA", "افغانۍ (1927–2002)" @@ -9,9 +13,589 @@ "؋", "افغانۍ" ], + "ALL": [ + "ALL", + "البانوي لک" + ], + "AMD": [ + "AMD", + "ارمينيايي ډرام" + ], + "ANG": [ + "ANG", + "هالېنډي انټيليايي ګيلډر" + ], + "AOA": [ + "AOA", + "انګولي کوانزا" + ], + "ARS": [ + "ARS", + "ارجنټاين پسو" + ], + "AUD": [ + "A$", + "آسترالوي ډالر" + ], + "AWG": [ + "AWG", + "اروبايي فلورن" + ], + "AZN": [ + "AZN", + "آزربايجاني منت" + ], + "BAM": [ + "BAM", + "بوسنيا هرزګوينيايي بدلېدونکې مارک" + ], + "BBD": [ + "BBD", + "باربيډين ډالر" + ], + "BDT": [ + "BDT", + "بنګالۍ ټاکه" + ], + "BGN": [ + "BGN", + "بلغاري ليو" + ], + "BHD": [ + "BHD", + "بحريني دينار" + ], + "BIF": [ + "BIF", + "برونډي فرانک" + ], + "BMD": [ + "BMD", + "برمودا ډالر" + ], + "BND": [ + "BND", + "برونايي ډالر" + ], + "BOB": [ + "BOB", + "بوليوي بوليويانو" + ], + "BRL": [ + "R$", + "برازيلي ريل" + ], + "BSD": [ + "BSD", + "بهاماسي ډالر" + ], + "BTN": [ + "BTN", + "بهوټانۍ انګولټرم" + ], + "BWP": [ + "BWP", + "بوټسواني پولا" + ], + "BYN": [ + "BYN", + "بلاروسي روبل" + ], + "BZD": [ + "BZD", + "بليز ډالر" + ], + "CAD": [ + "CA$", + "کاناډايي ډالر" + ], + "CDF": [ + "CDF", + "کانګولي فرانک" + ], + "CHF": [ + "CHF", + "سويسي فرانک" + ], + "CLP": [ + "CLP", + "چلي پسو" + ], + "CNH": [ + "CNH", + "چيني يوان (آف شور)" + ], + "CNY": [ + "CN¥", + "چيني يوان" + ], + "COP": [ + "COP", + "کولمبين پسو" + ], + "CRC": [ + "CRC", + "کوسټا ريکن کولون" + ], + "CUC": [ + "CUC", + "کيوبايي بدلېدونکي پسو" + ], + "CUP": [ + "CUP", + "کيوبايي پسو" + ], + "CVE": [ + "CVE", + "کيپ وردين اسکوډو" + ], + "CZK": [ + "CZK", + "چيک کرونا" + ], + "DJF": [ + "DJF", + "جبوتي فرانک" + ], + "DKK": [ + "DKK", + "ډنمارکي کرون" + ], + "DOP": [ + "DOP", + "دومينيکا پسو" + ], + "DZD": [ + "DZD", + "الجيرين دينار" + ], + "EGP": [ + "EGP", + "مصري پونډ" + ], + "ERN": [ + "ERN", + "ايريټرين نکفا" + ], + "ETB": [ + "ETB", + "ايتهوپيايي بر" + ], + "EUR": [ + "€", + "يورو" + ], + "FJD": [ + "FJD", + "فجي ډالر" + ], + "FKP": [ + "FKP", + "پاکلېنډ ټاپوګانو پونډ" + ], + "GHS": [ + "GHS", + "ګانين سيډي" + ], + "GIP": [ + "GIP", + "جبل الطارقي پونډ" + ], + "GMD": [ + "GMD", + "ګيمبين دلاسې" + ], + "GNF": [ + "GNF", + "ګنې فرانک" + ], + "GTQ": [ + "GTQ", + "ګويټيمالن کوټزل" + ], + "GYD": [ + "GYD", + "ګايانيز ډالر" + ], + "HKD": [ + "HK$", + "هانګ کانګ ډالر" + ], + "HNL": [ + "HNL", + "هونډوران ليمپيرا" + ], + "HRK": [ + "HRK", + "کروشيايي کونا" + ], + "HTG": [ + "HTG", + "هيټي ګورډ" + ], + "HUF": [ + "HUF", + "هنګري فورنټ" + ], + "IDR": [ + "IDR", + "انډونيشي روپيا" + ], + "ILS": [ + "₪", + "اسرايلي نيو شيکل" + ], + "IQD": [ + "IQD", + "عراقي دينار" + ], + "IRR": [ + "IRR", + "ايراني ريال" + ], + "ISK": [ + "ISK", + "آيسلېنډي کرونا" + ], + "JMD": [ + "JMD", + "جمايکايي ډالر" + ], + "JOD": [ + "JOD", + "اردني دينار" + ], + "JPY": [ + "JP¥", + "جاپاني ين" + ], + "KES": [ + "KES", + "کينيايي شيلنګ" + ], + "KGS": [ + "KGS", + "کرغزستاني سوم" + ], + "KHR": [ + "KHR", + "کمبوډي ريل" + ], + "KMF": [ + "KMF", + "کوموري فرانک" + ], + "KPW": [ + "KPW", + "شمالي کوريايي وان" + ], + "KRW": [ + "₩", + "جنوبي کوريايي وان" + ], + "KWD": [ + "KWD", + "کويتي دينار" + ], + "KYD": [ + "KYD", + "کيمن ټاپوګانو ډالر" + ], + "KZT": [ + "KZT", + "قازقستاني ټينج" + ], + "LBP": [ + "LBP", + "لبناني پونډ" + ], + "LKR": [ + "LKR", + "سري لنکن روپۍ" + ], + "LRD": [ + "LRD", + "لايبيرين ډالر" + ], + "LYD": [ + "LYD", + "ليبياېي دينار" + ], + "MAD": [ + "MAD", + "مراکشي درهم" + ], + "MDL": [ + "MDL", + "مالډوي ليو" + ], + "MGA": [ + "MGA", + "ملاګاسي ارياري" + ], + "MKD": [ + "MKD", + "مسيډونايي دينار" + ], + "MMK": [ + "MMK", + "ميانماري کيات" + ], + "MNT": [ + "MNT", + "منګوليايي توګريک" + ], + "MRU": [ + "MRU", + "موريشيسي ډالر" + ], + "MUR": [ + "MUR", + "موريشيسي روپۍ" + ], + "MVR": [ + "MVR", + "مالديپي روپيا" + ], + "MWK": [ + "MWK", + "ملاوي کواچا" + ], + "MXN": [ + "MX$", + "ميکسيکن پيسو" + ], + "MYR": [ + "MYR", + "ملايشي رنګټ" + ], + "MZN": [ + "MZN", + "موزمبيقي ميټيکل" + ], + "NAD": [ + "NAD", + "نيميبيايي ډالر" + ], + "NGN": [ + "NGN", + "نايجيري نايرا" + ], + "NIO": [ + "NIO", + "نيکاراګون کورډوبا" + ], + "NOK": [ + "NOK", + "نارويجين کرون" + ], + "NPR": [ + "NPR", + "نيپالي روپۍ" + ], + "NZD": [ + "NZ$", + "نيوزي لينډي ډالر" + ], + "OMR": [ + "OMR", + "عماني ريال" + ], + "PAB": [ + "PAB", + "پانامۍ بالبوا" + ], + "PEN": [ + "PEN", + "پيروين سول" + ], + "PGK": [ + "PGK", + "پاپوا نيوګاني کينا" + ], + "PHP": [ + "PHP", + "فلپاينۍ پسو" + ], "PKR": [ "PKR", "پاکستانۍ کلداره" + ], + "PLN": [ + "PLN", + "پولينډي زلوټي" + ], + "PYG": [ + "PYG", + "پيراګوين ګوراني" + ], + "QAR": [ + "QAR", + "قطري ريال" + ], + "RON": [ + "RON", + "روماني ليو" + ], + "RSD": [ + "RSD", + "سربيايي دينار" + ], + "RUB": [ + "RUB", + "روسي روبل" + ], + "RWF": [ + "RWF", + "روانډي فرانک" + ], + "SAR": [ + "SAR", + "سعودي ريال" + ], + "SBD": [ + "SBD", + "سولومن ټاپوګانو ډالر" + ], + "SCR": [ + "SCR", + "سيچيليسي روپۍ" + ], + "SDG": [ + "SDG", + "سوډاني پونډ" + ], + "SEK": [ + "SEK", + "سويډني کرونا" + ], + "SGD": [ + "SGD", + "سنګاپور ډالر" + ], + "SHP": [ + "SHP", + "سينټ هيلينا پونډ" + ], + "SLL": [ + "SLL", + "سيرا ليوني ليون" + ], + "SOS": [ + "SOS", + "سومالي شيلنګ" + ], + "SRD": [ + "SRD", + "سورينيمي ډالر" + ], + "STN": [ + "STN", + "ساو ټوم او پرينسپي ډوبرا" + ], + "SYP": [ + "SYP", + "سوريايي پونډ" + ], + "SZL": [ + "SZL", + "سوازي ليلانګيني" + ], + "THB": [ + "THB", + "تهايي بات" + ], + "TJS": [ + "TJS", + "تاجکستاني سوموني" + ], + "TMT": [ + "TMT", + "ترکمانستاني منت" + ], + "TOP": [ + "TOP", + "ټونګن پانګا" + ], + "TRY": [ + "TRY", + "ترکي ليرا" + ], + "TTD": [ + "TTD", + "ټرينيډاډ او ټوباګو ډالر" + ], + "TWD": [ + "NT$", + "نيو تائيواني ډالر" + ], + "TZS": [ + "TZS", + "تنزاني شيلنګ" + ], + "UAH": [ + "UAH", + "اوکرايني هريونيا" + ], + "UGX": [ + "UGX", + "يوګانډي شيلنګ" + ], + "USD": [ + "$", + "امريکايي ډالر" + ], + "UYU": [ + "UYU", + "يوراګوي پسو" + ], + "UZS": [ + "UZS", + "ازبکستاني سوم" + ], + "VES": [ + "VES", + "وينزويلي بوليوار" + ], + "VND": [ + "₫", + "ويتنامي ډونګ" + ], + "VUV": [ + "VUV", + "ونواتو واتو" + ], + "WST": [ + "WST", + "سموون تالا" + ], + "XAF": [ + "FCFA", + "مرکزي افريقايي CFA فرانک" + ], + "XCD": [ + "EC$", + "ختيځ کربين ډالر" + ], + "XOF": [ + "CFA", + "ختيځ افريقايي CFA فرانک" + ], + "XPF": [ + "CFPF", + "CFP فرانک" + ], + "YER": [ + "YER", + "يمني ريال" + ], + "ZAR": [ + "ZAR", + "جنوبي افريقاېي رنډ" + ], + "ZMW": [ + "ZMW", + "زيمبي کواچا" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ps_PK.json b/src/Symfony/Component/Intl/Resources/data/currencies/ps_PK.json index a069430684..0f234ee6fd 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ps_PK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ps_PK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.34", + "Version": "36", "Names": { "PKR": [ "Rs", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pt.json b/src/Symfony/Component/Intl/Resources/data/currencies/pt.json index 045be00931..77a9fe4d1a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -263,7 +263,7 @@ ], "CNH": [ "CNH", - "Renminbi chinês (offshore)" + "Yuan chinês (offshore)" ], "CNX": [ "CNX", @@ -271,7 +271,7 @@ ], "CNY": [ "CN¥", - "Renminbi chinês" + "Yuan chinês" ], "COP": [ "COP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pt_AO.json b/src/Symfony/Component/Intl/Resources/data/currencies/pt_AO.json index b23e362a40..5b89811e6c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_AO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_AO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "AOA": [ "Kz", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.json b/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.json index a4a2cce117..72625b8614 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CVE": [ "​", @@ -8,7 +8,7 @@ ], "PTE": [ "​PTE", - "Escudo português" + "escudo português" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pt_LU.json b/src/Symfony/Component/Intl/Resources/data/currencies/pt_LU.json index dc11cc03f0..90dc7661a4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_LU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_LU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "LUF": [ "F", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json b/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json index fb7388256f..816baa526a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json @@ -1,9 +1,9 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "MOP": [ "MOP$", - "Pataca de Macau" + "pataca macaense" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pt_MZ.json b/src/Symfony/Component/Intl/Resources/data/currencies/pt_MZ.json index db3d63f892..a121304d83 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_MZ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_MZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "MZN": [ "MTn", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json b/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json index 06d15e2263..c5d74219c8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json @@ -1,9 +1,9 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", - "Dirham dos Emirados Árabes Unidos" + "dirham dos Emirados Árabes Unidos" ], "AFA": [ "AFA", @@ -11,7 +11,7 @@ ], "AFN": [ "AFN", - "Afegani do Afeganistão" + "afegâni afegão" ], "ALL": [ "ALL", @@ -19,11 +19,11 @@ ], "AMD": [ "AMD", - "Dram arménio" + "dram arménio" ], "ANG": [ "ANG", - "Florim das Antilhas Holandesas" + "florim das Antilhas Holandesas" ], "AOA": [ "AOA", @@ -33,13 +33,17 @@ "ARS", "peso argentino" ], + "AUD": [ + "AU$", + "dólar australiano" + ], "AWG": [ "AWG", "florim de Aruba" ], "AZN": [ "AZN", - "Manat do Azerbaijão" + "manat azeri" ], "BAD": [ "BAD", @@ -55,7 +59,7 @@ ], "BDT": [ "BDT", - "Taka de Bangladesh" + "taka bengali" ], "BEC": [ "BEC", @@ -67,7 +71,7 @@ ], "BHD": [ "BHD", - "Dinar baremita" + "dinar baremita" ], "BIF": [ "BIF", @@ -79,7 +83,7 @@ ], "BND": [ "BND", - "Dólar bruneíno" + "dólar bruneano" ], "BOB": [ "BOB", @@ -95,11 +99,11 @@ ], "BTN": [ "BTN", - "Ngultrum do Butão" + "ngultrum butanês" ], "BWP": [ "BWP", - "Pula de Botswana" + "pula de Botswana" ], "BYB": [ "BYB", @@ -109,10 +113,6 @@ "BYN", "rublo bielorrusso" ], - "BYR": [ - "BYR", - "Rublo bielorrusso (2000–2016)" - ], "BZD": [ "BZD", "dólar belizense" @@ -179,7 +179,7 @@ ], "DOP": [ "DOP", - "Peso dominicano" + "peso dominicano" ], "DZD": [ "DZD", @@ -207,7 +207,7 @@ ], "FJD": [ "FJD", - "Dólar de Fiji" + "dólar fijiano" ], "FKP": [ "FKP", @@ -219,7 +219,7 @@ ], "GEL": [ "GEL", - "Lari georgiano" + "lari georgiano" ], "GHS": [ "GHS", @@ -247,7 +247,7 @@ ], "HKD": [ "HK$", - "Dólar de Hong Kong" + "dólar de Hong Kong" ], "HNL": [ "HNL", @@ -259,7 +259,7 @@ ], "HTG": [ "HTG", - "Gourde haitiano" + "gourde haitiano" ], "HUF": [ "HUF", @@ -267,23 +267,23 @@ ], "IDR": [ "IDR", - "Rupia indonésia" + "rupia indonésia" ], "ILS": [ "₪", - "Sheqel novo israelita" + "sheqel novo israelita" ], "INR": [ "₹", - "Rupia indiana" + "rupia indiana" ], "IQD": [ "IQD", - "Dinar iraquiano" + "dinar iraquiano" ], "IRR": [ "IRR", - "Rial iraniano" + "rial iraniano" ], "ISK": [ "ISK", @@ -291,15 +291,15 @@ ], "JMD": [ "JMD", - "Dólar jamaicano" + "dólar jamaicano" ], "JOD": [ "JOD", - "Dinar jordaniano" + "dinar jordaniano" ], "JPY": [ "JP¥", - "Iene japonês" + "iene japonês" ], "KES": [ "KES", @@ -307,11 +307,11 @@ ], "KGS": [ "KGS", - "Som do Quirguistão" + "som quirguiz" ], "KHR": [ "KHR", - "Riel cambojano" + "riel cambojano" ], "KMF": [ "KMF", @@ -319,35 +319,35 @@ ], "KPW": [ "KPW", - "Won norte-coreano" + "won norte-coreano" ], "KRW": [ "₩", - "Won sul-coreano" + "won sul-coreano" ], "KWD": [ "KWD", - "Dinar kuwaitiano" + "dinar kuwaitiano" ], "KYD": [ "KYD", - "Dólar das Ilhas Caimão" + "dólar das Ilhas Caimão" ], "KZT": [ "KZT", - "Tenge do Cazaquistão" + "tenge cazaque" ], "LAK": [ "LAK", - "Kip de Laos" + "kip laosiano" ], "LBP": [ "LBP", - "Libra libanesa" + "libra libanesa" ], "LKR": [ "LKR", - "Rupia do Sri Lanka" + "rupia do Sri Lanka" ], "LRD": [ "LRD", @@ -383,15 +383,15 @@ ], "MMK": [ "MMK", - "Kyat de Mianmar" + "kyat de Mianmar" ], "MNT": [ "MNT", - "Tugrik da Mongólia" + "tugrik mongol" ], "MOP": [ "MOP", - "Pataca de Macau" + "pataca macaense" ], "MRO": [ "MRO", @@ -407,7 +407,7 @@ ], "MVR": [ "MVR", - "Rupia das Ilhas Maldivas" + "rupia maldivana" ], "MWK": [ "MWK", @@ -427,7 +427,7 @@ ], "MYR": [ "MYR", - "Ringgit malaio" + "ringgit malaio" ], "MZN": [ "MZN", @@ -435,11 +435,11 @@ ], "NAD": [ "NAD", - "Dólar da Namíbia" + "dólar namibiano" ], "NGN": [ "NGN", - "Naira nigeriana" + "naira nigeriana" ], "NIC": [ "NIC", @@ -455,15 +455,15 @@ ], "NPR": [ "NPR", - "Rupia nepalesa" + "rupia nepalesa" ], "NZD": [ "NZ$", - "Dólar neozelandês" + "dólar neozelandês" ], "OMR": [ "OMR", - "Rial de Omã" + "rial omanense" ], "PAB": [ "PAB", @@ -475,15 +475,15 @@ ], "PGK": [ "PGK", - "Kina da Papua-Nova Guiné" + "kina papuásia" ], "PHP": [ "PHP", - "Peso filipino" + "peso filipino" ], "PKR": [ "PKR", - "Rupia paquistanesa" + "rupia paquistanesa" ], "PLN": [ "PLN", @@ -491,7 +491,7 @@ ], "PTE": [ "​", - "Escudo português", + "escudo português", {} ], "PYG": [ @@ -500,7 +500,7 @@ ], "QAR": [ "QAR", - "Rial do Catar" + "rial catarense" ], "RON": [ "RON", @@ -520,11 +520,11 @@ ], "SAR": [ "SAR", - "Rial saudita" + "rial saudita" ], "SBD": [ "SBD", - "Dólar das Ilhas Salomão" + "dólar das Ilhas Salomão" ], "SCR": [ "SCR", @@ -540,7 +540,7 @@ ], "SGD": [ "SGD", - "Dólar de Singapura" + "dólar singapuriano" ], "SHP": [ "SHP", @@ -548,7 +548,7 @@ ], "SLL": [ "SLL", - "Leone de Serra Leoa" + "leone de Serra Leoa" ], "SOS": [ "SOS", @@ -562,33 +562,29 @@ "SSP", "libra sul-sudanesa" ], - "STD": [ - "STD", - "Dobra de São Tomé e Príncipe (1977–2017)" - ], "STN": [ "STN", "dobra de São Tomé e Príncipe" ], "SYP": [ "SYP", - "Libra síria" + "libra síria" ], "SZL": [ "SZL", - "Lilangeni da Suazilândia" + "lilangeni suázi" ], "THB": [ "฿", - "Baht da Tailândia" + "baht tailandês" ], "TJS": [ "TJS", - "Somoni do Tajaquistão" + "somoni tajique" ], "TMT": [ "TMT", - "Manat do Turquemenistão" + "manat turcomeno" ], "TND": [ "TND", @@ -596,23 +592,23 @@ ], "TOP": [ "TOP", - "Paʻanga de Tonga" + "paʻanga tonganesa" ], "TRY": [ "TRY", - "Lira turca" + "lira turca" ], "TTD": [ "TTD", - "Dólar de Trindade e Tobago" + "dólar de Trindade e Tobago" ], "TWD": [ "NT$", - "Novo dólar taiwanês" + "novo dólar taiwanês" ], "TZS": [ "TZS", - "Xelim tanzaniano" + "xelim tanzaniano" ], "UAH": [ "UAH", @@ -620,7 +616,7 @@ ], "UGX": [ "UGX", - "Xelim ugandense" + "xelim ugandense" ], "USD": [ "US$", @@ -632,7 +628,7 @@ ], "UZS": [ "UZS", - "Som do Uzbequistão" + "som uzbeque" ], "VEF": [ "VEF", @@ -644,15 +640,15 @@ ], "VND": [ "₫", - "Dong vietnamita" + "dong vietnamita" ], "VUV": [ "VUV", - "Vatu de Vanuatu" + "vatu de Vanuatu" ], "WST": [ "WST", - "Tala samoano" + "tala samoano" ], "XAF": [ "FCFA", @@ -660,7 +656,7 @@ ], "XCD": [ "EC$", - "Dólar das Caraíbas Orientais" + "dólar das Caraíbas Orientais" ], "XOF": [ "CFA", @@ -668,15 +664,15 @@ ], "XPF": [ "CFPF", - "Franco CFP" + "franco CFP" ], "YER": [ "YER", - "Rial iemenita" + "rial iemenita" ], "ZAR": [ "ZAR", - "Rand sul-africano" + "rand sul-africano" ], "ZMK": [ "ZMK", @@ -684,7 +680,7 @@ ], "ZMW": [ "ZMW", - "Kwacha zambiano" + "kwacha zambiano" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/pt_ST.json b/src/Symfony/Component/Intl/Resources/data/currencies/pt_ST.json index 34bd84c886..c87492e243 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_ST.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_ST.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "STN": [ "Db", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/qu.json b/src/Symfony/Component/Intl/Resources/data/currencies/qu.json index 5360878514..c69f3682d1 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/qu.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/qu.json @@ -1,9 +1,625 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { + "AED": [ + "AED", + "AED" + ], + "AFN": [ + "AFN", + "Afgani Afgano" + ], + "ALL": [ + "ALL", + "Lek albanés" + ], + "AMD": [ + "AMD", + "AMD" + ], + "ANG": [ + "ANG", + "Florín Antillano Neerlandés" + ], + "AOA": [ + "AOA", + "Kwanza Angoleño" + ], + "ARS": [ + "ARS", + "Peso Argentino" + ], + "AUD": [ + "A$", + "Dólar Australiano" + ], + "AWG": [ + "AWG", + "Florín Arubeño" + ], + "AZN": [ + "AZN", + "AZN" + ], + "BAM": [ + "BAM", + "Marco Bosnioherzegovino" + ], + "BBD": [ + "BBG", + "Dólar de Barbados" + ], + "BDT": [ + "BDT", + "Taka Bangladesí" + ], + "BGN": [ + "BGN", + "Lev" + ], + "BHD": [ + "BHD", + "Dinar Bareiní" + ], + "BIF": [ + "BIF", + "Franco Burundés" + ], + "BMD": [ + "DBM", + "Dólar Bermudeño" + ], + "BND": [ + "BND", + "Dólar de Brunéi" + ], + "BOB": [ + "BOB", + "Boliviano" + ], + "BRL": [ + "R$", + "Real Brasileño" + ], + "BSD": [ + "BSD", + "Dólar Bahameño" + ], + "BTN": [ + "BTN", + "Ngultrum Butanés" + ], + "BWP": [ + "BWP", + "Pula Botswano" + ], + "BYN": [ + "BYN", + "Nuevo Rublo Bielorruso" + ], + "BZD": [ + "DBZ", + "Dólar Beliceño" + ], + "CAD": [ + "$CA", + "Dólar Canadiense" + ], + "CDF": [ + "CDF", + "Franco Congoleño" + ], + "CHF": [ + "CHF", + "Franco Suizo" + ], + "CLP": [ + "CLP", + "Peso Chileno" + ], + "CNH": [ + "CNH", + "Yuan Chino (offshore)" + ], + "CNY": [ + "CN¥", + "Yuan Chino" + ], + "COP": [ + "COP", + "Peso Colombiano" + ], + "CRC": [ + "CRC", + "Colón Costarricense" + ], + "CUC": [ + "CUC", + "Peso Cubano Convertible" + ], + "CUP": [ + "CUP", + "Peso Cubano" + ], + "CVE": [ + "CVE", + "Escudo Caboverdiano" + ], + "CZK": [ + "CZK", + "Corona Checa" + ], + "DJF": [ + "DJF", + "Franco Yibutiano" + ], + "DKK": [ + "DKK", + "Corona Danesa" + ], + "DOP": [ + "DOP", + "Peso Dominicano" + ], + "DZD": [ + "DZD", + "Dinar Argelino" + ], + "EGP": [ + "EGP", + "Libra Egipcia" + ], + "ERN": [ + "ERN", + "Nakfa Eritreano" + ], + "ETB": [ + "ETB", + "Birr Etíope" + ], + "EUR": [ + "€", + "Euro" + ], + "FJD": [ + "FJD", + "Dólar Fiyiano" + ], + "FKP": [ + "FKP", + "Libra Malvinense" + ], + "GBP": [ + "£", + "Libra Esterlina" + ], + "GEL": [ + "GEL", + "Lari Georgiano" + ], + "GHS": [ + "GHS", + "Cedi Ganés" + ], + "GIP": [ + "GIP", + "Libra Gibraltareña" + ], + "GMD": [ + "GMD", + "Dalasi" + ], + "GNF": [ + "GNF", + "Franco Guineano" + ], + "GTQ": [ + "GTQ", + "Quetzal Guatemalteco" + ], + "GYD": [ + "GYD", + "Dólar Guyanés" + ], + "HKD": [ + "HK$", + "Dólar de Hong Kong" + ], + "HNL": [ + "HNL", + "Lempira Hondureño" + ], + "HRK": [ + "HRK", + "Kuna Croata" + ], + "HTG": [ + "HTG", + "Gourde Haitiano" + ], + "HUF": [ + "HUF", + "Florín Húngaro" + ], + "IDR": [ + "IDR", + "Rupia Indonesia" + ], + "ILS": [ + "₪", + "Nuevo Séquel" + ], + "INR": [ + "₹", + "Rupia India" + ], + "IQD": [ + "IQD", + "Dinar Iraquí" + ], + "IRR": [ + "IRR", + "Rial Iraní" + ], + "ISK": [ + "ISK", + "Corona Islandesa" + ], + "JMD": [ + "JMD", + "Dólar Jamaiquino" + ], + "JOD": [ + "JOD", + "Dinar Jordano" + ], + "JPY": [ + "JP¥", + "Yen Japonés" + ], + "KES": [ + "KES", + "Chelín Keniano" + ], + "KGS": [ + "KGS", + "Som Kirguís" + ], + "KHR": [ + "KHR", + "Riel Camboyano" + ], + "KMF": [ + "KMF", + "Franco Comorense" + ], + "KPW": [ + "KPW", + "Won Norcoreano" + ], + "KRW": [ + "₩", + "Won Surcoreano" + ], + "KWD": [ + "KWD", + "Dinar Kuwaití" + ], + "KYD": [ + "KYD", + "Dólar de las Islas Caimán" + ], + "KZT": [ + "KZT", + "Tenge Kazajo" + ], + "LAK": [ + "LAK", + "Kip Laosiano" + ], + "LBP": [ + "LBP", + "Libra Libanesa" + ], + "LKR": [ + "LKR", + "Rupia de Sri Lanka" + ], + "LRD": [ + "LRD", + "Dólar Liberiano" + ], + "LYD": [ + "LYD", + "Dinar Libio" + ], + "MAD": [ + "MAD", + "Dírham Marroquí" + ], + "MDL": [ + "MDL", + "Leu Moldavo" + ], + "MGA": [ + "MGA", + "Ariary Malgache" + ], + "MKD": [ + "MKD", + "Dinar Macedonio" + ], + "MMK": [ + "MMK", + "Kyat Birmano" + ], + "MNT": [ + "MNT", + "Tugrik Mongol" + ], + "MOP": [ + "MOP", + "Pataca Macaense" + ], + "MRU": [ + "MRU", + "Uguiya Mauritano" + ], + "MUR": [ + "MUR", + "Rupia de Mauricio" + ], + "MVR": [ + "MVR", + "Rupia de Maldivas" + ], + "MWK": [ + "MWK", + "Kwacha Malauí" + ], + "MXN": [ + "MX$", + "Peso Mexicano" + ], + "MYR": [ + "MYR", + "Ringgit Malayo" + ], + "MZN": [ + "MZN", + "Metical Mozambiqueño" + ], + "NAD": [ + "NAD", + "Dólar Namibio" + ], + "NGN": [ + "NGN", + "Naira Nigeriano" + ], + "NIO": [ + "NIO", + "Córdova Nicaragüense" + ], + "NOK": [ + "NOK", + "Corona Noruega" + ], + "NPR": [ + "NPR", + "Rupia Nepalí" + ], + "NZD": [ + "NZ$", + "Dólar Neozelandés" + ], + "OMR": [ + "OMR", + "Rial Omaní" + ], + "PAB": [ + "PAB", + "Balboa Panameño" + ], "PEN": [ "S\/", - "PEN" + "Sol Peruano" + ], + "PGK": [ + "PGK", + "Kina Papuano" + ], + "PHP": [ + "PHP", + "Peso Filipino" + ], + "PKR": [ + "PKR", + "Rupia Pakistaní" + ], + "PLN": [ + "PLN", + "Zloty" + ], + "PYG": [ + "PYG", + "Guaraní Paraguayo" + ], + "QAR": [ + "QAR", + "Riyal Catarí" + ], + "RON": [ + "RON", + "Leu Rumano" + ], + "RSD": [ + "RSD", + "Dinar Serbio" + ], + "RUB": [ + "RUB", + "Rublo Ruso" + ], + "RWF": [ + "RWF", + "Franco Ruandés" + ], + "SAR": [ + "SAR", + "Riyal Saudí" + ], + "SBD": [ + "SBD", + "Dólar de las Islas Salomón" + ], + "SCR": [ + "SCR", + "Rupia de Seychelles" + ], + "SDG": [ + "SDG", + "Libra Sudanesa" + ], + "SEK": [ + "SEK", + "Corona Sueca" + ], + "SGD": [ + "SGD", + "Dólar de Singapur" + ], + "SHP": [ + "SHP", + "Libra de Santa Helena" + ], + "SLL": [ + "SLL", + "Leone de Sierra Leona" + ], + "SOS": [ + "SOS", + "Chelín Somalí" + ], + "SRD": [ + "SRD", + "Dólar Surinamés" + ], + "SSP": [ + "SSP", + "Libra Sursudanesa" + ], + "STN": [ + "STN", + "Dobra Santotomense" + ], + "SYP": [ + "SYP", + "Libra Siria" + ], + "SZL": [ + "SZL", + "Lilangeni Swazi" + ], + "THB": [ + "THB", + "Baht Tailandés" + ], + "TJS": [ + "TJS", + "Somoni Tayiko" + ], + "TMT": [ + "TMT", + "Manat Turcomano" + ], + "TND": [ + "TND", + "Dinar Tunecino" + ], + "TOP": [ + "TOP", + "Paʻanga Tongano" + ], + "TRY": [ + "TRY", + "Lira Turca" + ], + "TTD": [ + "TTD", + "Dólar de Trinidad y Tobago" + ], + "TWD": [ + "NT$", + "Nuevo Dólar Taiwanés" + ], + "TZS": [ + "TZS", + "Chelín Tanzano" + ], + "UAH": [ + "UAH", + "Grivna" + ], + "UGX": [ + "UGX", + "Chelín Ugandés" + ], + "USD": [ + "$US", + "Dólar Americano" + ], + "UYU": [ + "UYU", + "Peso Uruguayo" + ], + "UZS": [ + "UZS", + "Som Ubzeko" + ], + "VES": [ + "VES", + "Bolívar Venezolano" + ], + "VND": [ + "₫", + "Dong Vietnamita" + ], + "VUV": [ + "VUV", + "Vatu Vanuatu" + ], + "WST": [ + "WST", + "Tala Samoano" + ], + "XAF": [ + "FCFA", + "Franco CFA de África Central" + ], + "XCD": [ + "EC$", + "Dólar del Caribe Oriental" + ], + "XOF": [ + "CFA", + "Franco CFA de África Occidental" + ], + "XPF": [ + "CFPF", + "Franco CFP" + ], + "YER": [ + "YER", + "Rial Yemení" + ], + "ZAR": [ + "ZAR", + "Rand Sudafricano" + ], + "ZMW": [ + "ZMW", + "Kwacha Zambiano" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json b/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json index ac1f9a8098..a36ac05717 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json @@ -1,13 +1,13 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BOB": [ "Bs", - "BOB" + "Boliviano" ], "PEN": [ "PEN", - "PEN" + "Sol Peruano" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json b/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json index 5b628bf25b..ef56ffae0f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json @@ -1,13 +1,13 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "PEN": [ "PEN", - "PEN" + "Sol Peruano" ], "USD": [ "$", - "USD" + "Dólar Americano" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/rm.json b/src/Symfony/Component/Intl/Resources/data/currencies/rm.json index 91427b8285..519dd78640 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/rm.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/rm.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/rn.json b/src/Symfony/Component/Intl/Resources/data/currencies/rn.json index 67fe784bf5..b6a974c325 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/rn.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/rn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ro.json b/src/Symfony/Component/Intl/Resources/data/currencies/ro.json index 038864be30..062050f722 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ro.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ro.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ro_MD.json b/src/Symfony/Component/Intl/Resources/data/currencies/ro_MD.json index 09761ed8c3..b4077faae2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ro_MD.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ro_MD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { "MDL": [ "L", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/root.json b/src/Symfony/Component/Intl/Resources/data/currencies/root.json index 24a42df832..1e89a16491 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/root.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/root.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AUD": [ "A$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ru.json b/src/Symfony/Component/Intl/Resources/data/currencies/ru.json index aef8fe8a03..0f84c97a69 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ru.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ru.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ru_BY.json b/src/Symfony/Component/Intl/Resources/data/currencies/ru_BY.json index 125fe3f3c0..ee89a95483 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ru_BY.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ru_BY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "BYN": [ "Br", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ru_KG.json b/src/Symfony/Component/Intl/Resources/data/currencies/ru_KG.json index ceca001dfd..c540c16828 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ru_KG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ru_KG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "KGS": [ "сом", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ru_KZ.json b/src/Symfony/Component/Intl/Resources/data/currencies/ru_KZ.json index 2db64faae5..b7a1f4bf0b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ru_KZ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ru_KZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "KZT": [ "₸", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ru_MD.json b/src/Symfony/Component/Intl/Resources/data/currencies/ru_MD.json index aa75c4cbf8..5bd8b15184 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ru_MD.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ru_MD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "MDL": [ "L", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/rw.json b/src/Symfony/Component/Intl/Resources/data/currencies/rw.json index 7966d51354..6e7627015a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/rw.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/rw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "RWF": [ "RF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sd.json b/src/Symfony/Component/Intl/Resources/data/currencies/sd.json index e7682f7545..0b5434ba96 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sd.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/se.json b/src/Symfony/Component/Intl/Resources/data/currencies/se.json index ab5ed1af2a..1f9260f4d2 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/se.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/se.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "DKK": [ "Dkr", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/se_SE.json b/src/Symfony/Component/Intl/Resources/data/currencies/se_SE.json index 163229fbca..dca505f104 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/se_SE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/se_SE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "NOK": [ "Nkr", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sg.json b/src/Symfony/Component/Intl/Resources/data/currencies/sg.json index ee8da9dd80..cb8d319c47 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sg.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sh.json b/src/Symfony/Component/Intl/Resources/data/currencies/sh.json index e8985a1707..58ac2fb505 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sh.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -283,7 +283,7 @@ ], "DJF": [ "DJF", - "Džibutanski franak" + "Džibutski franak" ], "DKK": [ "DKK", @@ -627,7 +627,7 @@ ], "MRU": [ "MRU", - "Mauritanijska ogija" + "Mauritanska ogija" ], "MTL": [ "MTL", @@ -823,7 +823,7 @@ ], "SHP": [ "SHP", - "Sv. jelenska funta" + "Svete Jelene funta" ], "SIT": [ "SIT", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/si.json b/src/Symfony/Component/Intl/Resources/data/currencies/si.json index cbb8ede0b2..e5ee6b2a99 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/si.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/si.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sk.json b/src/Symfony/Component/Intl/Resources/data/currencies/sk.json index be00de5327..209152ea22 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sk.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sl.json b/src/Symfony/Component/Intl/Resources/data/currencies/sl.json index a0bb2bcb95..1af7c074a1 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sn.json b/src/Symfony/Component/Intl/Resources/data/currencies/sn.json index b60fe1041a..6fe9cb943a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sn.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/so.json b/src/Symfony/Component/Intl/Resources/data/currencies/so.json index 5ccf238e0a..b8f5dfe7a4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/so.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/so.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json b/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json index a67cc010f4..a3a3fd4181 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "DJF": [ "Fdj", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/so_ET.json b/src/Symfony/Component/Intl/Resources/data/currencies/so_ET.json index cfe6c65c34..3c4ec498e7 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/so_ET.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/so_ET.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "ETB": [ "Br", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/so_KE.json b/src/Symfony/Component/Intl/Resources/data/currencies/so_KE.json index 3c0aac1a07..554e94c95a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/so_KE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/so_KE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "KES": [ "Ksh", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sq.json b/src/Symfony/Component/Intl/Resources/data/currencies/sq.json index 8126e87e31..ee13f4ea25 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sq.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sq.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "AED": [ "AED", @@ -78,7 +78,7 @@ "Boliviani i Bolivisë" ], "BRL": [ - "R$", + "BRL", "Reali brazilian" ], "BSD": [ diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sq_MK.json b/src/Symfony/Component/Intl/Resources/data/currencies/sq_MK.json index c499abfd61..21534be17f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sq_MK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sq_MK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "MKD": [ "den", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sr.json b/src/Symfony/Component/Intl/Resources/data/currencies/sr.json index 4cfab3cd8e..b757622161 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sr.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -283,7 +283,7 @@ ], "DJF": [ "DJF", - "Џибутански франак" + "Џибутски франак" ], "DKK": [ "DKK", @@ -627,7 +627,7 @@ ], "MRU": [ "MRU", - "Мауританијска oгија" + "Мауританска огија" ], "MTL": [ "MTL", @@ -823,7 +823,7 @@ ], "SHP": [ "SHP", - "Св. јеленска фунта" + "Свете Јелене фунта" ], "SIT": [ "SIT", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.json b/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.json index e8985a1707..58ac2fb505 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -283,7 +283,7 @@ ], "DJF": [ "DJF", - "Džibutanski franak" + "Džibutski franak" ], "DKK": [ "DKK", @@ -627,7 +627,7 @@ ], "MRU": [ "MRU", - "Mauritanijska ogija" + "Mauritanska ogija" ], "MTL": [ "MTL", @@ -823,7 +823,7 @@ ], "SHP": [ "SHP", - "Sv. jelenska funta" + "Svete Jelene funta" ], "SIT": [ "SIT", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sv.json b/src/Symfony/Component/Intl/Resources/data/currencies/sv.json index 898078e891..36884178d4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sv.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.90", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -263,7 +263,7 @@ ], "CNH": [ "CNH", - "CNH" + "kinesisk yuan (offshore)" ], "CNX": [ "CNX", @@ -971,7 +971,7 @@ ], "TPE": [ "TPE", - "timoriansk escudo" + "östtimoresisk escudo" ], "TRL": [ "TRL", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sw.json b/src/Symfony/Component/Intl/Resources/data/currencies/sw.json index db9cc95c45..795ba5b9e3 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sw.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.json b/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.json index d3934ae4dc..631dc03154 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CDF": [ "FC", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sw_KE.json b/src/Symfony/Component/Intl/Resources/data/currencies/sw_KE.json new file mode 100644 index 0000000000..7aa6095c05 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sw_KE.json @@ -0,0 +1,345 @@ +{ + "Version": "36", + "Names": { + "AED": [ + "AED", + "Diramu ya Falme za Kiarabu" + ], + "AFN": [ + "AFN", + "Afghani ya Afghanistani" + ], + "ANG": [ + "ANG", + "Gilda ya Antili ya Uholanzi" + ], + "ARS": [ + "ARS", + "Peso ya Ajentina" + ], + "AZN": [ + "AZN", + "Manati ya Azabajani" + ], + "BAM": [ + "BAM", + "Maki ya Bosnia na Hezegovina Inayoweza Kubadilishwa" + ], + "BBD": [ + "BBD", + "Dola ya Babadosi" + ], + "BDT": [ + "BDT", + "Taka ya Bangladeshi" + ], + "BHD": [ + "BHD", + "Dinari ya Bahareni" + ], + "BMD": [ + "BMD", + "Dola ya Bamuda" + ], + "BRL": [ + "R$", + "Reale ya Brazili" + ], + "BSD": [ + "BSD", + "Dola ya Bahama" + ], + "BTN": [ + "BTN", + "Ngultrumi ya Bhutani" + ], + "BYN": [ + "BYN", + "Ruble ya Belarusi" + ], + "CAD": [ + "CA$", + "Dola ya Kanada" + ], + "CNH": [ + "CNH", + "Yuan ya China (huru)" + ], + "CNY": [ + "CN¥", + "Yuan ya China" + ], + "COP": [ + "COP", + "Peso ya Kolombia" + ], + "CRC": [ + "CRC", + "Colon ya Kostarika" + ], + "CUC": [ + "CUC", + "Peso ya Kuba Inayoweza Kubadilishwa" + ], + "CUP": [ + "CUP", + "Peso ya Kuba" + ], + "CVE": [ + "CVE", + "Eskudo ya Kepuvede" + ], + "CZK": [ + "CZK", + "Koruna ya Cheki" + ], + "DJF": [ + "DJF", + "Faranga ya Jibuti" + ], + "DKK": [ + "DKK", + "Kroni ya Denmaki" + ], + "DOP": [ + "DOP", + "Peso ya Dominika" + ], + "DZD": [ + "DZD", + "Dinari ya Aljeria" + ], + "GEL": [ + "GEL", + "Lari ya Jiojia" + ], + "GHS": [ + "GHS", + "Sidi ya Ghana" + ], + "GIP": [ + "GIP", + "Pauni ya Jibrata" + ], + "HRK": [ + "HRK", + "Kuna ya Kroeshia" + ], + "HTG": [ + "HTG", + "Godi ya Haiti" + ], + "HUF": [ + "HUF", + "Forinti ya Hungaria" + ], + "IDR": [ + "IDR", + "Rupia ya Indonesia" + ], + "IQD": [ + "IQD", + "Dinari ya Iraki" + ], + "IRR": [ + "IRR", + "Riali ya Irani" + ], + "JMD": [ + "JMD", + "Dola ya Jamaika" + ], + "JOD": [ + "JOD", + "Dinari ya Yordani" + ], + "JPY": [ + "JP¥", + "Yeni ya Japani" + ], + "KHR": [ + "KHR", + "Rieli ya Kambodia" + ], + "KMF": [ + "KMF", + "Faranga ya Komoro" + ], + "KWD": [ + "KWD", + "Dinari ya Kuwait" + ], + "KZT": [ + "KZT", + "Tenge ya Kazakistani" + ], + "LBP": [ + "LBP", + "Pauni ya Lebanoni" + ], + "MAD": [ + "MAD", + "Diramu ya Moroko" + ], + "MGA": [ + "MGA", + "Ariari ya Madagaska" + ], + "MKD": [ + "MKD", + "Dinari ya Masedonia" + ], + "MMK": [ + "MMK", + "Kiati ya Myama" + ], + "MOP": [ + "MOP", + "Pataka ya Macau" + ], + "MVR": [ + "MVR", + "Rufiyaa ya Maldivi" + ], + "MXN": [ + "MX$", + "Peso ya Meksiko" + ], + "MYR": [ + "MYR", + "Ringgiti ya Malesia" + ], + "NGN": [ + "NGN", + "Naira ya Naijeria" + ], + "NIO": [ + "NIO", + "Cordoba ya Nikaragwa" + ], + "NOK": [ + "NOK", + "Kroni ya Norwe" + ], + "NPR": [ + "NPR", + "Rupia ya Nepali" + ], + "NZD": [ + "NZ$", + "Dola ya Nyuzilandi" + ], + "OMR": [ + "OMR", + "Riali ya Omani" + ], + "PKR": [ + "PKR", + "Rupia ya Pakistani" + ], + "PLN": [ + "PLN", + "Zloti ya Polandi" + ], + "PYG": [ + "PYG", + "Guarani ya Paragwai" + ], + "QAR": [ + "QAR", + "Riali ya Katari" + ], + "RSD": [ + "RSD", + "Dinari ya Serbia" + ], + "SAR": [ + "SAR", + "Riyali ya Saudia" + ], + "SBD": [ + "SBD", + "Dola ya Visiwa vya Solomoni" + ], + "SDG": [ + "SDG", + "Pauni ya Sudani" + ], + "SGD": [ + "SGD", + "Dola ya Singapoo" + ], + "SLL": [ + "SLL", + "Leoni ya Siera Leoni" + ], + "SSP": [ + "SSP", + "Pauni ya Sudani Kusini" + ], + "SZL": [ + "SZL", + "Lilangeni ya Uswazi" + ], + "THB": [ + "฿", + "Bahti ya Tailandi" + ], + "TJS": [ + "TJS", + "Somoni ya Tajikistani" + ], + "TMT": [ + "TMT", + "Manati ya Turkmenistani" + ], + "TTD": [ + "TTD", + "Dola ya Trinidadi na Tobago" + ], + "TWD": [ + "NT$", + "Dola ya Taiwani" + ], + "UAH": [ + "UAH", + "Hryvnia ya Ukraini" + ], + "USD": [ + "$", + "Dola ya Marekani" + ], + "UYU": [ + "UYU", + "Peso ya Urugwai" + ], + "UZS": [ + "UZS", + "Som ya Uzbekistani" + ], + "VES": [ + "VES", + "Boliva ya Venezuela" + ], + "VND": [ + "₫", + "Dong ya Vietnamu" + ], + "XAF": [ + "FCFA", + "Faranga ya CFA ya Afrika ya Kati" + ], + "XCD": [ + "EC$", + "Dola ya Karibi Mashariki" + ], + "XOF": [ + "CFA", + "Faranga ya CFA ya Afrika Magharibi" + ], + "YER": [ + "YER", + "Riali ya Yemeni" + ] + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sw_UG.json b/src/Symfony/Component/Intl/Resources/data/currencies/sw_UG.json index 3b59ce0551..fca3c48eb6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/sw_UG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/sw_UG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "UGX": [ "USh", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ta.json b/src/Symfony/Component/Intl/Resources/data/currencies/ta.json index 10882ea0dd..0a77307306 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ta.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ta.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", @@ -123,7 +123,7 @@ ], "CNH": [ "CNH", - "CNH" + "சீன யுவான் (ஆஃப்ஷோர்)" ], "CNY": [ "CN¥", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ta_LK.json b/src/Symfony/Component/Intl/Resources/data/currencies/ta_LK.json index bba90bdfd0..0b167fae9c 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ta_LK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ta_LK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "LKR": [ "Rs.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ta_MY.json b/src/Symfony/Component/Intl/Resources/data/currencies/ta_MY.json index cae2d8cbf6..a8526baa38 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ta_MY.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ta_MY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "MYR": [ "RM", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ta_SG.json b/src/Symfony/Component/Intl/Resources/data/currencies/ta_SG.json index 1ebdb29387..b3d75e8860 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ta_SG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ta_SG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "MYR": [ "RM", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/te.json b/src/Symfony/Component/Intl/Resources/data/currencies/te.json index c2ec1ce7ff..dab955785a 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/te.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/te.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", @@ -251,7 +251,7 @@ ], "ILS": [ "₪", - "ఐరాయిలి న్యూ షెక్యెల్" + "ఇజ్రాయేలీ న్యూ షెకెల్" ], "INR": [ "₹", @@ -567,7 +567,7 @@ ], "TRY": [ "TRY", - "తుర్కిష్ లిరా" + "టర్కిస్ లీరా" ], "TTD": [ "TTD", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/tg.json b/src/Symfony/Component/Intl/Resources/data/currencies/tg.json index 1125e09e85..246339b961 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/tg.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/tg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "BRL": [ "R$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/th.json b/src/Symfony/Component/Intl/Resources/data/currencies/th.json index 701d76f503..e8d74c5b96 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/th.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/th.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ti.json b/src/Symfony/Component/Intl/Resources/data/currencies/ti.json index dffce35a5a..e71e383270 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ti.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ti.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "BRL": [ "R$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ti_ER.json b/src/Symfony/Component/Intl/Resources/data/currencies/ti_ER.json index d341f8dfb2..5019f02b63 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ti_ER.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ti_ER.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ERN": [ "Nfk", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/tk.json b/src/Symfony/Component/Intl/Resources/data/currencies/tk.json index 63c822eb43..5f15cf5706 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/tk.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/tk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/tl.json b/src/Symfony/Component/Intl/Resources/data/currencies/tl.json index 8ab93c6d94..59101fe152 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/tl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/tl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", @@ -121,6 +121,10 @@ "CLP", "Piso ng Chile" ], + "CNH": [ + "CNH", + "Chinese Yuan (offshore)" + ], "CNY": [ "CN¥", "Chinese Yuan" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/to.json b/src/Symfony/Component/Intl/Resources/data/currencies/to.json index 0a8a0867e8..00166b230b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/to.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/to.json @@ -1,25 +1,45 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AUD": [ "AUD$", - "Australian Dollar" + "Tola fakaʻaositelēlia" ], "BRL": [ "R$", "BRL" ], + "FJD": [ + "FJD", + "Tola fakafisi" + ], "NZD": [ "NZD$", - "NZD" + "Tola fakanuʻusila" + ], + "PGK": [ + "PGK", + "Kina fakapapuaniukini" + ], + "SBD": [ + "SBD", + "Tola fakaʻotusolomone" ], "TOP": [ "T$", "Paʻanga fakatonga" ], + "VUV": [ + "VUV", + "Vatu fakavanuatu" + ], "WST": [ "WST", "Tala fakahaʻamoa" + ], + "XPF": [ + "CFPF", + "Falaniki fakapasifika" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/tr.json b/src/Symfony/Component/Intl/Resources/data/currencies/tr.json index 01210bee0f..4224f28dab 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/tr.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/tr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -203,7 +203,7 @@ ], "BTN": [ "BTN", - "Bhutan Ngultrumu" + "Butan Ngultrumu" ], "BUK": [ "BUK", @@ -311,7 +311,7 @@ ], "CZK": [ "CZK", - "Çek Cumhuriyeti Korunası" + "Çek Korunası" ], "DDM": [ "DDM", @@ -479,7 +479,7 @@ ], "IDR": [ "IDR", - "Endonezya Rupiahı" + "Endonezya Rupisi" ], "IEP": [ "IEP", @@ -923,7 +923,7 @@ ], "STN": [ "STN", - "São Tomé ve Príncipe Dobrası" + "Sao Tome ve Principe Dobrası" ], "SUR": [ "SUR", @@ -1068,7 +1068,7 @@ ], "XAF": [ "FCFA", - "CFA Frangı BEAC" + "Orta Afrika CFA Frangı" ], "XCD": [ "EC$", @@ -1088,7 +1088,7 @@ ], "XOF": [ "CFA", - "CFA Frangı BCEAO" + "Batı Afrika CFA Frangı" ], "XPF": [ "CFPF", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/tt.json b/src/Symfony/Component/Intl/Resources/data/currencies/tt.json index 781e870afa..fbc05d9f57 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/tt.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/tt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "BRL": [ "R$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ug.json b/src/Symfony/Component/Intl/Resources/data/currencies/ug.json index 0534af4bdf..74911d0bb8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ug.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ug.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/uk.json b/src/Symfony/Component/Intl/Resources/data/currencies/uk.json index efc92b4baf..b80a5494b8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/uk.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/uk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ur.json b/src/Symfony/Component/Intl/Resources/data/currencies/ur.json index 75035e4d6e..aeb04ae0bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ur.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ur.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", @@ -151,7 +151,7 @@ ], "CZK": [ "CZK", - "جمہوریہ چیک کرونا" + "چیک کرونا" ], "DEM": [ "DEM", @@ -203,7 +203,7 @@ ], "GBP": [ "£", - "انگلستانی پاونڈ سٹرلنگ" + "برطانوی پاؤنڈ" ], "GEL": [ "GEL", @@ -451,7 +451,7 @@ ], "PEN": [ "PEN", - "پیرو نیووسول" + "پیروویئن سول" ], "PGK": [ "PGK", @@ -551,7 +551,7 @@ ], "STN": [ "STN", - "ساؤ ٹوم اور پرنسپے ڈوبرا" + "ساؤ ٹومے اور پرنسپے ڈوبرا" ], "SYP": [ "SYP", @@ -615,7 +615,7 @@ ], "UZS": [ "UZS", - "ازبکستان سوم" + "ازبکستانی سوم" ], "VEB": [ "VEB", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ur_IN.json b/src/Symfony/Component/Intl/Resources/data/currencies/ur_IN.json index 566cf47c31..34c5edf9d0 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ur_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ur_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CRC": [ "CRC", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/uz.json b/src/Symfony/Component/Intl/Resources/data/currencies/uz.json index 497ef5749f..3f69405df3 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/uz.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/uz.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/uz_Arab.json b/src/Symfony/Component/Intl/Resources/data/currencies/uz_Arab.json index f20f18a2d9..5772faf476 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/uz_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/uz_Arab.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AFN": [ "؋", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/uz_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/currencies/uz_Cyrl.json index 12e20a4ee2..70799400ac 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/uz_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/uz_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ANG": [ "ANG", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/vi.json b/src/Symfony/Component/Intl/Resources/data/currencies/vi.json index f0c17d25aa..e504695fe6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/vi.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/vi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -17,10 +17,6 @@ "AFN", "Afghani Afghanistan" ], - "ALK": [ - "ALK", - "ALK" - ], "ALL": [ "ALL", "Lek Albania" @@ -265,10 +261,6 @@ "CNH", "Nhân dân tệ (hải ngoại)" ], - "CNX": [ - "CNX", - "CNX" - ], "CNY": [ "CN¥", "Nhân dân tệ" @@ -403,7 +395,7 @@ ], "GEL": [ "GEL", - "Lari Gruzia" + "Lari Georgia" ], "GHC": [ "GHC", @@ -489,10 +481,6 @@ "ILP", "Pao Ixraen" ], - "ILR": [ - "ILR", - "ILR" - ], "ILS": [ "₪", "Sheqel Israel mới" @@ -503,16 +491,12 @@ ], "IQD": [ "IQD", - "Dinar I-rắc" + "Dinar Iraq" ], "IRR": [ "IRR", "Rial Iran" ], - "ISJ": [ - "ISJ", - "ISJ" - ], "ISK": [ "ISK", "Króna Iceland" @@ -701,10 +685,6 @@ "MUR", "Rupee Mauritius" ], - "MVP": [ - "MVP", - "MVP" - ], "MVR": [ "MVR", "Rufiyaa Maldives" @@ -795,7 +775,7 @@ ], "PGK": [ "PGK", - "Kina Papua New Guinean" + "Kina Papua New Guinea" ], "PHP": [ "PHP", @@ -995,7 +975,7 @@ ], "UAH": [ "UAH", - "Hryvnia Ucraina" + "Hryvnia Ukraina" ], "UAK": [ "UAK", @@ -1033,10 +1013,6 @@ "UYU", "Peso Uruguay" ], - "UYW": [ - "UYW", - "UYW" - ], "UZS": [ "UZS", "Som Uzbekistan" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/wo.json b/src/Symfony/Component/Intl/Resources/data/currencies/wo.json index 315d6d2c12..d993629c27 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/wo.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/wo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "BRL": [ "R$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/xh.json b/src/Symfony/Component/Intl/Resources/data/currencies/xh.json index bb1767c34e..89db0354a9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/xh.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/xh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ZAR": [ "R", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/yi.json b/src/Symfony/Component/Intl/Resources/data/currencies/yi.json index 500f6168a0..568926166f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/yi.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/yi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BRL": [ "R$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/yo.json b/src/Symfony/Component/Intl/Resources/data/currencies/yo.json index 169716ea12..eac610ebb9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/yo.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/yo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.json b/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.json index 9cb9f3d9cd..f6962c1df6 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.77", + "Version": "36", "Names": { "AED": [ "AED", @@ -69,10 +69,6 @@ "ETB", "Biri ti Orílɛ́ède Eutopia" ], - "EUR": [ - "€", - "owó Yúrò" - ], "GBP": [ "£", "Pɔ́n-ùn ti Orilɛ̀-èdè Gɛ̀ɛ́sì" @@ -181,10 +177,6 @@ "SHP", "Pɔɔun ti Orílɛ́ède ̣Elena" ], - "SLL": [ - "SLL", - "Lioni" - ], "SOS": [ "SOS", "Sile ti Orílɛ́ède Somali" @@ -197,10 +189,6 @@ "STN", "Dobira ti Orílɛ́ède Sao tome Ati Pirisipe" ], - "SZL": [ - "SZL", - "Lilangeni" - ], "TND": [ "TND", "Dina ti Orílɛ́ède Tunisia" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh.json index 9fe714ba86..0cdbc4fe1e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -265,8 +265,12 @@ "CNH", "人民币(离岸)" ], + "CNX": [ + "CNX", + "中国人民银行元" + ], "CNY": [ - "¥", + "¥", "人民币" ], "COP": [ diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_HK.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_HK.json index 6120fc5714..bac3f60782 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_HK.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_HK.json index aca0cba16d..b440bb72e5 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CNY": [ "CN¥", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_MO.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_MO.json index 3980ade9e0..981e26c8b9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_MO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_MO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CNY": [ "CN¥", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_SG.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_SG.json index ee9456d90b..8f48a02670 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_SG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hans_SG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CNY": [ "CN¥", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.json index 63b1ef2144..1d69e005c8 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "ADP": [ "ADP", @@ -265,6 +265,10 @@ "CNH", "人民幣(離岸)" ], + "CNX": [ + "CNX", + "CNX" + ], "CNY": [ "CN¥", "人民幣" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.json index 6120fc5714..bac3f60782 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_MO.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_MO.json index 155437cf2c..2477be64b3 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_MO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_MO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "MOP": [ "MOP$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_MO.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_MO.json index 155437cf2c..2477be64b3 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_MO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_MO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "MOP": [ "MOP$", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh_SG.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh_SG.json index ee9456d90b..8f48a02670 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zh_SG.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zh_SG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CNY": [ "CN¥", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zu.json b/src/Symfony/Component/Intl/Resources/data/currencies/zu.json index bb27cc2e95..ebab2f1441 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/zu.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/zu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AED": [ "AED", @@ -590,7 +590,7 @@ "i-Ugandan Shilling" ], "USD": [ - "US$", + "$", "i-US Dollar" ], "UYU": [ diff --git a/src/Symfony/Component/Intl/Resources/data/git-info.txt b/src/Symfony/Component/Intl/Resources/data/git-info.txt index 98b38eb10a..30257ca635 100644 --- a/src/Symfony/Component/Intl/Resources/data/git-info.txt +++ b/src/Symfony/Component/Intl/Resources/data/git-info.txt @@ -2,6 +2,6 @@ Git information =============== URL: https://github.com/unicode-org/icu.git -Revision: e2d85306162d3a0691b070b4f0a73e4012433444 +Revision: fd123bf023882f07bfacf51c39111be2f946d8f8 Author: Steven R. Loomis -Date: 2019-04-17T08:58:08-07:00 +Date: 2019-10-02T10:25:22-07:00 diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ak.json b/src/Symfony/Component/Intl/Resources/data/languages/ak.json index 71e6fb3e1f..0f4215effd 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ak.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ak.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "Akan", "am": "Amarik", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/am.json b/src/Symfony/Component/Intl/Resources/data/languages/am.json index 611eb778d5..13cac5ae43 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/am.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/am.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "አፋርኛ", "ab": "አብሐዚኛ", @@ -78,6 +78,7 @@ "car": "ካሪብ", "cay": "ካዩጋ", "cch": "አትሳም", + "ccp": "ቻክማ", "ce": "ችችን", "ceb": "ካቡዋኖ", "cgg": "ቺጋኛ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ar.json b/src/Symfony/Component/Intl/Resources/data/languages/ar.json index c64e550d82..47db5805df 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ar.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ar.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "الأفارية", "ab": "الأبخازية", @@ -21,7 +21,7 @@ "ang": "الإنجليزية القديمة", "anp": "الأنجيكا", "ar": "العربية", - "ar_001": "العربية الرسمية الحديثة", + "ar_001": "العربية الفصحى الحديثة", "arc": "الآرامية", "arn": "المابودونغونية", "arp": "الأراباهو", @@ -71,6 +71,7 @@ "car": "الكاريبية", "cay": "الكايوجية", "cch": "الأتسام", + "ccp": "تشاكما", "ce": "الشيشانية", "ceb": "السيبيوانية", "cgg": "تشيغا", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ar_EG.json b/src/Symfony/Component/Intl/Resources/data/languages/ar_EG.json index bc92a7d7e4..e1dbe6c344 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ar_EG.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ar_EG.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.36", + "Version": "36", "Names": { "da": "الدنماركية" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ar_LY.json b/src/Symfony/Component/Intl/Resources/data/languages/ar_LY.json index 7a3ecec296..3fe1ee8f99 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ar_LY.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ar_LY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "arn": "المابودونجونية", "gn": "الغورانية", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ar_SA.json b/src/Symfony/Component/Intl/Resources/data/languages/ar_SA.json index 45088361e4..0744b6cd21 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ar_SA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ar_SA.json @@ -1,15 +1,33 @@ { - "Version": "2.1.49.36", + "Version": "36", "Names": { + "ar_001": "العربية الرسمية الحديثة", "arn": "المابودونجونية", + "de_AT": "الألمانية النمساوية", + "de_CH": "الألمانية العليا السويسرية", + "en_AU": "الإنجليزية الأسترالية", + "en_CA": "الإنجليزية الكندية", + "en_GB": "الإنجليزية البريطانية", + "en_US": "الإنجليزية الأمريكية", + "es_419": "الإسبانية أمريكا اللاتينية", + "es_ES": "الإسبانية الأوروبية", + "es_MX": "الإسبانية المكسيكية", + "fr_CA": "الفرنسية الكندية", + "fr_CH": "الفرنسية السويسرية", "gn": "الغورانية", "hsb": "صوربيا العليا", "lo": "اللاوو", + "nds_NL": "السكسونية السفلى", + "nl_BE": "الفلمنكية", + "pt_BR": "البرتغالية البرازيلية", + "pt_PT": "البرتغالية الأوروبية", "sh": "الكرواتية الصربية", "sma": "سامي الجنوبية", "sw": "السواحيلية", "sw_CD": "السواحيلية الكونغولية", "te": "التيلوجو", - "ti": "التيغرينية" + "ti": "التيغرينية", + "zh_Hans": "الصينية المبسطة", + "zh_Hant": "الصينية التقليدية" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/as.json b/src/Symfony/Component/Intl/Resources/data/languages/as.json index 5b1367c891..fdb565cd41 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/as.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/as.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "আফাৰ", "ab": "আবখাজিয়ান", @@ -303,7 +303,7 @@ "sc": "ছাৰ্ডিনিয়ান", "scn": "ছিচিলিয়ান", "sco": "স্কটছ", - "sd": "সিন্ধি", + "sd": "সিন্ধী", "se": "উদীচ্য ছামি", "seh": "ছেনা", "ses": "কোইৰাবোৰো চেন্নি", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/az.json b/src/Symfony/Component/Intl/Resources/data/languages/az.json index e97fd94249..2245d3392a 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/az.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/az.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abxaz", @@ -334,7 +334,6 @@ "no": "norveç", "nog": "noqay", "non": "qədim nors", - "nqo": "nqo", "nr": "cənubi ndebele", "nso": "şimal soto", "nus": "nuer", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/az_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/languages/az_Cyrl.json index ef4d7e2b2c..4cff51d193 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/az_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/az_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "aa": "афар", "ab": "абхаз", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/be.json b/src/Symfony/Component/Intl/Resources/data/languages/be.json index aa9bbc986c..e55a608f37 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/be.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/be.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "афарская", "ab": "абхазская", @@ -18,6 +18,7 @@ "ang": "стараанглійская", "anp": "ангіка", "ar": "арабская", + "ar_001": "сучасная стандартная арабская", "arc": "арамейская", "arn": "мапудунгун", "arp": "арапаха", @@ -50,6 +51,7 @@ "bug": "бугіс", "byn": "білен", "ca": "каталанская", + "ccp": "чакма", "ce": "чачэнская", "ceb": "себуана", "cgg": "чыга", @@ -73,6 +75,8 @@ "dar": "даргінская", "dav": "таіта", "de": "нямецкая", + "de_AT": "аўстрыйская нямецкая", + "de_CH": "швейцарская літаратурная нямецкая", "dgr": "догрыб", "dje": "зарма", "dsb": "ніжнялужыцкая", @@ -88,8 +92,15 @@ "eka": "экаджук", "el": "грэчаская", "en": "англійская", + "en_AU": "аўстралійская англійская", + "en_CA": "канадская англійская", + "en_GB": "брытанская англійская", + "en_US": "амерыканская англійская", "eo": "эсперанта", "es": "іспанская", + "es_419": "лацінаамерыканская іспанская", + "es_ES": "еўрапейская іспанская", + "es_MX": "мексіканская іспанская", "et": "эстонская", "eu": "баскская", "ewo": "эвонда", @@ -101,6 +112,8 @@ "fo": "фарэрская", "fon": "фон", "fr": "французская", + "fr_CA": "канадская французская", + "fr_CH": "швейцарская французская", "fro": "старафранцузская", "fur": "фрыульская", "fy": "заходняя фрызская", @@ -254,6 +267,7 @@ "nia": "ніас", "niu": "ніўэ", "nl": "нідэрландская", + "nl_BE": "фламандская", "nmg": "нгумба", "nn": "нарвежская (нюношк)", "nnh": "нг’ембон", @@ -370,7 +384,7 @@ "twq": "тасаўак", "ty": "таіці", "tyv": "тувінская", - "tzm": "цэнтральнаатлаская тамазіхт", + "tzm": "сярэднеатлаская тамазігхт", "udm": "удмурцкая", "ug": "уйгурская", "uk": "украінская", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bg.json b/src/Symfony/Component/Intl/Resources/data/languages/bg.json index 26a4ab753c..9c0a750fa4 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/bg.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/bg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "афарски", "ab": "абхазки", @@ -113,6 +113,7 @@ "el": "гръцки", "elx": "еламитски", "en": "английски", + "en_GB": "английски (Обединено кралство)", "en_US": "английски (САЩ)", "enm": "средновековен английски", "eo": "есперанто", @@ -134,14 +135,14 @@ "fro": "старофренски", "frr": "северен фризски", "frs": "източнофризийски", - "fur": "фриулиански", + "fur": "фриулски", "fy": "западнофризийски", "ga": "ирландски", "gaa": "га", "gag": "гагаузки", "gay": "гайо", "gba": "гбая", - "gd": "шотландски галски", + "gd": "шотландски келтски", "gez": "гииз", "gil": "гилбертски", "gl": "галисийски", @@ -180,7 +181,7 @@ "id": "индонезийски", "ie": "оксидентал", "ig": "игбо", - "ii": "съчуански и", + "ii": "съчуански йи", "ik": "инупиак", "ilo": "илоко", "inh": "ингушетски", @@ -298,7 +299,7 @@ "mwr": "марвари", "my": "бирмански", "myv": "ерзиа", - "mzn": "мазандари", + "mzn": "мазандерански", "na": "науру", "nap": "неаполитански", "naq": "нама", @@ -334,7 +335,7 @@ "oj": "оджибва", "om": "оромо", "or": "ория", - "os": "осетски", + "os": "осетински", "osa": "осейджи", "ota": "отомански турски", "pa": "пенджабски", @@ -371,7 +372,7 @@ "rwk": "рва", "sa": "санскрит", "sad": "сандаве", - "sah": "якутски", + "sah": "сакха", "sam": "самаритански арамейски", "saq": "самбуру", "sas": "сасак", @@ -411,7 +412,7 @@ "srr": "серер", "ss": "свати", "ssy": "сахо", - "st": "сесото", + "st": "сото", "su": "сундански", "suk": "сукума", "sus": "сусу", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bm.json b/src/Symfony/Component/Intl/Resources/data/languages/bm.json index 20a2be26a6..f38afe0707 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/bm.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/bm.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "akankan", "am": "amarikikan", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bn.json b/src/Symfony/Component/Intl/Resources/data/languages/bn.json index 9b1f98e54e..b8115707d2 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/bn.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/bn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.36", + "Version": "36", "Names": { "aa": "আফার", "ab": "আবখাজিয়ান", @@ -62,6 +62,7 @@ "cad": "ক্যাডো", "car": "ক্যারিব", "cch": "আত্সাম", + "ccp": "চাকমা", "ce": "চেচেন", "ceb": "চেবুয়ানো", "cgg": "চিগা", @@ -172,7 +173,6 @@ "gwi": "গওইচ্’ইন", "ha": "হাউসা", "hai": "হাইডা", - "hak": "hak", "haw": "হাওয়াইয়ান", "he": "হিব্রু", "hi": "হিন্দি", @@ -315,7 +315,6 @@ "myv": "এরজিয়া", "mzn": "মাজানদেরানি", "na": "নাউরু", - "nan": "nan", "nap": "নেয়াপোলিটান", "naq": "নামা", "nb": "নরওয়েজিয়ান বোকমাল", @@ -503,7 +502,7 @@ "ybb": "ইয়েম্বা", "yi": "ইয়েদ্দিশ", "yo": "ইওরুবা", - "yue": "ক্যানটোনীজ", + "yue": "ক্যান্টোনিজ", "za": "ঝু্য়াঙ", "zap": "জাপোটেক", "zbl": "চিত্র ভাষা", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bn_IN.json b/src/Symfony/Component/Intl/Resources/data/languages/bn_IN.json index 05f6a708af..3a691f99cd 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/bn_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/bn_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "ksh": "কোলোনিয়ান" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bo.json b/src/Symfony/Component/Intl/Resources/data/languages/bo.json index 4e8fb1528f..d2dec5911c 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/bo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/bo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "bo": "བོད་སྐད་", "dz": "རྫོང་ཁ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/br.json b/src/Symfony/Component/Intl/Resources/data/languages/br.json index bc03553870..2ef118907f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/br.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/br.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.86", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhazeg", @@ -73,6 +73,7 @@ "cad": "caddo", "car": "karibeg", "cch": "atsam", + "ccp": "chakmaeg", "ce": "tchetcheneg", "ceb": "cebuano", "cgg": "chigaeg", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bs.json b/src/Symfony/Component/Intl/Resources/data/languages/bs.json index 9dec9c9783..2e20034ab3 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/bs.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/bs.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afarski", "ab": "abhaski", @@ -70,6 +70,7 @@ "car": "karipski", "cay": "kajuga", "cch": "atsam", + "ccp": "čakma", "ce": "čečenski", "ceb": "cebuano", "cgg": "čiga", @@ -81,7 +82,7 @@ "chn": "činukski žargon", "cho": "čoktav", "chp": "čipvijanski", - "chr": "čiroki", + "chr": "čeroki", "chy": "čejenski", "ckb": "centralnokurdski", "co": "korzikanski", @@ -99,7 +100,6 @@ "dar": "dargva", "dav": "taita", "de": "njemački", - "de_CH": "gornjonjemački (Švicarska)", "del": "delaver", "den": "slave", "dgr": "dogrib", @@ -346,7 +346,7 @@ "oc": "oksitanski", "oj": "ojibva", "om": "oromo", - "or": "orijski", + "or": "odija", "os": "osetski", "osa": "osage", "ota": "osmanski turski", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ca.json b/src/Symfony/Component/Intl/Resources/data/languages/ca.json index 5928e176d8..1a1a27c0a5 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ca.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ca.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "àfar", "ab": "abkhaz", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ce.json b/src/Symfony/Component/Intl/Resources/data/languages/ce.json index 2691d22ebb..35d3dfa8e4 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ce.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ce.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "aa": "афарийн", "ab": "абхазхойн", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/cs.json b/src/Symfony/Component/Intl/Resources/data/languages/cs.json index 4ece3c4279..7202953e04 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/cs.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/cs.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.44", + "Version": "36", "Names": { "aa": "afarština", "ab": "abcházština", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/cy.json b/src/Symfony/Component/Intl/Resources/data/languages/cy.json index aff04d92b0..ab3a1cef7a 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/cy.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/cy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "Affareg", "ab": "Abchaseg", @@ -431,7 +431,7 @@ "sm": "Samöeg", "sma": "Sami Deheuol", "smj": "Sami Lwle", - "smn": "Sami Inari", + "smn": "Inari Sami", "sms": "Sami Scolt", "sn": "Shona", "snk": "Soninceg", @@ -468,7 +468,7 @@ "ti": "Tigrinya", "tig": "Tigreg", "tiv": "Tifeg", - "tk": "Twrcmeneg", + "tk": "Tyrcmeneg", "tkl": "Tocelaweg", "tkr": "Tsakhureg", "tl": "Tagalog", @@ -490,7 +490,7 @@ "twq": "Tasawaq", "ty": "Tahitïeg", "tyv": "Twfwnieg", - "tzm": "Tamaseit Canolbarth Moroco", + "tzm": "Tamazight Canol yr Atlas", "udm": "Fotiaceg", "ug": "Uighur", "uga": "Wgariteg", @@ -526,9 +526,9 @@ "zbl": "Blisssymbols", "zea": "Zêlandeg", "zgh": "Tamaseit Safonol", - "zh": "Tsieineeg", - "zh_Hans": "Tsieineeg Symledig", - "zh_Hant": "Tsieineeg Traddodiadol", + "zh": "Tsieinëeg", + "zh_Hans": "Tsieinëeg Symledig", + "zh_Hant": "Tsieinëeg Traddodiadol", "zu": "Swlw", "zun": "Swni", "zza": "Sasäeg" diff --git a/src/Symfony/Component/Intl/Resources/data/languages/da.json b/src/Symfony/Component/Intl/Resources/data/languages/da.json index 3e2a3de56f..4bcbbdee7e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/da.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/da.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhasisk", @@ -71,6 +71,7 @@ "car": "caribisk", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "tjetjensk", "ceb": "cebuano", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/de.json b/src/Symfony/Component/Intl/Resources/data/languages/de.json index 76799ddfcf..5b089954f5 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/de.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/de.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abchasisch", @@ -88,6 +88,7 @@ "car": "Karibisch", "cay": "Cayuga", "cch": "Atsam", + "ccp": "Chakma", "ce": "Tschetschenisch", "ceb": "Cebuano", "cgg": "Rukiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/de_AT.json b/src/Symfony/Component/Intl/Resources/data/languages/de_AT.json index 5925fe2cf9..2549cf699a 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/de_AT.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/de_AT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "ar_001": "modernes Hocharabisch", "car": "karibische Sprache", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json b/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json index 8151f0e985..e9e158c364 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json @@ -1,19 +1,24 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "ace": "Aceh-Sprache", "ach": "Acholi-Sprache", + "ar_001": "Modernes Hocharabisch", "ars": "Nadschd-Arabisch", "bas": "Basaa-Sprache", "be": "Weissrussisch", "bik": "Bikol-Sprache", "bin": "Bini-Sprache", "chb": "Chibcha-Sprache", + "de_CH": "Schweizer Hochdeutsch", "din": "Dinka-Sprache", "fan": "Pangwe-Sprache", "gba": "Gbaya-Sprache", "kmb": "Kimbundu-Sprache", "mus": "Muskogee-Sprache", - "prg": "Altpreussisch" + "nl_BE": "Flämisch", + "prg": "Altpreussisch", + "zh_Hans": "Chinesisch (vereinfacht)", + "zh_Hant": "Chinesisch (traditionell)" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/de_LU.json b/src/Symfony/Component/Intl/Resources/data/languages/de_LU.json index e7c4d0260b..99ca098e73 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/de_LU.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/de_LU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "be": "Belarussisch" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/dz.json b/src/Symfony/Component/Intl/Resources/data/languages/dz.json index 2d9fc0d8d5..42f8c6012e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/dz.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/dz.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "aa": "ཨ་ཕར་ཁ", "ab": "ཨཱབ་ཁ་ཟི་ཡ་ཁ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ee.json b/src/Symfony/Component/Intl/Resources/data/languages/ee.json index 46577daa42..e780daba13 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ee.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ee.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ab": "abkhaziagbe", "af": "afrikaangbe", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/el.json b/src/Symfony/Component/Intl/Resources/data/languages/el.json index 0b5875a155..91b8145cef 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/el.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/el.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "Αφάρ", "ab": "Αμπχαζικά", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/en_001.json b/src/Symfony/Component/Intl/Resources/data/languages/en_001.json new file mode 100644 index 0000000000..963d0413b6 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_001.json @@ -0,0 +1,7 @@ +{ + "Version": "36", + "Names": { + "mus": "Creek", + "nds_NL": "West Low German" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json b/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json index 20416196b0..cf2497879a 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json @@ -1,10 +1,26 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { + "ar_001": "Modern Standard Arabic", "bn": "Bengali", + "de_AT": "Austrian German", + "de_CH": "Swiss High German", + "en_AU": "Australian English", + "en_CA": "Canadian English", + "en_GB": "British English", "en_US": "United States English", + "es_419": "Latin American Spanish", + "es_ES": "European Spanish", + "es_MX": "Mexican Spanish", + "fr_CA": "Canadian French", + "fr_CH": "Swiss French", "frc": "frc", "lou": "lou", - "ro_MD": "Moldovan" + "pt_BR": "Brazilian Portuguese", + "pt_PT": "European Portuguese", + "ro_MD": "Moldovan", + "sr_ME": "Montenegrin", + "zh_Hans": "Simplified Chinese", + "zh_Hant": "Traditional Chinese" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/en_CA.json b/src/Symfony/Component/Intl/Resources/data/languages/en_CA.json index 3850e7b4e8..657b3d27ca 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_CA.json @@ -1,9 +1,29 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { + "ar_001": "Modern Standard Arabic", "bn": "Bengali", + "de_AT": "Austrian German", + "de_CH": "Swiss High German", + "en_AU": "Australian English", + "en_CA": "Canadian English", + "en_GB": "British English", + "en_US": "American English", + "es_419": "Latin American Spanish", + "es_ES": "European Spanish", + "es_MX": "Mexican Spanish", + "fa_AF": "Dari", + "fr_CA": "Canadian French", + "fr_CH": "Swiss French", "mfe": "Mauritian", + "nl_BE": "Flemish", + "pt_BR": "Brazilian Portuguese", + "pt_PT": "European Portuguese", "ro_MD": "Moldovan", - "tvl": "Tuvaluan" + "sr_ME": "Montenegrin", + "sw_CD": "Congo Swahili", + "tvl": "Tuvaluan", + "zh_Hans": "Simplified Chinese", + "zh_Hant": "Traditional Chinese" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json b/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json index b4bf860e6d..f5b3ec1fcd 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json @@ -1,6 +1,26 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { - "nds_NL": "West Low German" + "ar_001": "Modern Standard Arabic", + "de_AT": "Austrian German", + "de_CH": "Swiss High German", + "en_AU": "Australian English", + "en_CA": "Canadian English", + "en_GB": "British English", + "en_US": "American English", + "es_419": "Latin American Spanish", + "es_ES": "European Spanish", + "es_MX": "Mexican Spanish", + "fa_AF": "Dari", + "fr_CA": "Canadian French", + "fr_CH": "Swiss French", + "nds_NL": "West Low German", + "nl_BE": "Flemish", + "pt_BR": "Brazilian Portuguese", + "pt_PT": "European Portuguese", + "ro_MD": "Moldavian", + "sw_CD": "Congo Swahili", + "zh_Hans": "Simplified Chinese", + "zh_Hant": "Traditional Chinese" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/en_IN.json b/src/Symfony/Component/Intl/Resources/data/languages/en_IN.json index 292d29e63c..6ccb775188 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_IN.json @@ -1,6 +1,7 @@ { - "Version": "2.1.49.14", + "Version": "36", "Names": { - "bn": "Bengali" + "bn": "Bengali", + "ro_MD": "Moldavian" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/en_NZ.json b/src/Symfony/Component/Intl/Resources/data/languages/en_NZ.json index 1d45bcf7b1..7b7fc2c26b 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_NZ.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_NZ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "mi": "Māori" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/eo.json b/src/Symfony/Component/Intl/Resources/data/languages/eo.json index cc9db2aac2..a292514d6b 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/eo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/eo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.33", + "Version": "36", "Names": { "aa": "afara", "ab": "abĥaza", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es.json b/src/Symfony/Component/Intl/Resources/data/languages/es.json index be56bf61e5..71ba2aefee 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abjasio", @@ -71,6 +71,7 @@ "car": "caribe", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "checheno", "ceb": "cebuano", "cgg": "chiga", @@ -366,7 +367,7 @@ "os": "osético", "osa": "osage", "ota": "turco otomano", - "pa": "panyabí", + "pa": "punyabí", "pag": "pangasinán", "pal": "pahlavi", "pam": "pampanga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_419.json b/src/Symfony/Component/Intl/Resources/data/languages/es_419.json index 57dd2888e9..ba342e6a83 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_419.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_419.json @@ -1,14 +1,25 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "ace": "achenés", "ady": "adigeo", "alt": "altái del sur", + "ar_001": "árabe estándar moderno", "arp": "arapajó", "ars": "árabe de Néyed", "bla": "siksiká", - "ccp": "chakma", + "de_AT": "alemán austríaco", + "de_CH": "alto alemán suizo", + "en_AU": "inglés australiano", + "en_CA": "inglés canadiense", + "en_GB": "inglés británico", + "en_US": "inglés estadounidense", + "es_419": "español latinoamericano", + "es_ES": "español de España", + "es_MX": "español de México", "eu": "vasco", + "fr_CA": "francés canadiense", + "fr_CH": "francés suizo", "goh": "alemán de la alta edad antigua", "grc": "griego clásico", "gu": "gujarati", @@ -16,11 +27,15 @@ "kbd": "cabardiano", "krc": "karachái-bálkaro", "lo": "laosiano", - "luo": "luo", + "nl_BE": "flamenco", "nr": "ndebele del sur", "nso": "sesotho del norte", + "pa": "panyabí", "prg": "prusiano antiguo", + "pt_BR": "portugués de Brasil", + "pt_PT": "portugués de Portugal", "rm": "retorrománico", + "ro_MD": "moldavo", "shu": "árabe (Chad)", "sma": "sami del sur", "st": "sesotho del sur", @@ -29,11 +44,11 @@ "syr": "siríaco", "tet": "tetun", "tyv": "tuvano", - "tzm": "tamazight del Marruecos Central", - "vai": "vai", "wal": "walamo", "wuu": "wu", "xal": "calmuco", + "zh_Hans": "chino simplificado", + "zh_Hant": "chino tradicional", "zun": "zuni" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_AR.json b/src/Symfony/Component/Intl/Resources/data/languages/es_AR.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_AR.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_AR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_BO.json b/src/Symfony/Component/Intl/Resources/data/languages/es_BO.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_BO.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_BO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_CL.json b/src/Symfony/Component/Intl/Resources/data/languages/es_CL.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_CL.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_CL.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_CO.json b/src/Symfony/Component/Intl/Resources/data/languages/es_CO.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_CO.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_CO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_CR.json b/src/Symfony/Component/Intl/Resources/data/languages/es_CR.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_CR.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_CR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_DO.json b/src/Symfony/Component/Intl/Resources/data/languages/es_DO.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_DO.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_DO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_EC.json b/src/Symfony/Component/Intl/Resources/data/languages/es_EC.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_EC.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_EC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_GT.json b/src/Symfony/Component/Intl/Resources/data/languages/es_GT.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_GT.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_GT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_HN.json b/src/Symfony/Component/Intl/Resources/data/languages/es_HN.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_HN.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_HN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json b/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json index 645ab1b732..d8bfa4f493 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json @@ -1,7 +1,8 @@ { - "Version": "2.1.47.96", + "Version": "36", "Names": { "ace": "acehnés", + "ar_001": "árabe estándar moderno", "arp": "arapaho", "bas": "basa", "bax": "bamun", @@ -27,23 +28,23 @@ "lus": "lushai", "mga": "irlandés medieval", "nan": "min nan (Chino)", + "nl_BE": "flamenco", "nr": "ndebele meridional", "nso": "sotho septentrional", "pa": "punyabí", "pcm": "pcm", - "rn": "kiroundi", "shu": "árabe chadiano", "ss": "siswati", - "st": "sesotho meridional", "sw": "suajili", "sw_CD": "suajili del Congo", "syr": "siriaco", "tet": "tetún", "tn": "setswana", "tyv": "tuviniano", - "wo": "wolof", "wuu": "wuu", "xal": "kalmyk", - "zgh": "tamazight marroquí estándar" + "zgh": "tamazight marroquí estándar", + "zh_Hans": "chino simplificado", + "zh_Hant": "chino tradicional" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_NI.json b/src/Symfony/Component/Intl/Resources/data/languages/es_NI.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_NI.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_NI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_PA.json b/src/Symfony/Component/Intl/Resources/data/languages/es_PA.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_PA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_PA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_PE.json b/src/Symfony/Component/Intl/Resources/data/languages/es_PE.json index 0ff2840bb2..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_PE.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_PE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_PR.json b/src/Symfony/Component/Intl/Resources/data/languages/es_PR.json index 4cc858205c..338a32b2d6 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_PR.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_PR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_PY.json b/src/Symfony/Component/Intl/Resources/data/languages/es_PY.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_PY.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_PY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_SV.json b/src/Symfony/Component/Intl/Resources/data/languages/es_SV.json index 4cc858205c..338a32b2d6 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_SV.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_SV.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_US.json b/src/Symfony/Component/Intl/Resources/data/languages/es_US.json index 4b89a55b11..f2919e40dc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_US.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_US.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "ace": "acehnés", "alt": "altái meridional", @@ -18,14 +18,17 @@ "grc": "griego antiguo", "gu": "gurayatí", "hak": "hak", + "hil": "hiligainón", "hsn": "xiang (China)", "ht": "criollo haitiano", + "inh": "ingusetio", "kbd": "kabardiano", "krc": "karachay-balkar", "lo": "lao", "lus": "lushai", "mga": "irlandés medieval", "nan": "nan", + "nl_BE": "flamenco", "nr": "ndebele meridional", "nso": "sotho septentrional", "pcm": "pcm", @@ -40,9 +43,10 @@ "tet": "tetún", "tn": "setchwana", "tyv": "tuviniano", - "tzm": "tamazight del Atlas Central", "wo": "wolof", "wuu": "wuu", - "xal": "kalmyk" + "xal": "kalmyk", + "zh_Hans": "chino simplificado", + "zh_Hant": "chino tradicional" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/es_VE.json b/src/Symfony/Component/Intl/Resources/data/languages/es_VE.json index 76ddec4abd..7186cddfdc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_VE.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_VE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "ace": "acehnés", "arp": "arapaho", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/et.json b/src/Symfony/Component/Intl/Resources/data/languages/et.json index f572782e16..6a766faae1 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/et.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/et.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afari", "ab": "abhaasi", @@ -86,7 +86,7 @@ "car": "kariibi", "cay": "kajuka", "cch": "aitšami", - "ccp": "Chakma", + "ccp": "tšaakma", "ce": "tšetšeeni", "ceb": "sebu", "cgg": "tšiga", @@ -230,7 +230,7 @@ "id": "indoneesia", "ie": "interlingue", "ig": "ibo", - "ii": "Sichuani jii", + "ii": "nuosu", "ik": "injupiaki", "ilo": "iloko", "inh": "inguši", @@ -319,7 +319,7 @@ "lrc": "põhjaluri", "lt": "leedu", "ltg": "latgali", - "lu": "luba", + "lu": "Katanga luba", "lua": "lulua", "lui": "luisenjo", "lun": "lunda", @@ -401,7 +401,7 @@ "nwc": "vananevari", "ny": "njandža", "nym": "njamvesi", - "nyn": "nkole", + "nyn": "njankole", "nyo": "njoro", "nzi": "nzima", "oc": "oksitaani", @@ -576,7 +576,7 @@ "vro": "võru", "vun": "vundžo", "wa": "vallooni", - "wae": "walseri", + "wae": "valsi", "wal": "volaita", "war": "varai", "was": "vašo", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/eu.json b/src/Symfony/Component/Intl/Resources/data/languages/eu.json index 3ac813c06b..f79bb6712e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/eu.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/eu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afarera", "ab": "abkhaziera", @@ -21,7 +21,7 @@ "arn": "maputxe", "arp": "arapaho", "as": "assamera", - "asa": "asua", + "asa": "asu", "ast": "asturiera", "av": "avarera", "awa": "awadhiera", @@ -47,6 +47,7 @@ "bug": "buginera", "byn": "bilena", "ca": "katalan", + "ccp": "chakmera", "ce": "txetxenera", "ceb": "cebuera", "cgg": "chigera", @@ -56,7 +57,7 @@ "cho": "choctaw", "chr": "txerokiera", "chy": "cheyennera", - "ckb": "sorania", + "ckb": "erdialdeko kurduera", "co": "korsikera", "crs": "Seychelleetako kreolera", "cs": "txekiera", @@ -108,7 +109,7 @@ "fr_CH": "Suitzako frantses", "fur": "friuliera", "fy": "frisiera", - "ga": "gaeliko", + "ga": "irlandera", "gaa": "ga", "gag": "gagauzera", "gd": "Eskoziako gaeliko", @@ -151,7 +152,7 @@ "ja": "japoniera", "jbo": "lojbanera", "jgo": "ngomba", - "jmc": "machamera", + "jmc": "machame", "jv": "javera", "ka": "georgiera", "kab": "kabilera", @@ -160,16 +161,16 @@ "kam": "kambera", "kbd": "kabardiera", "kcg": "kataba", - "kde": "makondera", + "kde": "makondeera", "kea": "Cabo Verdeko kreolera", "kfo": "koroa", "kg": "kikongoa", "kha": "kashia", - "khq": "koyra chiiniera", + "khq": "koyra chiini", "ki": "kikuyuera", "kj": "kuanyama", "kk": "kazakhera", - "kkj": "kakoa", + "kkj": "kako", "kl": "groenlandiera", "kln": "kalenjinera", "km": "khemerera", @@ -205,7 +206,7 @@ "loz": "loziera", "lrc": "iparraldeko lurera", "lt": "lituaniera", - "lu": "luba-katangera", + "lu": "Katangako lubera", "lua": "txilubera", "lun": "lundera", "luo": "luoera", @@ -223,7 +224,7 @@ "mfe": "Mauritaniako kreolera", "mg": "malgaxe", "mgh": "makhuwa-meettoera", - "mgo": "metera", + "mgo": "metaʼera", "mh": "marshallera", "mi": "maoriera", "mic": "mikmakera", @@ -248,6 +249,7 @@ "naq": "namera", "nb": "bokmål (norvegiera)", "nd": "iparraldeko ndebeleera", + "nds": "behe-aleman", "nds_NL": "behe-saxoiera", "ne": "nepalera", "new": "newarera", @@ -292,12 +294,12 @@ "rn": "rundiera", "ro": "errumaniera", "ro_MD": "moldaviera", - "rof": "romboera", + "rof": "rombo", "root": "erroa", "ru": "errusiera", "rup": "aromaniera", "rw": "kinyaruanda", - "rwk": "rwaera", + "rwk": "rwera", "sa": "sanskrito", "sad": "sandaweera", "sah": "sakhera", @@ -311,10 +313,10 @@ "sd": "sindhi", "se": "iparraldeko samiera", "seh": "senera", - "ses": "koyraboro sennia", + "ses": "koyraboro senni", "sg": "sango", "sh": "serbokroaziera", - "shi": "tachelhita", + "shi": "tachelhit", "shn": "shanera", "si": "sinhala", "sk": "eslovakiera", @@ -339,7 +341,7 @@ "sw": "swahilia", "sw_CD": "Kongoko swahilia", "swb": "komoreera", - "syr": "siriera", + "syr": "asiriera", "ta": "tamilera", "te": "telugu", "tem": "temnea", @@ -385,7 +387,7 @@ "xal": "kalmykera", "xh": "xhosera", "xog": "sogera", - "yav": "jangbenera", + "yav": "yangbenera", "ybb": "yemba", "yi": "yiddish", "yo": "jorubera", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fa.json b/src/Symfony/Component/Intl/Resources/data/languages/fa.json index 8c6e45cab8..270eb528fc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fa.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fa.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "آفاری", "ab": "آبخازی", @@ -341,7 +341,7 @@ "nl_BE": "فلمنگی", "nmg": "کوازیو", "nn": "نروژی نی‌نُشک", - "nnh": "انگیمبونی", + "nnh": "نیامبون", "no": "نروژی", "nog": "نغایی", "non": "نرس باستان", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fa_AF.json b/src/Symfony/Component/Intl/Resources/data/languages/fa_AF.json index 610e5095f9..82025f0741 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fa_AF.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fa_AF.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "ab": "افریکانس", "ar_001": "عربی فصیح", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ff.json b/src/Symfony/Component/Intl/Resources/data/languages/ff.json index 494f086771..8957c1003e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ff.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ff.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "Akaan", "am": "Amarik", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fi.json b/src/Symfony/Component/Intl/Resources/data/languages/fi.json index 04cb1f523a..148036a859 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fi.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afar", "ab": "abhaasi", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fo.json b/src/Symfony/Component/Intl/Resources/data/languages/fo.json index 6acb9e9a5d..b8959afd50 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.9", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhasiskt", @@ -48,6 +48,7 @@ "bug": "buginesiskt", "byn": "blin", "ca": "katalani", + "ccp": "khakma", "ce": "tjetjenskt", "ceb": "cebuano", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fr.json b/src/Symfony/Component/Intl/Resources/data/languages/fr.json index bbd11e20a6..55f7a4f37c 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fr.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhaze", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fr_BE.json b/src/Symfony/Component/Intl/Resources/data/languages/fr_BE.json index fbbbf9d444..4cf5b4e0f6 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fr_BE.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fr_BE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "frp": "franco-provençal", "goh": "ancien haut-allemand", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json b/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json index 8798c30dde..27c7eaeb50 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json @@ -1,8 +1,9 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "ady": "adygué", "ang": "vieil anglais", + "ar_001": "arabe standard moderne", "asa": "assou", "az": "azerbaïdjanais", "bbj": "ghomala", @@ -14,11 +15,21 @@ "chn": "chinook", "ckb": "kurde central", "cr": "cri", + "de_AT": "allemand autrichien", + "de_CH": "allemand suisse", "den": "slave", "dgr": "tlicho", + "en_AU": "anglais australien", + "en_CA": "anglais canadien", + "en_GB": "anglais britannique", + "en_US": "anglais américain", "esu": "yupik central", "ewo": "ewondo", + "fr_CA": "français canadien", + "fr_CH": "français suisse", "frc": "cajun", + "frp": "franco-provençal", + "gbz": "dari", "goh": "vieux haut-allemand", "gu": "gujarati", "ii": "yi de Sichuan", @@ -30,16 +41,15 @@ "ksh": "kölsch", "liv": "live", "lu": "luba-katanga", - "luo": "luo", "lzh": "chinois classique", "mgh": "makhuwa-meetto", "mgo": "meta’", "mr": "marathe", "mwr": "marwari", "mwv": "mentawai", - "nds": "bas allemand", "nds_NL": "bas saxon", "njo": "ao naga", + "nl_BE": "flamand", "nmg": "kwasio", "nwc": "newari classique", "nyn": "nkole", @@ -49,16 +59,23 @@ "peo": "vieux perse", "pfl": "palatin", "pro": "ancien occitan", + "pt_BR": "portugais brésilien", + "pt_PT": "portugais européen", "quc": "k’iche’", "rar": "rarotonga", + "ro_MD": "moldave", "sbp": "sangu", "sdh": "kurde méridional", "sei": "seri", "sga": "vieil irlandais", "sly": "selayar", "smn": "sami d’Inari", + "stq": "frison de Saterland", + "sus": "sosso", "sw_CD": "swahili congolais", "tru": "turoyo", - "tzm": "tamazight" + "tzm": "tamazight", + "zh_Hans": "chinois simplifié", + "zh_Hant": "chinois traditionnel" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fr_CH.json b/src/Symfony/Component/Intl/Resources/data/languages/fr_CH.json index 79f2d8d35a..c6b77ba763 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fr_CH.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fr_CH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.88", + "Version": "36", "Names": { "gu": "goudjrati", "pdc": "allemand de Pennsylvanie", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fy.json b/src/Symfony/Component/Intl/Resources/data/languages/fy.json index 4e1f5108a1..adf2b852e0 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fy.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abchazysk", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/gd.json b/src/Symfony/Component/Intl/Resources/data/languages/gd.json index b8fa8f537f..569d196a8e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/gd.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/gd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abchasais", @@ -61,7 +61,7 @@ "bho": "Bhojpuri", "bi": "Bislama", "bik": "Bikol", - "bin": "Bini", + "bin": "Edo", "bjn": "Banjar", "bkm": "Kom", "bla": "Siksika", @@ -86,6 +86,7 @@ "car": "Carib", "cay": "Cayuga", "cch": "Atsam", + "ccp": "Chakma", "ce": "Deideanais", "ceb": "Cebuano", "cgg": "Chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/gl.json b/src/Symfony/Component/Intl/Resources/data/languages/gl.json index 1395df4a9e..4021e03280 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/gl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/gl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhazo", @@ -31,7 +31,7 @@ "ba": "baxkir", "ban": "balinés", "bas": "basaa", - "be": "bielorruso", + "be": "belaruso", "bem": "bemba", "bez": "bena", "bg": "búlgaro", @@ -58,7 +58,7 @@ "cho": "choctaw", "chr": "cherokee", "chy": "cheyenne", - "ckb": "kurdo soraní", + "ckb": "kurdo central", "co": "corso", "crs": "seselwa (crioulo das Seychelles)", "cs": "checo", @@ -171,7 +171,7 @@ "khq": "koyra chiini", "ki": "kikuyu", "kj": "kuanyama", - "kk": "casaco", + "kk": "kazako", "kkj": "kako", "kl": "groenlandés", "kln": "kalenjin", @@ -270,7 +270,7 @@ "nso": "sesotho do norte", "nus": "nuer", "nv": "navajo", - "ny": "nyanja", + "ny": "chewa", "nyn": "nyankole", "oc": "occitano", "om": "oromo", @@ -354,7 +354,7 @@ "th": "tailandés", "ti": "tigriña", "tig": "tigré", - "tk": "turcomán", + "tk": "turkmeno", "tl": "tagalo", "tlh": "klingon", "tn": "tswana", @@ -376,7 +376,7 @@ "uk": "ucraíno", "umb": "umbundu", "ur": "urdú", - "uz": "uzbeco", + "uz": "uzbeko", "vai": "vai", "ve": "venda", "vi": "vietnamita", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/gu.json b/src/Symfony/Component/Intl/Resources/data/languages/gu.json index ea4d5aacff..0ebc542c89 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/gu.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/gu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "અફાર", "ab": "અબખાજિયન", @@ -68,6 +68,7 @@ "cad": "કડ્ડો", "car": "કરિબ", "cch": "અત્સમ", + "ccp": "ચકમા", "ce": "ચેચન", "ceb": "સિબુઆનો", "cgg": "ચિગા", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/gv.json b/src/Symfony/Component/Intl/Resources/data/languages/gv.json index 8cbd7f3153..204b4ae075 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/gv.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/gv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "gv": "Gaelg" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/he.json b/src/Symfony/Component/Intl/Resources/data/languages/he.json index 18d37e2580..3ed7651a24 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/he.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/he.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "אפארית", "ab": "אבחזית", @@ -167,7 +167,7 @@ "got": "גותית", "grb": "גרבו", "grc": "יוונית עתיקה", - "gsw": "גרמנית שוויצרית", + "gsw": "גרמנית (בשוויץ)", "gu": "גוג׳ארטי", "guz": "גוסי", "gv": "מאנית", @@ -183,7 +183,7 @@ "hmn": "המונג", "ho": "הירי מוטו", "hr": "קרואטית", - "hsb": "סורבית גבוהה", + "hsb": "סורבית עילית", "hsn": "סינית שיאנג", "ht": "קריאולית (האיטי)", "hu": "הונגרית", @@ -460,7 +460,7 @@ "tk": "טורקמנית", "tkl": "טוקלאו", "tl": "טאגאלוג", - "tlh": "קלינגון", + "tlh": "קלינגונית", "tli": "טלינגיט", "tmh": "טמאשק", "tn": "סוואנה", @@ -488,7 +488,7 @@ "uz": "אוזבקית", "vai": "וואי", "ve": "וונדה", - "vi": "ויאטנמית", + "vi": "וייטנאמית", "vo": "‏וולאפיק", "vot": "ווטיק", "vun": "וונג׳ו", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/hi.json b/src/Symfony/Component/Intl/Resources/data/languages/hi.json index 81f25edfd2..9d06258815 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/hi.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/hi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "अफ़ार", "ab": "अब्ख़ाज़ियन", @@ -63,6 +63,7 @@ "cad": "कैड्डो", "car": "कैरिब", "cch": "अत्सम", + "ccp": "चकमा", "ce": "चेचन", "ceb": "सिबुआनो", "cgg": "शिगा", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/hr.json b/src/Symfony/Component/Intl/Resources/data/languages/hr.json index 2a6d2a6d22..eb200320a6 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/hr.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/hr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afarski", "ab": "abhaski", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/hu.json b/src/Symfony/Component/Intl/Resources/data/languages/hu.json index 981e695139..64923a0302 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/hu.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/hu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afar", "ab": "abház", @@ -498,7 +498,7 @@ "uz": "üzbég", "vai": "vai", "ve": "venda", - "vi": "vietnami", + "vi": "vietnámi", "vo": "volapük", "vot": "votják", "vun": "vunjo", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/hy.json b/src/Symfony/Component/Intl/Resources/data/languages/hy.json index c053ffafdf..9a9720540f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/hy.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/hy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "աֆարերեն", "ab": "աբխազերեն", @@ -71,7 +71,7 @@ "crh": "ղրիմյան թուրքերեն", "crs": "սեյշելյան խառնակերտ ֆրանսերեն", "cs": "չեխերեն", - "cu": "եկեղեցական սլավոներեն", + "cu": "սլավոներեն, եկեղեցական", "cv": "չուվաշերեն", "cy": "ուելսերեն", "da": "դանիերեն", @@ -269,6 +269,7 @@ "naq": "նամա", "nb": "գրքային նորվեգերեն", "nd": "հյուսիսային նդեբելե", + "nds": "ստորին գերմաներեն", "nds_NL": "ստորին սաքսոներեն", "ne": "նեպալերեն", "new": "նեվարերեն", @@ -465,7 +466,7 @@ "zgh": "ընդհանուր մարոկյան թամազիղտ", "zh": "չինարեն", "zh_Hans": "պարզեցված չինարեն", - "zh_Hant": "ավանդական չինարեն", + "zh_Hant": "չինարեն, ավանդական", "zu": "զուլուերեն", "zun": "զունիերեն", "zza": "զազաերեն" diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ia.json b/src/Symfony/Component/Intl/Resources/data/languages/ia.json index 5d9460b061..89b92a7dec 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ia.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ia.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.36", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhazo", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/id.json b/src/Symfony/Component/Intl/Resources/data/languages/id.json index 6052240769..bc97f66312 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/id.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/id.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abkhaz", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ig.json b/src/Symfony/Component/Intl/Resources/data/languages/ig.json index 17a233c0b5..972734a194 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ig.json @@ -1,9 +1,10 @@ { - "Version": "2.1.48.45", + "Version": "36", "Names": { "ak": "Akan", "am": "Amariikị", "ar": "Arabiikị", + "ar_001": "Ụdị Arabiikị nke oge a", "be": "Belaruusu", "bg": "Bọlụgarịa", "bn": "Bengali", @@ -15,7 +16,6 @@ "en": "Asụsụ Bekee", "en_AU": "Bekee ndị Australia", "en_CA": "Bekee ndị Canada", - "en_GB": "Bekee ndị Britain", "en_US": "Bekee ndị America", "es": "Asụsụ Spanish", "es_419": "Asụsụ Spanish ndị Latin America", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ii.json b/src/Symfony/Component/Intl/Resources/data/languages/ii.json index b634605b03..6aefecdcf9 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ii.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ii.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "de": "ꄓꇩꉙ", "en": "ꑱꇩꉙ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/in.json b/src/Symfony/Component/Intl/Resources/data/languages/in.json index 6052240769..bc97f66312 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/in.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/in.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abkhaz", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/is.json b/src/Symfony/Component/Intl/Resources/data/languages/is.json index 0aa3b3066b..befc45737a 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/is.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/is.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afár", "ab": "abkasíska", @@ -65,6 +65,7 @@ "car": "karíbamál", "cay": "kajúga", "cch": "atsam", + "ccp": "tsjakma", "ce": "tsjetsjenska", "ceb": "kebúanó", "cgg": "kíga", @@ -344,7 +345,7 @@ "nus": "núer", "nv": "navahó", "nwc": "klassísk nevaríska", - "ny": "njanja; sísjeva; sjeva", + "ny": "nýanja", "nym": "njamvesí", "nyn": "nyankole", "nyo": "njóró", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/it.json b/src/Symfony/Component/Intl/Resources/data/languages/it.json index e37489ced9..326ea49f44 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/it.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/it.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afar", "ab": "abcaso", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/iw.json b/src/Symfony/Component/Intl/Resources/data/languages/iw.json index 18d37e2580..3ed7651a24 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/iw.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/iw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "אפארית", "ab": "אבחזית", @@ -167,7 +167,7 @@ "got": "גותית", "grb": "גרבו", "grc": "יוונית עתיקה", - "gsw": "גרמנית שוויצרית", + "gsw": "גרמנית (בשוויץ)", "gu": "גוג׳ארטי", "guz": "גוסי", "gv": "מאנית", @@ -183,7 +183,7 @@ "hmn": "המונג", "ho": "הירי מוטו", "hr": "קרואטית", - "hsb": "סורבית גבוהה", + "hsb": "סורבית עילית", "hsn": "סינית שיאנג", "ht": "קריאולית (האיטי)", "hu": "הונגרית", @@ -460,7 +460,7 @@ "tk": "טורקמנית", "tkl": "טוקלאו", "tl": "טאגאלוג", - "tlh": "קלינגון", + "tlh": "קלינגונית", "tli": "טלינגיט", "tmh": "טמאשק", "tn": "סוואנה", @@ -488,7 +488,7 @@ "uz": "אוזבקית", "vai": "וואי", "ve": "וונדה", - "vi": "ויאטנמית", + "vi": "וייטנאמית", "vo": "‏וולאפיק", "vot": "ווטיק", "vun": "וונג׳ו", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ja.json b/src/Symfony/Component/Intl/Resources/data/languages/ja.json index c210515943..2b01fcc8e7 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ja.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ja.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "アファル語", "ab": "アブハズ語", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/jv.json b/src/Symfony/Component/Intl/Resources/data/languages/jv.json index c7bc6445a9..571561f39f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/jv.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/jv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.44", + "Version": "36", "Names": { "af": "af", "agq": "Aghem", @@ -24,6 +24,7 @@ "brx": "Bodo", "bs": "bs", "ca": "Katala", + "ccp": "Chakma", "ce": "Chechen", "ceb": "Cebuano", "cgg": "Chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ka.json b/src/Symfony/Component/Intl/Resources/data/languages/ka.json index 19f35cb607..768455d802 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ka.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ka.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "აფარი", "ab": "აფხაზური", @@ -59,6 +59,7 @@ "byn": "ბილინი", "ca": "კატალანური", "cay": "კაიუგა", + "ccp": "ჩაკმა", "ce": "ჩეჩნური", "ceb": "სებუანო", "cgg": "ჩიგა", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ki.json b/src/Symfony/Component/Intl/Resources/data/languages/ki.json index 51cee452ba..7b20e374c5 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ki.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ki.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "Kiakan", "am": "Kiamhari", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/kk.json b/src/Symfony/Component/Intl/Resources/data/languages/kk.json index 9aa050ec96..c611199a70 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/kk.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/kk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "афар тілі", "ab": "абхаз тілі", @@ -301,7 +301,7 @@ "rwk": "руа тілі", "sa": "санскрит тілі", "sad": "сандаве тілі", - "sah": "якут тілі", + "sah": "саха тілі", "saq": "самбуру тілі", "sat": "сантали тілі", "sba": "нгамбай тілі", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/kl.json b/src/Symfony/Component/Intl/Resources/data/languages/kl.json index 535229dfe4..b2411f6836 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/kl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/kl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "kl": "kalaallisut" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/km.json b/src/Symfony/Component/Intl/Resources/data/languages/km.json index 669906d84f..702316834d 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/km.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/km.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "អាហ្វារ", "ab": "អាប់ខាហ៊្សាន", @@ -48,6 +48,7 @@ "bug": "ប៊ុកហ្គី", "byn": "ប្ល៊ីន", "ca": "កាតាឡាន", + "ccp": "ចាក់ម៉ា", "ce": "ឈីឆេន", "ceb": "ស៊ីប៊ូអាណូ", "cgg": "ឈីហ្គា", @@ -69,6 +70,7 @@ "dar": "ដាចវ៉ា", "dav": "តៃតា", "de": "អាល្លឺម៉ង់", + "de_CH": "អាល្លឺម៉ង់ (ស្វ៊ីស)", "dgr": "ដូគ្រីប", "dje": "ហ្សាម៉ា", "dsb": "សូប៊ីក្រោម", @@ -97,6 +99,7 @@ "fo": "ហ្វារូស", "fon": "ហ្វ៊ុន", "fr": "បារាំង", + "fr_CH": "បារាំង (ស្វ៊ីស)", "fur": "ហ៊្វ្រូលាន", "fy": "ហ្វ្រីស៊ានខាងលិច", "ga": "អៀរឡង់", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/kn.json b/src/Symfony/Component/Intl/Resources/data/languages/kn.json index 6ae5b33aea..501208e0f9 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/kn.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/kn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "ಅಫಾರ್", "ab": "ಅಬ್ಖಾಜಿಯನ್", @@ -62,6 +62,7 @@ "cad": "ಕ್ಯಾಡ್ಡೋ", "car": "ಕಾರಿಬ್", "cch": "ಅಟ್ಸಮ್", + "ccp": "ಚಕ್ಮಾ", "ce": "ಚೆಚನ್", "ceb": "ಸೆಬುವಾನೊ", "cgg": "ಚಿಗಾ", @@ -99,7 +100,7 @@ "din": "ಡಿಂಕಾ", "dje": "ಜರ್ಮಾ", "doi": "ಡೋಗ್ರಿ", - "dsb": "ಲೋವರ್ ಸೋರ್ಬಿಯನ್", + "dsb": "ಲೋವರ್ ಸರ್ಬಿಯನ್", "dua": "ಡುವಾಲಾ", "dum": "ಮಧ್ಯ ಡಚ್", "dv": "ದಿವೆಹಿ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ko.json b/src/Symfony/Component/Intl/Resources/data/languages/ko.json index 7a268a9ee4..eaa0297e31 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ko.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ko.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "아파르어", "ab": "압카즈어", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ks.json b/src/Symfony/Component/Intl/Resources/data/languages/ks.json index fac345c0a0..c531fc5a77 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ks.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "aa": "اَفار", "ab": "اَبخازِیان", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ku.json b/src/Symfony/Component/Intl/Resources/data/languages/ku.json index 1926b9e633..217e01a1f5 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ku.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ku.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "aa": "afarî", "ab": "abxazî", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/kw.json b/src/Symfony/Component/Intl/Resources/data/languages/kw.json index e7c9191789..9cfa7696c1 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/kw.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/kw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.56", + "Version": "36", "Names": { "kw": "kernewek" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ky.json b/src/Symfony/Component/Intl/Resources/data/languages/ky.json index 1325d63b81..c933c20143 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ky.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ky.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "афарча", "ab": "абхазча", @@ -47,6 +47,7 @@ "bug": "бугийче", "byn": "блинче", "ca": "каталонча", + "ccp": "Чакма", "ce": "чеченче", "ceb": "себуанча", "cgg": "чигача", @@ -277,6 +278,7 @@ "prg": "пруссча", "ps": "пуштуча", "pt": "португалча", + "pt_BR": "Бразилиялык Португал тили", "pt_PT": "португалча (Европа)", "qu": "кечуача", "quc": "кичече", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lb.json b/src/Symfony/Component/Intl/Resources/data/languages/lb.json index 2a31595e20..819cd207a4 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/lb.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/lb.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abchasesch", @@ -377,6 +377,7 @@ "nb": "Norwegesch Bokmål", "nd": "Nord-Ndebele-Sprooch", "nds": "Nidderdäitsch", + "nds_NL": "nds_NL", "ne": "Nepalesesch", "new": "Newari", "ng": "Ndonga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lg.json b/src/Symfony/Component/Intl/Resources/data/languages/lg.json index 6afb0d024a..c76546d416 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/lg.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/lg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "Lu-akaani", "am": "Lu-amhariki", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ln.json b/src/Symfony/Component/Intl/Resources/data/languages/ln.json index 5cadd5cb7d..db0ff58ac1 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ln.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ln.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "akan", "am": "liamariki", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lo.json b/src/Symfony/Component/Intl/Resources/data/languages/lo.json index 5cbff7ad67..5b2d043ad5 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/lo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/lo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "ອະຟາ", "ab": "ແອບຄາຊຽນ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lt.json b/src/Symfony/Component/Intl/Resources/data/languages/lt.json index 3412638efc..5c76359253 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/lt.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/lt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afarų", "ab": "abchazų", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lu.json b/src/Symfony/Component/Intl/Resources/data/languages/lu.json index 7b77c3aee6..83a3e43803 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/lu.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/lu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "Liakan", "am": "Liamhariki", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lv.json b/src/Symfony/Component/Intl/Resources/data/languages/lv.json index 9b228097e9..20aedd70b3 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/lv.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/lv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { "aa": "afāru", "ab": "abhāzu", @@ -293,7 +293,7 @@ "mg": "malagasu", "mga": "vidusīru", "mgh": "makua", - "mgo": "mgo", + "mgo": "metu", "mh": "māršaliešu", "mi": "maoru", "mic": "mikmaku", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/meta.json b/src/Symfony/Component/Intl/Resources/data/languages/meta.json index 1f5d3db5ce..c61679d8e4 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/meta.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/meta.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Languages": [ "aa", "ab", @@ -103,6 +103,7 @@ "chp", "chr", "chy", + "cic", "ckb", "co", "cop", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mg.json b/src/Symfony/Component/Intl/Resources/data/languages/mg.json index d57bc800b8..9180975a14 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/mg.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/mg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "ak": "Akan", "am": "Amharika", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mi.json b/src/Symfony/Component/Intl/Resources/data/languages/mi.json index a8eb9868df..253e171dcf 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/mi.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/mi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "de": "Tiamana", "de_AT": "Tiamana Atiria", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mk.json b/src/Symfony/Component/Intl/Resources/data/languages/mk.json index 77d1992135..2711737b85 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/mk.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/mk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.27", + "Version": "36", "Names": { "aa": "афарски", "ab": "апхаски", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ml.json b/src/Symfony/Component/Intl/Resources/data/languages/ml.json index 58259449b2..b026c3e12f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ml.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ml.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "അഫാർ", "ab": "അബ്‌ഖാസിയൻ", @@ -70,6 +70,7 @@ "car": "കാരിബ്", "cay": "കയൂഗ", "cch": "അറ്റ്സാം", + "ccp": "ചക്‌മ", "ce": "ചെചൻ", "ceb": "സെബുവാനോ", "cgg": "ചിഗ", @@ -113,7 +114,7 @@ "dv": "ദിവെഹി", "dyo": "യോല-ഫോന്യി", "dyu": "ദ്വൈല", - "dz": "സോങ്ക", + "dz": "ദ്‌സോങ്ക", "dzg": "ഡാസാഗ", "ebu": "എംബു", "ee": "യൂവ്", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mn.json b/src/Symfony/Component/Intl/Resources/data/languages/mn.json index 4f977d3153..9641210515 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/mn.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/mn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "афар", "ab": "абхаз", @@ -46,6 +46,7 @@ "bug": "буги", "byn": "блин", "ca": "каталан", + "ccp": "чакма", "ce": "чечень", "ceb": "себуано", "cgg": "чига", @@ -246,6 +247,7 @@ "naq": "нама", "nb": "норвегийн букмол", "nd": "хойд ндебеле", + "nds": "доод герман", "nds_NL": "бага саксон", "ne": "балба", "new": "невари", @@ -362,7 +364,7 @@ "twq": "тасавак", "ty": "таити", "tyv": "тува", - "tzm": "Төв Атласын тамазайт", + "tzm": "Төв Атласын тамазигхт", "udm": "удмурт", "ug": "уйгур", "uk": "украин", @@ -387,7 +389,7 @@ "yi": "иддиш", "yo": "ёруба", "yue": "кантон", - "zgh": "Мороккогийн стандарт тамазайт", + "zgh": "стандарт тамазайт (Морокко)", "zh": "хятад", "zh_Hans": "хялбаршуулсан хятад", "zh_Hant": "уламжлалт хятад", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mo.json b/src/Symfony/Component/Intl/Resources/data/languages/mo.json index fe4ce5d33a..128f1d6e4c 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/mo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/mo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abhază", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mr.json b/src/Symfony/Component/Intl/Resources/data/languages/mr.json index 7374d8859f..9af3343b66 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/mr.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/mr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "अफार", "ab": "अबखेजियन", @@ -62,6 +62,7 @@ "cad": "कॅड्डो", "car": "कॅरिब", "cch": "अत्सम", + "ccp": "चाकमा", "ce": "चेचेन", "ceb": "सिबुआनो", "cgg": "किगा", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ms.json b/src/Symfony/Component/Intl/Resources/data/languages/ms.json index e5789cb5f6..4f76ff8dc4 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ms.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ms.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.2", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abkhazia", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mt.json b/src/Symfony/Component/Intl/Resources/data/languages/mt.json index 8bb281e0b9..0fac4920d7 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/mt.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/mt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abkażjan", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/my.json b/src/Symfony/Component/Intl/Resources/data/languages/my.json index 0309ac26a5..5095504947 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/my.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/my.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "အာဖာ", "ab": "အဘ်ခါဇီရာ", @@ -17,6 +17,7 @@ "ang": "အင်ဂလို ဆက္ကစွန်", "anp": "အန်ဂီကာ", "ar": "အာရဗီ", + "ar_001": "ခေတ်သစ် ရှေ့ဆောင် အာရဗီ", "arn": "မာပုချီ", "arp": "အာရာပါဟို", "as": "အာသံ", @@ -47,6 +48,7 @@ "bug": "ဘူဂစ်စ်", "byn": "ဘလင်", "ca": "ကတ်တလန်", + "ccp": "ချတ်ခ်မာ", "ce": "ချက်ချန်း", "ceb": "စီဗူအာနို", "cgg": "ချီဂါ", @@ -96,6 +98,7 @@ "eo": "အက်စ်ပရန်တို", "es": "စပိန်", "es_ES": "စပိန် (ဥရောပ)", + "es_MX": "စပိန် (မက္ကဆီကို)", "et": "အက်စ်တိုးနီးယား", "eu": "ဘာစ်ခ်", "ewo": "အီဝန်ဒို", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/nb.json b/src/Symfony/Component/Intl/Resources/data/languages/nb.json index 6249efcea6..baa0cd2de2 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/nb.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/nb.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhasisk", @@ -88,6 +88,7 @@ "car": "karibisk", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "tsjetsjensk", "ceb": "cebuansk", "cgg": "kiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/nd.json b/src/Symfony/Component/Intl/Resources/data/languages/nd.json index 811d68944c..d31d758e7a 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/nd.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/nd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "isi-Akhani", "am": "isi-Amaharikhi", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ne.json b/src/Symfony/Component/Intl/Resources/data/languages/ne.json index f0b711414a..88795554b4 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ne.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ne.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "अफार", "ab": "अब्खाजियाली", @@ -86,6 +86,7 @@ "car": "क्यारिब", "cay": "कायुगा", "cch": "अट्साम", + "ccp": "चाक्मा", "ce": "चेचेन", "ceb": "सेबुआनो", "cgg": "चिगा", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/nl.json b/src/Symfony/Component/Intl/Resources/data/languages/nl.json index 8b6d8dfea5..e7dfd11a28 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/nl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/nl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abchazisch", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/nn.json b/src/Symfony/Component/Intl/Resources/data/languages/nn.json index 2986ad4b01..1317d7c61f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/nn.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/nn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhasisk", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/no.json b/src/Symfony/Component/Intl/Resources/data/languages/no.json index 6249efcea6..baa0cd2de2 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/no.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/no.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afar", "ab": "abkhasisk", @@ -88,6 +88,7 @@ "car": "karibisk", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "tsjetsjensk", "ceb": "cebuansk", "cgg": "kiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/om.json b/src/Symfony/Component/Intl/Resources/data/languages/om.json index 69ca78a7a5..466a1391f5 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/om.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/om.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "af": "Afrikoota", "am": "Afaan Sidaamaa", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/or.json b/src/Symfony/Component/Intl/Resources/data/languages/or.json index c8eaab8bb0..cbed672855 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/or.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/or.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "ଅଫାର୍", "ab": "ଆବ୍ଖାଜିଆନ୍", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/os.json b/src/Symfony/Component/Intl/Resources/data/languages/os.json index 76be2bb068..8cff497bb9 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/os.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/os.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ab": "абхазаг", "ady": "адыгейаг", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/pa.json b/src/Symfony/Component/Intl/Resources/data/languages/pa.json index c3657fbf18..41ad312ca7 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/pa.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/pa.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.20", + "Version": "36", "Names": { "aa": "ਅਫ਼ਾਰ", "ab": "ਅਬਖਾਜ਼ੀਅਨ", @@ -49,6 +49,7 @@ "bug": "ਬਗਨੀਜ਼", "byn": "ਬਲਿਨ", "ca": "ਕੈਟਾਲਾਨ", + "ccp": "ਚਕਮਾ", "ce": "ਚੇਚਨ", "ceb": "ਸੀਬੂਆਨੋ", "cgg": "ਚੀਗਾ", @@ -226,7 +227,7 @@ "men": "ਮੇਂਡੇ", "mer": "ਮੇਰੂ", "mfe": "ਮੋਰੀਸਿਅਨ", - "mg": "ਮੇਲੇਗਸੀ", + "mg": "ਮਾਲਾਗੈਸੀ", "mgh": "ਮਖੋਵਾ-ਮਿੱਟੋ", "mgo": "ਮੇਟਾ", "mh": "ਮਾਰਸ਼ਲੀਜ਼", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/pa_Arab.json b/src/Symfony/Component/Intl/Resources/data/languages/pa_Arab.json index 563ef06e23..638161bb0f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/pa_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/pa_Arab.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "pa": "پنجابی" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/pl.json b/src/Symfony/Component/Intl/Resources/data/languages/pl.json index 149ad41d70..05057b3129 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/pl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/pl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afar", "ab": "abchaski", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ps_PK.json b/src/Symfony/Component/Intl/Resources/data/languages/ps_PK.json index 44ef6ad52e..096023da9f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ps_PK.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ps_PK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.34", + "Version": "36", "Names": { "ar_001": "نوے معياري عربي", "dsb": "لوړے سربي", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/pt.json b/src/Symfony/Component/Intl/Resources/data/languages/pt.json index 127a07c3a1..ea439418c2 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/pt.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/pt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afar", "ab": "abcázio", @@ -72,7 +72,7 @@ "car": "caribe", "cay": "cayuga", "cch": "atsam", - "ccp": "Chakma", + "ccp": "chakma", "ce": "checheno", "ceb": "cebuano", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/pt_PT.json b/src/Symfony/Component/Intl/Resources/data/languages/pt_PT.json index 2af54f5400..7fc49631ec 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/pt_PT.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/pt_PT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "af": "africanês", "alt": "altai do sul", @@ -12,6 +12,7 @@ "bbj": "ghomala", "bn": "bengalês", "bua": "buriat", + "ccp": "changma", "chk": "chuquês", "chn": "jargão chinook", "chr": "cherokee", @@ -54,7 +55,6 @@ "lg": "ganda", "lou": "crioulo de Louisiana", "lrc": "luri do norte", - "luo": "luo", "mak": "makassarês", "mk": "macedónio", "moh": "mohawk", @@ -63,6 +63,7 @@ "nds": "baixo-alemão", "nds_NL": "baixo-saxão", "nl": "neerlandês", + "nl_BE": "flamengo", "nn": "norueguês nynorsk", "non": "nórdico antigo", "oc": "occitano", @@ -78,6 +79,7 @@ "pt_BR": "português do Brasil", "pt_PT": "português europeu", "raj": "rajastanês", + "ro_MD": "moldávio", "root": "root", "se": "sami do norte", "sga": "irlandês antigo", @@ -93,12 +95,13 @@ "tt": "tatar", "tzm": "tamazight do Atlas Central", "uz": "usbeque", - "vai": "vai", "wo": "uólofe", "xh": "xosa", "xog": "soga", "yo": "ioruba", "zgh": "tamazight marroquino padrão", + "zh_Hans": "chinês simplificado", + "zh_Hant": "chinês tradicional", "zun": "zuni", "zza": "zaza" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/qu.json b/src/Symfony/Component/Intl/Resources/data/languages/qu.json index b4d5f83d19..65bd1977db 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/qu.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/qu.json @@ -1,49 +1,76 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "af": "Afrikaans Simi", + "agq": "Aghem Simi", + "ak": "Akan Simi", "am": "Amarico Simi", "ar": "Arabe Simi", "arn": "Mapuche Simi", "as": "Asames Simi", + "asa": "Asu Simi", + "ast": "Asturiano Simi", "ay": "Aymara Simi", "az": "Azerbaiyano Simi", "ba": "Baskir Simi", + "bas": "Basaa Simi", "be": "Bielorruso Simi", + "bem": "Bemba Simi", + "bez": "Bena Simi", "bg": "Bulgaro Simi", + "bm": "Bambara Simi", "bn": "Bangla Simi", "bo": "Tibetano Simi", "br": "Breton Simi", + "brx": "Bodo Simi", "bs": "Bosnio Simi", "ca": "Catalan Simi", + "ccp": "Chakma Simi", + "ce": "Checheno Simi", + "ceb": "Cebuano Simi", + "cgg": "Kiga Simi", "chr": "Cheroqui Simi", "ckb": "Chawpi Kurdo Simi", "co": "Corso Simi", "cs": "Checo Simi", + "cu": "Eslavo Eclesiástico Simi", "cy": "Gales Simi", "da": "Danes Simi", + "dav": "Taita Simi", "de": "Aleman Simi", + "dje": "Zarma Simi", "dsb": "Bajo Sorbio Simi", + "dua": "Duala Simi", "dv": "Divehi Simi", + "dyo": "Jola-Fonyi Simi", + "dz": "Butanés Simi", + "ebu": "Embu Simi", + "ee": "Ewé Simi", "el": "Griego Simi", "en": "Ingles Simi", + "eo": "Esperanto Simi", "es": "Español Simi", "es_419": "Español Simi (Latino América)", "et": "Estonio Simi", "eu": "Euskera Simi", + "ewo": "Ewondo Simi", "fa": "Persa Simi", "ff": "Fulah Simi", "fi": "Fines Simi", "fil": "Filipino Simi", "fo": "Feroes Simi", "fr": "Frances Simi", + "fur": "Friulano Simi", "fy": "Frison Simi", "ga": "Irlandes Simi", "gd": "Gaelico Escoces Simi", "gl": "Gallego Simi", "gsw": "Alsaciano Simi", "gu": "Gujarati Simi", + "guz": "Guzí Simi", + "gv": "Manés Simi", "ha": "Hausa Simi", + "haw": "Hawaiano Simi", "he": "Hebreo Simi", "hi": "Hindi Simi", "hmn": "Hmong Daw Simi", @@ -52,6 +79,7 @@ "ht": "Haitiano Criollo Simi", "hu": "Hungaro Simi", "hy": "Armenio Simi", + "ia": "Interlingua Simi", "id": "Indonesio Simi", "ig": "Igbo Simi", "ii": "Yi Simi", @@ -59,18 +87,50 @@ "it": "Italiano Simi", "iu": "Inuktitut Simi", "ja": "Japones Simi", + "jgo": "Ngomba Simi", + "jmc": "Machame Simi", + "jv": "Javanés Simi", "ka": "Georgiano Simi", + "kab": "Cabilio Simi", + "kam": "Kamba Simi", + "kde": "Makonde Simi", + "kea": "Caboverdiano Simi", + "khq": "Koyra Chiini Simi", + "ki": "Kikuyu Simi", "kk": "Kazajo Simi", + "kkj": "Kako Simi", "kl": "Groenlandes Simi", + "kln": "Kalenjin Simi", "km": "Khmer Simi", "kn": "Kannada Simi", "ko": "Coreano Simi", "kok": "Konkani Simi", + "ks": "Cachemir Simi", + "ksb": "Shambala Simi", + "ksf": "Bafia Simi", + "ksh": "Kölsch Simi", + "ku": "Kurdo Simi", + "kw": "Córnico Simi", "ky": "Kirghiz Simi", + "la": "Latín Simi", + "lag": "Langi Simi", "lb": "Luxemburgues Simi", + "lg": "Luganda Simi", + "lkt": "Lakota Simi", + "ln": "Lingala Simi", "lo": "Lao Simi", + "lrc": "Luri septentrional Simi", "lt": "Lituano Simi", + "lu": "Luba-Katanga Simi", + "luo": "Luo Simi", + "luy": "Luyia Simi", "lv": "Leton Simi", + "mas": "Masai Simi", + "mer": "Meru Simi", + "mfe": "Mauriciano Simi", + "mg": "Malgache Simi", + "mgh": "Makhuwa-Meetto Simi", + "mgo": "Metaʼ Simi", "mi": "Maori Simi", "mk": "Macedonio Simi", "ml": "Malayalam Simi", @@ -79,58 +139,107 @@ "mr": "Marathi Simi", "ms": "Malayo Simi", "mt": "Maltes Simi", + "mua": "Mundang Simi", + "mul": "Idiomas M´últiples Simi", + "my": "Birmano Simi", + "mzn": "Mazandaraní Simi", + "naq": "Nama Simi", + "nb": "Noruego Bokmål Simi", + "nd": "Ndebele septentrional Simi", + "nds": "Bajo Alemán Simi", "ne": "Nepali Simi", "nl": "Neerlandes Simi", + "nl_BE": "Flamenco Simi", + "nmg": "Kwasio Ngumba Simi", + "nn": "Noruego Nynorsk Simi", + "nnh": "Ngiemboon Simi", "no": "Noruego Simi", "nso": "Sesotho Sa Leboa Simi", + "nus": "Nuer Simi", + "ny": "Nyanja Simi", + "nyn": "Nyankole Simi", "oc": "Occitano Simi", + "om": "Oromo Simi", "or": "Odia Simi", + "os": "Osetio Simi", "pa": "Punyabi Simi", "pap": "Papiamento Simi", "pl": "Polaco Simi", + "prg": "Prusiano Simi", "ps": "Pashto Simi", "pt": "Portugues Simi", "qu": "Runasimi", "quc": "Kʼicheʼ Simi", "rm": "Romanche Simi", + "rn": "Rundi Simi", "ro": "Rumano Simi", + "rof": "Rombo Simi", "ru": "Ruso Simi", "rw": "Kinyarwanda Simi", + "rwk": "Rwa Simi", "sa": "Sanscrito Simi", "sah": "Sakha Simi", + "saq": "Samburu Simi", + "sbp": "Sangu Simi", "sd": "Sindhi Simi", "se": "Chincha Sami Simi", + "seh": "Sena Simi", + "ses": "Koyraboro Senni Simi", + "sg": "Sango Simi", + "shi": "Tashelhit Simi", "si": "Cingales Simi", "sk": "Eslovaco Simi", "sl": "Esloveno Simi", + "sm": "Samoano Simi", "sma": "Qulla Sami Simi", "smj": "Sami Lule Simi", "smn": "Sami Inari Simi", "sms": "Sami Skolt Simi", + "sn": "Shona Simi", + "so": "Somali Simi", "sq": "Albanes Simi", "sr": "Serbio Simi", + "st": "Soto Meridional Simi", + "su": "Sundanés Simi", "sv": "Sueco Simi", "sw": "Suajili Simi", "sw_CD": "Suajili Simi (Congo (RDC))", "syr": "Siriaco Simi", "ta": "Tamil Simi", "te": "Telugu Simi", + "teo": "Teso Simi", "tg": "Tayiko Simi", "th": "Tailandes Simi", "ti": "Tigriña Simi", "tk": "Turcomano Simi", "tn": "Setsuana Simi", + "to": "Tongano Simi", "tr": "Turco Simi", "tt": "Tartaro Simi", + "twq": "Tasawaq Simi", + "tzm": "Tamazight Simi", "ug": "Uigur Simi", "uk": "Ucraniano Simi", + "und": "Mana Riqsisqa Simi", "ur": "Urdu Simi", "uz": "Uzbeko Simi", + "vai": "Vai Simi", "vi": "Vietnamita Simi", + "vo": "Volapük Simi", + "vun": "Vunjo Simi", + "wae": "Walser Simi", "wo": "Wolof Simi", "xh": "Isixhosa Simi", + "xog": "Soga Simi", + "yav": "Yangben Simi", + "yi": "Yiddish Simi", "yo": "Yoruba Simi", + "yue": "Cantonés Simi", + "zgh": "Bereber Marroquí Estándar Simi", "zh": "Chino Simi", - "zu": "Isizulu Simi" + "zh_Hans": "Chino Simplificado Simi", + "zh_Hant": "Chino Tradicional Simi", + "zu": "Isizulu Simi", + "zxx": "Sin contenido linguístico" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/rm.json b/src/Symfony/Component/Intl/Resources/data/languages/rm.json index f9e6f83812..0479bb2d79 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/rm.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/rm.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "aa": "afar", "ab": "abchasian", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/rn.json b/src/Symfony/Component/Intl/Resources/data/languages/rn.json index a06e6acd7f..31d0c9e2d1 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/rn.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/rn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "Igikani", "am": "Ikimuhariki", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ro.json b/src/Symfony/Component/Intl/Resources/data/languages/ro.json index fe4ce5d33a..128f1d6e4c 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ro.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ro.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abhază", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ro_MD.json b/src/Symfony/Component/Intl/Resources/data/languages/ro_MD.json index 594c54b9b4..9a7286132b 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ro_MD.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ro_MD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { "sw_CD": "swahili (R. D. Congo)", "wal": "wolaytta" diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ru.json b/src/Symfony/Component/Intl/Resources/data/languages/ru.json index b14cad21a6..62ec9d9e25 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ru.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ru.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "афарский", "ab": "абхазский", @@ -21,7 +21,7 @@ "ang": "староанглийский", "anp": "ангика", "ar": "арабский", - "ar_001": "литературный арабский", + "ar_001": "арабский литературный", "arc": "арамейский", "arn": "мапуче", "arp": "арапахо", @@ -327,14 +327,14 @@ "my": "бирманский", "mye": "миене", "myv": "эрзянский", - "mzn": "мазендеранский", + "mzn": "мазандеранский", "na": "науру", "nan": "миньнань", "nap": "неаполитанский", "naq": "нама", "nb": "норвежский букмол", "nd": "северный ндебеле", - "nds": "нижнегерманский", + "nds": "нижненемецкий", "nds_NL": "нижнесаксонский", "ne": "непальский", "new": "неварский", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/rw.json b/src/Symfony/Component/Intl/Resources/data/languages/rw.json index bb41cb5881..d429f82d83 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/rw.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/rw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "af": "Ikinyafurikaneri", "am": "Inyamuhariki", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sd.json b/src/Symfony/Component/Intl/Resources/data/languages/sd.json index 2d9b0c5b19..31f88b95b0 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sd.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "افار", "ab": "ابقازیان", @@ -276,7 +276,7 @@ "pl": "پولش", "prg": "پرشن", "ps": "پشتو", - "pt": "پرتگالي", + "pt": "پورٽگليز", "pt_BR": "برازيلي پرتگالي", "pt_PT": "يورپي پرتگالي", "qu": "ڪيچوا", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/se.json b/src/Symfony/Component/Intl/Resources/data/languages/se.json index e596589038..61ce82b6ec 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/se.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/se.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "ace": "acehgiella", "af": "afrikánsagiella", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/se_FI.json b/src/Symfony/Component/Intl/Resources/data/languages/se_FI.json index d373463be2..0939bc662d 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/se_FI.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/se_FI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "ace": "ačehgiella", "ar_001": "standárda arábagiella", @@ -29,6 +29,7 @@ "swb": "komoragiella", "th": "thaigiella", "vi": "vietnamagiella", - "zh_Hans": "álkes kiinnágiella" + "zh_Hans": "álkes kiinnágiella", + "zh_Hant": "árbevirolaš kiinnágiella" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sg.json b/src/Symfony/Component/Intl/Resources/data/languages/sg.json index dbb79356b9..48f2bf530e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sg.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "ak": "Akâan", "am": "Amarîki", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sh.json b/src/Symfony/Component/Intl/Resources/data/languages/sh.json index 8dd7fb3572..d9f2cf8d95 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sh.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afarski", "ab": "abhaski", @@ -62,7 +62,6 @@ "cad": "kado", "car": "karipski", "cch": "atsam", - "ccp": "ccp", "ce": "čečenski", "ceb": "sebuanski", "cgg": "čiga", @@ -99,7 +98,7 @@ "din": "dinka", "dje": "zarma", "doi": "dogri", - "dsb": "donji lužičkosrpski", + "dsb": "donjolužičkosrpski", "dua": "duala", "dum": "srednjeholandski", "dv": "maldivski", @@ -173,7 +172,7 @@ "hmn": "hmonški", "ho": "hiri motu", "hr": "hrvatski", - "hsb": "gornji lužičkosrpski", + "hsb": "gornjolužičkosrpski", "ht": "haićanski", "hu": "mađarski", "hup": "hupa", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sh_BA.json b/src/Symfony/Component/Intl/Resources/data/languages/sh_BA.json index 066b5008b0..10b02c30b8 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sh_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sh_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.77", + "Version": "36", "Names": { "arn": "mapudungun", "be": "bjeloruski", @@ -12,9 +12,12 @@ "nqo": "n’ko", "shi": "južni šilha", "si": "sinhalski", + "sw_CD": "kisvahili", "tzm": "centralnoatlaski tamašek", "xh": "isikosa", "zgh": "standardni marokanski tamašek", + "zh_Hans": "pojednostavljeni kineski", + "zh_Hant": "tradicionalni kineski", "zu": "isizulu" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/si.json b/src/Symfony/Component/Intl/Resources/data/languages/si.json index fbe4acd057..7173594ecf 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/si.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/si.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "අෆාර්", "ab": "ඇබ්කාසියානු", @@ -48,6 +48,7 @@ "bug": "බුගිනීස්", "byn": "බ්ලින්", "ca": "කැටලන්", + "ccp": "චක්මා", "ce": "චෙච්නියානු", "ceb": "සෙබුඅනො", "cgg": "චිගා", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sk.json b/src/Symfony/Component/Intl/Resources/data/languages/sk.json index 7cc160863a..998a054dc2 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sk.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afarčina", "ab": "abcházčina", @@ -71,6 +71,7 @@ "car": "karibčina", "cay": "kajugčina", "cch": "atsam", + "ccp": "čakma", "ce": "čečenčina", "ceb": "cebuánčina", "cgg": "kiga", @@ -518,7 +519,7 @@ "zap": "zapotéčtina", "zbl": "systém Bliss", "zen": "zenaga", - "zgh": "tuaregčina (štandardná marocká)", + "zgh": "tuaregčina (marocká štandardná)", "zh": "čínština", "zh_Hans": "čínština (zjednodušená)", "zh_Hant": "čínština (tradičná)", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sl.json b/src/Symfony/Component/Intl/Resources/data/languages/sl.json index 6f3700765a..7021b6963b 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afarščina", "ab": "abhaščina", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sn.json b/src/Symfony/Component/Intl/Resources/data/languages/sn.json index fa5f1f0934..b37e808b3b 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sn.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "ak": "chiAkani", "am": "chiAmaric", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/so.json b/src/Symfony/Component/Intl/Resources/data/languages/so.json index ace929b515..8f49fd6650 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/so.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/so.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "af": "Afrikaanka", "agq": "Ageem", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sq.json b/src/Symfony/Component/Intl/Resources/data/languages/sq.json index b42f130a91..6fc6150f59 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sq.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sq.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "afarisht", "ab": "abkazisht", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr.json b/src/Symfony/Component/Intl/Resources/data/languages/sr.json index 700706f9a1..87ec1d954e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "афарски", "ab": "абхаски", @@ -62,7 +62,6 @@ "cad": "кадо", "car": "карипски", "cch": "атсам", - "ccp": "ccp", "ce": "чеченски", "ceb": "себуански", "cgg": "чига", @@ -99,7 +98,7 @@ "din": "динка", "dje": "зарма", "doi": "догри", - "dsb": "доњи лужичкосрпски", + "dsb": "доњолужичкосрпски", "dua": "дуала", "dum": "средњехоландски", "dv": "малдивски", @@ -173,7 +172,7 @@ "hmn": "хмоншки", "ho": "хири моту", "hr": "хрватски", - "hsb": "горњи лужичкосрпски", + "hsb": "горњолужичкосрпски", "ht": "хаићански", "hu": "мађарски", "hup": "хупа", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_BA.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_BA.json index a74389537d..ff01980262 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "arn": "мапудунгун", "be": "бјелоруски", @@ -12,9 +12,12 @@ "nqo": "н’ко", "shi": "јужни шилха", "si": "синхалски", + "sw_CD": "кисвахили", "tzm": "централноатласки тамашек", "xh": "исикоса", "zgh": "стандардни марокански тамашек", + "zh_Hans": "поједностављени кинески", + "zh_Hant": "традиционални кинески", "zu": "исизулу" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_BA.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_BA.json index a74389537d..ff01980262 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "arn": "мапудунгун", "be": "бјелоруски", @@ -12,9 +12,12 @@ "nqo": "н’ко", "shi": "јужни шилха", "si": "синхалски", + "sw_CD": "кисвахили", "tzm": "централноатласки тамашек", "xh": "исикоса", "zgh": "стандардни марокански тамашек", + "zh_Hans": "поједностављени кинески", + "zh_Hant": "традиционални кинески", "zu": "исизулу" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_ME.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_ME.json index 1dbe221c4f..b4da1e7f77 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_ME.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_ME.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "arn": "мапудунгун", "be": "бјелоруски", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_XK.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_XK.json index 9604340879..7a66f3941f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_XK.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_Cyrl_XK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "bm": "бамананкан", "bn": "бангла", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn.json index 8dd7fb3572..d9f2cf8d95 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afarski", "ab": "abhaski", @@ -62,7 +62,6 @@ "cad": "kado", "car": "karipski", "cch": "atsam", - "ccp": "ccp", "ce": "čečenski", "ceb": "sebuanski", "cgg": "čiga", @@ -99,7 +98,7 @@ "din": "dinka", "dje": "zarma", "doi": "dogri", - "dsb": "donji lužičkosrpski", + "dsb": "donjolužičkosrpski", "dua": "duala", "dum": "srednjeholandski", "dv": "maldivski", @@ -173,7 +172,7 @@ "hmn": "hmonški", "ho": "hiri motu", "hr": "hrvatski", - "hsb": "gornji lužičkosrpski", + "hsb": "gornjolužičkosrpski", "ht": "haićanski", "hu": "mađarski", "hup": "hupa", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_BA.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_BA.json index 066b5008b0..10b02c30b8 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.77", + "Version": "36", "Names": { "arn": "mapudungun", "be": "bjeloruski", @@ -12,9 +12,12 @@ "nqo": "n’ko", "shi": "južni šilha", "si": "sinhalski", + "sw_CD": "kisvahili", "tzm": "centralnoatlaski tamašek", "xh": "isikosa", "zgh": "standardni marokanski tamašek", + "zh_Hans": "pojednostavljeni kineski", + "zh_Hant": "tradicionalni kineski", "zu": "isizulu" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_ME.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_ME.json index 7f44a28d53..88a559a8f3 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_ME.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_ME.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "arn": "mapudungun", "be": "bjeloruski", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_XK.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_XK.json index 6025757208..571314ca69 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_XK.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_Latn_XK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "bm": "bamanankan", "bn": "bangla", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_ME.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_ME.json index 7f44a28d53..88a559a8f3 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_ME.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_ME.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "arn": "mapudungun", "be": "bjeloruski", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr_XK.json b/src/Symfony/Component/Intl/Resources/data/languages/sr_XK.json index 9604340879..7a66f3941f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sr_XK.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sr_XK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "bm": "бамананкан", "bn": "бангла", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sv.json b/src/Symfony/Component/Intl/Resources/data/languages/sv.json index 22d8e649a6..43b3548e58 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sv.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.90", + "Version": "36", "Names": { "aa": "afar", "ab": "abchaziska", @@ -270,7 +270,7 @@ "kgp": "kaingang", "kha": "khasi", "kho": "khotanesiska", - "khq": "Timbuktu-songhoy", + "khq": "Timbuktu-songhai", "khw": "khowar", "ki": "kikuyu", "kiu": "kirmanjki", @@ -302,7 +302,7 @@ "kut": "kutenaj", "kv": "kome", "kw": "korniska", - "ky": "kirgisiska", + "ky": "kirgiziska", "la": "latin", "lad": "ladino", "lag": "langi", @@ -484,7 +484,7 @@ "seh": "sena", "sei": "seri", "sel": "selkup", - "ses": "Gao-songhay", + "ses": "Gao-songhai", "sg": "sango", "sga": "forniriska", "sgs": "samogitiska", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json b/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json deleted file mode 100644 index 1a33257005..0000000000 --- a/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Version": "2.1.47.71", - "Names": { - "ky": "kirgiziska" - } -} diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sw.json b/src/Symfony/Component/Intl/Resources/data/languages/sw.json index 67ac2fdd9e..69a5c47c94 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sw.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "Kiafar", "ab": "Kiabkhazi", @@ -59,6 +59,7 @@ "byn": "Kiblin", "byv": "Kimedumba", "ca": "Kikatalani", + "ccp": "Kichakma", "ce": "Kichechenia", "ceb": "Kichebuano", "cgg": "Kichiga", @@ -315,6 +316,7 @@ "rm": "Kiromanshi", "rn": "Kirundi", "ro": "Kiromania", + "ro_MD": "Kimoldova cha Romania", "rof": "Kirombo", "root": "Kiroot", "ru": "Kirusi", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sw_CD.json b/src/Symfony/Component/Intl/Resources/data/languages/sw_CD.json index 91a4115638..43d97d8f0f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sw_CD.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sw_CD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "ak": "Kiakan", "ar_001": "Kiarabu cha Dunia Kilichosanifishwa", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sw_KE.json b/src/Symfony/Component/Intl/Resources/data/languages/sw_KE.json index 00a4940a2f..04599d2c9f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sw_KE.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sw_KE.json @@ -1,6 +1,7 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { + "ar_001": "Kiarabu sanifu", "arq": "Kiarabu cha Aljeria", "as": "Kiasamisi", "chr": "Kicheroki", @@ -31,6 +32,7 @@ "nqo": "Kiin’ko", "or": "Kiodia", "pcm": "Kipijini cha Nigeria", + "ro_MD": "Kimoldova cha Romania", "ses": "Kikoyraborosenni", "shu": "Kiarabu cha Chadi", "srn": "Kisranantongo", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ta.json b/src/Symfony/Component/Intl/Resources/data/languages/ta.json index 6e3e1d4557..55ebb34a15 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ta.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ta.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "அஃபார்", "ab": "அப்காஜியான்", @@ -33,7 +33,7 @@ "av": "அவேரிக்", "awa": "அவதி", "ay": "அய்மரா", - "az": "அஸர்பைஜானி", + "az": "அசர்பைஜானி", "ba": "பஷ்கிர்", "bal": "பலூச்சி", "ban": "பலினீஸ்", @@ -65,6 +65,7 @@ "cad": "கேடோ", "car": "கரீப்", "cch": "ஆட்சம்", + "ccp": "சக்மா", "ce": "செச்சென்", "ceb": "செபுவானோ", "cgg": "சிகா", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/te.json b/src/Symfony/Component/Intl/Resources/data/languages/te.json index cd82764476..06cf919b7d 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/te.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/te.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "అఫార్", "ab": "అబ్ఖాజియన్", @@ -65,6 +65,7 @@ "cad": "కేడ్డో", "car": "కేరిబ్", "cch": "అట్సామ్", + "ccp": "చక్మా", "ce": "చెచెన్", "ceb": "సెబువానో", "cgg": "ఛిగా", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tg.json b/src/Symfony/Component/Intl/Resources/data/languages/tg.json index 767014ccd7..3c073539d3 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/tg.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/tg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "af": "африкаанс", "am": "амҳарӣ", @@ -25,14 +25,22 @@ "cy": "валлӣ", "da": "даниягӣ", "de": "немисӣ", + "de_AT": "немисии австриягӣ", + "de_CH": "немисии швейсарии болоӣ", "dsb": "сербии поёнӣ", "dv": "дивеҳӣ", "dz": "дзонгха", "el": "юнонӣ", "en": "англисӣ", + "en_AU": "англисии австралиягӣ", + "en_CA": "англисии канадагӣ", + "en_GB": "англисии британӣ", + "en_US": "англисии америкоӣ", "eo": "эсперанто", "es": "испанӣ", - "es_419": "испанӣ (Америкаи Лотинӣ)", + "es_419": "испании америкоии лотинӣ", + "es_ES": "испании аврупоӣ", + "es_MX": "испании мексикоӣ", "et": "эстонӣ", "eu": "баскӣ", "fa": "форсӣ", @@ -41,6 +49,8 @@ "fil": "филиппинӣ", "fo": "фарерӣ", "fr": "франсузӣ", + "fr_CA": "франсузии канадагӣ", + "fr_CH": "франсузии швейсарӣ", "fy": "фризии ғарбӣ", "ga": "ирландӣ", "gd": "шотландии гэлӣ", @@ -106,6 +116,8 @@ "pl": "лаҳистонӣ", "ps": "пушту", "pt": "португалӣ", + "pt_BR": "португалии бразилиягӣ", + "pt_PT": "португалии аврупоӣ", "qu": "кечуа", "quc": "киче", "rm": "ретороманӣ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/th.json b/src/Symfony/Component/Intl/Resources/data/languages/th.json index 8e3a65017c..e66c05112d 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/th.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/th.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "อะฟาร์", "ab": "อับฮาเซีย", @@ -88,6 +88,7 @@ "car": "คาริบ", "cay": "คายูกา", "cch": "แอตแซม", + "ccp": "จักม่า", "ce": "เชเชน", "ceb": "เซบู", "cgg": "คีกา", @@ -233,7 +234,7 @@ "id": "อินโดนีเซีย", "ie": "อินเตอร์ลิงกิว", "ig": "อิกโบ", - "ii": "เสฉวนยิ", + "ii": "เสฉวนยี่", "ik": "อีนูเปียก", "ilo": "อีโลโก", "inh": "อินกุช", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ti.json b/src/Symfony/Component/Intl/Resources/data/languages/ti.json index c57f7e1fdc..8624d59f85 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ti.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ti.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "af": "አፍሪቃንሰኛ", "am": "አምሐረኛ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tk.json b/src/Symfony/Component/Intl/Resources/data/languages/tk.json index 54c1801b74..588940fb5f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/tk.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/tk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar dili", "ab": "abhaz dili", @@ -74,7 +74,7 @@ "dsb": "aşaky lužits dili", "dua": "duala dili", "dv": "diwehi dili", - "dyo": "ýola-Fonyi dili", + "dyo": "ýola-fonýi dili", "dz": "dzong-ke dili", "dzg": "daza dili", "ebu": "embu dili", @@ -194,7 +194,7 @@ "loz": "lozi dili", "lrc": "demirgazyk luri dili", "lt": "litwa dili", - "lu": "luba-Katanga dili", + "lu": "luba-katanga dili", "lua": "luba-Lulua dili", "lun": "lunda dili", "luo": "luo dili", @@ -211,7 +211,7 @@ "mer": "meru dili", "mfe": "morisýen dili", "mg": "malagasiý dili", - "mgh": "makua-Mitto dili", + "mgh": "makuwa-mito dili", "mgo": "meta dili", "mh": "marşall dili", "mi": "maori dili", @@ -298,7 +298,7 @@ "sd": "sindhi dili", "se": "demirgazyk saam dili", "seh": "sena dili", - "ses": "koýraboro-Senni dili", + "ses": "koýraboro-senni dili", "sg": "sango dili", "shi": "tahelhit dili", "shn": "şan dili", @@ -318,7 +318,7 @@ "srn": "sranan-tongo dili", "ss": "swati dili", "ssy": "saho dili", - "st": "günorta Soto dili", + "st": "günorta soto dili", "su": "sundan dili", "suk": "sukuma dili", "sv": "şwed dili", @@ -349,7 +349,7 @@ "twq": "tasawak dili", "ty": "taiti dili", "tyv": "tuwa dili", - "tzm": "orta-Atlas tamazight dili", + "tzm": "orta-atlas tamazight dili", "udm": "udmurt dili", "ug": "uýgur dili", "uk": "ukrain dili", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tl.json b/src/Symfony/Component/Intl/Resources/data/languages/tl.json index 1bad7c4c30..0c8de0da6e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/tl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/tl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abkhazian", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/to.json b/src/Symfony/Component/Intl/Resources/data/languages/to.json index 83e0c00bc6..fd66fe5e66 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/to.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/to.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "aa": "lea fakaʻafāla", "ab": "lea fakaʻapakasia", @@ -87,6 +87,7 @@ "car": "lea fakakalipa", "cay": "lea fakakaiuka", "cch": "lea fakaʻatisami", + "ccp": "lea fakasākima", "ce": "lea fakasese", "ceb": "lea fakasepuano", "cgg": "lea fakakika", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tr.json b/src/Symfony/Component/Intl/Resources/data/languages/tr.json index 0e046db953..97cc1e8912 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/tr.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/tr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "aa": "Afar", "ab": "Abhazca", @@ -42,7 +42,7 @@ "avk": "Kotava", "awa": "Awadhi", "ay": "Aymara", - "az": "Azerice", + "az": "Azerbaycan dili", "az_Arab": "Güney Azerice", "ba": "Başkırtça", "bal": "Beluçça", @@ -92,7 +92,7 @@ "ccp": "Chakma", "ce": "Çeçence", "ceb": "Sebuano dili", - "cgg": "Kigaca", + "cgg": "Kiga", "ch": "Çamorro dili", "chb": "Çibça dili", "chg": "Çağatayca", @@ -229,7 +229,7 @@ "hup": "Hupaca", "hy": "Ermenice", "hz": "Herero dili", - "ia": "Interlingua", + "ia": "İnterlingua", "iba": "Iban", "ibb": "İbibio dili", "id": "Endonezce", @@ -252,7 +252,7 @@ "jpr": "Yahudi Farsçası", "jrb": "Yahudi Arapçası", "jut": "Yutland Dili", - "jv": "Cava Dili", + "jv": "Cava dili", "ka": "Gürcüce", "kaa": "Karakalpakça", "kab": "Kabiliyece", @@ -295,7 +295,7 @@ "krl": "Karelyaca", "kru": "Kurukh dili", "ks": "Keşmir dili", - "ksb": "Shambala", + "ksb": "Şambala", "ksf": "Bafia", "ksh": "Köln lehçesi", "ku": "Kürtçe", @@ -490,7 +490,7 @@ "sga": "Eski İrlandaca", "sgs": "Samogitçe", "sh": "Sırp-Hırvat Dili", - "shi": "Taşelhit", + "shi": "Taşelit", "shn": "Shan dili", "shu": "Çad Arapçası", "si": "Sinhali dili", @@ -504,7 +504,7 @@ "smj": "Lule Laponcası", "smn": "İnari Laponcası", "sms": "Skolt Laponcası", - "sn": "Shona", + "sn": "Şona dili", "snk": "Soninke", "so": "Somalice", "sog": "Sogdiana Dili", @@ -516,7 +516,7 @@ "ssy": "Saho", "st": "Güney Sotho dili", "stq": "Saterland Frizcesi", - "su": "Sunda Dili", + "su": "Sunda dili", "suk": "Sukuma dili", "sus": "Susu", "sux": "Sümerce", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tt.json b/src/Symfony/Component/Intl/Resources/data/languages/tt.json index 589a076b18..7daeba5323 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/tt.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/tt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "af": "африкаанс", "am": "амхар", @@ -26,14 +26,18 @@ "cy": "уэльс", "da": "дания", "de": "алман", + "de_CH": "югары алман (Швейцария)", "dsb": "түбән сорб", "dv": "мальдив", "dz": "дзонг-кха", "el": "грек", "en": "инглиз", + "en_GB": "Британия инглизчәсе", + "en_US": "Америка инглизчәсе", "eo": "эсперанто", "es": "испан", "es_419": "испан (Латин Америкасы)", + "es_ES": "испан (Европа)", "et": "эстон", "eu": "баск", "fa": "фарсы", @@ -105,6 +109,7 @@ "pl": "поляк", "ps": "пушту", "pt": "португал", + "pt_PT": "португал (Европа)", "qu": "кечуа", "quc": "киче", "rm": "ретороман", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ug.json b/src/Symfony/Component/Intl/Resources/data/languages/ug.json index 338baa5254..790619af5f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ug.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ug.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "ئافارچە", "ab": "ئابخازچە", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ur.json b/src/Symfony/Component/Intl/Resources/data/languages/ur.json index fce461e58e..2d8ac850c1 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ur.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ur.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "افار", "ab": "ابقازیان", @@ -41,7 +41,7 @@ "bin": "بینی", "bla": "سکسیکا", "bm": "بمبارا", - "bn": "بنگالی", + "bn": "بنگلہ", "bo": "تبتی", "br": "بریٹن", "brx": "بوڈو", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ur_IN.json b/src/Symfony/Component/Intl/Resources/data/languages/ur_IN.json index a3e1deba6a..f98723cda2 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ur_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ur_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "ar_001": "جدید معیاری عربی", "awa": "اودھی", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/uz.json b/src/Symfony/Component/Intl/Resources/data/languages/uz.json index 1361187740..45e899ace9 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/uz.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/uz.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "afar", "ab": "abxaz", @@ -47,6 +47,7 @@ "bug": "bugi", "byn": "blin", "ca": "katalan", + "ccp": "chakma", "ce": "chechen", "ceb": "sebuan", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/uz_Arab.json b/src/Symfony/Component/Intl/Resources/data/languages/uz_Arab.json index 1bfffd013f..c2e64d35c1 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/uz_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/uz_Arab.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "fa": "دری", "ps": "پشتو", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/uz_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/languages/uz_Cyrl.json index 8986d27238..32065c24bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/uz_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/uz_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "афарча", "ab": "абхазча", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/vi.json b/src/Symfony/Component/Intl/Resources/data/languages/vi.json index fff99f48d9..eb77abafab 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/vi.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/vi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "Tiếng Afar", "ab": "Tiếng Abkhazia", @@ -514,7 +514,7 @@ "udm": "Tiếng Udmurt", "ug": "Tiếng Uyghur", "uga": "Tiếng Ugaritic", - "uk": "Tiếng Ucraina", + "uk": "Tiếng Ukraina", "umb": "Tiếng Umbundu", "ur": "Tiếng Urdu", "uz": "Tiếng Uzbek", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/wo.json b/src/Symfony/Component/Intl/Resources/data/languages/wo.json index 766c61ac56..febe19c54e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/wo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/wo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "af": "Afrikaans", "am": "Amharik", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/xh.json b/src/Symfony/Component/Intl/Resources/data/languages/xh.json index 711b2fe0ce..cfc1355c2b 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/xh.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/xh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "xh": "isiXhosa" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/yi.json b/src/Symfony/Component/Intl/Resources/data/languages/yi.json index e6288b77d3..98c7d409b5 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/yi.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/yi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "aa": "אַפֿאַר", "af": "אַפֿריקאַנס", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/yo.json b/src/Symfony/Component/Intl/Resources/data/languages/yo.json index 19f5fab9bb..ec265c567d 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/yo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/yo.json @@ -1,10 +1,10 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "af": "Èdè Afrikani", "ak": "Èdè Akani", "am": "Èdè Amariki", - "ar": "Èdè Arabiki", + "ar": "Èdè Árábìkì", "as": "Ti Assam", "az": "Èdè Azerbaijani", "be": "Èdè Belarusi", @@ -16,8 +16,8 @@ "cs": "Èdè seeki", "cy": "Èdè Welshi", "da": "Èdè Ilẹ̀ Denmark", - "de": "Èdè Ilẹ̀ Jámánì", - "de_AT": "Èdè Ilẹ̀ Jámánì orílẹ̀-èdè Ọ́síríà )", + "de": "Èdè Jámánì", + "de_AT": "Èdè Jámánì (Ọ́síríà )", "de_CH": "Èdè Ilẹ̀ Jámánì (Orílẹ́ède swítsàlandì)", "el": "Èdè Giriki", "en": "Èdè Gẹ̀ẹ́sì", @@ -26,18 +26,19 @@ "en_GB": "Èdè òyìnbó Gẹ̀ẹ́sì", "eo": "Èdè Esperanto", "es": "Èdè Sípáníìṣì", - "es_419": "Èdè Sípáníìṣì (orílẹ̀-èdè Látìn-Amẹ́ríkà)", + "es_419": "Èdè Sípáníìṣì (orílẹ̀-èdè Látìn-Amẹ́ríkà) ( Èdè Sípáníìshì (Látìn-Amẹ́ríkà)", "es_ES": "Èdè Sípáníìṣì (orílẹ̀-èdè Yúróòpù)", "es_MX": "Èdè Sípáníìṣì (orílẹ̀-èdè Mẹ́síkò)", "et": "Èdè Estonia", "eu": "Èdè Baski", "fa": "Èdè Pasia", + "ff": "Èdè Fúlàní", "fi": "Èdè Finisi", "fil": "Èdè Filipino", "fo": "Èdè Faroesi", "fr": "Èdè Faransé", "fr_CA": "Èdè Faransé (orílẹ̀-èdè Kánádà)", - "fr_CH": "Èdè Faransé (orílẹ̀-èdè swítsàlandì)", + "fr_CH": "Èdè Faranṣé (Súwísàlaǹdì)", "fy": "Èdè Frisia", "ga": "Èdè Ireland", "gd": "Èdè Gaelik ti Ilu Scotland", @@ -46,22 +47,22 @@ "gu": "Èdè Gujarati", "ha": "Èdè Hausa", "he": "Èdè Heberu", - "hi": "Èdè Hindi", + "hi": "Èdè Híńdì", "hr": "Èdè Kroatia", "hu": "Èdè Hungaria", "hy": "Èdè Ile Armenia", "ia": "Èdè pipo", - "id": "Èdè Indonasia", + "id": "Èdè Indonéṣíà", "ie": "Iru Èdè", - "ig": "Èdè Ibo", + "ig": "Èdè Yíbò", "is": "Èdè Icelandic", - "it": "Èdè ilẹ̀ Ítálì", - "ja": "Èdè ilẹ̀ Japan", + "it": "Èdè Ítálì", + "ja": "Èdè Jàpáànù", "jv": "Èdè Javanasi", "ka": "Èdè Georgia", "km": "Èdè kameri", "kn": "Èdè Kannada", - "ko": "Èdè Koria", + "ko": "Èdè Kòríà", "la": "Èdè Latini", "lt": "Èdè Lithuania", "lv": "Èdè Latvianu", @@ -71,16 +72,16 @@ "mt": "Èdè Malta", "my": "Èdè Bumiisi", "ne": "Èdè Nepali", - "nl": "Èdè Duki", + "nl": "Èdè Dọ́ọ̀ṣì", "no": "Èdè Norway", "oc": "Èdè Occitani", "pa": "Èdè Punjabi", - "pl": "Èdè Ilẹ̀ Polandi", + "pl": "Èdè Póláǹdì", "pt": "Èdè Pọtogí", "pt_BR": "Èdè Pọtogí (Orilẹ̀-èdè Bràsíl)", "pt_PT": "Èdè Pọtogí (orílẹ̀-èdè Yúróòpù)", "ro": "Èdè Romania", - "ru": "Èdè Rọsià", + "ru": "Èdè Rọ́ṣíà", "rw": "Èdè Ruwanda", "sa": "Èdè awon ara Indo", "sd": "Èdè Sindhi", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/zh.json b/src/Symfony/Component/Intl/Resources/data/languages/zh.json index 0e12978c3c..0838ea581c 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/zh.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/zh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "阿法尔语", "ab": "阿布哈西亚语", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/zh_HK.json b/src/Symfony/Component/Intl/Resources/data/languages/zh_HK.json index cfb9d6f9e1..5d8194d600 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/zh_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/zh_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "aa": "阿法爾文", "az": "阿塞拜疆文", @@ -26,7 +26,6 @@ "gil": "吉爾伯特文", "gl": "加里西亞文", "gsw": "瑞士德文", - "hi": "印度文", "hmn": "苗語", "hr": "克羅地亞文", "it": "意大利文", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant.json b/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant.json index 3c2da540a6..b46813e4f7 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "aa": "阿法文", "ab": "阿布哈茲文", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant_HK.json b/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant_HK.json index cfb9d6f9e1..5d8194d600 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/zh_Hant_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "aa": "阿法爾文", "az": "阿塞拜疆文", @@ -26,7 +26,6 @@ "gil": "吉爾伯特文", "gl": "加里西亞文", "gsw": "瑞士德文", - "hi": "印度文", "hmn": "苗語", "hr": "克羅地亞文", "it": "意大利文", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/zu.json b/src/Symfony/Component/Intl/Resources/data/languages/zu.json index 592479a714..64c9f34a0e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/zu.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/zu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "aa": "isi-Afar", "ab": "isi-Abkhazian", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/am.json b/src/Symfony/Component/Intl/Resources/data/locales/am.json index 2e8566754f..0a88014be6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/am.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/am.json @@ -261,7 +261,7 @@ "fr_BL": "ፈረንሳይኛ (ቅዱስ በርቴሎሜ)", "fr_CA": "ፈረንሳይኛ (ካናዳ)", "fr_CD": "ፈረንሳይኛ (ኮንጎ-ኪንሻሳ)", - "fr_CF": "ፈረንሳይኛ (የመካከለኛው አፍሪካ ሪፐብሊክ)", + "fr_CF": "ፈረንሳይኛ (ማዕከላዊ አፍሪካ ሪፑብሊክ)", "fr_CG": "ፈረንሳይኛ (ኮንጎ ብራዛቪል)", "fr_CH": "ፈረንሳይኛ (ስዊዘርላንድ)", "fr_CI": "ፈረንሳይኛ (ኮት ዲቯር)", @@ -303,6 +303,7 @@ "fy": "ምዕራባዊ ፍሪሲኛ", "fy_NL": "ምዕራባዊ ፍሪሲኛ (ኔዘርላንድ)", "ga": "አይሪሽ", + "ga_GB": "አይሪሽ (ዩናይትድ ኪንግደም)", "ga_IE": "አይሪሽ (አየርላንድ)", "gd": "የስኮቲሽ ጌልክኛ", "gd_GB": "የስኮቲሽ ጌልክኛ (ዩናይትድ ኪንግደም)", @@ -375,7 +376,7 @@ "ln": "ሊንጋላኛ", "ln_AO": "ሊንጋላኛ (አንጐላ)", "ln_CD": "ሊንጋላኛ (ኮንጎ-ኪንሻሳ)", - "ln_CF": "ሊንጋላኛ (የመካከለኛው አፍሪካ ሪፐብሊክ)", + "ln_CF": "ሊንጋላኛ (ማዕከላዊ አፍሪካ ሪፑብሊክ)", "ln_CG": "ሊንጋላኛ (ኮንጎ ብራዛቪል)", "lo": "ላኦኛ", "lo_LA": "ላኦኛ (ላኦስ)", @@ -485,7 +486,7 @@ "se_NO": "ሰሜናዊ ሳሚ (ኖርዌይ)", "se_SE": "ሰሜናዊ ሳሚ (ስዊድን)", "sg": "ሳንጎኛ", - "sg_CF": "ሳንጎኛ (የመካከለኛው አፍሪካ ሪፐብሊክ)", + "sg_CF": "ሳንጎኛ (ማዕከላዊ አፍሪካ ሪፑብሊክ)", "sh": "ሰርቦ-ክሮኤሽያኛ", "sh_BA": "ሰርቦ-ክሮኤሽያኛ (ቦስኒያ እና ሄርዞጎቪኒያ)", "si": "ሲንሃልኛ", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ar.json b/src/Symfony/Component/Intl/Resources/data/locales/ar.json index 1c54fe40a4..a5412fa7d1 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ar.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ar.json @@ -104,7 +104,7 @@ "en_BE": "الإنجليزية (بلجيكا)", "en_BI": "الإنجليزية (بوروندي)", "en_BM": "الإنجليزية (برمودا)", - "en_BS": "الإنجليزية (البهاما)", + "en_BS": "الإنجليزية (جزر البهاما)", "en_BW": "الإنجليزية (بوتسوانا)", "en_BZ": "الإنجليزية (بليز)", "en_CA": "الإنجليزية (كندا)", @@ -147,7 +147,7 @@ "en_LS": "الإنجليزية (ليسوتو)", "en_MG": "الإنجليزية (مدغشقر)", "en_MH": "الإنجليزية (جزر مارشال)", - "en_MO": "الإنجليزية (مكاو الصينية [منطقة إدارية خاصة])", + "en_MO": "الإنجليزية (منطقة ماكاو الإدارية الخاصة)", "en_MP": "الإنجليزية (جزر ماريانا الشمالية)", "en_MS": "الإنجليزية (مونتسرات)", "en_MT": "الإنجليزية (مالطا)", @@ -303,6 +303,7 @@ "fy": "الفريزيان", "fy_NL": "الفريزيان (هولندا)", "ga": "الأيرلندية", + "ga_GB": "الأيرلندية (المملكة المتحدة)", "ga_IE": "الأيرلندية (أيرلندا)", "gd": "الغيلية الأسكتلندية", "gd_GB": "الغيلية الأسكتلندية (المملكة المتحدة)", @@ -453,7 +454,7 @@ "pt_GQ": "البرتغالية (غينيا الاستوائية)", "pt_GW": "البرتغالية (غينيا بيساو)", "pt_LU": "البرتغالية (لوكسمبورغ)", - "pt_MO": "البرتغالية (مكاو الصينية [منطقة إدارية خاصة])", + "pt_MO": "البرتغالية (منطقة ماكاو الإدارية الخاصة)", "pt_MZ": "البرتغالية (موزمبيق)", "pt_PT": "البرتغالية (البرتغال)", "pt_ST": "البرتغالية (ساو تومي وبرينسيبي)", @@ -582,13 +583,13 @@ "zh_Hans": "الصينية (المبسطة)", "zh_Hans_CN": "الصينية (المبسطة، الصين)", "zh_Hans_HK": "الصينية (المبسطة، هونغ كونغ الصينية [منطقة إدارية خاصة])", - "zh_Hans_MO": "الصينية (المبسطة، مكاو الصينية [منطقة إدارية خاصة])", + "zh_Hans_MO": "الصينية (المبسطة، منطقة ماكاو الإدارية الخاصة)", "zh_Hans_SG": "الصينية (المبسطة، سنغافورة)", "zh_Hant": "الصينية (التقليدية)", "zh_Hant_HK": "الصينية (التقليدية، هونغ كونغ الصينية [منطقة إدارية خاصة])", - "zh_Hant_MO": "الصينية (التقليدية، مكاو الصينية [منطقة إدارية خاصة])", + "zh_Hant_MO": "الصينية (التقليدية، منطقة ماكاو الإدارية الخاصة)", "zh_Hant_TW": "الصينية (التقليدية، تايوان)", - "zh_MO": "الصينية (مكاو الصينية [منطقة إدارية خاصة])", + "zh_MO": "الصينية (منطقة ماكاو الإدارية الخاصة)", "zh_SG": "الصينية (سنغافورة)", "zh_TW": "الصينية (تايوان)", "zu": "الزولو", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ar_SA.json b/src/Symfony/Component/Intl/Resources/data/locales/ar_SA.json index 7990fe7f47..e2d037629d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ar_SA.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ar_SA.json @@ -1,6 +1,5 @@ { "Names": { - "en_BS": "الإنجليزية (جزر البهاما)", "en_MO": "الإنجليزية (ماكاو الصينية [منطقة إدارية خاصة])", "en_MS": "الإنجليزية (مونتيسيرات)", "es_UY": "الإسبانية (أوروغواي)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/az.json b/src/Symfony/Component/Intl/Resources/data/locales/az.json index da4f25da94..b85e7fd486 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/az.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/az.json @@ -130,7 +130,7 @@ "en_GM": "ingilis (Qambiya)", "en_GU": "ingilis (Quam)", "en_GY": "ingilis (Qayana)", - "en_HK": "ingilis (Honq Konq Xüsusi İnzibati Ərazi Çin)", + "en_HK": "ingilis (Honq Konq Xüsusi İnzibati Rayonu Çin)", "en_IE": "ingilis (İrlandiya)", "en_IL": "ingilis (İsrail)", "en_IM": "ingilis (Men adası)", @@ -147,7 +147,7 @@ "en_LS": "ingilis (Lesoto)", "en_MG": "ingilis (Madaqaskar)", "en_MH": "ingilis (Marşal adaları)", - "en_MO": "ingilis (Makao Xüsusi İnzibati Ərazi Çin)", + "en_MO": "ingilis (Makao XİR Çin)", "en_MP": "ingilis (Şimali Marian adaları)", "en_MS": "ingilis (Monserat)", "en_MT": "ingilis (Malta)", @@ -303,6 +303,7 @@ "fy": "qərbi friz", "fy_NL": "qərbi friz (Niderland)", "ga": "irland", + "ga_GB": "irland (Birləşmiş Krallıq)", "ga_IE": "irland (İrlandiya)", "gd": "Şotlandiya keltcəsi", "gd_GB": "Şotlandiya keltcəsi (Birləşmiş Krallıq)", @@ -453,7 +454,7 @@ "pt_GQ": "portuqal (Ekvatorial Qvineya)", "pt_GW": "portuqal (Qvineya-Bisau)", "pt_LU": "portuqal (Lüksemburq)", - "pt_MO": "portuqal (Makao Xüsusi İnzibati Ərazi Çin)", + "pt_MO": "portuqal (Makao XİR Çin)", "pt_MZ": "portuqal (Mozambik)", "pt_PT": "portuqal (Portuqaliya)", "pt_ST": "portuqal (San-Tome və Prinsipi)", @@ -578,17 +579,17 @@ "yo_NG": "yoruba (Nigeriya)", "zh": "çin", "zh_CN": "çin (Çin)", - "zh_HK": "çin (Honq Konq Xüsusi İnzibati Ərazi Çin)", + "zh_HK": "çin (Honq Konq Xüsusi İnzibati Rayonu Çin)", "zh_Hans": "çin (sadələşmiş)", "zh_Hans_CN": "çin (sadələşmiş, Çin)", - "zh_Hans_HK": "çin (sadələşmiş, Honq Konq Xüsusi İnzibati Ərazi Çin)", - "zh_Hans_MO": "çin (sadələşmiş, Makao Xüsusi İnzibati Ərazi Çin)", + "zh_Hans_HK": "çin (sadələşmiş, Honq Konq Xüsusi İnzibati Rayonu Çin)", + "zh_Hans_MO": "çin (sadələşmiş, Makao XİR Çin)", "zh_Hans_SG": "çin (sadələşmiş, Sinqapur)", "zh_Hant": "çin (ənənəvi)", - "zh_Hant_HK": "çin (ənənəvi, Honq Konq Xüsusi İnzibati Ərazi Çin)", - "zh_Hant_MO": "çin (ənənəvi, Makao Xüsusi İnzibati Ərazi Çin)", + "zh_Hant_HK": "çin (ənənəvi, Honq Konq Xüsusi İnzibati Rayonu Çin)", + "zh_Hant_MO": "çin (ənənəvi, Makao XİR Çin)", "zh_Hant_TW": "çin (ənənəvi, Tayvan)", - "zh_MO": "çin (Makao Xüsusi İnzibati Ərazi Çin)", + "zh_MO": "çin (Makao XİR Çin)", "zh_SG": "çin (Sinqapur)", "zh_TW": "çin (Tayvan)", "zu": "zulu", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json index 967b0e8e6f..7949e62a19 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json @@ -303,6 +303,7 @@ "fy": "гәрби фриз", "fy_NL": "гәрби фриз (Нидерланд)", "ga": "ирланд", + "ga_GB": "ирланд (Бирләшмиш Краллыг)", "ga_IE": "ирланд (Ирландија)", "gd": "шотланд келт", "gd_GB": "шотланд келт (Бирләшмиш Краллыг)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/bg.json b/src/Symfony/Component/Intl/Resources/data/locales/bg.json index 9ec87d1952..92237bc846 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/bg.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/bg.json @@ -178,7 +178,7 @@ "en_SL": "английски (Сиера Леоне)", "en_SS": "английски (Южен Судан)", "en_SX": "английски (Синт Мартен)", - "en_SZ": "английски (Свазиленд)", + "en_SZ": "английски (Есватини)", "en_TC": "английски (острови Търкс и Кайкос)", "en_TK": "английски (Токелау)", "en_TO": "английски (Тонга)", @@ -303,9 +303,10 @@ "fy": "западнофризийски", "fy_NL": "западнофризийски (Нидерландия)", "ga": "ирландски", + "ga_GB": "ирландски (Обединеното кралство)", "ga_IE": "ирландски (Ирландия)", - "gd": "шотландски галски", - "gd_GB": "шотландски галски (Обединеното кралство)", + "gd": "шотландски келтски", + "gd_GB": "шотландски келтски (Обединеното кралство)", "gl": "галисийски", "gl_ES": "галисийски (Испания)", "gu": "гуджарати", @@ -332,8 +333,8 @@ "id_ID": "индонезийски (Индонезия)", "ig": "игбо", "ig_NG": "игбо (Нигерия)", - "ii": "съчуански и", - "ii_CN": "съчуански и (Китай)", + "ii": "съчуански йи", + "ii_CN": "съчуански йи (Китай)", "is": "исландски", "is_IS": "исландски (Исландия)", "it": "италиански", @@ -430,9 +431,9 @@ "om_KE": "оромо (Кения)", "or": "ория", "or_IN": "ория (Индия)", - "os": "осетски", - "os_GE": "осетски (Грузия)", - "os_RU": "осетски (Русия)", + "os": "осетински", + "os_GE": "осетински (Грузия)", + "os_RU": "осетински (Русия)", "pa": "пенджабски", "pa_Arab": "пенджабски (арабска)", "pa_Arab_PK": "пенджабски (арабска, Пакистан)", @@ -584,10 +585,10 @@ "zh_Hans_HK": "китайски (опростена, Хонконг, САР на Китай)", "zh_Hans_MO": "китайски (опростена, Макао, САР на Китай)", "zh_Hans_SG": "китайски (опростена, Сингапур)", - "zh_Hant": "китайски (традиционен)", - "zh_Hant_HK": "китайски (традиционен, Хонконг, САР на Китай)", - "zh_Hant_MO": "китайски (традиционен, Макао, САР на Китай)", - "zh_Hant_TW": "китайски (традиционен, Тайван)", + "zh_Hant": "китайски (традиционна)", + "zh_Hant_HK": "китайски (традиционна, Хонконг, САР на Китай)", + "zh_Hant_MO": "китайски (традиционна, Макао, САР на Китай)", + "zh_Hant_TW": "китайски (традиционна, Тайван)", "zh_MO": "китайски (Макао, САР на Китай)", "zh_SG": "китайски (Сингапур)", "zh_TW": "китайски (Тайван)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/bs.json b/src/Symfony/Component/Intl/Resources/data/locales/bs.json index 1e1c528f39..6775a3987f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/bs.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/bs.json @@ -73,7 +73,7 @@ "cs": "češki", "cs_CZ": "češki (Češka)", "cy": "velški", - "cy_GB": "velški (Velika Britanija)", + "cy_GB": "velški (Ujedinjeno Kraljevstvo)", "da": "danski", "da_DK": "danski (Danska)", "da_GL": "danski (Grenland)", @@ -122,7 +122,7 @@ "en_FJ": "engleski (Fidži)", "en_FK": "engleski (Folklandska ostrva)", "en_FM": "engleski (Mikronezija)", - "en_GB": "engleski (Velika Britanija)", + "en_GB": "engleski (Ujedinjeno Kraljevstvo)", "en_GD": "engleski (Grenada)", "en_GG": "engleski (Gernzi)", "en_GH": "engleski (Gana)", @@ -178,7 +178,7 @@ "en_SL": "engleski (Sijera Leone)", "en_SS": "engleski (Južni Sudan)", "en_SX": "engleski (Sint Marten)", - "en_SZ": "engleski (Svazilend)", + "en_SZ": "engleski (Esvatini)", "en_TC": "engleski (Ostrva Turks i Kaikos)", "en_TK": "engleski (Tokelau)", "en_TO": "engleski (Tonga)", @@ -187,7 +187,7 @@ "en_TZ": "engleski (Tanzanija)", "en_UG": "engleski (Uganda)", "en_UM": "engleski (Američka Vanjska Ostrva)", - "en_US": "engleski (Sjedinjene Američke Države)", + "en_US": "engleski (Sjedinjene Države)", "en_VC": "engleski (Sveti Vinsent i Grenadin)", "en_VG": "engleski (Britanska Djevičanska ostrva)", "en_VI": "engleski (Američka Djevičanska ostrva)", @@ -220,7 +220,7 @@ "es_PR": "španski (Porto Riko)", "es_PY": "španski (Paragvaj)", "es_SV": "španski (Salvador)", - "es_US": "španski (Sjedinjene Američke Države)", + "es_US": "španski (Sjedinjene Države)", "es_UY": "španski (Urugvaj)", "es_VE": "španski (Venecuela)", "et": "estonski", @@ -303,9 +303,10 @@ "fy": "zapadni frizijski", "fy_NL": "zapadni frizijski (Holandija)", "ga": "irski", + "ga_GB": "irski (Ujedinjeno Kraljevstvo)", "ga_IE": "irski (Irska)", "gd": "škotski galski", - "gd_GB": "škotski galski (Velika Britanija)", + "gd_GB": "škotski galski (Ujedinjeno Kraljevstvo)", "gl": "galicijski", "gl_ES": "galicijski (Španija)", "gu": "gudžarati", @@ -365,7 +366,7 @@ "ku": "kurdski", "ku_TR": "kurdski (Turska)", "kw": "kornski", - "kw_GB": "kornski (Velika Britanija)", + "kw_GB": "kornski (Ujedinjeno Kraljevstvo)", "ky": "kirgiški", "ky_KG": "kirgiški (Kirgistan)", "lb": "luksemburški", @@ -428,8 +429,8 @@ "om": "oromo", "om_ET": "oromo (Etiopija)", "om_KE": "oromo (Kenija)", - "or": "orijski", - "or_IN": "orijski (Indija)", + "or": "odija", + "or_IN": "odija (Indija)", "os": "osetski", "os_GE": "osetski (Gruzija)", "os_RU": "osetski (Rusija)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json index 654d0c350c..df1e447d42 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json @@ -1,8 +1,8 @@ { "Names": { - "af": "африканерски", - "af_NA": "африканерски (Намибија)", - "af_ZA": "африканерски (Јужноафричка Република)", + "af": "африканс", + "af_NA": "африканс (Намибија)", + "af_ZA": "африканс (Јужноафричка Република)", "ak": "акан", "ak_GH": "акан (Гана)", "am": "амхарски", @@ -49,9 +49,9 @@ "bg_BG": "бугарски (Бугарска)", "bm": "бамбара", "bm_ML": "бамбара (Мали)", - "bn": "бенгласки", - "bn_BD": "бенгласки (Бангладеш)", - "bn_IN": "бенгласки (Индија)", + "bn": "бенгалски", + "bn_BD": "бенгалски (Бангладеш)", + "bn_IN": "бенгалски (Индија)", "bo": "тибетански", "bo_CN": "тибетански (Кина)", "bo_IN": "тибетански (Индија)", @@ -106,7 +106,7 @@ "en_BM": "енглески (Бермуди)", "en_BS": "енглески (Бахами)", "en_BW": "енглески (Боцвана)", - "en_BZ": "енглески (Белиз)", + "en_BZ": "енглески (Белизе)", "en_CA": "енглески (Канада)", "en_CC": "енглески (Кокос [Келинг] Острва)", "en_CH": "енглески (Швицарска)", @@ -120,7 +120,7 @@ "en_ER": "енглески (Еритреја)", "en_FI": "енглески (Финска)", "en_FJ": "енглески (Фиџи)", - "en_FK": "енглески (Фокландска острва)", + "en_FK": "енглески (Фокландска Острва)", "en_FM": "енглески (Микронезија)", "en_GB": "енглески (Уједињено Краљевство)", "en_GD": "енглески (Гренада)", @@ -130,7 +130,7 @@ "en_GM": "енглески (Гамбија)", "en_GU": "енглески (Гуам)", "en_GY": "енглески (Гвајана)", - "en_HK": "енглески (Хонг Конг [САР Кина])", + "en_HK": "енглески (Хонг Конг С. А. Р.)", "en_IE": "енглески (Ирска)", "en_IL": "енглески (Израел)", "en_IM": "енглески (Острво Мен)", @@ -140,15 +140,15 @@ "en_JM": "енглески (Јамајка)", "en_KE": "енглески (Кенија)", "en_KI": "енглески (Кирибати)", - "en_KN": "енглески (Свети Кристофор и Невис)", + "en_KN": "енглески (Свети Китс и Невис)", "en_KY": "енглески (Кајманска острва)", "en_LC": "енглески (Света Луција)", "en_LR": "енглески (Либерија)", "en_LS": "енглески (Лесото)", "en_MG": "енглески (Мадагаскар)", "en_MH": "енглески (Маршалска Острва)", - "en_MO": "енглески (Макао [САР Кина])", - "en_MP": "енглески (Сјеверна Маријанска острва)", + "en_MO": "енглески (Макао С. А. Р.)", + "en_MP": "енглески (Сјеверна Маријанска Острва)", "en_MS": "енглески (Монсерат)", "en_MT": "енглески (Малта)", "en_MU": "енглески (Маурицијус)", @@ -177,8 +177,8 @@ "en_SI": "енглески (Словенија)", "en_SL": "енглески (Сијера Леоне)", "en_SS": "енглески (Јужни Судан)", - "en_SX": "енглески (Sint Marten)", - "en_SZ": "енглески (Свази)", + "en_SX": "енглески (Свети Мартин [Холандија])", + "en_SZ": "енглески (Есватини)", "en_TC": "енглески (Туркс и Кајкос Острва)", "en_TK": "енглески (Токелау)", "en_TO": "енглески (Тонга)", @@ -201,7 +201,7 @@ "es_AR": "шпански (Аргентина)", "es_BO": "шпански (Боливија)", "es_BR": "шпански (Бразил)", - "es_BZ": "шпански (Белиз)", + "es_BZ": "шпански (Белизе)", "es_CL": "шпански (Чиле)", "es_CO": "шпански (Колумбија)", "es_CR": "шпански (Костарика)", @@ -209,7 +209,7 @@ "es_DO": "шпански (Доминиканска Република)", "es_EC": "шпански (Еквадор)", "es_ES": "шпански (Шпанија)", - "es_GQ": "шпански (Екваторска Гвинеја)", + "es_GQ": "шпански (Екваторијална Гвинеја)", "es_GT": "шпански (Гватемала)", "es_HN": "шпански (Хондурас)", "es_MX": "шпански (Мексико)", @@ -261,10 +261,10 @@ "fr_BL": "француски (Свети Бартоломеј)", "fr_CA": "француски (Канада)", "fr_CD": "француски (Демократска Република Конго)", - "fr_CF": "француски (Средњоафричка Република)", + "fr_CF": "француски (Централноафричка Република)", "fr_CG": "француски (Конго)", "fr_CH": "француски (Швицарска)", - "fr_CI": "француски (Обала Слоноваче)", + "fr_CI": "француски (Обала Слоноваче [Кот д’Ивоар])", "fr_CM": "француски (Камерун)", "fr_DJ": "француски (Џибути)", "fr_DZ": "француски (Алжир)", @@ -273,7 +273,7 @@ "fr_GF": "француски (Француска Гвајана)", "fr_GN": "француски (Гвинеја)", "fr_GP": "француски (Гваделупе)", - "fr_GQ": "француски (Екваторска Гвинеја)", + "fr_GQ": "француски (Екваторијална Гвинеја)", "fr_HT": "француски (Хаити)", "fr_KM": "француски (Комори)", "fr_LU": "француски (Луксембург)", @@ -300,9 +300,10 @@ "fr_VU": "француски (Вануату)", "fr_WF": "француски (Валис и Футуна)", "fr_YT": "француски (Мајоте)", - "fy": "фризијски", - "fy_NL": "фризијски (Холандија)", + "fy": "западни фризијски", + "fy_NL": "западни фризијски (Холандија)", "ga": "ирски", + "ga_GB": "ирски (Уједињено Краљевство)", "ga_IE": "ирски (Ирска)", "gd": "шкотски галски", "gd_GB": "шкотски галски (Уједињено Краљевство)", @@ -325,15 +326,15 @@ "hr_HR": "хрватски (Хрватска)", "hu": "мађарски", "hu_HU": "мађарски (Мађарска)", - "hy": "ерменски", - "hy_AM": "ерменски (Ерменија)", + "hy": "јерменски", + "hy_AM": "јерменски (Арменија)", "ia": "интерлингва", "id": "индонежански", "id_ID": "индонежански (Индонезија)", "ig": "игбо", "ig_NG": "игбо (Нигерија)", - "ii": "сичуан ји", - "ii_CN": "сичуан ји (Кина)", + "ii": "сечуан ји", + "ii_CN": "сечуан ји (Кина)", "is": "исландски", "is_IS": "исландски (Исланд)", "it": "италијански", @@ -349,8 +350,8 @@ "ka_GE": "грузијски (Грузија)", "ki": "кикују", "ki_KE": "кикују (Кенија)", - "kk": "козачки", - "kk_KZ": "козачки (Казахстан)", + "kk": "казашки", + "kk_KZ": "казашки (Казахстан)", "kl": "калалисут", "kl_GL": "калалисут (Гренланд)", "km": "кмерски", @@ -375,7 +376,7 @@ "ln": "лингала", "ln_AO": "лингала (Ангола)", "ln_CD": "лингала (Демократска Република Конго)", - "ln_CF": "лингала (Средњоафричка Република)", + "ln_CF": "лингала (Централноафричка Република)", "ln_CG": "лингала (Конго)", "lo": "лаоски", "lo_LA": "лаоски (Лаос)", @@ -401,8 +402,8 @@ "ms_BN": "малајски (Брунеј)", "ms_MY": "малајски (Малезија)", "ms_SG": "малајски (Сингапур)", - "mt": "мелтешки", - "mt_MT": "мелтешки (Малта)", + "mt": "малтешки", + "mt_MT": "малтешки (Малта)", "my": "бурмански", "my_MM": "бурмански (Мјанмар)", "nb": "норвешки бокмал", @@ -420,26 +421,26 @@ "nl_CW": "холандски (Курасао)", "nl_NL": "холандски (Холандија)", "nl_SR": "холандски (Суринам)", - "nl_SX": "холандски (Sint Marten)", - "nn": "норвешки њорск", - "nn_NO": "норвешки њорск (Норвешка)", + "nl_SX": "холандски (Свети Мартин [Холандија])", + "nn": "норвешки нинорск", + "nn_NO": "норвешки нинорск (Норвешка)", "no": "норвешки", "no_NO": "норвешки (Норвешка)", "om": "оромо", "om_ET": "оромо (Етиопија)", "om_KE": "оромо (Кенија)", - "or": "оријски", - "or_IN": "оријски (Индија)", + "or": "одија", + "or_IN": "одија (Индија)", "os": "осетски", "os_GE": "осетски (Грузија)", "os_RU": "осетски (Русија)", - "pa": "панџабски", - "pa_Arab": "панџабски (арапско писмо)", - "pa_Arab_PK": "панџабски (арапско писмо, Пакистан)", - "pa_Guru": "панџабски (гурмуки писмо)", - "pa_Guru_IN": "панџабски (гурмуки писмо, Индија)", - "pa_IN": "панџабски (Индија)", - "pa_PK": "панџабски (Пакистан)", + "pa": "пенџапски", + "pa_Arab": "пенџапски (арапско писмо)", + "pa_Arab_PK": "пенџапски (арапско писмо, Пакистан)", + "pa_Guru": "пенџапски (гурмуки писмо)", + "pa_Guru_IN": "пенџапски (гурмуки писмо, Индија)", + "pa_IN": "пенџапски (Индија)", + "pa_PK": "пенџапски (Пакистан)", "pl": "пољски", "pl_PL": "пољски (Пољска)", "ps": "паштунски", @@ -450,14 +451,14 @@ "pt_BR": "португалски (Бразил)", "pt_CH": "португалски (Швицарска)", "pt_CV": "португалски (Зеленортска Острва)", - "pt_GQ": "португалски (Екваторска Гвинеја)", + "pt_GQ": "португалски (Екваторијална Гвинеја)", "pt_GW": "португалски (Гвинеја-Бисау)", "pt_LU": "португалски (Луксембург)", - "pt_MO": "португалски (Макао [САР Кина])", + "pt_MO": "португалски (Макао С. А. Р.)", "pt_MZ": "португалски (Мозамбик)", "pt_PT": "португалски (Португал)", - "pt_ST": "португалски (Свети Тома и Принцип)", - "pt_TL": "португалски (Источни Тимор)", + "pt_ST": "португалски (Сао Томе и Принципе)", + "pt_TL": "португалски (Тимор-Лесте)", "qu": "квенча", "qu_BO": "квенча (Боливија)", "qu_EC": "квенча (Еквадор)", @@ -485,11 +486,11 @@ "se_NO": "сјеверни сами (Норвешка)", "se_SE": "сјеверни сами (Шведска)", "sg": "санго", - "sg_CF": "санго (Средњоафричка Република)", + "sg_CF": "санго (Централноафричка Република)", "sh": "српскохрватски", "sh_BA": "српскохрватски (Босна и Херцеговина)", - "si": "сингалески", - "si_LK": "сингалески (Шри Ланка)", + "si": "синхалски", + "si_LK": "синхалски (Шри Ланка)", "sk": "словачки", "sk_SK": "словачки (Словачка)", "sl": "словенски", @@ -532,8 +533,8 @@ "ta_SG": "тамилски (Сингапур)", "te": "телугу", "te_IN": "телугу (Индија)", - "tg": "тађик", - "tg_TJ": "тађик (Таџикистан)", + "tg": "таџички", + "tg_TJ": "таџички (Таџикистан)", "th": "тајландски", "th_TH": "тајландски (Тајланд)", "ti": "тигриња", @@ -570,25 +571,25 @@ "vi_VN": "вијетнамски (Вијетнам)", "wo": "волоф", "wo_SN": "волоф (Сенегал)", - "xh": "ксхоса", - "xh_ZA": "ксхоса (Јужноафричка Република)", + "xh": "коса", + "xh_ZA": "коса (Јужноафричка Република)", "yi": "јидиш", "yo": "јоруба", "yo_BJ": "јоруба (Бенин)", "yo_NG": "јоруба (Нигерија)", "zh": "кинески", "zh_CN": "кинески (Кина)", - "zh_HK": "кинески (Хонг Конг [САР Кина])", - "zh_Hans": "кинески (поједностављено кинеско писмо)", - "zh_Hans_CN": "кинески (поједностављено кинеско писмо, Кина)", - "zh_Hans_HK": "кинески (поједностављено кинеско писмо, Хонг Конг [САР Кина])", - "zh_Hans_MO": "кинески (поједностављено кинеско писмо, Макао [САР Кина])", - "zh_Hans_SG": "кинески (поједностављено кинеско писмо, Сингапур)", - "zh_Hant": "кинески (традиционално кинеско писмо)", - "zh_Hant_HK": "кинески (традиционално кинеско писмо, Хонг Конг [САР Кина])", - "zh_Hant_MO": "кинески (традиционално кинеско писмо, Макао [САР Кина])", - "zh_Hant_TW": "кинески (традиционално кинеско писмо, Тајван)", - "zh_MO": "кинески (Макао [САР Кина])", + "zh_HK": "кинески (Хонг Конг С. А. Р.)", + "zh_Hans": "кинески (поједностављени)", + "zh_Hans_CN": "кинески (поједностављени, Кина)", + "zh_Hans_HK": "кинески (поједностављени, Хонг Конг С. А. Р.)", + "zh_Hans_MO": "кинески (поједностављени, Макао С. А. Р.)", + "zh_Hans_SG": "кинески (поједностављени, Сингапур)", + "zh_Hant": "кинески (традиционални)", + "zh_Hant_HK": "кинески (традиционални, Хонг Конг С. А. Р.)", + "zh_Hant_MO": "кинески (традиционални, Макао С. А. Р.)", + "zh_Hant_TW": "кинески (традиционални, Тајван)", + "zh_MO": "кинески (Макао С. А. Р.)", "zh_SG": "кинески (Сингапур)", "zh_TW": "кинески (Тајван)", "zu": "зулу", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ca.json b/src/Symfony/Component/Intl/Resources/data/locales/ca.json index 59dffc677d..8fbacaa7cc 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ca.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ca.json @@ -25,7 +25,7 @@ "ar_MA": "àrab (Marroc)", "ar_MR": "àrab (Mauritània)", "ar_OM": "àrab (Oman)", - "ar_PS": "àrab (territoris palestins)", + "ar_PS": "àrab (Territoris palestins)", "ar_QA": "àrab (Qatar)", "ar_SA": "àrab (Aràbia Saudita)", "ar_SD": "àrab (Sudan)", @@ -50,7 +50,7 @@ "bm": "bambara", "bm_ML": "bambara (Mali)", "bn": "bengalí", - "bn_BD": "bengalí (Bangla Desh)", + "bn_BD": "bengalí (Bangladesh)", "bn_IN": "bengalí (Índia)", "bo": "tibetà", "bo_CN": "tibetà (Xina)", @@ -76,7 +76,7 @@ "cy_GB": "gal·lès (Regne Unit)", "da": "danès", "da_DK": "danès (Dinamarca)", - "da_GL": "danès (Grenlàndia)", + "da_GL": "danès (Groenlàndia)", "de": "alemany", "de_AT": "alemany (Àustria)", "de_BE": "alemany (Bèlgica)", @@ -264,7 +264,7 @@ "fr_CF": "francès (República Centreafricana)", "fr_CG": "francès (Congo - Brazzaville)", "fr_CH": "francès (Suïssa)", - "fr_CI": "francès (Costa d’Ivori)", + "fr_CI": "francès (Côte d’Ivoire)", "fr_CM": "francès (Camerun)", "fr_DJ": "francès (Djibouti)", "fr_DZ": "francès (Algèria)", @@ -303,6 +303,7 @@ "fy": "frisó occidental", "fy_NL": "frisó occidental (Països Baixos)", "ga": "irlandès", + "ga_GB": "irlandès (Regne Unit)", "ga_IE": "irlandès (Irlanda)", "gd": "gaèlic escocès", "gd_GB": "gaèlic escocès (Regne Unit)", @@ -352,7 +353,7 @@ "kk": "kazakh", "kk_KZ": "kazakh (Kazakhstan)", "kl": "grenlandès", - "kl_GL": "grenlandès (Grenlàndia)", + "kl_GL": "grenlandès (Groenlàndia)", "km": "khmer", "km_KH": "khmer (Cambodja)", "kn": "kannada", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/cs.json b/src/Symfony/Component/Intl/Resources/data/locales/cs.json index 7f8d58de4e..852ccc8b31 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/cs.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/cs.json @@ -303,6 +303,7 @@ "fy": "fríština [západní]", "fy_NL": "fríština [západní] (Nizozemsko)", "ga": "irština", + "ga_GB": "irština (Spojené království)", "ga_IE": "irština (Irsko)", "gd": "skotská gaelština", "gd_GB": "skotská gaelština (Spojené království)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/cy.json b/src/Symfony/Component/Intl/Resources/data/locales/cy.json index 4e501bd9e2..732499e726 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/cy.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/cy.json @@ -58,11 +58,11 @@ "br": "Llydaweg", "br_FR": "Llydaweg (Ffrainc)", "bs": "Bosnieg", - "bs_BA": "Bosnieg (Bosnia & Herzegovina)", + "bs_BA": "Bosnieg (Bosnia a Herzegovina)", "bs_Cyrl": "Bosnieg (Cyrilig)", - "bs_Cyrl_BA": "Bosnieg (Cyrilig, Bosnia & Herzegovina)", + "bs_Cyrl_BA": "Bosnieg (Cyrilig, Bosnia a Herzegovina)", "bs_Latn": "Bosnieg (Lladin)", - "bs_Latn_BA": "Bosnieg (Lladin, Bosnia & Herzegovina)", + "bs_Latn_BA": "Bosnieg (Lladin, Bosnia a Herzegovina)", "ca": "Catalaneg", "ca_AD": "Catalaneg (Andorra)", "ca_ES": "Catalaneg (Sbaen)", @@ -303,6 +303,7 @@ "fy": "Ffriseg y Gorllewin", "fy_NL": "Ffriseg y Gorllewin (Yr Iseldiroedd)", "ga": "Gwyddeleg", + "ga_GB": "Gwyddeleg (Y Deyrnas Unedig)", "ga_IE": "Gwyddeleg (Iwerddon)", "gd": "Gaeleg yr Alban", "gd_GB": "Gaeleg yr Alban (Y Deyrnas Unedig)", @@ -321,7 +322,7 @@ "hi": "Hindi", "hi_IN": "Hindi (India)", "hr": "Croateg", - "hr_BA": "Croateg (Bosnia & Herzegovina)", + "hr_BA": "Croateg (Bosnia a Herzegovina)", "hr_HR": "Croateg (Croatia)", "hu": "Hwngareg", "hu_HU": "Hwngareg (Hwngari)", @@ -487,7 +488,7 @@ "sg": "Sango", "sg_CF": "Sango (Gweriniaeth Canolbarth Affrica)", "sh": "Serbo-Croateg", - "sh_BA": "Serbo-Croateg (Bosnia & Herzegovina)", + "sh_BA": "Serbo-Croateg (Bosnia a Herzegovina)", "si": "Sinhaleg", "si_LK": "Sinhaleg (Sri Lanka)", "sk": "Slofaceg", @@ -505,13 +506,13 @@ "sq_AL": "Albaneg (Albania)", "sq_MK": "Albaneg (Gogledd Macedonia)", "sr": "Serbeg", - "sr_BA": "Serbeg (Bosnia & Herzegovina)", + "sr_BA": "Serbeg (Bosnia a Herzegovina)", "sr_Cyrl": "Serbeg (Cyrilig)", - "sr_Cyrl_BA": "Serbeg (Cyrilig, Bosnia & Herzegovina)", + "sr_Cyrl_BA": "Serbeg (Cyrilig, Bosnia a Herzegovina)", "sr_Cyrl_ME": "Serbeg (Cyrilig, Montenegro)", "sr_Cyrl_RS": "Serbeg (Cyrilig, Serbia)", "sr_Latn": "Serbeg (Lladin)", - "sr_Latn_BA": "Serbeg (Lladin, Bosnia & Herzegovina)", + "sr_Latn_BA": "Serbeg (Lladin, Bosnia a Herzegovina)", "sr_Latn_ME": "Serbeg (Lladin, Montenegro)", "sr_Latn_RS": "Serbeg (Lladin, Serbia)", "sr_ME": "Serbeg (Montenegro)", @@ -539,8 +540,8 @@ "ti": "Tigrinya", "ti_ER": "Tigrinya (Eritrea)", "ti_ET": "Tigrinya (Ethiopia)", - "tk": "Twrcmeneg", - "tk_TM": "Twrcmeneg (Turkmenistan)", + "tk": "Tyrcmeneg", + "tk_TM": "Tyrcmeneg (Turkmenistan)", "tl": "Tagalog", "tl_PH": "Tagalog (Y Philipinau)", "to": "Tongeg", @@ -576,21 +577,21 @@ "yo": "Iorwba", "yo_BJ": "Iorwba (Benin)", "yo_NG": "Iorwba (Nigeria)", - "zh": "Tsieineeg", - "zh_CN": "Tsieineeg (Tsieina)", - "zh_HK": "Tsieineeg (Hong Kong SAR Tseina)", - "zh_Hans": "Tsieineeg (Symledig)", - "zh_Hans_CN": "Tsieineeg (Symledig, Tsieina)", - "zh_Hans_HK": "Tsieineeg (Symledig, Hong Kong SAR Tseina)", - "zh_Hans_MO": "Tsieineeg (Symledig, Macau RhGA Tsieina)", - "zh_Hans_SG": "Tsieineeg (Symledig, Singapore)", - "zh_Hant": "Tsieineeg (Traddodiadol)", - "zh_Hant_HK": "Tsieineeg (Traddodiadol, Hong Kong SAR Tseina)", - "zh_Hant_MO": "Tsieineeg (Traddodiadol, Macau RhGA Tsieina)", - "zh_Hant_TW": "Tsieineeg (Traddodiadol, Taiwan)", - "zh_MO": "Tsieineeg (Macau RhGA Tsieina)", - "zh_SG": "Tsieineeg (Singapore)", - "zh_TW": "Tsieineeg (Taiwan)", + "zh": "Tsieinëeg", + "zh_CN": "Tsieinëeg (Tsieina)", + "zh_HK": "Tsieinëeg (Hong Kong SAR Tseina)", + "zh_Hans": "Tsieinëeg (Symledig)", + "zh_Hans_CN": "Tsieinëeg (Symledig, Tsieina)", + "zh_Hans_HK": "Tsieinëeg (Symledig, Hong Kong SAR Tseina)", + "zh_Hans_MO": "Tsieinëeg (Symledig, Macau RhGA Tsieina)", + "zh_Hans_SG": "Tsieinëeg (Symledig, Singapore)", + "zh_Hant": "Tsieinëeg (Traddodiadol)", + "zh_Hant_HK": "Tsieinëeg (Traddodiadol, Hong Kong SAR Tseina)", + "zh_Hant_MO": "Tsieinëeg (Traddodiadol, Macau RhGA Tsieina)", + "zh_Hant_TW": "Tsieinëeg (Traddodiadol, Taiwan)", + "zh_MO": "Tsieinëeg (Macau RhGA Tsieina)", + "zh_SG": "Tsieinëeg (Singapore)", + "zh_TW": "Tsieinëeg (Taiwan)", "zu": "Swlw", "zu_ZA": "Swlw (De Affrica)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/da.json b/src/Symfony/Component/Intl/Resources/data/locales/da.json index c7ef60f97c..c400ea47ef 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/da.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/da.json @@ -135,7 +135,7 @@ "en_IL": "engelsk (Israel)", "en_IM": "engelsk (Isle of Man)", "en_IN": "engelsk (Indien)", - "en_IO": "engelsk (Det britiske territorium i Det Indiske Ocean)", + "en_IO": "engelsk (Det Britiske Territorium i Det Indiske Ocean)", "en_JE": "engelsk (Jersey)", "en_JM": "engelsk (Jamaica)", "en_KE": "engelsk (Kenya)", @@ -303,6 +303,7 @@ "fy": "vestfrisisk", "fy_NL": "vestfrisisk (Holland)", "ga": "irsk", + "ga_GB": "irsk (Storbritannien)", "ga_IE": "irsk (Irland)", "gd": "skotsk gælisk", "gd_GB": "skotsk gælisk (Storbritannien)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/de.json b/src/Symfony/Component/Intl/Resources/data/locales/de.json index e12c6d0dac..7291b3c260 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/de.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/de.json @@ -178,7 +178,7 @@ "en_SL": "Englisch (Sierra Leone)", "en_SS": "Englisch (Südsudan)", "en_SX": "Englisch (Sint Maarten)", - "en_SZ": "Englisch (Swasiland)", + "en_SZ": "Englisch (Eswatini)", "en_TC": "Englisch (Turks- und Caicosinseln)", "en_TK": "Englisch (Tokelau)", "en_TO": "Englisch (Tonga)", @@ -303,6 +303,7 @@ "fy": "Westfriesisch", "fy_NL": "Westfriesisch (Niederlande)", "ga": "Irisch", + "ga_GB": "Irisch (Vereinigtes Königreich)", "ga_IE": "Irisch (Irland)", "gd": "Schottisches Gälisch", "gd_GB": "Schottisches Gälisch (Vereinigtes Königreich)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/de_CH.json b/src/Symfony/Component/Intl/Resources/data/locales/de_CH.json index 5e0bcb8ded..9bc7652810 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/de_CH.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/de_CH.json @@ -7,6 +7,7 @@ "en_GB": "Englisch (Grossbritannien)", "en_SB": "Englisch (Salomon-Inseln)", "en_ZW": "Englisch (Zimbabwe)", + "ga_GB": "Irisch (Grossbritannien)", "gd_GB": "Schottisches Gälisch (Grossbritannien)", "kw_GB": "Kornisch (Grossbritannien)", "ms_BN": "Malaiisch (Brunei)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/dz.json b/src/Symfony/Component/Intl/Resources/data/locales/dz.json index 8e909339f8..7663c47966 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/dz.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/dz.json @@ -274,6 +274,7 @@ "fy": "ནུབ་ཕྼི་སི་ཡན་ཁ", "fy_NL": "ནུབ་ཕྼི་སི་ཡན་ཁ། (ནེ་དར་ལནཌས྄།)", "ga": "ཨཱའི་རིཤ་ཁ", + "ga_GB": "ཨཱའི་རིཤ་ཁ། (ཡུ་ནཱའི་ཊེཌ་ ཀིང་ཌམ།)", "ga_IE": "ཨཱའི་རིཤ་ཁ། (ཨཱ་ཡ་ལེནཌ།)", "gl": "གལ་ཨིས་ཨི་ཡན་ཁ", "gl_ES": "གལ་ཨིས་ཨི་ཡན་ཁ། (ཨིས་པེན།)", @@ -339,7 +340,6 @@ "mi": "མ་ཨོ་རི་ཁ", "mi_NZ": "མ་ཨོ་རི་ཁ། (ནིའུ་ཛི་ལེནཌ།)", "mk": "མ་སེ་ཌོ་ནི་ཡཱན་ཁ", - "mk_MK": "མ་སེ་ཌོ་ནི་ཡཱན་ཁ། (མ་སེ་ཌོ་ནི་ཡ།)", "ml": "མ་ལ་ཡ་ལམ་ཁ", "ml_IN": "མ་ལ་ཡ་ལམ་ཁ། (རྒྱ་གར།)", "mr": "མ་ར་ཐི་ཁ", @@ -428,7 +428,6 @@ "so_SO": "སོ་མ་ལི་ཁ། (སོ་མ་ལི་ཡ།)", "sq": "ཨཱལ་བེ་ནི་ཡཱན་ཁ", "sq_AL": "ཨཱལ་བེ་ནི་ཡཱན་ཁ། (ཨཱལ་བེ་ནི་ཡ།)", - "sq_MK": "ཨཱལ་བེ་ནི་ཡཱན་ཁ། (མ་སེ་ཌོ་ནི་ཡ།)", "sr": "སཱར་བྷི་ཡཱན་ཁ", "sr_BA": "སཱར་བྷི་ཡཱན་ཁ། (བྷོས་ནི་ཡ་ ཨེནཌ་ ཧར་ཛི་གྷོ་བི་ན།)", "sr_Cyrl": "སཱར་བྷི་ཡཱན་ཁ། (སིརིལ་ལིཀ་ཡིག་གུ།)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ee.json b/src/Symfony/Component/Intl/Resources/data/locales/ee.json index 302830761e..658001b191 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ee.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ee.json @@ -275,6 +275,7 @@ "fr_WF": "Fransegbe (Wallis kple Futuna nutome)", "fr_YT": "Fransegbe (Mayotte nutome)", "ga": "irelanɖgbe", + "ga_GB": "irelanɖgbe (United Kingdom nutome)", "ga_IE": "irelanɖgbe (Ireland nutome)", "gl": "galatagbe", "gl_ES": "galatagbe (Spain nutome)", @@ -345,7 +346,6 @@ "mi": "maorgbe", "mi_NZ": "maorgbe (New Zealand nutome)", "mk": "makedoniagbe", - "mk_MK": "makedoniagbe (Makedonia nutome)", "ml": "malayagbe", "ml_IN": "malayagbe (India nutome)", "mn": "mongoliagbe", @@ -452,7 +452,6 @@ "so_SO": "somaliagbe (Somalia nutome)", "sq": "albaniagbe", "sq_AL": "albaniagbe (Albania nutome)", - "sq_MK": "albaniagbe (Makedonia nutome)", "sr": "serbiagbe", "sr_BA": "serbiagbe (Bosnia kple Herzergovina nutome)", "sr_Cyrl": "serbiagbe (Cyrillicgbeŋɔŋlɔ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/el.json b/src/Symfony/Component/Intl/Resources/data/locales/el.json index d57396231d..5e37af67ac 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/el.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/el.json @@ -303,6 +303,7 @@ "fy": "Δυτικά Φριζικά", "fy_NL": "Δυτικά Φριζικά (Ολλανδία)", "ga": "Ιρλανδικά", + "ga_GB": "Ιρλανδικά (Ηνωμένο Βασίλειο)", "ga_IE": "Ιρλανδικά (Ιρλανδία)", "gd": "Σκωτικά Κελτικά", "gd_GB": "Σκωτικά Κελτικά (Ηνωμένο Βασίλειο)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/en.json b/src/Symfony/Component/Intl/Resources/data/locales/en.json index c0f6c106f9..4cf2891f2e 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/en.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/en.json @@ -303,6 +303,7 @@ "fy": "Western Frisian", "fy_NL": "Western Frisian (Netherlands)", "ga": "Irish", + "ga_GB": "Irish (United Kingdom)", "ga_IE": "Irish (Ireland)", "gd": "Scottish Gaelic", "gd_GB": "Scottish Gaelic (United Kingdom)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/en_GB.json b/src/Symfony/Component/Intl/Resources/data/locales/en_001.json similarity index 100% rename from src/Symfony/Component/Intl/Resources/data/locales/en_GB.json rename to src/Symfony/Component/Intl/Resources/data/locales/en_001.json diff --git a/src/Symfony/Component/Intl/Resources/data/locales/eo.json b/src/Symfony/Component/Intl/Resources/data/locales/eo.json index 9bce7c22ce..a59255d203 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/eo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/eo.json @@ -249,6 +249,7 @@ "fy": "frisa", "fy_NL": "frisa (Nederlando)", "ga": "irlanda", + "ga_GB": "irlanda (Unuiĝinta Reĝlando)", "ga_IE": "irlanda (Irlando)", "gd": "gaela", "gd_GB": "gaela (Unuiĝinta Reĝlando)", @@ -321,7 +322,6 @@ "mi": "maoria", "mi_NZ": "maoria (Nov-Zelando)", "mk": "makedona", - "mk_MK": "makedona (Makedonujo)", "ml": "malajalama", "ml_IN": "malajalama (Hindujo)", "mn": "mongola", @@ -416,7 +416,6 @@ "so_SO": "somala (Somalujo)", "sq": "albana", "sq_AL": "albana (Albanujo)", - "sq_MK": "albana (Makedonujo)", "sr": "serba", "sr_BA": "serba (Bosnio-Hercegovino)", "sv": "sveda", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es.json b/src/Symfony/Component/Intl/Resources/data/locales/es.json index 55e6e10b43..220094ddb3 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es.json @@ -303,6 +303,7 @@ "fy": "frisón occidental", "fy_NL": "frisón occidental (Países Bajos)", "ga": "irlandés", + "ga_GB": "irlandés (Reino Unido)", "ga_IE": "irlandés (Irlanda)", "gd": "gaélico escocés", "gd_GB": "gaélico escocés (Reino Unido)", @@ -433,13 +434,13 @@ "os": "osético", "os_GE": "osético (Georgia)", "os_RU": "osético (Rusia)", - "pa": "panyabí", - "pa_Arab": "panyabí (árabe)", - "pa_Arab_PK": "panyabí (árabe, Pakistán)", - "pa_Guru": "panyabí (gurmuji)", - "pa_Guru_IN": "panyabí (gurmuji, India)", - "pa_IN": "panyabí (India)", - "pa_PK": "panyabí (Pakistán)", + "pa": "punyabí", + "pa_Arab": "punyabí (árabe)", + "pa_Arab_PK": "punyabí (árabe, Pakistán)", + "pa_Guru": "punyabí (gurmuji)", + "pa_Guru_IN": "punyabí (gurmuji, India)", + "pa_IN": "punyabí (India)", + "pa_PK": "punyabí (Pakistán)", "pl": "polaco", "pl_PL": "polaco (Polonia)", "ps": "pastún", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_AR.json b/src/Symfony/Component/Intl/Resources/data/locales/es_AR.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_AR.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_AR.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_BO.json b/src/Symfony/Component/Intl/Resources/data/locales/es_BO.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_BO.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_BO.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_CL.json b/src/Symfony/Component/Intl/Resources/data/locales/es_CL.json index 805a1fe6cc..c4223f4bae 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_CL.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_CL.json @@ -1,13 +1,6 @@ { "Names": { "ar_EH": "árabe (Sahara Occidental)", - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_CO.json b/src/Symfony/Component/Intl/Resources/data/locales/es_CO.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_CO.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_CO.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_CR.json b/src/Symfony/Component/Intl/Resources/data/locales/es_CR.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_CR.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_CR.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_DO.json b/src/Symfony/Component/Intl/Resources/data/locales/es_DO.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_DO.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_DO.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_EC.json b/src/Symfony/Component/Intl/Resources/data/locales/es_EC.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_EC.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_EC.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_GT.json b/src/Symfony/Component/Intl/Resources/data/locales/es_GT.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_GT.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_GT.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_HN.json b/src/Symfony/Component/Intl/Resources/data/locales/es_HN.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_HN.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_HN.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json b/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json index f21eb3fae8..7d95712d53 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json @@ -2,16 +2,6 @@ "Names": { "ar_SA": "árabe (Arabia Saudita)", "en_SZ": "inglés (Eswatini)", - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", - "rn": "kiroundi", - "rn_BI": "kiroundi (Burundi)", - "wo": "wolof", - "wo_SN": "wolof (Senegal)" + "ro_RO": "rumano (Rumania)" } } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_NI.json b/src/Symfony/Component/Intl/Resources/data/locales/es_NI.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_NI.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_NI.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_PA.json b/src/Symfony/Component/Intl/Resources/data/locales/es_PA.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_PA.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_PA.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_PE.json b/src/Symfony/Component/Intl/Resources/data/locales/es_PE.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_PE.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_PE.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_PY.json b/src/Symfony/Component/Intl/Resources/data/locales/es_PY.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_PY.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_PY.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_VE.json b/src/Symfony/Component/Intl/Resources/data/locales/es_VE.json index ddc1c2a1f2..f218176eed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_VE.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_VE.json @@ -1,12 +1,5 @@ { "Names": { - "pa": "punyabí", - "pa_Arab": "punyabí (árabe)", - "pa_Arab_PK": "punyabí (árabe, Pakistán)", - "pa_Guru": "punyabí (gurmuji)", - "pa_Guru_IN": "punyabí (gurmuji, India)", - "pa_IN": "punyabí (India)", - "pa_PK": "punyabí (Pakistán)", "wo": "wolof", "wo_SN": "wolof (Senegal)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/et.json b/src/Symfony/Component/Intl/Resources/data/locales/et.json index c58cdb4ef2..3abf9fb4fd 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/et.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/et.json @@ -303,6 +303,7 @@ "fy": "läänefriisi", "fy_NL": "läänefriisi (Holland)", "ga": "iiri", + "ga_GB": "iiri (Suurbritannia)", "ga_IE": "iiri (Iirimaa)", "gd": "gaeli", "gd_GB": "gaeli (Suurbritannia)", @@ -332,8 +333,8 @@ "id_ID": "indoneesia (Indoneesia)", "ig": "ibo", "ig_NG": "ibo (Nigeeria)", - "ii": "Sichuani jii", - "ii_CN": "Sichuani jii (Hiina)", + "ii": "nuosu", + "ii_CN": "nuosu (Hiina)", "is": "islandi", "is_IS": "islandi (Island)", "it": "itaalia", @@ -381,8 +382,8 @@ "lo_LA": "lao (Laos)", "lt": "leedu", "lt_LT": "leedu (Leedu)", - "lu": "luba", - "lu_CD": "luba (Kongo DV)", + "lu": "Katanga luba", + "lu_CD": "Katanga luba (Kongo DV)", "lv": "läti", "lv_LV": "läti (Läti)", "mg": "malagassi", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/eu.json b/src/Symfony/Component/Intl/Resources/data/locales/eu.json index 8635cc3e6f..e13082aa1d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/eu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/eu.json @@ -302,8 +302,9 @@ "fr_YT": "frantses (Mayotte)", "fy": "frisiera", "fy_NL": "frisiera (Herbehereak)", - "ga": "gaeliko", - "ga_IE": "gaeliko (Irlanda)", + "ga": "irlandera", + "ga_GB": "irlandera (Erresuma Batua)", + "ga_IE": "irlandera (Irlanda)", "gd": "Eskoziako gaeliko", "gd_GB": "Eskoziako gaeliko (Erresuma Batua)", "gl": "galiziera", @@ -381,8 +382,8 @@ "lo_LA": "laosera (Laos)", "lt": "lituaniera", "lt_LT": "lituaniera (Lituania)", - "lu": "luba-katangera", - "lu_CD": "luba-katangera (Kongoko Errepublika Demokratikoa)", + "lu": "Katangako lubera", + "lu_CD": "Katangako lubera (Kongoko Errepublika Demokratikoa)", "lv": "letoniera", "lv_LV": "letoniera (Letonia)", "mg": "malgaxe", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fa.json b/src/Symfony/Component/Intl/Resources/data/locales/fa.json index 081bc3901b..2043b5435f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fa.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fa.json @@ -71,7 +71,7 @@ "ce": "چچنی", "ce_RU": "چچنی (روسیه)", "cs": "چکی", - "cs_CZ": "چکی (جمهوری چک)", + "cs_CZ": "چکی (چک)", "cy": "ولزی", "cy_GB": "ولزی (بریتانیا)", "da": "دانمارکی", @@ -130,7 +130,7 @@ "en_GM": "انگلیسی (گامبیا)", "en_GU": "انگلیسی (گوام)", "en_GY": "انگلیسی (گویان)", - "en_HK": "انگلیسی (هنگ‌کنگ، منطقۀ ویژۀ اداری چین)", + "en_HK": "انگلیسی (هنگ‌کنگ، منطقهٔ ویژهٔ اداری چین)", "en_IE": "انگلیسی (ایرلند)", "en_IL": "انگلیسی (اسرائیل)", "en_IM": "انگلیسی (جزیرهٔ من)", @@ -147,7 +147,7 @@ "en_LS": "انگلیسی (لسوتو)", "en_MG": "انگلیسی (ماداگاسکار)", "en_MH": "انگلیسی (جزایر مارشال)", - "en_MO": "انگلیسی (ماکائو، منطقۀ ویژۀ اداری چین)", + "en_MO": "انگلیسی (ماکائو، منطقهٔ ویژهٔ اداری چین)", "en_MP": "انگلیسی (جزایر ماریانای شمالی)", "en_MS": "انگلیسی (مونت‌سرات)", "en_MT": "انگلیسی (مالت)", @@ -303,6 +303,7 @@ "fy": "فریزی غربی", "fy_NL": "فریزی غربی (هلند)", "ga": "ایرلندی", + "ga_GB": "ایرلندی (بریتانیا)", "ga_IE": "ایرلندی (ایرلند)", "gd": "گیلی اسکاتلندی", "gd_GB": "گیلی اسکاتلندی (بریتانیا)", @@ -407,7 +408,7 @@ "my_MM": "برمه‌ای (میانمار [برمه])", "nb": "نروژی بوک‌مُل", "nb_NO": "نروژی بوک‌مُل (نروژ)", - "nb_SJ": "نروژی بوک‌مُل (اسوالبارد و جان‌ماین)", + "nb_SJ": "نروژی بوک‌مُل (سوالبارد و یان ماین)", "nd": "انده‌بله‌ای شمالی", "nd_ZW": "انده‌بله‌ای شمالی (زیمبابوه)", "ne": "نپالی", @@ -453,7 +454,7 @@ "pt_GQ": "پرتغالی (گینهٔ استوایی)", "pt_GW": "پرتغالی (گینهٔ بیسائو)", "pt_LU": "پرتغالی (لوکزامبورگ)", - "pt_MO": "پرتغالی (ماکائو، منطقۀ ویژۀ اداری چین)", + "pt_MO": "پرتغالی (ماکائو، منطقهٔ ویژهٔ اداری چین)", "pt_MZ": "پرتغالی (موزامبیک)", "pt_PT": "پرتغالی (پرتغال)", "pt_ST": "پرتغالی (سائوتومه و پرینسیپ)", @@ -578,17 +579,17 @@ "yo_NG": "یوروبایی (نیجریه)", "zh": "چینی", "zh_CN": "چینی (چین)", - "zh_HK": "چینی (هنگ‌کنگ، منطقۀ ویژۀ اداری چین)", + "zh_HK": "چینی (هنگ‌کنگ، منطقهٔ ویژهٔ اداری چین)", "zh_Hans": "چینی (ساده‌شده)", "zh_Hans_CN": "چینی (ساده‌شده، چین)", - "zh_Hans_HK": "چینی (ساده‌شده، هنگ‌کنگ، منطقۀ ویژۀ اداری چین)", - "zh_Hans_MO": "چینی (ساده‌شده، ماکائو، منطقۀ ویژۀ اداری چین)", + "zh_Hans_HK": "چینی (ساده‌شده، هنگ‌کنگ، منطقهٔ ویژهٔ اداری چین)", + "zh_Hans_MO": "چینی (ساده‌شده، ماکائو، منطقهٔ ویژهٔ اداری چین)", "zh_Hans_SG": "چینی (ساده‌شده، سنگاپور)", "zh_Hant": "چینی (سنتی)", - "zh_Hant_HK": "چینی (سنتی، هنگ‌کنگ، منطقۀ ویژۀ اداری چین)", - "zh_Hant_MO": "چینی (سنتی، ماکائو، منطقۀ ویژۀ اداری چین)", + "zh_Hant_HK": "چینی (سنتی، هنگ‌کنگ، منطقهٔ ویژهٔ اداری چین)", + "zh_Hant_MO": "چینی (سنتی، ماکائو، منطقهٔ ویژهٔ اداری چین)", "zh_Hant_TW": "چینی (سنتی، تایوان)", - "zh_MO": "چینی (ماکائو، منطقۀ ویژۀ اداری چین)", + "zh_MO": "چینی (ماکائو، منطقهٔ ویژهٔ اداری چین)", "zh_SG": "چینی (سنگاپور)", "zh_TW": "چینی (تایوان)", "zu": "زولویی", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json b/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json index 269d880116..639b55bd68 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json @@ -21,7 +21,6 @@ "bs_Latn_BA": "بوسنیایی (لاتینی، بوسنیا و هرزه‌گوینا)", "ca_AD": "کاتالان (اندورا)", "ca_ES": "کاتالان (هسپانیه)", - "cs_CZ": "چکی (چک)", "da_DK": "دانمارکی (دنمارک)", "de_BE": "آلمانی (بلجیم)", "de_CH": "آلمانی (سویس)", @@ -108,6 +107,7 @@ "fr_SN": "فرانسوی (سینیگال)", "fy_NL": "فریزی غربی (هالند)", "ga": "آیرلندی", + "ga_GB": "آیرلندی (بریتانیا)", "ga_IE": "آیرلندی (آیرلند)", "gl_ES": "گالیسیایی (هسپانیه)", "ha_GH": "هوسیایی (گانا)", @@ -183,7 +183,7 @@ "pt_GQ": "پرتگالی (گینیا استوایی)", "pt_GW": "پرتگالی (گینیا بیسائو)", "pt_LU": "پرتگالی (لوکزامبورگ)", - "pt_MO": "پرتگالی (ماکائو، منطقۀ ویژۀ اداری چین)", + "pt_MO": "پرتگالی (ماکائو، منطقهٔ ویژهٔ اداری چین)", "pt_MZ": "پرتگالی (موزمبیق)", "pt_PT": "پرتگالی (پرتگال)", "pt_ST": "پرتگالی (سائوتومه و پرینسیپ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fi.json b/src/Symfony/Component/Intl/Resources/data/locales/fi.json index e4763a4b8f..922b8d9b1e 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fi.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fi.json @@ -303,6 +303,7 @@ "fy": "länsifriisi", "fy_NL": "länsifriisi (Alankomaat)", "ga": "iiri", + "ga_GB": "iiri (Iso-Britannia)", "ga_IE": "iiri (Irlanti)", "gd": "gaeli", "gd_GB": "gaeli (Iso-Britannia)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fr.json b/src/Symfony/Component/Intl/Resources/data/locales/fr.json index 6c106ac1ae..2ad2da4532 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fr.json @@ -303,6 +303,7 @@ "fy": "frison occidental", "fy_NL": "frison occidental (Pays-Bas)", "ga": "irlandais", + "ga_GB": "irlandais (Royaume-Uni)", "ga_IE": "irlandais (Irlande)", "gd": "gaélique écossais", "gd_GB": "gaélique écossais (Royaume-Uni)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ga.json b/src/Symfony/Component/Intl/Resources/data/locales/ga.json index 2f391ef783..35a8a92ff7 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ga.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ga.json @@ -178,7 +178,7 @@ "en_SL": "Béarla (Siarra Leon)", "en_SS": "Béarla (an tSúdáin Theas)", "en_SX": "Béarla (Sint Maarten)", - "en_SZ": "Béarla (an tSuasalainn)", + "en_SZ": "Béarla (eSuaitíní)", "en_TC": "Béarla (Oileáin na dTurcach agus Caicos)", "en_TK": "Béarla (Tócalá)", "en_TO": "Béarla (Tonga)", @@ -303,6 +303,7 @@ "fy": "Freaslainnis Iartharach", "fy_NL": "Freaslainnis Iartharach (an Ísiltír)", "ga": "Gaeilge", + "ga_GB": "Gaeilge (an Ríocht Aontaithe)", "ga_IE": "Gaeilge (Éire)", "gd": "Gaeilge na hAlban", "gd_GB": "Gaeilge na hAlban (an Ríocht Aontaithe)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/gd.json b/src/Symfony/Component/Intl/Resources/data/locales/gd.json index 4118dbe09e..c5db580e93 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/gd.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/gd.json @@ -178,7 +178,7 @@ "en_SL": "Beurla (Siarra Leòmhann)", "en_SS": "Beurla (Sudàn a Deas)", "en_SX": "Beurla (Sint Maarten)", - "en_SZ": "Beurla (Dùthaich nan Suasaidh)", + "en_SZ": "Beurla (eSwatini)", "en_TC": "Beurla (Na h-Eileanan Turcach is Caiceo)", "en_TK": "Beurla (Tokelau)", "en_TO": "Beurla (Tonga)", @@ -303,6 +303,7 @@ "fy": "Frìoslannais Shiarach", "fy_NL": "Frìoslannais Shiarach (Na Tìrean Ìsle)", "ga": "Gaeilge", + "ga_GB": "Gaeilge (An Rìoghachd Aonaichte)", "ga_IE": "Gaeilge (Èirinn)", "gd": "Gàidhlig", "gd_GB": "Gàidhlig (An Rìoghachd Aonaichte)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/gl.json b/src/Symfony/Component/Intl/Resources/data/locales/gl.json index 7288efb33c..675a5fe5ca 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/gl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/gl.json @@ -43,8 +43,8 @@ "az_Cyrl_AZ": "acerbaixano (cirílico, Acerbaixán)", "az_Latn": "acerbaixano (latino)", "az_Latn_AZ": "acerbaixano (latino, Acerbaixán)", - "be": "bielorruso", - "be_BY": "bielorruso (Belarús)", + "be": "belaruso", + "be_BY": "belaruso (Belarús)", "bg": "búlgaro", "bg_BG": "búlgaro (Bulgaria)", "bm": "bambara", @@ -178,7 +178,7 @@ "en_SL": "inglés (Serra Leoa)", "en_SS": "inglés (O Sudán do Sur)", "en_SX": "inglés (Sint Maarten)", - "en_SZ": "inglés (Suazilandia)", + "en_SZ": "inglés (Eswatini)", "en_TC": "inglés (Illas Turks e Caicos)", "en_TK": "inglés (Tokelau)", "en_TO": "inglés (Tonga)", @@ -264,7 +264,7 @@ "fr_CF": "francés (República Centroafricana)", "fr_CG": "francés (República do Congo)", "fr_CH": "francés (Suíza)", - "fr_CI": "francés (Costa do Marfil)", + "fr_CI": "francés (Côte d’Ivoire)", "fr_CM": "francés (Camerún)", "fr_DJ": "francés (Djibuti)", "fr_DZ": "francés (Alxeria)", @@ -303,6 +303,7 @@ "fy": "frisón occidental", "fy_NL": "frisón occidental (Países Baixos)", "ga": "irlandés", + "ga_GB": "irlandés (O Reino Unido)", "ga_IE": "irlandés (Irlanda)", "gd": "gaélico escocés", "gd_GB": "gaélico escocés (O Reino Unido)", @@ -349,8 +350,8 @@ "ka_GE": "xeorxiano (Xeorxia)", "ki": "kikuyu", "ki_KE": "kikuyu (Kenya)", - "kk": "casaco", - "kk_KZ": "casaco (Casaquistán)", + "kk": "kazako", + "kk_KZ": "kazako (Kazakistán)", "kl": "groenlandés", "kl_GL": "groenlandés (Groenlandia)", "km": "khmer", @@ -472,7 +473,7 @@ "ru": "ruso", "ru_BY": "ruso (Belarús)", "ru_KG": "ruso (Kirguizistán)", - "ru_KZ": "ruso (Casaquistán)", + "ru_KZ": "ruso (Kazakistán)", "ru_MD": "ruso (Moldavia)", "ru_RU": "ruso (Rusia)", "ru_UA": "ruso (Ucraína)", @@ -539,8 +540,8 @@ "ti": "tigriña", "ti_ER": "tigriña (Eritrea)", "ti_ET": "tigriña (Etiopía)", - "tk": "turcomán", - "tk_TM": "turcomán (Turkmenistán)", + "tk": "turkmeno", + "tk_TM": "turkmeno (Turkmenistán)", "tl": "tagalo", "tl_PH": "tagalo (Filipinas)", "to": "tongano", @@ -557,15 +558,15 @@ "ur": "urdú", "ur_IN": "urdú (A India)", "ur_PK": "urdú (Paquistán)", - "uz": "uzbeco", - "uz_AF": "uzbeco (Afganistán)", - "uz_Arab": "uzbeco (árabe)", - "uz_Arab_AF": "uzbeco (árabe, Afganistán)", - "uz_Cyrl": "uzbeco (cirílico)", - "uz_Cyrl_UZ": "uzbeco (cirílico, Uzbequistán)", - "uz_Latn": "uzbeco (latino)", - "uz_Latn_UZ": "uzbeco (latino, Uzbequistán)", - "uz_UZ": "uzbeco (Uzbequistán)", + "uz": "uzbeko", + "uz_AF": "uzbeko (Afganistán)", + "uz_Arab": "uzbeko (árabe)", + "uz_Arab_AF": "uzbeko (árabe, Afganistán)", + "uz_Cyrl": "uzbeko (cirílico)", + "uz_Cyrl_UZ": "uzbeko (cirílico, Uzbekistán)", + "uz_Latn": "uzbeko (latino)", + "uz_Latn_UZ": "uzbeko (latino, Uzbekistán)", + "uz_UZ": "uzbeko (Uzbekistán)", "vi": "vietnamita", "vi_VN": "vietnamita (Vietnam)", "wo": "wólof", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/gu.json b/src/Symfony/Component/Intl/Resources/data/locales/gu.json index 637f3ef836..f35211ee17 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/gu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/gu.json @@ -178,7 +178,7 @@ "en_SL": "અંગ્રેજી (સીએરા લેઓન)", "en_SS": "અંગ્રેજી (દક્ષિણ સુદાન)", "en_SX": "અંગ્રેજી (સિંટ માર્ટેન)", - "en_SZ": "અંગ્રેજી (સ્વાઝિલેન્ડ)", + "en_SZ": "અંગ્રેજી (એસ્વાટીની)", "en_TC": "અંગ્રેજી (તુર્ક્સ અને કેકોઝ આઇલેન્ડ્સ)", "en_TK": "અંગ્રેજી (ટોકેલાઉ)", "en_TO": "અંગ્રેજી (ટોંગા)", @@ -303,6 +303,7 @@ "fy": "પશ્ચિમી ફ્રિસિયન", "fy_NL": "પશ્ચિમી ફ્રિસિયન (નેધરલેન્ડ્સ)", "ga": "આઇરિશ", + "ga_GB": "આઇરિશ (યુનાઇટેડ કિંગડમ)", "ga_IE": "આઇરિશ (આયર્લેન્ડ)", "gd": "સ્કોટીસ ગેલિક", "gd_GB": "સ્કોટીસ ગેલિક (યુનાઇટેડ કિંગડમ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ha.json b/src/Symfony/Component/Intl/Resources/data/locales/ha.json index 041006c930..32913eebd7 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ha.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ha.json @@ -1,5 +1,8 @@ { "Names": { + "af": "Afirkanci", + "af_NA": "Afirkanci (Namibiya)", + "af_ZA": "Afirkanci (Afirka Ta Kudu)", "ak": "Akan", "ak_GH": "Akan (Gana)", "am": "Amharik", @@ -22,23 +25,57 @@ "ar_MR": "Larabci (Moritaniya)", "ar_OM": "Larabci (Oman)", "ar_PS": "Larabci (Palasɗinu)", - "ar_QA": "Larabci (Kwatar)", - "ar_SA": "Larabci (Ƙasar Makka)", + "ar_QA": "Larabci (Katar)", + "ar_SA": "Larabci (Saudiyya)", "ar_SD": "Larabci (Sudan)", "ar_SO": "Larabci (Somaliya)", + "ar_SS": "Larabci (Sudan ta kudu)", "ar_SY": "Larabci (Sham, Siriya)", "ar_TD": "Larabci (Cadi)", "ar_TN": "Larabci (Tunisiya)", "ar_YE": "Larabci (Yamal)", + "as": "Asamisanci", + "as_IN": "Asamisanci (Indiya)", + "az": "Azerbaijanci", + "az_AZ": "Azerbaijanci (Azarbaijan)", + "az_Cyrl": "Azerbaijanci (Cyrillic)", + "az_Cyrl_AZ": "Azerbaijanci (Cyrillic, Azarbaijan)", + "az_Latn": "Azerbaijanci (Latin)", + "az_Latn_AZ": "Azerbaijanci (Latin, Azarbaijan)", "be": "Belarusanci", "be_BY": "Belarusanci (Belarus)", "bg": "Bulgaranci", "bg_BG": "Bulgaranci (Bulgariya)", + "bm": "Bambara", + "bm_ML": "Bambara (Mali)", "bn": "Bengali", "bn_BD": "Bengali (Bangiladas)", "bn_IN": "Bengali (Indiya)", + "bo": "Tibetan", + "bo_CN": "Tibetan (Sin)", + "bo_IN": "Tibetan (Indiya)", + "br": "Buretananci", + "br_FR": "Buretananci (Faransa)", + "bs": "Bosniyanci", + "bs_BA": "Bosniyanci (Bosniya Harzagobina)", + "bs_Cyrl": "Bosniyanci (Cyrillic)", + "bs_Cyrl_BA": "Bosniyanci (Cyrillic, Bosniya Harzagobina)", + "bs_Latn": "Bosniyanci (Latin)", + "bs_Latn_BA": "Bosniyanci (Latin, Bosniya Harzagobina)", + "ca": "Kataloniyanci", + "ca_AD": "Kataloniyanci (Andora)", + "ca_ES": "Kataloniyanci (Sipen)", + "ca_FR": "Kataloniyanci (Faransa)", + "ca_IT": "Kataloniyanci (Italiya)", + "ce": "Chechen", + "ce_RU": "Chechen (Rasha)", "cs": "Harshen Cak", "cs_CZ": "Harshen Cak (Jamhuriyar Cak)", + "cy": "Kabilar Welsh", + "cy_GB": "Kabilar Welsh (Biritaniya)", + "da": "Danish", + "da_DK": "Danish (Danmark)", + "da_GL": "Danish (Grinlan)", "de": "Jamusanci", "de_AT": "Jamusanci (Ostiriya)", "de_BE": "Jamusanci (Belgiyom)", @@ -47,6 +84,11 @@ "de_IT": "Jamusanci (Italiya)", "de_LI": "Jamusanci (Licansitan)", "de_LU": "Jamusanci (Lukusambur)", + "dz": "Dzongkha", + "dz_BT": "Dzongkha (Butan)", + "ee": "Ewe", + "ee_GH": "Ewe (Gana)", + "ee_TG": "Ewe (Togo)", "el": "Girkanci", "el_CY": "Girkanci (Sifurus)", "el_GR": "Girkanci (Girka)", @@ -65,9 +107,11 @@ "en_BW": "Turanci (Baswana)", "en_BZ": "Turanci (Beliz)", "en_CA": "Turanci (Kanada)", + "en_CC": "Turanci (Tsibirai Cocos [Keeling])", "en_CH": "Turanci (Suwizalan)", "en_CK": "Turanci (Tsibiran Kuku)", "en_CM": "Turanci (Kamaru)", + "en_CX": "Turanci (Tsibirin Kirsmati)", "en_CY": "Turanci (Sifurus)", "en_DE": "Turanci (Jamus)", "en_DK": "Turanci (Danmark)", @@ -119,30 +163,33 @@ "en_PW": "Turanci (Palau)", "en_RW": "Turanci (Ruwanda)", "en_SB": "Turanci (Tsibiran Salaman)", - "en_SC": "Turanci (Saishal)", + "en_SC": "Turanci (Seychelles)", "en_SD": "Turanci (Sudan)", "en_SE": "Turanci (Suwedan)", "en_SG": "Turanci (Singapur)", "en_SH": "Turanci (San Helena)", "en_SI": "Turanci (Sulobeniya)", "en_SL": "Turanci (Salewo)", - "en_SZ": "Turanci (Suwazilan)", + "en_SS": "Turanci (Sudan ta kudu)", + "en_SX": "Turanci (Sint Maarten)", + "en_SZ": "Turanci (Eswatini)", "en_TC": "Turanci (Turkis Da Tsibiran Kaikwas)", "en_TK": "Turanci (Takelau)", - "en_TO": "Turanci (Tanga)", + "en_TO": "Turanci (Tonga)", "en_TT": "Turanci (Tirinidad Da Tobago)", "en_TV": "Turanci (Tubalu)", "en_TZ": "Turanci (Tanzaniya)", "en_UG": "Turanci (Yuganda)", - "en_US": "Turanci (Amirka)", + "en_US": "Turanci (Amurka)", "en_VC": "Turanci (San Binsan Da Girnadin)", "en_VG": "Turanci (Tsibirin Birjin Na Birtaniya)", "en_VI": "Turanci (Tsibiran Birjin Ta Amurka)", "en_VU": "Turanci (Banuwatu)", - "en_WS": "Turanci (Samowa)", + "en_WS": "Turanci (Samoa)", "en_ZA": "Turanci (Afirka Ta Kudu)", "en_ZM": "Turanci (Zambiya)", "en_ZW": "Turanci (Zimbabuwe)", + "eo": "Dʼan\/ʼYar Kabilar Andalus", "es": "Sifaniyanci", "es_AR": "Sifaniyanci (Arjantiniya)", "es_BO": "Sifaniyanci (Bolibiya)", @@ -161,22 +208,49 @@ "es_MX": "Sifaniyanci (Makasiko)", "es_NI": "Sifaniyanci (Nikaraguwa)", "es_PA": "Sifaniyanci (Panama)", - "es_PE": "Sifaniyanci (Peru)", + "es_PE": "Sifaniyanci (Feru)", "es_PH": "Sifaniyanci (Filipin)", "es_PR": "Sifaniyanci (Porto Riko)", - "es_PY": "Sifaniyanci (Paragai)", + "es_PY": "Sifaniyanci (Faragwai)", "es_SV": "Sifaniyanci (El Salbador)", - "es_US": "Sifaniyanci (Amirka)", - "es_UY": "Sifaniyanci (Yurugai)", + "es_US": "Sifaniyanci (Amurka)", + "es_UY": "Sifaniyanci (Yurigwai)", "es_VE": "Sifaniyanci (Benezuwela)", + "et": "Istoniyanci", + "et_EE": "Istoniyanci (Estoniya)", + "eu": "Basque", + "eu_ES": "Basque (Sipen)", "fa": "Parisanci", "fa_AF": "Parisanci (Afaganistan)", "fa_IR": "Parisanci (Iran)", + "ff": "Fulah", + "ff_CM": "Fulah (Kamaru)", + "ff_GN": "Fulah (Gini)", + "ff_Latn": "Fulah (Latin)", + "ff_Latn_BF": "Fulah (Latin, Burkina Faso)", + "ff_Latn_CM": "Fulah (Latin, Kamaru)", + "ff_Latn_GH": "Fulah (Latin, Gana)", + "ff_Latn_GM": "Fulah (Latin, Gambiya)", + "ff_Latn_GN": "Fulah (Latin, Gini)", + "ff_Latn_GW": "Fulah (Latin, Gini Bisau)", + "ff_Latn_LR": "Fulah (Latin, Laberiya)", + "ff_Latn_MR": "Fulah (Latin, Moritaniya)", + "ff_Latn_NE": "Fulah (Latin, Nijar)", + "ff_Latn_NG": "Fulah (Latin, Najeriya)", + "ff_Latn_SL": "Fulah (Latin, Salewo)", + "ff_Latn_SN": "Fulah (Latin, Sanigal)", + "ff_MR": "Fulah (Moritaniya)", + "ff_SN": "Fulah (Sanigal)", + "fi": "Yaren mutanen Finland", + "fi_FI": "Yaren mutanen Finland (Finlan)", + "fo": "Faroese", + "fo_DK": "Faroese (Danmark)", "fr": "Faransanci", "fr_BE": "Faransanci (Belgiyom)", "fr_BF": "Faransanci (Burkina Faso)", "fr_BI": "Faransanci (Burundi)", "fr_BJ": "Faransanci (Binin)", + "fr_BL": "Faransanci (St. Barthélemy)", "fr_CA": "Faransanci (Kanada)", "fr_CD": "Faransanci (Jamhuriyar Dimokuraɗiyyar Kongo)", "fr_CF": "Faransanci (Jamhuriyar Afirka Ta Tsakiya)", @@ -197,6 +271,7 @@ "fr_LU": "Faransanci (Lukusambur)", "fr_MA": "Faransanci (Maroko)", "fr_MC": "Faransanci (Monako)", + "fr_MF": "Faransanci (St. Martin)", "fr_MG": "Faransanci (Madagaskar)", "fr_ML": "Faransanci (Mali)", "fr_MQ": "Faransanci (Martinik)", @@ -208,8 +283,8 @@ "fr_PM": "Faransanci (San Piyar Da Mikelan)", "fr_RE": "Faransanci (Rawuniyan)", "fr_RW": "Faransanci (Ruwanda)", - "fr_SC": "Faransanci (Saishal)", - "fr_SN": "Faransanci (Sinigal)", + "fr_SC": "Faransanci (Seychelles)", + "fr_SN": "Faransanci (Sanigal)", "fr_SY": "Faransanci (Sham, Siriya)", "fr_TD": "Faransanci (Cadi)", "fr_TG": "Faransanci (Togo)", @@ -217,18 +292,42 @@ "fr_VU": "Faransanci (Banuwatu)", "fr_WF": "Faransanci (Walis Da Futuna)", "fr_YT": "Faransanci (Mayoti)", + "fy": "Kʼabilan Firsi", + "fy_NL": "Kʼabilan Firsi (Holan)", + "ga": "Dan Ailan", + "ga_GB": "Dan Ailan (Biritaniya)", + "ga_IE": "Dan Ailan (Ayalan)", + "gd": "Kʼabilan Scots Gaelic", + "gd_GB": "Kʼabilan Scots Gaelic (Biritaniya)", + "gl": "Bagalike", + "gl_ES": "Bagalike (Sipen)", + "gu": "Gujarati", + "gu_IN": "Gujarati (Indiya)", + "gv": "Manx", "ha": "Hausa", "ha_GH": "Hausa (Gana)", "ha_NE": "Hausa (Nijar)", "ha_NG": "Hausa (Najeriya)", + "he": "Ibrananci", + "he_IL": "Ibrananci (Iziraʼila)", "hi": "Harshen Hindi", "hi_IN": "Harshen Hindi (Indiya)", + "hr": "Kuroshiyan", + "hr_BA": "Kuroshiyan (Bosniya Harzagobina)", + "hr_HR": "Kuroshiyan (Kurowaishiya)", "hu": "Harshen Hungari", "hu_HU": "Harshen Hungari (Hungari)", + "hy": "Armeniyanci", + "hy_AM": "Armeniyanci (Armeniya)", + "ia": "Yare Tsakanin Kasashe", "id": "Harshen Indunusiya", "id_ID": "Harshen Indunusiya (Indunusiya)", "ig": "Inyamuranci", "ig_NG": "Inyamuranci (Najeriya)", + "ii": "Sichuan Yi", + "ii_CN": "Sichuan Yi (Sin)", + "is": "Yaren mutanen Iceland", + "is_IS": "Yaren mutanen Iceland (Aisalan)", "it": "Italiyanci", "it_CH": "Italiyanci (Suwizalan)", "it_IT": "Italiyanci (Italiya)", @@ -238,32 +337,103 @@ "ja_JP": "Japananci (Jàpân)", "jv": "Jabananci", "jv_ID": "Jabananci (Indunusiya)", + "ka": "Jojiyanci", + "ka_GE": "Jojiyanci (Jiwarjiya)", + "ki": "Kikuyu", + "ki_KE": "Kikuyu (Kenya)", + "kk": "Kazakh", + "kk_KZ": "Kazakh (Kazakistan)", + "kl": "Kalaallisut", + "kl_GL": "Kalaallisut (Grinlan)", "km": "Harshen Kimar", "km_KH": "Harshen Kimar (Kambodiya)", + "kn": "Kannada", + "kn_IN": "Kannada (Indiya)", "ko": "Harshen Koreya", - "ko_KP": "Harshen Koreya (Koreya Ta Arewa)", - "ko_KR": "Harshen Koreya (Koreya Ta Kudu)", + "ko_KP": "Harshen Koreya (Koriya Ta Arewa)", + "ko_KR": "Harshen Koreya (Koriya Ta Kudu)", + "ks": "Kashmiri", + "ks_IN": "Kashmiri (Indiya)", + "ku": "Kurdanci", + "ku_TR": "Kurdanci (Turkiyya)", + "kw": "Cornish", + "kw_GB": "Cornish (Biritaniya)", + "ky": "Kirgizanci", + "ky_KG": "Kirgizanci (Kirgizistan)", + "lb": "Luxembourgish", + "lb_LU": "Luxembourgish (Lukusambur)", + "lg": "Ganda", + "lg_UG": "Ganda (Yuganda)", + "ln": "Lingala", + "ln_AO": "Lingala (Angola)", + "ln_CD": "Lingala (Jamhuriyar Dimokuraɗiyyar Kongo)", + "ln_CF": "Lingala (Jamhuriyar Afirka Ta Tsakiya)", + "ln_CG": "Lingala (Kongo)", + "lo": "Laothian", + "lo_LA": "Laothian (Lawas)", + "lt": "Lituweniyanci", + "lt_LT": "Lituweniyanci (Lituweniya)", + "lu": "Luba-Katanga", + "lu_CD": "Luba-Katanga (Jamhuriyar Dimokuraɗiyyar Kongo)", + "lv": "Latbiyanci", + "lv_LV": "Latbiyanci (latibiya)", + "mg": "Malagasy", + "mg_MG": "Malagasy (Madagaskar)", + "mi": "Maori", + "mi_NZ": "Maori (Nuzilan)", + "mk": "Dan Masedoniya", + "mk_MK": "Dan Masedoniya (Macedonia ta Arewa)", + "ml": "Kabilar Maleyalam", + "ml_IN": "Kabilar Maleyalam (Indiya)", + "mn": "Mongolian", + "mn_MN": "Mongolian (Mangoliya)", + "mr": "Kʼabilan Marathi", + "mr_IN": "Kʼabilan Marathi (Indiya)", "ms": "Harshen Malai", "ms_BN": "Harshen Malai (Burune)", "ms_MY": "Harshen Malai (Malaisiya)", "ms_SG": "Harshen Malai (Singapur)", + "mt": "Harshen Maltis", + "mt_MT": "Harshen Maltis (Malta)", "my": "Burmanci", "my_MM": "Burmanci (Burma, Miyamar)", + "nb": "Norwegian Bokmål", + "nb_NO": "Norwegian Bokmål (Norwe)", + "nd": "North Ndebele", + "nd_ZW": "North Ndebele (Zimbabuwe)", "ne": "Nepali", "ne_IN": "Nepali (Indiya)", "ne_NP": "Nepali (Nefal)", "nl": "Holanci", "nl_AW": "Holanci (Aruba)", "nl_BE": "Holanci (Belgiyom)", + "nl_BQ": "Holanci (Caribbean Netherlands)", + "nl_CW": "Holanci (Kasar Curaçao)", "nl_NL": "Holanci (Holan)", "nl_SR": "Holanci (Suriname)", + "nl_SX": "Holanci (Sint Maarten)", + "nn": "Norwegian Nynorsk", + "nn_NO": "Norwegian Nynorsk (Norwe)", + "om": "Oromo", + "om_ET": "Oromo (Habasha)", + "om_KE": "Oromo (Kenya)", + "or": "Oriyanci", + "or_IN": "Oriyanci (Indiya)", + "os": "Ossetic", + "os_GE": "Ossetic (Jiwarjiya)", + "os_RU": "Ossetic (Rasha)", "pa": "Punjabi", "pa_Arab": "Punjabi (Larabci)", "pa_Arab_PK": "Punjabi (Larabci, Pakistan)", + "pa_Guru": "Punjabi (Gurmukhi)", + "pa_Guru_IN": "Punjabi (Gurmukhi, Indiya)", "pa_IN": "Punjabi (Indiya)", "pa_PK": "Punjabi (Pakistan)", "pl": "Harshen Polan", "pl_PL": "Harshen Polan (Polan)", + "ps": "Pashtanci", + "ps_AF": "Pashtanci (Afaganistan)", + "ps_PK": "Pashtanci (Pakistan)", "pt": "Harshen Fotugis", "pt_AO": "Harshen Fotugis (Angola)", "pt_BR": "Harshen Fotugis (Birazil)", @@ -276,6 +446,14 @@ "pt_PT": "Harshen Fotugis (Portugal)", "pt_ST": "Harshen Fotugis (Sawo Tome Da Paransip)", "pt_TL": "Harshen Fotugis (Timor Ta Gabas)", + "qu": "Quechua", + "qu_BO": "Quechua (Bolibiya)", + "qu_EC": "Quechua (Ekwador)", + "qu_PE": "Quechua (Feru)", + "rm": "Romansh", + "rm_CH": "Romansh (Suwizalan)", + "rn": "Rundi", + "rn_BI": "Rundi (Burundi)", "ro": "Romaniyanci", "ro_MD": "Romaniyanci (Maldoba)", "ro_RO": "Romaniyanci (Romaniya)", @@ -288,38 +466,103 @@ "ru_UA": "Rashanci (Yukaran)", "rw": "Kiniyaruwanda", "rw_RW": "Kiniyaruwanda (Ruwanda)", - "so": "Somali", - "so_DJ": "Somali (Jibuti)", - "so_ET": "Somali (Habasha)", - "so_KE": "Somali (Kenya)", - "so_SO": "Somali (Somaliya)", + "sd": "Sindiyanci", + "sd_PK": "Sindiyanci (Pakistan)", + "se": "Northern Sami", + "se_FI": "Northern Sami (Finlan)", + "se_NO": "Northern Sami (Norwe)", + "se_SE": "Northern Sami (Suwedan)", + "sg": "Sango", + "sg_CF": "Sango (Jamhuriyar Afirka Ta Tsakiya)", + "si": "Sinhalanci", + "si_LK": "Sinhalanci (Siri Lanka)", + "sk": "Basulke", + "sk_SK": "Basulke (Sulobakiya)", + "sl": "Basulabe", + "sl_SI": "Basulabe (Sulobeniya)", + "sn": "Shona", + "sn_ZW": "Shona (Zimbabuwe)", + "so": "Somalianci", + "so_DJ": "Somalianci (Jibuti)", + "so_ET": "Somalianci (Habasha)", + "so_KE": "Somalianci (Kenya)", + "so_SO": "Somalianci (Somaliya)", + "sq": "Albanian", + "sq_AL": "Albanian (Albaniya)", + "sq_MK": "Albanian (Macedonia ta Arewa)", + "sr": "Sabiyan", + "sr_BA": "Sabiyan (Bosniya Harzagobina)", + "sr_Cyrl": "Sabiyan (Cyrillic)", + "sr_Cyrl_BA": "Sabiyan (Cyrillic, Bosniya Harzagobina)", + "sr_Cyrl_ME": "Sabiyan (Cyrillic, Mantanegara)", + "sr_Cyrl_RS": "Sabiyan (Cyrillic, Sabiya)", + "sr_Latn": "Sabiyan (Latin)", + "sr_Latn_BA": "Sabiyan (Latin, Bosniya Harzagobina)", + "sr_Latn_ME": "Sabiyan (Latin, Mantanegara)", + "sr_Latn_RS": "Sabiyan (Latin, Sabiya)", + "sr_ME": "Sabiyan (Mantanegara)", + "sr_RS": "Sabiyan (Sabiya)", "sv": "Harshen Suwedan", "sv_FI": "Harshen Suwedan (Finlan)", "sv_SE": "Harshen Suwedan (Suwedan)", + "sw": "Harshen Suwahili", + "sw_CD": "Harshen Suwahili (Jamhuriyar Dimokuraɗiyyar Kongo)", + "sw_KE": "Harshen Suwahili (Kenya)", + "sw_TZ": "Harshen Suwahili (Tanzaniya)", + "sw_UG": "Harshen Suwahili (Yuganda)", "ta": "Tamil", "ta_IN": "Tamil (Indiya)", "ta_LK": "Tamil (Siri Lanka)", "ta_MY": "Tamil (Malaisiya)", "ta_SG": "Tamil (Singapur)", + "te": "Dʼan\/ʼYar Kabilar Telug", + "te_IN": "Dʼan\/ʼYar Kabilar Telug (Indiya)", + "tg": "Tajik", + "tg_TJ": "Tajik (Tajikistan)", "th": "Thai", "th_TH": "Thai (Tailan)", + "ti": "Tigriyanci", + "ti_ER": "Tigriyanci (Eritireya)", + "ti_ET": "Tigriyanci (Habasha)", + "tk": "Tukmenistanci", + "tk_TM": "Tukmenistanci (Turkumenistan)", + "to": "Tongan", + "to_TO": "Tongan (Tonga)", "tr": "Harshen Turkiyya", "tr_CY": "Harshen Turkiyya (Sifurus)", "tr_TR": "Harshen Turkiyya (Turkiyya)", + "tt": "Tatar", + "tt_RU": "Tatar (Rasha)", + "ug": "Ugiranci", + "ug_CN": "Ugiranci (Sin)", "uk": "Harshen Yukuren", "uk_UA": "Harshen Yukuren (Yukaran)", - "ur": "Harshen Urdu", - "ur_IN": "Harshen Urdu (Indiya)", - "ur_PK": "Harshen Urdu (Pakistan)", + "ur": "Urdawa", + "ur_IN": "Urdawa (Indiya)", + "ur_PK": "Urdawa (Pakistan)", + "uz": "Uzbek", + "uz_AF": "Uzbek (Afaganistan)", + "uz_Arab": "Uzbek (Larabci)", + "uz_Arab_AF": "Uzbek (Larabci, Afaganistan)", + "uz_Cyrl": "Uzbek (Cyrillic)", + "uz_Cyrl_UZ": "Uzbek (Cyrillic, Uzubekistan)", + "uz_Latn": "Uzbek (Latin)", + "uz_Latn_UZ": "Uzbek (Latin, Uzubekistan)", + "uz_UZ": "Uzbek (Uzubekistan)", "vi": "Harshen Biyetinam", "vi_VN": "Harshen Biyetinam (Biyetinam)", + "wo": "Wolof", + "wo_SN": "Wolof (Sanigal)", + "xh": "Bazosa", + "xh_ZA": "Bazosa (Afirka Ta Kudu)", + "yi": "Yiddish", "yo": "Yarbanci", "yo_BJ": "Yarbanci (Binin)", "yo_NG": "Yarbanci (Najeriya)", "zh": "Harshen Sinanci", - "zh_CN": "Harshen Sinanci (Caina, Sin)", + "zh_CN": "Harshen Sinanci (Sin)", "zh_Hans": "Harshen Sinanci (Sauƙaƙaƙƙen)", - "zh_Hans_CN": "Harshen Sinanci (Sauƙaƙaƙƙen, Caina, Sin)", + "zh_Hans_CN": "Harshen Sinanci (Sauƙaƙaƙƙen, Sin)", "zh_Hans_SG": "Harshen Sinanci (Sauƙaƙaƙƙen, Singapur)", "zh_Hant": "Harshen Sinanci (Na gargajiya)", "zh_Hant_TW": "Harshen Sinanci (Na gargajiya, Taiwan)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ha_NE.json b/src/Symfony/Component/Intl/Resources/data/locales/ha_NE.json new file mode 100644 index 0000000000..88ee481ab8 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/locales/ha_NE.json @@ -0,0 +1,7 @@ +{ + "Names": { + "eo": "Dʼan\/Ƴar Kabilar Andalus", + "te": "Dʼan\/Ƴar Kabilar Telug", + "te_IN": "Dʼan\/Ƴar Kabilar Telug (Indiya)" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/locales/he.json b/src/Symfony/Component/Intl/Resources/data/locales/he.json index b674c43057..f315e5401c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/he.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/he.json @@ -303,6 +303,7 @@ "fy": "פריזית מערבית", "fy_NL": "פריזית מערבית (הולנד)", "ga": "אירית", + "ga_GB": "אירית (בריטניה)", "ga_IE": "אירית (אירלנד)", "gd": "גאלית סקוטית", "gd_GB": "גאלית סקוטית (בריטניה)", @@ -566,8 +567,8 @@ "uz_Latn": "אוזבקית (לטיני)", "uz_Latn_UZ": "אוזבקית (לטיני, אוזבקיסטן)", "uz_UZ": "אוזבקית (אוזבקיסטן)", - "vi": "ויאטנמית", - "vi_VN": "ויאטנמית (וייטנאם)", + "vi": "וייטנאמית", + "vi_VN": "וייטנאמית (וייטנאם)", "wo": "וולוף", "wo_SN": "וולוף (סנגל)", "xh": "קוסה", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/hr.json b/src/Symfony/Component/Intl/Resources/data/locales/hr.json index e3550840df..d8d5220661 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/hr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/hr.json @@ -178,7 +178,7 @@ "en_SL": "engleski (Sijera Leone)", "en_SS": "engleski (Južni Sudan)", "en_SX": "engleski (Sint Maarten)", - "en_SZ": "engleski (Svazi)", + "en_SZ": "engleski (Esvatini)", "en_TC": "engleski (Otoci Turks i Caicos)", "en_TK": "engleski (Tokelau)", "en_TO": "engleski (Tonga)", @@ -288,7 +288,7 @@ "fr_NC": "francuski (Nova Kaledonija)", "fr_NE": "francuski (Niger)", "fr_PF": "francuski (Francuska Polinezija)", - "fr_PM": "francuski (Sveti Petar i Mikelon)", + "fr_PM": "francuski (Saint-Pierre-et-Miquelon)", "fr_RE": "francuski (Réunion)", "fr_RW": "francuski (Ruanda)", "fr_SC": "francuski (Sejšeli)", @@ -303,6 +303,7 @@ "fy": "zapadnofrizijski", "fy_NL": "zapadnofrizijski (Nizozemska)", "ga": "irski", + "ga_GB": "irski (Ujedinjeno Kraljevstvo)", "ga_IE": "irski (Irska)", "gd": "škotski gaelski", "gd_GB": "škotski gaelski (Ujedinjeno Kraljevstvo)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/hu.json b/src/Symfony/Component/Intl/Resources/data/locales/hu.json index 0068fc66ac..2197aedc88 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/hu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/hu.json @@ -303,6 +303,7 @@ "fy": "nyugati fríz", "fy_NL": "nyugati fríz (Hollandia)", "ga": "ír", + "ga_GB": "ír (Egyesült Királyság)", "ga_IE": "ír (Írország)", "gd": "skóciai kelta", "gd_GB": "skóciai kelta (Egyesült Királyság)", @@ -404,7 +405,7 @@ "mt": "máltai", "mt_MT": "máltai (Málta)", "my": "burmai", - "my_MM": "burmai (Mianmar [Burma])", + "my_MM": "burmai (Mianmar)", "nb": "norvég [bokmål]", "nb_NO": "norvég [bokmål] (Norvégia)", "nb_SJ": "norvég [bokmål] (Svalbard és Jan Mayen)", @@ -566,8 +567,8 @@ "uz_Latn": "üzbég (Latin)", "uz_Latn_UZ": "üzbég (Latin, Üzbegisztán)", "uz_UZ": "üzbég (Üzbegisztán)", - "vi": "vietnami", - "vi_VN": "vietnami (Vietnám)", + "vi": "vietnámi", + "vi_VN": "vietnámi (Vietnám)", "wo": "volof", "wo_SN": "volof (Szenegál)", "xh": "xhosza", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/hy.json b/src/Symfony/Component/Intl/Resources/data/locales/hy.json index 688d689506..8f7daaaa7c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/hy.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/hy.json @@ -264,7 +264,7 @@ "fr_CF": "ֆրանսերեն (Կենտրոնական Աֆրիկյան Հանրապետություն)", "fr_CG": "ֆրանսերեն (Կոնգո - Բրազավիլ)", "fr_CH": "ֆրանսերեն (Շվեյցարիա)", - "fr_CI": "ֆրանսերեն (Կոտ դ’Իվուար)", + "fr_CI": "ֆրանսերեն (Կոտ դ՚Իվուար)", "fr_CM": "ֆրանսերեն (Կամերուն)", "fr_DJ": "ֆրանսերեն (Ջիբութի)", "fr_DZ": "ֆրանսերեն (Ալժիր)", @@ -303,6 +303,7 @@ "fy": "արևմտաֆրիզերեն", "fy_NL": "արևմտաֆրիզերեն (Նիդեռլանդներ)", "ga": "իռլանդերեն", + "ga_GB": "իռլանդերեն (Միացյալ Թագավորություն)", "ga_IE": "իռլանդերեն (Իռլանդիա)", "gd": "շոտլանդական գաելերեն", "gd_GB": "շոտլանդական գաելերեն (Միացյալ Թագավորություն)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ia.json b/src/Symfony/Component/Intl/Resources/data/locales/ia.json index a4c6cc634f..fa5303b0fb 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ia.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ia.json @@ -259,6 +259,7 @@ "fy": "frison occidental", "fy_NL": "frison occidental (Nederlandia)", "ga": "irlandese", + "ga_GB": "irlandese (Regno Unite)", "ga_IE": "irlandese (Irlanda)", "gd": "gaelico scotese", "gd_GB": "gaelico scotese (Regno Unite)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ig.json b/src/Symfony/Component/Intl/Resources/data/locales/ig.json index a448d2e333..f21e43395d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ig.json @@ -1,75 +1,296 @@ { "Names": { "ak": "Akan", + "ak_GH": "Akan (Ghana)", "am": "Amariikị", + "am_ET": "Amariikị (Ethiopia)", "ar": "Arabiikị", + "ar_DJ": "Arabiikị (Djibouti)", + "ar_DZ": "Arabiikị (Algeria)", + "ar_EG": "Arabiikị (Egypt)", + "ar_EH": "Arabiikị (Ọdịda Anyanwụ Sahara)", + "ar_ER": "Arabiikị (Eritrea)", "ar_KM": "Arabiikị (Comorosu)", "ar_LY": "Arabiikị (Libyia)", + "ar_MA": "Arabiikị (Morocco)", + "ar_MR": "Arabiikị (Mauritania)", + "ar_SD": "Arabiikị (Sudan)", + "ar_SO": "Arabiikị (Somalia)", + "ar_SS": "Arabiikị (South Sudan)", + "ar_TD": "Arabiikị (Chad)", + "ar_TN": "Arabiikị (Tunisia)", "be": "Belaruusu", + "be_BY": "Belaruusu (Belarus)", "bg": "Bọlụgarịa", + "bg_BG": "Bọlụgarịa (Bulgaria)", "bn": "Bengali", "bn_IN": "Bengali (Mba India)", "cs": "Cheekị", + "cs_CZ": "Cheekị (Czechia)", "de": "Asụsụ Jaman", + "de_AT": "Asụsụ Jaman (Austria)", + "de_BE": "Asụsụ Jaman (Belgium)", + "de_CH": "Asụsụ Jaman (Switzerland)", "de_DE": "Asụsụ Jaman (Mba Germany)", "de_IT": "Asụsụ Jaman (Mba Italy)", + "de_LI": "Asụsụ Jaman (Liechtenstein)", + "de_LU": "Asụsụ Jaman (Luxembourg)", "el": "Giriikị", + "el_GR": "Giriikị (Greece)", "en": "Asụsụ Bekee", + "en_AG": "Asụsụ Bekee (Antigua & Barbuda)", + "en_AI": "Asụsụ Bekee (Anguilla)", + "en_AS": "Asụsụ Bekee (American Samoa)", + "en_AT": "Asụsụ Bekee (Austria)", + "en_AU": "Asụsụ Bekee (Australia)", + "en_BB": "Asụsụ Bekee (Barbados)", + "en_BE": "Asụsụ Bekee (Belgium)", + "en_BI": "Asụsụ Bekee (Burundi)", "en_BM": "Asụsụ Bekee (Bemuda)", + "en_BS": "Asụsụ Bekee (Bahamas)", + "en_BW": "Asụsụ Bekee (Botswana)", + "en_BZ": "Asụsụ Bekee (Belize)", + "en_CA": "Asụsụ Bekee (Kanada)", + "en_CC": "Asụsụ Bekee (Agwaetiti Cocos [Keeling])", + "en_CH": "Asụsụ Bekee (Switzerland)", + "en_CK": "Asụsụ Bekee (Agwaetiti Cook)", + "en_CM": "Asụsụ Bekee (Cameroon)", + "en_CX": "Asụsụ Bekee (Agwaetiti Christmas)", "en_DE": "Asụsụ Bekee (Mba Germany)", + "en_DG": "Asụsụ Bekee (Diego Garcia)", + "en_DK": "Asụsụ Bekee (Denmark)", + "en_DM": "Asụsụ Bekee (Dominika)", + "en_ER": "Asụsụ Bekee (Eritrea)", + "en_FI": "Asụsụ Bekee (Finland)", + "en_FJ": "Asụsụ Bekee (Fiji)", + "en_FK": "Asụsụ Bekee (Agwaetiti Falkland)", + "en_FM": "Asụsụ Bekee (Micronesia)", "en_GB": "Asụsụ Bekee (Mba United Kingdom)", + "en_GD": "Asụsụ Bekee (Grenada)", + "en_GG": "Asụsụ Bekee (Guernsey)", + "en_GH": "Asụsụ Bekee (Ghana)", + "en_GI": "Asụsụ Bekee (Gibraltar)", + "en_GM": "Asụsụ Bekee (Gambia)", + "en_GU": "Asụsụ Bekee (Guam)", + "en_GY": "Asụsụ Bekee (Guyana)", + "en_IE": "Asụsụ Bekee (Ireland)", + "en_IM": "Asụsụ Bekee (Isle of Man)", "en_IN": "Asụsụ Bekee (Mba India)", + "en_IO": "Asụsụ Bekee (British Indian Ocean Territory)", + "en_JE": "Asụsụ Bekee (Jersey)", + "en_JM": "Asụsụ Bekee (Jamaika)", + "en_KE": "Asụsụ Bekee (Kenya)", + "en_KI": "Asụsụ Bekee (Kiribati)", + "en_KN": "Asụsụ Bekee (St. Kitts & Nevis)", + "en_KY": "Asụsụ Bekee (Agwaetiti Cayman)", + "en_LC": "Asụsụ Bekee (St. Lucia)", + "en_LR": "Asụsụ Bekee (Liberia)", + "en_LS": "Asụsụ Bekee (Lesotho)", + "en_MG": "Asụsụ Bekee (Madagaskar)", + "en_MH": "Asụsụ Bekee (Agwaetiti Marshall)", + "en_MP": "Asụsụ Bekee (Agwaetiti Northern Mariana)", + "en_MS": "Asụsụ Bekee (Montserrat)", + "en_MT": "Asụsụ Bekee (Malta)", + "en_MU": "Asụsụ Bekee (Mauritius)", + "en_MW": "Asụsụ Bekee (Malawi)", + "en_NA": "Asụsụ Bekee (Namibia)", + "en_NF": "Asụsụ Bekee (Agwaetiti Norfolk)", "en_NG": "Asụsụ Bekee (Naịjịrịa)", + "en_NL": "Asụsụ Bekee (Netherlands)", + "en_NR": "Asụsụ Bekee (Nauru)", + "en_NU": "Asụsụ Bekee (Niue)", + "en_NZ": "Asụsụ Bekee (New Zealand)", + "en_PG": "Asụsụ Bekee (Papua New Guinea)", + "en_PH": "Asụsụ Bekee (Philippines)", + "en_PN": "Asụsụ Bekee (Agwaetiti Pitcairn)", + "en_PR": "Asụsụ Bekee (Puerto Rico)", + "en_PW": "Asụsụ Bekee (Palau)", + "en_RW": "Asụsụ Bekee (Rwanda)", + "en_SB": "Asụsụ Bekee (Agwaetiti Solomon)", + "en_SC": "Asụsụ Bekee (Seychelles)", + "en_SD": "Asụsụ Bekee (Sudan)", + "en_SE": "Asụsụ Bekee (Sweden)", + "en_SG": "Asụsụ Bekee (Singapore)", + "en_SH": "Asụsụ Bekee (St. Helena)", + "en_SI": "Asụsụ Bekee (Slovenia)", + "en_SL": "Asụsụ Bekee (Sierra Leone)", + "en_SS": "Asụsụ Bekee (South Sudan)", + "en_SX": "Asụsụ Bekee (Sint Maarten)", + "en_SZ": "Asụsụ Bekee (Eswatini)", + "en_TC": "Asụsụ Bekee (Agwaetiti Turks na Caicos)", + "en_TK": "Asụsụ Bekee (Tokelau)", + "en_TO": "Asụsụ Bekee (Tonga)", + "en_TT": "Asụsụ Bekee (Trinidad & Tobago)", + "en_TV": "Asụsụ Bekee (Tuvalu)", + "en_TZ": "Asụsụ Bekee (Tanzania)", + "en_UG": "Asụsụ Bekee (Uganda)", + "en_UM": "Asụsụ Bekee (Obere Agwaetiti Dị Na Mpụga U.S)", "en_US": "Asụsụ Bekee (Mba United States)", + "en_VC": "Asụsụ Bekee (St. Vincent & Grenadines)", + "en_VG": "Asụsụ Bekee (Agwaetiti British Virgin)", + "en_VI": "Asụsụ Bekee (Agwaetiti Virgin nke US)", + "en_VU": "Asụsụ Bekee (Vanuatu)", + "en_WS": "Asụsụ Bekee (Samoa)", + "en_ZA": "Asụsụ Bekee (South Africa)", + "en_ZM": "Asụsụ Bekee (Zambia)", + "en_ZW": "Asụsụ Bekee (Zimbabwe)", "es": "Asụsụ Spanish", + "es_AR": "Asụsụ Spanish (Argentina)", + "es_BO": "Asụsụ Spanish (Bolivia)", "es_BR": "Asụsụ Spanish (Mba Brazil)", + "es_BZ": "Asụsụ Spanish (Belize)", + "es_CL": "Asụsụ Spanish (Chile)", + "es_CO": "Asụsụ Spanish (Colombia)", + "es_CR": "Asụsụ Spanish (Kosta Rika)", + "es_CU": "Asụsụ Spanish (Cuba)", + "es_DO": "Asụsụ Spanish (Dominican Republik)", + "es_EA": "Asụsụ Spanish (Ceuta & Melilla)", + "es_EC": "Asụsụ Spanish (Ecuador)", + "es_ES": "Asụsụ Spanish (Spain)", + "es_GQ": "Asụsụ Spanish (Equatorial Guinea)", + "es_GT": "Asụsụ Spanish (Guatemala)", + "es_HN": "Asụsụ Spanish (Honduras)", + "es_IC": "Asụsụ Spanish (Agwaetiti Kanarị)", + "es_MX": "Asụsụ Spanish (Mexico)", + "es_NI": "Asụsụ Spanish (Nicaragua)", + "es_PA": "Asụsụ Spanish (Panama)", + "es_PE": "Asụsụ Spanish (Peru)", + "es_PH": "Asụsụ Spanish (Philippines)", + "es_PR": "Asụsụ Spanish (Puerto Rico)", + "es_PY": "Asụsụ Spanish (Paraguay)", + "es_SV": "Asụsụ Spanish (El Salvador)", "es_US": "Asụsụ Spanish (Mba United States)", + "es_UY": "Asụsụ Spanish (Uruguay)", + "es_VE": "Asụsụ Spanish (Venezuela)", "fa": "Peshan", "fr": "Asụsụ Fụrench", + "fr_BE": "Asụsụ Fụrench (Belgium)", + "fr_BF": "Asụsụ Fụrench (Burkina Faso)", + "fr_BI": "Asụsụ Fụrench (Burundi)", "fr_BJ": "Asụsụ Fụrench (Binin)", + "fr_BL": "Asụsụ Fụrench (St. Barthélemy)", + "fr_CA": "Asụsụ Fụrench (Kanada)", + "fr_CD": "Asụsụ Fụrench (Congo - Kinshasa)", + "fr_CF": "Asụsụ Fụrench (Central African Republik)", + "fr_CG": "Asụsụ Fụrench (Congo)", + "fr_CH": "Asụsụ Fụrench (Switzerland)", + "fr_CI": "Asụsụ Fụrench (Côte d’Ivoire)", + "fr_CM": "Asụsụ Fụrench (Cameroon)", + "fr_DJ": "Asụsụ Fụrench (Djibouti)", + "fr_DZ": "Asụsụ Fụrench (Algeria)", "fr_FR": "Asụsụ Fụrench (Mba France)", + "fr_GA": "Asụsụ Fụrench (Gabon)", + "fr_GF": "Asụsụ Fụrench (Frenchi Guiana)", + "fr_GN": "Asụsụ Fụrench (Guinea)", + "fr_GP": "Asụsụ Fụrench (Guadeloupe)", + "fr_GQ": "Asụsụ Fụrench (Equatorial Guinea)", "fr_HT": "Asụsụ Fụrench (Hati)", "fr_KM": "Asụsụ Fụrench (Comorosu)", + "fr_LU": "Asụsụ Fụrench (Luxembourg)", + "fr_MA": "Asụsụ Fụrench (Morocco)", + "fr_MC": "Asụsụ Fụrench (Monaco)", + "fr_MF": "Asụsụ Fụrench (St. Martin)", + "fr_MG": "Asụsụ Fụrench (Madagaskar)", + "fr_ML": "Asụsụ Fụrench (Mali)", + "fr_MQ": "Asụsụ Fụrench (Martinique)", + "fr_MR": "Asụsụ Fụrench (Mauritania)", + "fr_MU": "Asụsụ Fụrench (Mauritius)", + "fr_NC": "Asụsụ Fụrench (New Caledonia)", + "fr_NE": "Asụsụ Fụrench (Niger)", + "fr_PF": "Asụsụ Fụrench (Frenchi Polynesia)", + "fr_PM": "Asụsụ Fụrench (St. Pierre & Miquelon)", + "fr_RE": "Asụsụ Fụrench (Réunion)", + "fr_RW": "Asụsụ Fụrench (Rwanda)", + "fr_SC": "Asụsụ Fụrench (Seychelles)", + "fr_SN": "Asụsụ Fụrench (Senegal)", + "fr_TD": "Asụsụ Fụrench (Chad)", + "fr_TG": "Asụsụ Fụrench (Togo)", + "fr_TN": "Asụsụ Fụrench (Tunisia)", + "fr_VU": "Asụsụ Fụrench (Vanuatu)", + "fr_WF": "Asụsụ Fụrench (Wallis & Futuna)", + "fr_YT": "Asụsụ Fụrench (Mayotte)", "ha": "Awụsa", + "ha_GH": "Awụsa (Ghana)", + "ha_NE": "Awụsa (Niger)", "ha_NG": "Awụsa (Naịjịrịa)", "hi": "Hindi", "hi_IN": "Hindi (Mba India)", "hu": "Magịya", + "hu_HU": "Magịya (Hungary)", "id": "Indonisia", "ig": "Asụsụ Igbo", "ig_NG": "Asụsụ Igbo (Naịjịrịa)", "it": "Asụsụ Italian", + "it_CH": "Asụsụ Italian (Switzerland)", "it_IT": "Asụsụ Italian (Mba Italy)", + "it_SM": "Asụsụ Italian (San Marino)", + "it_VA": "Asụsụ Italian (Vatican City)", "ja": "Asụsụ Japanese", "ja_JP": "Asụsụ Japanese (Mba Japan)", "jv": "Java", "km": "Keme, Etiti", "ko": "Koria", "ms": "Maleyi", + "ms_SG": "Maleyi (Singapore)", "my": "Mịanma", "ne": "Nepali", "ne_IN": "Nepali (Mba India)", "nl": "Dọọch", + "nl_AW": "Dọọch (Aruba)", + "nl_BE": "Dọọch (Belgium)", + "nl_BQ": "Dọọch (Caribbean Netherlands)", + "nl_CW": "Dọọch (Kurakao)", + "nl_NL": "Dọọch (Netherlands)", + "nl_SR": "Dọọch (Suriname)", + "nl_SX": "Dọọch (Sint Maarten)", "pa": "Punjabi", "pa_Arab": "Punjabi (Mkpụrụ Okwu Arabic)", "pa_IN": "Punjabi (Mba India)", "pl": "Poliishi", + "pl_PL": "Poliishi (Poland)", "pt": "Asụsụ Portuguese", + "pt_AO": "Asụsụ Portuguese (Angola)", "pt_BR": "Asụsụ Portuguese (Mba Brazil)", + "pt_CH": "Asụsụ Portuguese (Switzerland)", + "pt_CV": "Asụsụ Portuguese (Cape Verde)", + "pt_GQ": "Asụsụ Portuguese (Equatorial Guinea)", + "pt_GW": "Asụsụ Portuguese (Guinea-Bissau)", + "pt_LU": "Asụsụ Portuguese (Luxembourg)", + "pt_MZ": "Asụsụ Portuguese (Mozambik)", + "pt_PT": "Asụsụ Portuguese (Portugal)", + "pt_ST": "Asụsụ Portuguese (São Tomé & Príncipe)", + "pt_TL": "Asụsụ Portuguese (Timor-Leste)", "ro": "Rumenia", + "ro_MD": "Rumenia (Moldova)", + "ro_RO": "Rumenia (Romania)", "ru": "Asụsụ Russian", + "ru_BY": "Asụsụ Russian (Belarus)", + "ru_MD": "Asụsụ Russian (Moldova)", "ru_RU": "Asụsụ Russian (Mba Russia)", + "ru_UA": "Asụsụ Russian (Ukraine)", "rw": "Rụwanda", + "rw_RW": "Rụwanda (Rwanda)", "so": "Somali", + "so_DJ": "Somali (Djibouti)", + "so_ET": "Somali (Ethiopia)", + "so_KE": "Somali (Kenya)", + "so_SO": "Somali (Somalia)", "sv": "Sụwidiishi", + "sv_AX": "Sụwidiishi (Agwaetiti Aland)", + "sv_FI": "Sụwidiishi (Finland)", + "sv_SE": "Sụwidiishi (Sweden)", "ta": "Tamụlụ", "ta_IN": "Tamụlụ (Mba India)", + "ta_SG": "Tamụlụ (Singapore)", "th": "Taị", + "th_TH": "Taị (Thailand)", "tr": "Tọkiishi", "uk": "Ukureenị", + "uk_UA": "Ukureenị (Ukraine)", "ur": "Urudu", "ur_IN": "Urudu (Mba India)", "vi": "Viyetịnaamụ", + "vi_VN": "Viyetịnaamụ (Vietnam)", "yo": "Yoruba", "yo_BJ": "Yoruba (Binin)", "yo_NG": "Yoruba (Naịjịrịa)", @@ -77,7 +298,10 @@ "zh_CN": "Mandarịịnị (Mba China)", "zh_Hans": "Mandarịịnị (Nke dị mfe)", "zh_Hans_CN": "Mandarịịnị (Nke dị mfe, Mba China)", + "zh_Hans_SG": "Mandarịịnị (Nke dị mfe, Singapore)", "zh_Hant": "Mandarịịnị (Izugbe)", - "zu": "Zulu" + "zh_SG": "Mandarịịnị (Singapore)", + "zu": "Zulu", + "zu_ZA": "Zulu (South Africa)" } } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/is.json b/src/Symfony/Component/Intl/Resources/data/locales/is.json index 1722e6c942..00957976ad 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/is.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/is.json @@ -279,7 +279,7 @@ "fr_LU": "franska (Lúxemborg)", "fr_MA": "franska (Marokkó)", "fr_MC": "franska (Mónakó)", - "fr_MF": "franska (St. Martin)", + "fr_MF": "franska (Saint-Martin)", "fr_MG": "franska (Madagaskar)", "fr_ML": "franska (Malí)", "fr_MQ": "franska (Martiník)", @@ -303,6 +303,7 @@ "fy": "vesturfrísneska", "fy_NL": "vesturfrísneska (Holland)", "ga": "írska", + "ga_GB": "írska (Bretland)", "ga_IE": "írska (Írland)", "gd": "skosk gelíska", "gd_GB": "skosk gelíska (Bretland)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/it.json b/src/Symfony/Component/Intl/Resources/data/locales/it.json index 6fdecae578..97e1889cf1 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/it.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/it.json @@ -303,6 +303,7 @@ "fy": "frisone occidentale", "fy_NL": "frisone occidentale (Paesi Bassi)", "ga": "irlandese", + "ga_GB": "irlandese (Regno Unito)", "ga_IE": "irlandese (Irlanda)", "gd": "gaelico scozzese", "gd_GB": "gaelico scozzese (Regno Unito)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ja.json b/src/Symfony/Component/Intl/Resources/data/locales/ja.json index 3c94e55706..9d077d2ca4 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ja.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ja.json @@ -303,6 +303,7 @@ "fy": "西フリジア語", "fy_NL": "西フリジア語 (オランダ)", "ga": "アイルランド語", + "ga_GB": "アイルランド語 (イギリス)", "ga_IE": "アイルランド語 (アイルランド)", "gd": "スコットランド・ゲール語", "gd_GB": "スコットランド・ゲール語 (イギリス)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/kk.json b/src/Symfony/Component/Intl/Resources/data/locales/kk.json index e014387c07..13dfd4a877 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/kk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/kk.json @@ -303,6 +303,7 @@ "fy": "батыс фриз тілі", "fy_NL": "батыс фриз тілі (Нидерланд)", "ga": "ирланд тілі", + "ga_GB": "ирланд тілі (Ұлыбритания)", "ga_IE": "ирланд тілі (Ирландия)", "gd": "шотландиялық гэль тілі", "gd_GB": "шотландиялық гэль тілі (Ұлыбритания)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/km.json b/src/Symfony/Component/Intl/Resources/data/locales/km.json index 916fb49c03..8f77078946 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/km.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/km.json @@ -303,6 +303,7 @@ "fy": "ហ្វ្រីស៊ានខាងលិច", "fy_NL": "ហ្វ្រីស៊ានខាងលិច (ហូឡង់)", "ga": "អៀរឡង់", + "ga_GB": "អៀរឡង់ (ចក្រភព​អង់គ្លេស)", "ga_IE": "អៀរឡង់ (អៀរឡង់)", "gd": "ស្កុតហ្កែលិគ", "gd_GB": "ស្កុតហ្កែលិគ (ចក្រភព​អង់គ្លេស)", @@ -457,7 +458,7 @@ "pt_MZ": "ព័រទុយហ្គាល់ (ម៉ូសំប៊ិក)", "pt_PT": "ព័រទុយហ្គាល់ (ព័រទុយហ្គាល់)", "pt_ST": "ព័រទុយហ្គាល់ (សៅតូម៉េ និង ប្រាំងស៊ីប)", - "pt_TL": "ព័រទុយហ្គាល់ (ទីម័រលីស)", + "pt_TL": "ព័រទុយហ្គាល់ (ទីម័រលេស្តេ)", "qu": "ហ្គិកឈួ", "qu_BO": "ហ្គិកឈួ (បូលីវី)", "qu_EC": "ហ្គិកឈួ (អេក្វាទ័រ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ko.json b/src/Symfony/Component/Intl/Resources/data/locales/ko.json index c47c5b929d..f5d60de53f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ko.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ko.json @@ -303,6 +303,7 @@ "fy": "서부 프리지아어", "fy_NL": "서부 프리지아어(네덜란드)", "ga": "아일랜드어", + "ga_GB": "아일랜드어(영국)", "ga_IE": "아일랜드어(아일랜드)", "gd": "스코틀랜드 게일어", "gd_GB": "스코틀랜드 게일어(영국)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ks.json b/src/Symfony/Component/Intl/Resources/data/locales/ks.json index a8de48fcb0..d76a8eaf9d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ks.json @@ -297,6 +297,7 @@ "fy": "مغربی فرِشیَن", "fy_NL": "مغربی فرِشیَن (نیٖدَرلینڑ)", "ga": "اَیرِش", + "ga_GB": "اَیرِش (یُنایٹِڑ کِنگڈَم)", "ga_IE": "اَیرِش (اَیَرلینڑ)", "gd": "سکوٹِش گیےلِک", "gd_GB": "سکوٹِش گیےلِک (یُنایٹِڑ کِنگڈَم)", @@ -384,7 +385,6 @@ "mi": "ماوری", "mi_NZ": "ماوری (نیوٗزِلینڑ)", "mk": "میکَڈونیَن", - "mk_MK": "میکَڈونیَن (مؠسوڑونِیا)", "ml": "مٔلیالَم", "ml_IN": "مٔلیالَم (ہِندوستان)", "mn": "مَنگولی", @@ -495,7 +495,6 @@ "so_SO": "سومٲلی (سومالِیا)", "sq": "البانِیَن", "sq_AL": "البانِیَن (اؠلبانِیا)", - "sq_MK": "البانِیَن (مؠسوڑونِیا)", "sr": "سٔربِیَن", "sr_BA": "سٔربِیَن (بوسنِیا تہٕ ہَرزِگووِنا)", "sr_Cyrl": "سٔربِیَن (سَیرِلِک)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ku.json b/src/Symfony/Component/Intl/Resources/data/locales/ku.json index f5afa154f7..7bd6ddbf68 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ku.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ku.json @@ -286,6 +286,7 @@ "fy": "frîsî", "fy_NL": "frîsî (Holenda)", "ga": "îrî", + "ga_GB": "îrî (Keyaniya Yekbûyî)", "ga_IE": "îrî (Îrlenda)", "gd": "gaelîka skotî", "gd_GB": "gaelîka skotî (Keyaniya Yekbûyî)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ky.json b/src/Symfony/Component/Intl/Resources/data/locales/ky.json index 6c16c762e9..ac261c511e 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ky.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ky.json @@ -303,6 +303,7 @@ "fy": "батыш фризче", "fy_NL": "батыш фризче (Нидерланд)", "ga": "ирландча", + "ga_GB": "ирландча (Улуу Британия)", "ga_IE": "ирландча (Ирландия)", "gd": "шотладиялык гелча", "gd_GB": "шотладиялык гелча (Улуу Британия)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lb.json b/src/Symfony/Component/Intl/Resources/data/locales/lb.json index 0b6e225575..4e5d1a7703 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lb.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lb.json @@ -303,6 +303,7 @@ "fy": "Westfriesesch", "fy_NL": "Westfriesesch (Holland)", "ga": "Iresch", + "ga_GB": "Iresch (Groussbritannien)", "ga_IE": "Iresch (Irland)", "gd": "Schottescht Gällesch", "gd_GB": "Schottescht Gällesch (Groussbritannien)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lt.json b/src/Symfony/Component/Intl/Resources/data/locales/lt.json index 1ee80629bd..12dc112119 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lt.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lt.json @@ -303,6 +303,7 @@ "fy": "vakarų fryzų", "fy_NL": "vakarų fryzų (Nyderlandai)", "ga": "airių", + "ga_GB": "airių (Jungtinė Karalystė)", "ga_IE": "airių (Airija)", "gd": "škotų [gėlų]", "gd_GB": "škotų [gėlų] (Jungtinė Karalystė)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lv.json b/src/Symfony/Component/Intl/Resources/data/locales/lv.json index 01b0ee337c..b092a30918 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lv.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lv.json @@ -147,7 +147,7 @@ "en_LS": "angļu (Lesoto)", "en_MG": "angļu (Madagaskara)", "en_MH": "angļu (Māršala salas)", - "en_MO": "angļu (Ķīnas īpašās pārvaldes apgabals Makao)", + "en_MO": "angļu (ĶTR īpašais administratīvais reģions Makao)", "en_MP": "angļu (Ziemeļu Marianas salas)", "en_MS": "angļu (Montserrata)", "en_MT": "angļu (Malta)", @@ -178,7 +178,7 @@ "en_SL": "angļu (Sjerraleone)", "en_SS": "angļu (Dienvidsudāna)", "en_SX": "angļu (Sintmārtena)", - "en_SZ": "angļu (Svazilenda)", + "en_SZ": "angļu (Svatini)", "en_TC": "angļu (Tērksas un Kaikosas salas)", "en_TK": "angļu (Tokelau)", "en_TO": "angļu (Tonga)", @@ -303,6 +303,7 @@ "fy": "rietumfrīzu", "fy_NL": "rietumfrīzu (Nīderlande)", "ga": "īru", + "ga_GB": "īru (Apvienotā Karaliste)", "ga_IE": "īru (Īrija)", "gd": "skotu gēlu", "gd_GB": "skotu gēlu (Apvienotā Karaliste)", @@ -453,7 +454,7 @@ "pt_GQ": "portugāļu (Ekvatoriālā Gvineja)", "pt_GW": "portugāļu (Gvineja-Bisava)", "pt_LU": "portugāļu (Luksemburga)", - "pt_MO": "portugāļu (Ķīnas īpašās pārvaldes apgabals Makao)", + "pt_MO": "portugāļu (ĶTR īpašais administratīvais reģions Makao)", "pt_MZ": "portugāļu (Mozambika)", "pt_PT": "portugāļu (Portugāle)", "pt_ST": "portugāļu (Santome un Prinsipi)", @@ -582,13 +583,13 @@ "zh_Hans": "ķīniešu (vienkāršotā)", "zh_Hans_CN": "ķīniešu (vienkāršotā, Ķīna)", "zh_Hans_HK": "ķīniešu (vienkāršotā, Ķīnas īpašās pārvaldes apgabals Honkonga)", - "zh_Hans_MO": "ķīniešu (vienkāršotā, Ķīnas īpašās pārvaldes apgabals Makao)", + "zh_Hans_MO": "ķīniešu (vienkāršotā, ĶTR īpašais administratīvais reģions Makao)", "zh_Hans_SG": "ķīniešu (vienkāršotā, Singapūra)", "zh_Hant": "ķīniešu (tradicionālā)", "zh_Hant_HK": "ķīniešu (tradicionālā, Ķīnas īpašās pārvaldes apgabals Honkonga)", - "zh_Hant_MO": "ķīniešu (tradicionālā, Ķīnas īpašās pārvaldes apgabals Makao)", + "zh_Hant_MO": "ķīniešu (tradicionālā, ĶTR īpašais administratīvais reģions Makao)", "zh_Hant_TW": "ķīniešu (tradicionālā, Taivāna)", - "zh_MO": "ķīniešu (Ķīnas īpašās pārvaldes apgabals Makao)", + "zh_MO": "ķīniešu (ĶTR īpašais administratīvais reģions Makao)", "zh_SG": "ķīniešu (Singapūra)", "zh_TW": "ķīniešu (Taivāna)", "zu": "zulu", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/meta.json b/src/Symfony/Component/Intl/Resources/data/locales/meta.json index 12eb1bfabc..9104fa86ac 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/meta.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/meta.json @@ -314,6 +314,7 @@ "fy", "fy_NL", "ga", + "ga_GB", "ga_IE", "gd", "gd_GB", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mk.json b/src/Symfony/Component/Intl/Resources/data/locales/mk.json index c1c7f54c5f..4e61575e7b 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mk.json @@ -303,6 +303,7 @@ "fy": "западнофризиски", "fy_NL": "западнофризиски (Холандија)", "ga": "ирски", + "ga_GB": "ирски (Обединето Кралство)", "ga_IE": "ирски (Ирска)", "gd": "шкотски гелски", "gd_GB": "шкотски гелски (Обединето Кралство)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ml.json b/src/Symfony/Component/Intl/Resources/data/locales/ml.json index 17748a23f7..51e32bd3ac 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ml.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ml.json @@ -85,8 +85,8 @@ "de_IT": "ജർമ്മൻ (ഇറ്റലി)", "de_LI": "ജർമ്മൻ (ലിച്ചൺസ്റ്റൈൻ)", "de_LU": "ജർമ്മൻ (ലക്സംബർഗ്)", - "dz": "സോങ്ക", - "dz_BT": "സോങ്ക (ഭൂട്ടാൻ)", + "dz": "ദ്‌സോങ്ക", + "dz_BT": "ദ്‌സോങ്ക (ഭൂട്ടാൻ)", "ee": "യൂവ്", "ee_GH": "യൂവ് (ഘാന)", "ee_TG": "യൂവ് (ടോഗോ)", @@ -288,7 +288,7 @@ "fr_NC": "ഫ്രഞ്ച് (ന്യൂ കാലിഡോണിയ)", "fr_NE": "ഫ്രഞ്ച് (നൈജർ)", "fr_PF": "ഫ്രഞ്ച് (ഫ്രഞ്ച് പോളിനേഷ്യ)", - "fr_PM": "ഫ്രഞ്ച് (സെന്റ് പിയറിയും മിക്കലണും)", + "fr_PM": "ഫ്രഞ്ച് (സെന്റ് പിയറി ആൻഡ് മിക്വലൻ)", "fr_RE": "ഫ്രഞ്ച് (റീയൂണിയൻ)", "fr_RW": "ഫ്രഞ്ച് (റുവാണ്ട)", "fr_SC": "ഫ്രഞ്ച് (സീഷെൽസ്)", @@ -303,6 +303,7 @@ "fy": "പശ്ചിമ ഫ്രിഷിയൻ", "fy_NL": "പശ്ചിമ ഫ്രിഷിയൻ (നെതർലാൻഡ്‌സ്)", "ga": "ഐറിഷ്", + "ga_GB": "ഐറിഷ് (യുണൈറ്റഡ് കിംഗ്ഡം)", "ga_IE": "ഐറിഷ് (അയർലൻഡ്)", "gd": "സ്കോട്ടിഷ് ഗൈലിക്", "gd_GB": "സ്കോട്ടിഷ് ഗൈലിക് (യുണൈറ്റഡ് കിംഗ്ഡം)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mr.json b/src/Symfony/Component/Intl/Resources/data/locales/mr.json index 0fda8c551d..7bef337409 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mr.json @@ -178,7 +178,7 @@ "en_SL": "इंग्रजी (सिएरा लिओन)", "en_SS": "इंग्रजी (दक्षिण सुदान)", "en_SX": "इंग्रजी (सिंट मार्टेन)", - "en_SZ": "इंग्रजी (स्वाझिलँड)", + "en_SZ": "इंग्रजी (इस्वातिनी)", "en_TC": "इंग्रजी (टर्क्स आणि कैकोस बेटे)", "en_TK": "इंग्रजी (तोकेलाउ)", "en_TO": "इंग्रजी (टोंगा)", @@ -303,6 +303,7 @@ "fy": "पश्चिमी फ्रिशियन", "fy_NL": "पश्चिमी फ्रिशियन (नेदरलँड)", "ga": "आयरिश", + "ga_GB": "आयरिश (युनायटेड किंगडम)", "ga_IE": "आयरिश (आयर्लंड)", "gd": "स्कॉट्स गेलिक", "gd_GB": "स्कॉट्स गेलिक (युनायटेड किंगडम)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ms.json b/src/Symfony/Component/Intl/Resources/data/locales/ms.json index 26457c0dac..a9ae96772d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ms.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ms.json @@ -303,6 +303,7 @@ "fy": "Frisian Barat", "fy_NL": "Frisian Barat (Belanda)", "ga": "Ireland", + "ga_GB": "Ireland (United Kingdom)", "ga_IE": "Ireland (Ireland)", "gd": "Scots Gaelic", "gd_GB": "Scots Gaelic (United Kingdom)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mt.json b/src/Symfony/Component/Intl/Resources/data/locales/mt.json index 78c091066d..ec0e8975b3 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mt.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mt.json @@ -303,6 +303,7 @@ "fy": "Frisian tal-Punent", "fy_NL": "Frisian tal-Punent (in-Netherlands)", "ga": "Irlandiż", + "ga_GB": "Irlandiż (ir-Renju Unit)", "ga_IE": "Irlandiż (l-Irlanda)", "gd": "Galliku Skoċċiż", "gd_GB": "Galliku Skoċċiż (ir-Renju Unit)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/my.json b/src/Symfony/Component/Intl/Resources/data/locales/my.json index 04cdec8daa..4ddbbff928 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/my.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/my.json @@ -303,6 +303,7 @@ "fy": "အနောက် ဖရီစီရန်", "fy_NL": "အနောက် ဖရီစီရန် (နယ်သာလန်)", "ga": "အိုင်းရစ်ရှ်", + "ga_GB": "အိုင်းရစ်ရှ် (ယူနိုက်တက်ကင်းဒမ်း)", "ga_IE": "အိုင်းရစ်ရှ် (အိုင်ယာလန်)", "gd": "စကော့တစ်ရှ် ဂေးလစ်ခ်", "gd_GB": "စကော့တစ်ရှ် ဂေးလစ်ခ် (ယူနိုက်တက်ကင်းဒမ်း)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/nb.json b/src/Symfony/Component/Intl/Resources/data/locales/nb.json index 4f5508b9be..dcaa0e3541 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/nb.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/nb.json @@ -303,6 +303,7 @@ "fy": "vestfrisisk", "fy_NL": "vestfrisisk (Nederland)", "ga": "irsk", + "ga_GB": "irsk (Storbritannia)", "ga_IE": "irsk (Irland)", "gd": "skotsk-gælisk", "gd_GB": "skotsk-gælisk (Storbritannia)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ne.json b/src/Symfony/Component/Intl/Resources/data/locales/ne.json index ead2e0191c..c17f14a523 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ne.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ne.json @@ -14,7 +14,7 @@ "ar_DZ": "अरबी (अल्जेरिया)", "ar_EG": "अरबी (इजिप्ट)", "ar_EH": "अरबी (पश्चिमी साहारा)", - "ar_ER": "अरबी (एरित्रिया)", + "ar_ER": "अरबी (एरिट्रीया)", "ar_IL": "अरबी (इजरायल)", "ar_IQ": "अरबी (इराक)", "ar_JO": "अरबी (जोर्डन)", @@ -67,7 +67,7 @@ "ca_AD": "क्याटालन (अन्डोर्रा)", "ca_ES": "क्याटालन (स्पेन)", "ca_FR": "क्याटालन (फ्रान्स)", - "ca_IT": "क्याटालन (इटाली)", + "ca_IT": "क्याटालन (इटली)", "ce": "चेचेन", "ce_RU": "चेचेन (रूस)", "cs": "चेक", @@ -82,7 +82,7 @@ "de_BE": "जर्मन (बेल्जियम)", "de_CH": "जर्मन (स्विजरल्याण्ड)", "de_DE": "जर्मन (जर्मनी)", - "de_IT": "जर्मन (इटाली)", + "de_IT": "जर्मन (इटली)", "de_LI": "जर्मन (लिकटेन्सटाइन)", "de_LU": "जर्मन (लक्जेमबर्ग)", "dz": "जोङ्खा", @@ -117,14 +117,14 @@ "en_DE": "अङ्ग्रेजी (जर्मनी)", "en_DK": "अङ्ग्रेजी (डेनमार्क)", "en_DM": "अङ्ग्रेजी (डोमिनिका)", - "en_ER": "अङ्ग्रेजी (एरित्रिया)", + "en_ER": "अङ्ग्रेजी (एरिट्रीया)", "en_FI": "अङ्ग्रेजी (फिनल्याण्ड)", "en_FJ": "अङ्ग्रेजी (फिजी)", "en_FK": "अङ्ग्रेजी (फकल्याण्ड टापुहरु)", "en_FM": "अङ्ग्रेजी (माइक्रोनेसिया)", "en_GB": "अङ्ग्रेजी (संयुक्त अधिराज्य)", "en_GD": "अङ्ग्रेजी (ग्रेनाडा)", - "en_GG": "अङ्ग्रेजी (गुएर्नसे)", + "en_GG": "अङ्ग्रेजी (ग्यूर्न्सी)", "en_GH": "अङ्ग्रेजी (घाना)", "en_GI": "अङ्ग्रेजी (जिब्राल्टार)", "en_GM": "अङ्ग्रेजी (गाम्विया)", @@ -168,7 +168,7 @@ "en_PR": "अङ्ग्रेजी (पुएर्टो रिको)", "en_PW": "अङ्ग्रेजी (पलाउ)", "en_RW": "अङ्ग्रेजी (रवाण्डा)", - "en_SB": "अङ्ग्रेजी (सोलोमोन टापुहरु)", + "en_SB": "अङ्ग्रेजी (सोलोमन टापुहरू)", "en_SC": "अङ्ग्रेजी (सेचेलेस)", "en_SD": "अङ्ग्रेजी (सुडान)", "en_SE": "अङ्ग्रेजी (स्विडेन)", @@ -303,6 +303,7 @@ "fy": "पश्चिमी फ्रिसियन", "fy_NL": "पश्चिमी फ्रिसियन (नेदरल्याण्ड)", "ga": "आइरिस", + "ga_GB": "आइरिस (संयुक्त अधिराज्य)", "ga_IE": "आइरिस (आयरल्याण्ड)", "gd": "स्कटिस गाएलिक", "gd_GB": "स्कटिस गाएलिक (संयुक्त अधिराज्य)", @@ -338,7 +339,7 @@ "is_IS": "आइसल्यान्डियाली (आइस्ल्याण्ड)", "it": "इटालेली", "it_CH": "इटालेली (स्विजरल्याण्ड)", - "it_IT": "इटालेली (इटाली)", + "it_IT": "इटालेली (इटली)", "it_SM": "इटालेली (सान् मारिनो)", "it_VA": "इटालेली (भेटिकन सिटी)", "ja": "जापानी", @@ -535,7 +536,7 @@ "th": "थाई", "th_TH": "थाई (थाइल्याण्ड)", "ti": "टिग्रिन्या", - "ti_ER": "टिग्रिन्या (एरित्रिया)", + "ti_ER": "टिग्रिन्या (एरिट्रीया)", "ti_ET": "टिग्रिन्या (इथियोपिया)", "tk": "टर्कमेन", "tk_TM": "टर्कमेन (तुर्कमेनिस्तान)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/nl.json b/src/Symfony/Component/Intl/Resources/data/locales/nl.json index 206e2e7cd5..c96110ad17 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/nl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/nl.json @@ -303,6 +303,7 @@ "fy": "Fries", "fy_NL": "Fries (Nederland)", "ga": "Iers", + "ga_GB": "Iers (Verenigd Koninkrijk)", "ga_IE": "Iers (Ierland)", "gd": "Schots-Gaelisch", "gd_GB": "Schots-Gaelisch (Verenigd Koninkrijk)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/nn.json b/src/Symfony/Component/Intl/Resources/data/locales/nn.json index a54cab838e..45ce3ac2da 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/nn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/nn.json @@ -303,6 +303,7 @@ "fy": "vestfrisisk", "fy_NL": "vestfrisisk (Nederland)", "ga": "irsk", + "ga_GB": "irsk (Storbritannia)", "ga_IE": "irsk (Irland)", "gd": "skotsk-gælisk", "gd_GB": "skotsk-gælisk (Storbritannia)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/om.json b/src/Symfony/Component/Intl/Resources/data/locales/om.json index cee8d6c1a5..dc89f7b3db 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/om.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/om.json @@ -42,6 +42,7 @@ "fr_FR": "Afaan Faransaayii (France)", "fy": "Afaan Firisiyaani", "ga": "Afaan Ayirishii", + "ga_GB": "Afaan Ayirishii (United Kingdom)", "gd": "Scots Gaelic", "gd_GB": "Scots Gaelic (United Kingdom)", "gl": "Afaan Galishii", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/or.json b/src/Symfony/Component/Intl/Resources/data/locales/or.json index 81a52fb0a5..73d7902259 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/or.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/or.json @@ -260,7 +260,7 @@ "fr_BJ": "ଫରାସୀ (ବେନିନ୍)", "fr_BL": "ଫରାସୀ (ସେଣ୍ଟ ବାର୍ଥେଲେମି)", "fr_CA": "ଫରାସୀ (କାନାଡା)", - "fr_CD": "ଫରାସୀ (କଙ୍ଗୋ-କିନସାସା)", + "fr_CD": "ଫରାସୀ (କଙ୍ଗୋ [ଡିଆରସି])", "fr_CF": "ଫରାସୀ (ମଧ୍ୟ ଆଫ୍ରିକୀୟ ସାଧାରଣତନ୍ତ୍ର)", "fr_CG": "ଫରାସୀ (କଙ୍ଗୋ-ବ୍ରାଜିଭିଲ୍ଲେ)", "fr_CH": "ଫରାସୀ (ସ୍ୱିଜରଲ୍ୟାଣ୍ଡ)", @@ -303,6 +303,7 @@ "fy": "ପାଶ୍ଚାତ୍ୟ ଫ୍ରିସିଆନ୍", "fy_NL": "ପାଶ୍ଚାତ୍ୟ ଫ୍ରିସିଆନ୍ (ନେଦରଲ୍ୟାଣ୍ଡ)", "ga": "ଇରିସ୍", + "ga_GB": "ଇରିସ୍ (ଯୁକ୍ତରାଜ୍ୟ)", "ga_IE": "ଇରିସ୍ (ଆୟରଲ୍ୟାଣ୍ଡ)", "gd": "ସ୍କଟିସ୍ ଗାଏଲିକ୍", "gd_GB": "ସ୍କଟିସ୍ ଗାଏଲିକ୍ (ଯୁକ୍ତରାଜ୍ୟ)", @@ -374,7 +375,7 @@ "lg_UG": "ଗନ୍ଦା (ଉଗାଣ୍ଡା)", "ln": "ଲିଙ୍ଗାଲା", "ln_AO": "ଲିଙ୍ଗାଲା (ଆଙ୍ଗୋଲା)", - "ln_CD": "ଲିଙ୍ଗାଲା (କଙ୍ଗୋ-କିନସାସା)", + "ln_CD": "ଲିଙ୍ଗାଲା (କଙ୍ଗୋ [ଡିଆରସି])", "ln_CF": "ଲିଙ୍ଗାଲା (ମଧ୍ୟ ଆଫ୍ରିକୀୟ ସାଧାରଣତନ୍ତ୍ର)", "ln_CG": "ଲିଙ୍ଗାଲା (କଙ୍ଗୋ-ବ୍ରାଜିଭିଲ୍ଲେ)", "lo": "ଲାଓ", @@ -382,7 +383,7 @@ "lt": "ଲିଥୁଆନିଆନ୍", "lt_LT": "ଲିଥୁଆନିଆନ୍ (ଲିଥୁଆନିଆ)", "lu": "ଲ୍ୟୁବା-କାଟାଙ୍ଗା", - "lu_CD": "ଲ୍ୟୁବା-କାଟାଙ୍ଗା (କଙ୍ଗୋ-କିନସାସା)", + "lu_CD": "ଲ୍ୟୁବା-କାଟାଙ୍ଗା (କଙ୍ଗୋ [ଡିଆରସି])", "lv": "ଲାଟଭିଆନ୍", "lv_LV": "ଲାଟଭିଆନ୍ (ଲାଟଭିଆ)", "mg": "ମାଲାଗାସୀ", @@ -521,7 +522,7 @@ "sv_FI": "ସ୍ୱେଡିସ୍ (ଫିନଲ୍ୟାଣ୍ଡ)", "sv_SE": "ସ୍ୱେଡିସ୍ (ସ୍ୱେଡେନ୍)", "sw": "ସ୍ୱାହିଲ୍", - "sw_CD": "ସ୍ୱାହିଲ୍ (କଙ୍ଗୋ-କିନସାସା)", + "sw_CD": "ସ୍ୱାହିଲ୍ (କଙ୍ଗୋ [ଡିଆରସି])", "sw_KE": "ସ୍ୱାହିଲ୍ (କେନିୟା)", "sw_TZ": "ସ୍ୱାହିଲ୍ (ତାଞ୍ଜାନିଆ)", "sw_UG": "ସ୍ୱାହିଲ୍ (ଉଗାଣ୍ଡା)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/os.json b/src/Symfony/Component/Intl/Resources/data/locales/os.json index d79a759acf..45fd280ce2 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/os.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/os.json @@ -37,6 +37,7 @@ "fr": "францаг", "fr_FR": "францаг (Франц)", "ga": "ирландиаг", + "ga_GB": "ирландиаг (Стыр Британи)", "he": "уираг", "hr": "хорватаг", "hu": "венгериаг", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/pl.json b/src/Symfony/Component/Intl/Resources/data/locales/pl.json index 6c84da1de2..a4d5b96382 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/pl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/pl.json @@ -303,6 +303,7 @@ "fy": "zachodniofryzyjski", "fy_NL": "zachodniofryzyjski (Holandia)", "ga": "irlandzki", + "ga_GB": "irlandzki (Wielka Brytania)", "ga_IE": "irlandzki (Irlandia)", "gd": "szkocki gaelicki", "gd_GB": "szkocki gaelicki (Wielka Brytania)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ps_PK.json b/src/Symfony/Component/Intl/Resources/data/locales/ps_PK.json index 83d0dd6d89..670804562a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ps_PK.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ps_PK.json @@ -1,7 +1,7 @@ { "Names": { "ar_PS": "عربي (فلسطين سيمے)", - "en_TC": "انګریزي (د ترکیے او کیکاسو ټاپو)", + "en_TC": "انګليسي (د ترکیے او کیکاسو ټاپو)", "fo": "فاروئے", "fo_DK": "فاروئے (ډنمارک)", "fo_FO": "فاروئے (فارو ټاپو)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/pt.json b/src/Symfony/Component/Intl/Resources/data/locales/pt.json index 65b26d709b..57f5d3d313 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/pt.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/pt.json @@ -178,7 +178,7 @@ "en_SL": "inglês (Serra Leoa)", "en_SS": "inglês (Sudão do Sul)", "en_SX": "inglês (Sint Maarten)", - "en_SZ": "inglês (Suazilândia)", + "en_SZ": "inglês (Essuatíni)", "en_TC": "inglês (Ilhas Turcas e Caicos)", "en_TK": "inglês (Tokelau)", "en_TO": "inglês (Tonga)", @@ -303,6 +303,7 @@ "fy": "frísio ocidental", "fy_NL": "frísio ocidental (Países Baixos)", "ga": "irlandês", + "ga_GB": "irlandês (Reino Unido)", "ga_IE": "irlandês (Irlanda)", "gd": "gaélico escocês", "gd_GB": "gaélico escocês (Reino Unido)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json b/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json index 9fe5a664cf..28eb218ef4 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json @@ -37,7 +37,6 @@ "en_NU": "inglês (Niuê)", "en_SI": "inglês (Eslovénia)", "en_SX": "inglês (São Martinho [Sint Maarten])", - "en_SZ": "inglês (Essuatíni)", "en_TK": "inglês (Toquelau)", "en_TT": "inglês (Trindade e Tobago)", "en_UM": "inglês (Ilhas Menores Afastadas dos EUA)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/qu.json b/src/Symfony/Component/Intl/Resources/data/locales/qu.json index 9f34616094..57a9afa1ba 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/qu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/qu.json @@ -3,13 +3,17 @@ "af": "Afrikaans Simi", "af_NA": "Afrikaans Simi (Namibia)", "af_ZA": "Afrikaans Simi (Sudáfrica)", + "ak": "Akan Simi", + "ak_GH": "Akan Simi (Ghana)", "am": "Amarico Simi", "am_ET": "Amarico Simi (Etiopía)", "ar": "Arabe Simi", + "ar_AE": "Arabe Simi (Emiratos Árabes Unidos)", "ar_BH": "Arabe Simi (Baréin)", "ar_DJ": "Arabe Simi (Yibuti)", "ar_DZ": "Arabe Simi (Argelia)", "ar_EG": "Arabe Simi (Egipto)", + "ar_EH": "Arabe Simi (Sahara Occidental)", "ar_ER": "Arabe Simi (Eritrea)", "ar_IL": "Arabe Simi (Israel)", "ar_IQ": "Arabe Simi (Irak)", @@ -17,6 +21,7 @@ "ar_KM": "Arabe Simi (Comoras)", "ar_KW": "Arabe Simi (Kuwait)", "ar_LB": "Arabe Simi (Líbano)", + "ar_LY": "Arabe Simi (Libia)", "ar_MA": "Arabe Simi (Marruecos)", "ar_MR": "Arabe Simi (Mauritania)", "ar_OM": "Arabe Simi (Omán)", @@ -38,6 +43,8 @@ "be_BY": "Bielorruso Simi (Belarús)", "bg": "Bulgaro Simi", "bg_BG": "Bulgaro Simi (Bulgaria)", + "bm": "Bambara Simi", + "bm_ML": "Bambara Simi (Malí)", "bn": "Bangla Simi", "bn_BD": "Bangla Simi (Bangladesh)", "bn_IN": "Bangla Simi (India)", @@ -47,16 +54,21 @@ "br": "Breton Simi", "br_FR": "Breton Simi (Francia)", "bs": "Bosnio Simi", + "bs_BA": "Bosnio Simi (Bosnia y Herzegovina)", "ca": "Catalan Simi", "ca_AD": "Catalan Simi (Andorra)", "ca_ES": "Catalan Simi (España)", "ca_FR": "Catalan Simi (Francia)", "ca_IT": "Catalan Simi (Italia)", + "ce": "Checheno Simi", + "ce_RU": "Checheno Simi (Rusia)", "cs": "Checo Simi", + "cs_CZ": "Checo Simi (Chequia)", "cy": "Gales Simi", "cy_GB": "Gales Simi (Reino Unido)", "da": "Danes Simi", "da_DK": "Danes Simi (Dinamarca)", + "da_GL": "Danes Simi (Groenlandia)", "de": "Aleman Simi", "de_AT": "Aleman Simi (Austria)", "de_BE": "Aleman Simi (Bélgica)", @@ -65,56 +77,83 @@ "de_IT": "Aleman Simi (Italia)", "de_LI": "Aleman Simi (Liechtenstein)", "de_LU": "Aleman Simi (Luxemburgo)", + "dz": "Butanés Simi", + "dz_BT": "Butanés Simi (Bután)", + "ee": "Ewé Simi", + "ee_GH": "Ewé Simi (Ghana)", + "ee_TG": "Ewé Simi (Togo)", "el": "Griego Simi", "el_CY": "Griego Simi (Chipre)", "el_GR": "Griego Simi (Grecia)", "en": "Ingles Simi", + "en_AE": "Ingles Simi (Emiratos Árabes Unidos)", + "en_AG": "Ingles Simi (Antigua y Barbuda)", + "en_AI": "Ingles Simi (Anguila)", "en_AS": "Ingles Simi (Samoa Americana)", "en_AT": "Ingles Simi (Austria)", "en_AU": "Ingles Simi (Australia)", + "en_BB": "Ingles Simi (Barbados)", "en_BE": "Ingles Simi (Bélgica)", "en_BI": "Ingles Simi (Burundi)", + "en_BM": "Ingles Simi (Bermudas)", "en_BS": "Ingles Simi (Bahamas)", "en_BW": "Ingles Simi (Botsuana)", + "en_BZ": "Ingles Simi (Belice)", + "en_CA": "Ingles Simi (Canadá)", "en_CC": "Ingles Simi (Islas Cocos)", "en_CH": "Ingles Simi (Suiza)", + "en_CK": "Ingles Simi (Islas Cook)", "en_CM": "Ingles Simi (Camerún)", "en_CX": "Ingles Simi (Isla Christmas)", "en_CY": "Ingles Simi (Chipre)", "en_DE": "Ingles Simi (Alemania)", + "en_DG": "Ingles Simi (Diego García)", "en_DK": "Ingles Simi (Dinamarca)", "en_DM": "Ingles Simi (Dominica)", "en_ER": "Ingles Simi (Eritrea)", "en_FI": "Ingles Simi (Finlandia)", "en_FJ": "Ingles Simi (Fiyi)", + "en_FK": "Ingles Simi (Islas Malvinas)", "en_FM": "Ingles Simi (Micronesia)", "en_GB": "Ingles Simi (Reino Unido)", + "en_GD": "Ingles Simi (Granada)", "en_GG": "Ingles Simi (Guernesey)", "en_GH": "Ingles Simi (Ghana)", + "en_GI": "Ingles Simi (Gibraltar)", "en_GM": "Ingles Simi (Gambia)", "en_GU": "Ingles Simi (Guam)", "en_GY": "Ingles Simi (Guyana)", "en_HK": "Ingles Simi (Hong Kong [RAE])", + "en_IE": "Ingles Simi (Irlanda)", "en_IL": "Ingles Simi (Israel)", + "en_IM": "Ingles Simi (Isla de Man)", "en_IN": "Ingles Simi (India)", + "en_IO": "Ingles Simi (Territorio Británico del Océano Índico)", "en_JE": "Ingles Simi (Jersey)", + "en_JM": "Ingles Simi (Jamaica)", "en_KE": "Ingles Simi (Kenia)", "en_KI": "Ingles Simi (Kiribati)", "en_KN": "Ingles Simi (San Cristóbal y Nieves)", + "en_KY": "Ingles Simi (Islas Caimán)", + "en_LC": "Ingles Simi (Santa Lucia)", "en_LR": "Ingles Simi (Liberia)", "en_LS": "Ingles Simi (Lesoto)", "en_MG": "Ingles Simi (Madagascar)", "en_MH": "Ingles Simi (Islas Marshall)", "en_MO": "Ingles Simi (Macao RAE)", "en_MP": "Ingles Simi (Islas Marianas del Norte)", + "en_MS": "Ingles Simi (Montserrat)", "en_MT": "Ingles Simi (Malta)", "en_MU": "Ingles Simi (Mauricio)", "en_MW": "Ingles Simi (Malawi)", + "en_MY": "Ingles Simi (Malasia)", "en_NA": "Ingles Simi (Namibia)", "en_NF": "Ingles Simi (Isla Norfolk)", "en_NG": "Ingles Simi (Nigeria)", "en_NL": "Ingles Simi (Países Bajos)", "en_NR": "Ingles Simi (Nauru)", + "en_NU": "Ingles Simi (Niue)", + "en_NZ": "Ingles Simi (Nueva Zelanda)", "en_PG": "Ingles Simi (Papúa Nueva Guinea)", "en_PH": "Ingles Simi (Filipinas)", "en_PK": "Ingles Simi (Pakistán)", @@ -122,40 +161,52 @@ "en_PR": "Ingles Simi (Puerto Rico)", "en_PW": "Ingles Simi (Palaos)", "en_RW": "Ingles Simi (Ruanda)", + "en_SB": "Ingles Simi (Islas Salomón)", "en_SC": "Ingles Simi (Seychelles)", "en_SD": "Ingles Simi (Sudán)", "en_SE": "Ingles Simi (Suecia)", "en_SG": "Ingles Simi (Singapur)", + "en_SH": "Ingles Simi (Santa Elena)", "en_SI": "Ingles Simi (Eslovenia)", "en_SL": "Ingles Simi (Sierra Leona)", "en_SS": "Ingles Simi (Sudán del Sur)", "en_SX": "Ingles Simi (Sint Maarten)", "en_SZ": "Ingles Simi (Suazilandia)", + "en_TC": "Ingles Simi (Islas Turcas y Caicos)", + "en_TK": "Ingles Simi (Tokelau)", "en_TO": "Ingles Simi (Tonga)", "en_TT": "Ingles Simi (Trinidad y Tobago)", + "en_TV": "Ingles Simi (Tuvalu)", "en_TZ": "Ingles Simi (Tanzania)", "en_UG": "Ingles Simi (Uganda)", "en_UM": "Ingles Simi (Islas menores alejadas de los EE.UU.)", "en_US": "Ingles Simi (Estados Unidos)", + "en_VC": "Ingles Simi (San Vicente y las Granadinas)", + "en_VG": "Ingles Simi (Islas Vírgenes Británicas)", "en_VI": "Ingles Simi (EE.UU. Islas Vírgenes)", "en_VU": "Ingles Simi (Vanuatu)", "en_WS": "Ingles Simi (Samoa)", "en_ZA": "Ingles Simi (Sudáfrica)", "en_ZM": "Ingles Simi (Zambia)", "en_ZW": "Ingles Simi (Zimbabue)", + "eo": "Esperanto Simi", "es": "Español Simi", "es_AR": "Español Simi (Argentina)", "es_BO": "Español Simi (Bolivia)", "es_BR": "Español Simi (Brasil)", + "es_BZ": "Español Simi (Belice)", "es_CL": "Español Simi (Chile)", "es_CO": "Español Simi (Colombia)", "es_CR": "Español Simi (Costa Rica)", "es_CU": "Español Simi (Cuba)", + "es_DO": "Español Simi (República Dominicana)", + "es_EA": "Español Simi (Ceuta y Melilla)", "es_EC": "Español Simi (Ecuador)", "es_ES": "Español Simi (España)", "es_GQ": "Español Simi (Guinea Ecuatorial)", "es_GT": "Español Simi (Guatemala)", "es_HN": "Español Simi (Honduras)", + "es_IC": "Español Simi (Islas Canarias)", "es_MX": "Español Simi (México)", "es_NI": "Español Simi (Nicaragua)", "es_PA": "Español Simi (Panamá)", @@ -183,11 +234,16 @@ "fi_FI": "Fines Simi (Finlandia)", "fo": "Feroes Simi", "fo_DK": "Feroes Simi (Dinamarca)", + "fo_FO": "Feroes Simi (Islas Feroe)", "fr": "Frances Simi", "fr_BE": "Frances Simi (Bélgica)", + "fr_BF": "Frances Simi (Burkina Faso)", "fr_BI": "Frances Simi (Burundi)", "fr_BJ": "Frances Simi (Benín)", + "fr_BL": "Frances Simi (San Bartolomé)", + "fr_CA": "Frances Simi (Canadá)", "fr_CD": "Frances Simi (Congo [RDC])", + "fr_CF": "Frances Simi (República Centroafricana)", "fr_CG": "Frances Simi (Congo)", "fr_CH": "Frances Simi (Suiza)", "fr_CI": "Frances Simi (Côte d’Ivoire)", @@ -196,7 +252,9 @@ "fr_DZ": "Frances Simi (Argelia)", "fr_FR": "Frances Simi (Francia)", "fr_GA": "Frances Simi (Gabón)", + "fr_GF": "Frances Simi (Guayana Francesa)", "fr_GN": "Frances Simi (Guinea)", + "fr_GP": "Frances Simi (Guadalupe)", "fr_GQ": "Frances Simi (Guinea Ecuatorial)", "fr_HT": "Frances Simi (Haití)", "fr_KM": "Frances Simi (Comoras)", @@ -206,12 +264,14 @@ "fr_MF": "Frances Simi (San Martín)", "fr_MG": "Frances Simi (Madagascar)", "fr_ML": "Frances Simi (Malí)", + "fr_MQ": "Frances Simi (Martinica)", "fr_MR": "Frances Simi (Mauritania)", "fr_MU": "Frances Simi (Mauricio)", "fr_NC": "Frances Simi (Nueva Caledonia)", "fr_NE": "Frances Simi (Níger)", "fr_PF": "Frances Simi (Polinesia Francesa)", "fr_PM": "Frances Simi (San Pedro y Miquelón)", + "fr_RE": "Frances Simi (Reunión)", "fr_RW": "Frances Simi (Ruanda)", "fr_SC": "Frances Simi (Seychelles)", "fr_SN": "Frances Simi (Senegal)", @@ -221,15 +281,20 @@ "fr_TN": "Frances Simi (Túnez)", "fr_VU": "Frances Simi (Vanuatu)", "fr_WF": "Frances Simi (Wallis y Futuna)", + "fr_YT": "Frances Simi (Mayotte)", "fy": "Frison Simi", "fy_NL": "Frison Simi (Países Bajos)", "ga": "Irlandes Simi", + "ga_GB": "Irlandes Simi (Reino Unido)", + "ga_IE": "Irlandes Simi (Irlanda)", "gd": "Gaelico Escoces Simi", "gd_GB": "Gaelico Escoces Simi (Reino Unido)", "gl": "Gallego Simi", "gl_ES": "Gallego Simi (España)", "gu": "Gujarati Simi", "gu_IN": "Gujarati Simi (India)", + "gv": "Manés Simi", + "gv_IM": "Manés Simi (Isla de Man)", "ha": "Hausa Simi", "ha_GH": "Hausa Simi (Ghana)", "ha_NE": "Hausa Simi (Níger)", @@ -239,10 +304,13 @@ "hi": "Hindi Simi", "hi_IN": "Hindi Simi (India)", "hr": "Croata Simi", + "hr_BA": "Croata Simi (Bosnia y Herzegovina)", "hr_HR": "Croata Simi (Croacia)", "hu": "Hungaro Simi", + "hu_HU": "Hungaro Simi (Hungría)", "hy": "Armenio Simi", "hy_AM": "Armenio Simi (Armenia)", + "ia": "Interlingua Simi", "id": "Indonesio Simi", "id_ID": "Indonesio Simi (Indonesia)", "ig": "Igbo Simi", @@ -257,10 +325,17 @@ "it_SM": "Italiano Simi (San Marino)", "it_VA": "Italiano Simi (Santa Sede [Ciudad del Vaticano])", "ja": "Japones Simi", + "ja_JP": "Japones Simi (Japón)", + "jv": "Javanés Simi", + "jv_ID": "Javanés Simi (Indonesia)", "ka": "Georgiano Simi", + "ka_GE": "Georgiano Simi (Georgia)", + "ki": "Kikuyu Simi", + "ki_KE": "Kikuyu Simi (Kenia)", "kk": "Kazajo Simi", "kk_KZ": "Kazajo Simi (Kazajistán)", "kl": "Groenlandes Simi", + "kl_GL": "Groenlandes Simi (Groenlandia)", "km": "Khmer Simi", "km_KH": "Khmer Simi (Camboya)", "kn": "Kannada Simi", @@ -268,43 +343,79 @@ "ko": "Coreano Simi", "ko_KP": "Coreano Simi (Corea del Norte)", "ko_KR": "Coreano Simi (Corea del Sur)", + "ks": "Cachemir Simi", + "ks_IN": "Cachemir Simi (India)", + "ku": "Kurdo Simi", + "ku_TR": "Kurdo Simi (Turquía)", + "kw": "Córnico Simi", + "kw_GB": "Córnico Simi (Reino Unido)", "ky": "Kirghiz Simi", "ky_KG": "Kirghiz Simi (Kirguistán)", "lb": "Luxemburgues Simi", "lb_LU": "Luxemburgues Simi (Luxemburgo)", + "lg": "Luganda Simi", + "lg_UG": "Luganda Simi (Uganda)", + "ln": "Lingala Simi", + "ln_AO": "Lingala Simi (Angola)", + "ln_CD": "Lingala Simi (Congo [RDC])", + "ln_CF": "Lingala Simi (República Centroafricana)", + "ln_CG": "Lingala Simi (Congo)", "lo": "Lao Simi", "lo_LA": "Lao Simi (Laos)", "lt": "Lituano Simi", "lt_LT": "Lituano Simi (Lituania)", + "lu": "Luba-Katanga Simi", + "lu_CD": "Luba-Katanga Simi (Congo [RDC])", "lv": "Leton Simi", "lv_LV": "Leton Simi (Letonia)", + "mg": "Malgache Simi", + "mg_MG": "Malgache Simi (Madagascar)", "mi": "Maori Simi", + "mi_NZ": "Maori Simi (Nueva Zelanda)", "mk": "Macedonio Simi", "mk_MK": "Macedonio Simi (Macedonia del Norte)", "ml": "Malayalam Simi", "ml_IN": "Malayalam Simi (India)", "mn": "Mongol Simi", + "mn_MN": "Mongol Simi (Mongolia)", "mr": "Marathi Simi", "mr_IN": "Marathi Simi (India)", "ms": "Malayo Simi", "ms_BN": "Malayo Simi (Brunéi)", + "ms_MY": "Malayo Simi (Malasia)", "ms_SG": "Malayo Simi (Singapur)", "mt": "Maltes Simi", "mt_MT": "Maltes Simi (Malta)", + "my": "Birmano Simi", + "my_MM": "Birmano Simi (Myanmar)", + "nb": "Noruego Bokmål Simi", + "nb_NO": "Noruego Bokmål Simi (Noruega)", + "nb_SJ": "Noruego Bokmål Simi (Svalbard y Jan Mayen)", + "nd": "Ndebele septentrional Simi", + "nd_ZW": "Ndebele septentrional Simi (Zimbabue)", "ne": "Nepali Simi", "ne_IN": "Nepali Simi (India)", "ne_NP": "Nepali Simi (Nepal)", "nl": "Neerlandes Simi", + "nl_AW": "Neerlandes Simi (Aruba)", "nl_BE": "Neerlandes Simi (Bélgica)", "nl_BQ": "Neerlandes Simi (Bonaire)", "nl_CW": "Neerlandes Simi (Curazao)", "nl_NL": "Neerlandes Simi (Países Bajos)", "nl_SR": "Neerlandes Simi (Surinam)", "nl_SX": "Neerlandes Simi (Sint Maarten)", + "nn": "Noruego Nynorsk Simi", + "nn_NO": "Noruego Nynorsk Simi (Noruega)", "no": "Noruego Simi", "no_NO": "Noruego Simi (Noruega)", + "om": "Oromo Simi", + "om_ET": "Oromo Simi (Etiopía)", + "om_KE": "Oromo Simi (Kenia)", "or": "Odia Simi", "or_IN": "Odia Simi (India)", + "os": "Osetio Simi", + "os_GE": "Osetio Simi (Georgia)", + "os_RU": "Osetio Simi (Rusia)", "pa": "Punyabi Simi", "pa_IN": "Punyabi Simi (India)", "pa_PK": "Punyabi Simi (Pakistán)", @@ -317,6 +428,7 @@ "pt_AO": "Portugues Simi (Angola)", "pt_BR": "Portugues Simi (Brasil)", "pt_CH": "Portugues Simi (Suiza)", + "pt_CV": "Portugues Simi (Cabo Verde)", "pt_GQ": "Portugues Simi (Guinea Ecuatorial)", "pt_GW": "Portugues Simi (Guinea-Bisáu)", "pt_LU": "Portugues Simi (Luxemburgo)", @@ -331,14 +443,18 @@ "qu_PE": "Runasimi (Perú)", "rm": "Romanche Simi", "rm_CH": "Romanche Simi (Suiza)", + "rn": "Rundi Simi", + "rn_BI": "Rundi Simi (Burundi)", "ro": "Rumano Simi", "ro_MD": "Rumano Simi (Moldova)", + "ro_RO": "Rumano Simi (Rumania)", "ru": "Ruso Simi", "ru_BY": "Ruso Simi (Belarús)", "ru_KG": "Ruso Simi (Kirguistán)", "ru_KZ": "Ruso Simi (Kazajistán)", "ru_MD": "Ruso Simi (Moldova)", "ru_RU": "Ruso Simi (Rusia)", + "ru_UA": "Ruso Simi (Ucrania)", "rw": "Kinyarwanda Simi", "rw_RW": "Kinyarwanda Simi (Ruanda)", "sd": "Sindhi Simi", @@ -347,18 +463,32 @@ "se_FI": "Chincha Sami Simi (Finlandia)", "se_NO": "Chincha Sami Simi (Noruega)", "se_SE": "Chincha Sami Simi (Suecia)", + "sg": "Sango Simi", + "sg_CF": "Sango Simi (República Centroafricana)", "si": "Cingales Simi", "si_LK": "Cingales Simi (Sri Lanka)", "sk": "Eslovaco Simi", "sk_SK": "Eslovaco Simi (Eslovaquia)", "sl": "Esloveno Simi", "sl_SI": "Esloveno Simi (Eslovenia)", + "sn": "Shona Simi", + "sn_ZW": "Shona Simi (Zimbabue)", + "so": "Somali Simi", + "so_DJ": "Somali Simi (Yibuti)", + "so_ET": "Somali Simi (Etiopía)", + "so_KE": "Somali Simi (Kenia)", + "so_SO": "Somali Simi (Somalia)", "sq": "Albanes Simi", "sq_AL": "Albanes Simi (Albania)", "sq_MK": "Albanes Simi (Macedonia del Norte)", + "sq_XK": "Albanes Simi (Kosovo)", "sr": "Serbio Simi", + "sr_BA": "Serbio Simi (Bosnia y Herzegovina)", + "sr_ME": "Serbio Simi (Montenegro)", "sr_RS": "Serbio Simi (Serbia)", + "sr_XK": "Serbio Simi (Kosovo)", "sv": "Sueco Simi", + "sv_AX": "Sueco Simi (Islas Åland)", "sv_FI": "Sueco Simi (Finlandia)", "sv_SE": "Sueco Simi (Suecia)", "sw": "Suajili Simi", @@ -369,6 +499,7 @@ "ta": "Tamil Simi", "ta_IN": "Tamil Simi (India)", "ta_LK": "Tamil Simi (Sri Lanka)", + "ta_MY": "Tamil Simi (Malasia)", "ta_SG": "Tamil Simi (Singapur)", "te": "Telugu Simi", "te_IN": "Telugu Simi (India)", @@ -380,6 +511,9 @@ "ti_ER": "Tigriña Simi (Eritrea)", "ti_ET": "Tigriña Simi (Etiopía)", "tk": "Turcomano Simi", + "tk_TM": "Turcomano Simi (Turkmenistán)", + "to": "Tongano Simi", + "to_TO": "Tongano Simi (Tonga)", "tr": "Turco Simi", "tr_CY": "Turco Simi (Chipre)", "tr_TR": "Turco Simi (Turquía)", @@ -388,6 +522,7 @@ "ug": "Uigur Simi", "ug_CN": "Uigur Simi (China)", "uk": "Ucraniano Simi", + "uk_UA": "Ucraniano Simi (Ucrania)", "ur": "Urdu Simi", "ur_IN": "Urdu Simi (India)", "ur_PK": "Urdu Simi (Pakistán)", @@ -400,6 +535,7 @@ "wo_SN": "Wolof Simi (Senegal)", "xh": "Isixhosa Simi", "xh_ZA": "Isixhosa Simi (Sudáfrica)", + "yi": "Yiddish Simi", "yo": "Yoruba Simi", "yo_BJ": "Yoruba Simi (Benín)", "yo_NG": "Yoruba Simi (Nigeria)", @@ -408,6 +544,7 @@ "zh_HK": "Chino Simi (Hong Kong [RAE])", "zh_MO": "Chino Simi (Macao RAE)", "zh_SG": "Chino Simi (Singapur)", + "zh_TW": "Chino Simi (Taiwán)", "zu": "Isizulu Simi", "zu_ZA": "Isizulu Simi (Sudáfrica)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/rm.json b/src/Symfony/Component/Intl/Resources/data/locales/rm.json index 2175970067..a76f0636b8 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/rm.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/rm.json @@ -300,6 +300,7 @@ "fy": "fris", "fy_NL": "fris (Pajais Bass)", "ga": "irlandais", + "ga_GB": "irlandais (Reginavel Unì)", "ga_IE": "irlandais (Irlanda)", "gd": "gaelic scot", "gd_GB": "gaelic scot (Reginavel Unì)", @@ -387,7 +388,6 @@ "mi": "maori", "mi_NZ": "maori (Nova Zelanda)", "mk": "macedon", - "mk_MK": "macedon (Macedonia)", "ml": "malayalam", "ml_IN": "malayalam (India)", "mn": "mongolic", @@ -497,7 +497,6 @@ "so_SO": "somali (Somalia)", "sq": "albanais", "sq_AL": "albanais (Albania)", - "sq_MK": "albanais (Macedonia)", "sr": "serb", "sr_BA": "serb (Bosnia ed Erzegovina)", "sr_Cyrl": "serb (cirillic)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ro.json b/src/Symfony/Component/Intl/Resources/data/locales/ro.json index e017ec577f..e8a63659f2 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ro.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ro.json @@ -303,6 +303,7 @@ "fy": "frizonă occidentală", "fy_NL": "frizonă occidentală (Țările de Jos)", "ga": "irlandeză", + "ga_GB": "irlandeză (Regatul Unit)", "ga_IE": "irlandeză (Irlanda)", "gd": "gaelică scoțiană", "gd_GB": "gaelică scoțiană (Regatul Unit)", @@ -456,7 +457,7 @@ "pt_MO": "portugheză (R.A.S. Macao, China)", "pt_MZ": "portugheză (Mozambic)", "pt_PT": "portugheză (Portugalia)", - "pt_ST": "portugheză (Sao Tome și Principe)", + "pt_ST": "portugheză (São Tomé și Príncipe)", "pt_TL": "portugheză (Timor-Leste)", "qu": "quechua", "qu_BO": "quechua (Bolivia)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ru.json b/src/Symfony/Component/Intl/Resources/data/locales/ru.json index bef6625044..18e8f145e6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ru.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ru.json @@ -303,6 +303,7 @@ "fy": "западнофризский", "fy_NL": "западнофризский (Нидерланды)", "ga": "ирландский", + "ga_GB": "ирландский (Великобритания)", "ga_IE": "ирландский (Ирландия)", "gd": "гэльский", "gd_GB": "гэльский (Великобритания)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/rw.json b/src/Symfony/Component/Intl/Resources/data/locales/rw.json index b7a80641cb..1d4dde9079 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/rw.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/rw.json @@ -55,7 +55,7 @@ "lt": "Ikilituwaniya", "lv": "Ikinyaletoviyani", "mk": "Ikimasedoniya", - "mk_MK": "Ikimasedoniya (Masedoniya y'Amajyaruguru)", + "mk_MK": "Ikimasedoniya (Masedoniya y’Amajyaruguru)", "ml": "Ikimalayalami", "mn": "Ikimongoli", "mr": "Ikimarati", @@ -81,7 +81,7 @@ "sl": "Ikinyasiloveniya", "so": "Igisomali", "sq": "Icyalubaniya", - "sq_MK": "Icyalubaniya (Masedoniya y'Amajyaruguru)", + "sq_MK": "Icyalubaniya (Masedoniya y’Amajyaruguru)", "sr": "Igiseribe", "sv": "Igisuweduwa", "sw": "Igiswahili", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sk.json b/src/Symfony/Component/Intl/Resources/data/locales/sk.json index d2b8dd0d1d..d51cb7cab0 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sk.json @@ -178,7 +178,7 @@ "en_SL": "angličtina (Sierra Leone)", "en_SS": "angličtina (Južný Sudán)", "en_SX": "angličtina (Svätý Martin [hol.])", - "en_SZ": "angličtina (Svazijsko)", + "en_SZ": "angličtina (Eswatini)", "en_TC": "angličtina (Turks a Caicos)", "en_TK": "angličtina (Tokelau)", "en_TO": "angličtina (Tonga)", @@ -303,6 +303,7 @@ "fy": "západná frízština", "fy_NL": "západná frízština (Holandsko)", "ga": "írčina", + "ga_GB": "írčina (Spojené kráľovstvo)", "ga_IE": "írčina (Írsko)", "gd": "škótska gaelčina", "gd_GB": "škótska gaelčina (Spojené kráľovstvo)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sl.json b/src/Symfony/Component/Intl/Resources/data/locales/sl.json index ae2533e971..33d5ef5dde 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sl.json @@ -178,7 +178,7 @@ "en_SL": "angleščina (Sierra Leone)", "en_SS": "angleščina (Južni Sudan)", "en_SX": "angleščina (Sint Maarten)", - "en_SZ": "angleščina (Svazi)", + "en_SZ": "angleščina (Esvatini)", "en_TC": "angleščina (Otoki Turks in Caicos)", "en_TK": "angleščina (Tokelau)", "en_TO": "angleščina (Tonga)", @@ -303,6 +303,7 @@ "fy": "zahodna frizijščina", "fy_NL": "zahodna frizijščina (Nizozemska)", "ga": "irščina", + "ga_GB": "irščina (Združeno kraljestvo)", "ga_IE": "irščina (Irska)", "gd": "škotska gelščina", "gd_GB": "škotska gelščina (Združeno kraljestvo)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/so.json b/src/Symfony/Component/Intl/Resources/data/locales/so.json index 14ca87cbb7..4c9b59b7d5 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/so.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/so.json @@ -129,7 +129,6 @@ "en_GI": "Ingiriisi (Gibraltar)", "en_GM": "Ingiriisi (Gambiya)", "en_GU": "Ingiriisi (Guaam)", - "en_GY": "Ingiriisi (Guyana)", "en_HK": "Ingiriisi (Hong Kong)", "en_IE": "Ingiriisi (Ayrlaand)", "en_IL": "Ingiriisi (Israaʼiil)", @@ -203,7 +202,6 @@ "es_BR": "Isbaanish (Baraasiil)", "es_BZ": "Isbaanish (Beliis)", "es_CL": "Isbaanish (Jili)", - "es_CO": "Isbaanish (Kolombiya)", "es_CR": "Isbaanish (Kosta Riika)", "es_CU": "Isbaanish (Kuuba)", "es_DO": "Isbaanish (Jamhuuriyaddda Dominika)", @@ -303,6 +301,7 @@ "fy": "Firiisiyan Galbeed", "fy_NL": "Firiisiyan Galbeed (Nederlaands)", "ga": "Ayrish", + "ga_GB": "Ayrish (Boqortooyada Midowday)", "ga_IE": "Ayrish (Ayrlaand)", "gd": "Iskot Giilik", "gd_GB": "Iskot Giilik (Boqortooyada Midowday)", @@ -434,8 +433,6 @@ "pa": "Bunjaabi", "pa_Arab": "Bunjaabi (Carabi)", "pa_Arab_PK": "Bunjaabi (Carabi, Bakistaan)", - "pa_Guru": "Bunjaabi (Guru)", - "pa_Guru_IN": "Bunjaabi (Guru, Hindiya)", "pa_IN": "Bunjaabi (Hindiya)", "pa_PK": "Bunjaabi (Bakistaan)", "pl": "Boolish", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sq.json b/src/Symfony/Component/Intl/Resources/data/locales/sq.json index 69575ce300..c4021cdc24 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sq.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sq.json @@ -303,6 +303,7 @@ "fy": "frizianishte perëndimore", "fy_NL": "frizianishte perëndimore (Holandë)", "ga": "irlandisht", + "ga_GB": "irlandisht (Mbretëria e Bashkuar)", "ga_IE": "irlandisht (Irlandë)", "gd": "galishte skoceze", "gd_GB": "galishte skoceze (Mbretëria e Bashkuar)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sr.json b/src/Symfony/Component/Intl/Resources/data/locales/sr.json index a8d41b31b8..8fe00414b7 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sr.json @@ -303,6 +303,7 @@ "fy": "западни фризијски", "fy_NL": "западни фризијски (Холандија)", "ga": "ирски", + "ga_GB": "ирски (Уједињено Краљевство)", "ga_IE": "ирски (Ирска)", "gd": "шкотски гелски", "gd_GB": "шкотски гелски (Уједињено Краљевство)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json b/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json index 163ba51ae2..5c5ec8c0f9 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json @@ -303,6 +303,7 @@ "fy": "zapadni frizijski", "fy_NL": "zapadni frizijski (Holandija)", "ga": "irski", + "ga_GB": "irski (Ujedinjeno Kraljevstvo)", "ga_IE": "irski (Irska)", "gd": "škotski gelski", "gd_GB": "škotski gelski (Ujedinjeno Kraljevstvo)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sv.json b/src/Symfony/Component/Intl/Resources/data/locales/sv.json index 9118053dbd..870e10875b 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sv.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sv.json @@ -264,7 +264,7 @@ "fr_CF": "franska (Centralafrikanska republiken)", "fr_CG": "franska (Kongo-Brazzaville)", "fr_CH": "franska (Schweiz)", - "fr_CI": "franska (Elfenbenskusten)", + "fr_CI": "franska (Côte d’Ivoire)", "fr_CM": "franska (Kamerun)", "fr_DJ": "franska (Djibouti)", "fr_DZ": "franska (Algeriet)", @@ -303,6 +303,7 @@ "fy": "västfrisiska", "fy_NL": "västfrisiska (Nederländerna)", "ga": "iriska", + "ga_GB": "iriska (Storbritannien)", "ga_IE": "iriska (Irland)", "gd": "skotsk gäliska", "gd_GB": "skotsk gäliska (Storbritannien)", @@ -366,8 +367,8 @@ "ku_TR": "kurdiska (Turkiet)", "kw": "korniska", "kw_GB": "korniska (Storbritannien)", - "ky": "kirgisiska", - "ky_KG": "kirgisiska (Kirgizistan)", + "ky": "kirgiziska", + "ky_KG": "kirgiziska (Kirgizistan)", "lb": "luxemburgiska", "lb_LU": "luxemburgiska (Luxemburg)", "lg": "luganda", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sv_FI.json b/src/Symfony/Component/Intl/Resources/data/locales/sv_FI.json deleted file mode 100644 index cb3d14079a..0000000000 --- a/src/Symfony/Component/Intl/Resources/data/locales/sv_FI.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Names": { - "ky": "kirgiziska", - "ky_KG": "kirgiziska (Kirgizistan)" - } -} diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json b/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json index 1d5ea317a1..5d06054ffd 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json @@ -47,7 +47,7 @@ "lb_LU": "Kilasembagi (Lasembagi)", "lv_LV": "Kilatvia (Lativia)", "mk": "Kimasedonia", - "mk_MK": "Kimasedonia (Macedonia)", + "mk_MK": "Kimasedonia (Masedonia ya Kaskazini)", "my_MM": "Kiburma (Myama)", "nb_NO": "Kinorwe cha Bokmal (Norwe)", "ne_NP": "Kinepali (Nepali)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sw_KE.json b/src/Symfony/Component/Intl/Resources/data/locales/sw_KE.json index b807148a89..f0703b7768 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sw_KE.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sw_KE.json @@ -29,7 +29,6 @@ "en_IO": "Kiingereza (Himaya ya Uingereza katika Bahari Hindi)", "en_KY": "Kiingereza (Visiwa vya Kaimani)", "en_LS": "Kiingereza (Lesotho)", - "en_MO": "Kiingereza (Makau SAR China)", "en_MS": "Kiingereza (Montserati)", "en_PG": "Kiingereza (Papua Guinea Mpya)", "en_PR": "Kiingereza (Puetoriko)", @@ -86,8 +85,8 @@ "or_IN": "Kiodia (India)", "pl_PL": "Kipolandi (Polandi)", "ps_AF": "Kipashto (Afghanistani)", + "pt_CV": "Kireno (Kepuvede)", "pt_LU": "Kireno (Lasembagi)", - "pt_MO": "Kireno (Makau SAR China)", "pt_ST": "Kireno (Sao Tome na Prinsipe)", "qu_EC": "Kikechua (Ekwado)", "ru_BY": "Kirusi (Belarusi)", @@ -106,11 +105,8 @@ "uz_Arab_AF": "Kiuzbeki (Kiarabu, Afghanistani)", "vi_VN": "Kivietinamu (Vietnamu)", "yo_BJ": "Kiyoruba (Benini)", - "zh_Hans_MO": "Kichina (Rahisi, Makau SAR China)", "zh_Hans_SG": "Kichina (Rahisi, Singapuri)", - "zh_Hant_MO": "Kichina (Cha jadi, Makau SAR China)", "zh_Hant_TW": "Kichina (Cha jadi, Taiwani)", - "zh_MO": "Kichina (Makau SAR China)", "zh_SG": "Kichina (Singapuri)", "zh_TW": "Kichina (Taiwani)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/tg.json b/src/Symfony/Component/Intl/Resources/data/locales/tg.json index c92cc0604f..93b8c840b9 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/tg.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/tg.json @@ -50,7 +50,7 @@ "bo_CN": "тибетӣ (Хитой)", "bo_IN": "тибетӣ (Ҳиндустон)", "br": "бретонӣ", - "br_FR": "бретонӣ (Франсия)", + "br_FR": "бретонӣ (Фаронса)", "bs": "босниягӣ", "bs_BA": "босниягӣ (Босния ва Ҳерсеговина)", "bs_Cyrl": "босниягӣ (Кириллӣ)", @@ -60,7 +60,7 @@ "ca": "каталонӣ", "ca_AD": "каталонӣ (Андорра)", "ca_ES": "каталонӣ (Испания)", - "ca_FR": "каталонӣ (Франсия)", + "ca_FR": "каталонӣ (Фаронса)", "ca_IT": "каталонӣ (Италия)", "cs": "чехӣ", "cs_CZ": "чехӣ (Ҷумҳурии Чех)", @@ -255,7 +255,7 @@ "fr_CM": "франсузӣ (Камерун)", "fr_DJ": "франсузӣ (Ҷибути)", "fr_DZ": "франсузӣ (Алҷазоир)", - "fr_FR": "франсузӣ (Франсия)", + "fr_FR": "франсузӣ (Фаронса)", "fr_GA": "франсузӣ (Габон)", "fr_GF": "франсузӣ (Гвианаи Фаронса)", "fr_GN": "франсузӣ (Гвинея)", @@ -290,6 +290,7 @@ "fy": "фризии ғарбӣ", "fy_NL": "фризии ғарбӣ (Нидерландия)", "ga": "ирландӣ", + "ga_GB": "ирландӣ (Шоҳигарии Муттаҳида)", "ga_IE": "ирландӣ (Ирландия)", "gd": "шотландии гэлӣ", "gd_GB": "шотландии гэлӣ (Шоҳигарии Муттаҳида)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/th.json b/src/Symfony/Component/Intl/Resources/data/locales/th.json index acebc2d442..2ddc371ed0 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/th.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/th.json @@ -303,6 +303,7 @@ "fy": "ฟริเซียนตะวันตก", "fy_NL": "ฟริเซียนตะวันตก (เนเธอร์แลนด์)", "ga": "ไอริช", + "ga_GB": "ไอริช (สหราชอาณาจักร)", "ga_IE": "ไอริช (ไอร์แลนด์)", "gd": "เกลิกสกอต", "gd_GB": "เกลิกสกอต (สหราชอาณาจักร)", @@ -332,8 +333,8 @@ "id_ID": "อินโดนีเซีย (อินโดนีเซีย)", "ig": "อิกโบ", "ig_NG": "อิกโบ (ไนจีเรีย)", - "ii": "เสฉวนยิ", - "ii_CN": "เสฉวนยิ (จีน)", + "ii": "เสฉวนยี่", + "ii_CN": "เสฉวนยี่ (จีน)", "is": "ไอซ์แลนด์", "is_IS": "ไอซ์แลนด์ (ไอซ์แลนด์)", "it": "อิตาลี", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ti.json b/src/Symfony/Component/Intl/Resources/data/locales/ti.json index bd4a39452b..a66b44d3b7 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ti.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ti.json @@ -265,6 +265,7 @@ "fy": "ፍሪሰኛ", "fy_NL": "ፍሪሰኛ (ኔዘርላንድስ)", "ga": "አይሪሽ", + "ga_GB": "አይሪሽ (እንግሊዝ)", "ga_IE": "አይሪሽ (አየርላንድ)", "gd": "እስኮትስ ጌልክኛ", "gd_GB": "እስኮትስ ጌልክኛ (እንግሊዝ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/tk.json b/src/Symfony/Component/Intl/Resources/data/locales/tk.json index 28eb9d8517..288964ebb5 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/tk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/tk.json @@ -178,7 +178,7 @@ "en_SL": "iňlis dili (Sýerra-Leone)", "en_SS": "iňlis dili (Günorta Sudan)", "en_SX": "iňlis dili (Sint-Marten)", - "en_SZ": "iňlis dili (Swazilend)", + "en_SZ": "iňlis dili (Eswatini)", "en_TC": "iňlis dili (Terks we Kaýkos adalary)", "en_TK": "iňlis dili (Tokelau)", "en_TO": "iňlis dili (Tonga)", @@ -303,6 +303,7 @@ "fy": "günbatar friz dili", "fy_NL": "günbatar friz dili (Niderlandlar)", "ga": "irland dili", + "ga_GB": "irland dili (Birleşen Patyşalyk)", "ga_IE": "irland dili (Irlandiýa)", "gd": "şotland kelt dili", "gd_GB": "şotland kelt dili (Birleşen Patyşalyk)", @@ -381,8 +382,8 @@ "lo_LA": "laos dili (Laos)", "lt": "litwa dili", "lt_LT": "litwa dili (Litwa)", - "lu": "luba-Katanga dili", - "lu_CD": "luba-Katanga dili (Kongo - Kinşasa)", + "lu": "luba-katanga dili", + "lu_CD": "luba-katanga dili (Kongo - Kinşasa)", "lv": "latyş dili", "lv_LV": "latyş dili (Latwiýa)", "mg": "malagasiý dili", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/tr.json b/src/Symfony/Component/Intl/Resources/data/locales/tr.json index e76ba6fbe9..28fab84f52 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/tr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/tr.json @@ -37,12 +37,12 @@ "ar_YE": "Arapça (Yemen)", "as": "Assamca", "as_IN": "Assamca (Hindistan)", - "az": "Azerice", - "az_AZ": "Azerice (Azerbaycan)", - "az_Cyrl": "Azerice (Kiril)", - "az_Cyrl_AZ": "Azerice (Kiril, Azerbaycan)", - "az_Latn": "Azerice (Latin)", - "az_Latn_AZ": "Azerice (Latin, Azerbaycan)", + "az": "Azerbaycan dili", + "az_AZ": "Azerbaycan dili (Azerbaycan)", + "az_Cyrl": "Azerbaycan dili (Kiril)", + "az_Cyrl_AZ": "Azerbaycan dili (Kiril, Azerbaycan)", + "az_Latn": "Azerbaycan dili (Latin)", + "az_Latn_AZ": "Azerbaycan dili (Latin, Azerbaycan)", "be": "Belarusça", "be_BY": "Belarusça (Belarus)", "bg": "Bulgarca", @@ -264,7 +264,7 @@ "fr_CF": "Fransızca (Orta Afrika Cumhuriyeti)", "fr_CG": "Fransızca (Kongo - Brazavil)", "fr_CH": "Fransızca (İsviçre)", - "fr_CI": "Fransızca (Fildişi Sahili)", + "fr_CI": "Fransızca (Côte d’Ivoire)", "fr_CM": "Fransızca (Kamerun)", "fr_DJ": "Fransızca (Cibuti)", "fr_DZ": "Fransızca (Cezayir)", @@ -289,7 +289,7 @@ "fr_NE": "Fransızca (Nijer)", "fr_PF": "Fransızca (Fransız Polinezyası)", "fr_PM": "Fransızca (Saint Pierre ve Miquelon)", - "fr_RE": "Fransızca (Réunion)", + "fr_RE": "Fransızca (Reunion)", "fr_RW": "Fransızca (Ruanda)", "fr_SC": "Fransızca (Seyşeller)", "fr_SN": "Fransızca (Senegal)", @@ -303,6 +303,7 @@ "fy": "Batı Frizcesi", "fy_NL": "Batı Frizcesi (Hollanda)", "ga": "İrlandaca", + "ga_GB": "İrlandaca (Birleşik Krallık)", "ga_IE": "İrlandaca (İrlanda)", "gd": "İskoç Gaelcesi", "gd_GB": "İskoç Gaelcesi (Birleşik Krallık)", @@ -327,7 +328,7 @@ "hu_HU": "Macarca (Macaristan)", "hy": "Ermenice", "hy_AM": "Ermenice (Ermenistan)", - "ia": "Interlingua", + "ia": "İnterlingua", "id": "Endonezce", "id_ID": "Endonezce (Endonezya)", "ig": "İbo dili", @@ -343,8 +344,8 @@ "it_VA": "İtalyanca (Vatikan)", "ja": "Japonca", "ja_JP": "Japonca (Japonya)", - "jv": "Cava Dili", - "jv_ID": "Cava Dili (Endonezya)", + "jv": "Cava dili", + "jv_ID": "Cava dili (Endonezya)", "ka": "Gürcüce", "ka_GE": "Gürcüce (Gürcistan)", "ki": "Kikuyu", @@ -456,7 +457,7 @@ "pt_MO": "Portekizce (Çin Makao ÖİB)", "pt_MZ": "Portekizce (Mozambik)", "pt_PT": "Portekizce (Portekiz)", - "pt_ST": "Portekizce (São Tomé ve Príncipe)", + "pt_ST": "Portekizce (Sao Tome ve Principe)", "pt_TL": "Portekizce (Timor-Leste)", "qu": "Keçuva dili", "qu_BO": "Keçuva dili (Bolivya)", @@ -494,8 +495,8 @@ "sk_SK": "Slovakça (Slovakya)", "sl": "Slovence", "sl_SI": "Slovence (Slovenya)", - "sn": "Shona", - "sn_ZW": "Shona (Zimbabve)", + "sn": "Şona dili", + "sn_ZW": "Şona dili (Zimbabve)", "so": "Somalice", "so_DJ": "Somalice (Cibuti)", "so_ET": "Somalice (Etiyopya)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/tt.json b/src/Symfony/Component/Intl/Resources/data/locales/tt.json index 52b216d854..12e90de278 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/tt.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/tt.json @@ -65,7 +65,7 @@ "cs": "чех", "cs_CZ": "чех (Чехия Республикасы)", "cy": "уэльс", - "cy_GB": "уэльс (Бөекбритания)", + "cy_GB": "уэльс (Берләшкән Корольлек)", "da": "дания", "da_DK": "дания (Дания)", "da_GL": "дания (Гренландия)", @@ -111,7 +111,7 @@ "en_FJ": "инглиз (Фиджи)", "en_FK": "инглиз (Фолкленд утраулары)", "en_FM": "инглиз (Микронезия)", - "en_GB": "инглиз (Бөекбритания)", + "en_GB": "инглиз (Берләшкән Корольлек)", "en_GD": "инглиз (Гренада)", "en_GG": "инглиз (Гернси)", "en_GH": "инглиз (Гана)", @@ -287,9 +287,10 @@ "fr_WF": "француз (Уоллис һәм Футуна)", "fr_YT": "француз (Майотта)", "ga": "ирланд", + "ga_GB": "ирланд (Берләшкән Корольлек)", "ga_IE": "ирланд (Ирландия)", "gd": "шотланд гэль", - "gd_GB": "шотланд гэль (Бөекбритания)", + "gd_GB": "шотланд гэль (Берләшкән Корольлек)", "gl": "галисия", "gl_ES": "галисия (Испания)", "gu": "гуҗарати", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ug.json b/src/Symfony/Component/Intl/Resources/data/locales/ug.json index 4ea1fa93a9..3d1e3dbe96 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ug.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ug.json @@ -303,6 +303,7 @@ "fy": "غەربىي فىرسچە", "fy_NL": "غەربىي فىرسچە (گوللاندىيە)", "ga": "ئىرېلاندچە", + "ga_GB": "ئىرېلاندچە (بىرلەشمە پادىشاھلىق)", "ga_IE": "ئىرېلاندچە (ئىرېلاندىيە)", "gd": "شوتلاندىيە گايلچىسى", "gd_GB": "شوتلاندىيە گايلچىسى (بىرلەشمە پادىشاھلىق)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/uk.json b/src/Symfony/Component/Intl/Resources/data/locales/uk.json index fa72c75a05..2ed4735ea7 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/uk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/uk.json @@ -303,6 +303,7 @@ "fy": "західнофризька", "fy_NL": "західнофризька (Нідерланди)", "ga": "ірландська", + "ga_GB": "ірландська (Велика Британія)", "ga_IE": "ірландська (Ірландія)", "gd": "гаельська", "gd_GB": "гаельська (Велика Британія)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ur.json b/src/Symfony/Component/Intl/Resources/data/locales/ur.json index 6b1ce7bc10..070a0ddc4b 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ur.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ur.json @@ -49,9 +49,9 @@ "bg_BG": "بلغاری (بلغاریہ)", "bm": "بمبارا", "bm_ML": "بمبارا (مالی)", - "bn": "بنگالی", - "bn_BD": "بنگالی (بنگلہ دیش)", - "bn_IN": "بنگالی (بھارت)", + "bn": "بنگلہ", + "bn_BD": "بنگلہ (بنگلہ دیش)", + "bn_IN": "بنگلہ (بھارت)", "bo": "تبتی", "bo_CN": "تبتی (چین)", "bo_IN": "تبتی (بھارت)", @@ -179,7 +179,7 @@ "en_SS": "انگریزی (جنوبی سوڈان)", "en_SX": "انگریزی (سنٹ مارٹن)", "en_SZ": "انگریزی (سواتنی)", - "en_TC": "انگریزی (ترکس اور کیکاؤس جزائر)", + "en_TC": "انگریزی (ٹرکس اور کیکوس جزائر)", "en_TK": "انگریزی (ٹوکیلاؤ)", "en_TO": "انگریزی (ٹونگا)", "en_TT": "انگریزی (ترینیداد اور ٹوباگو)", @@ -187,7 +187,7 @@ "en_TZ": "انگریزی (تنزانیہ)", "en_UG": "انگریزی (یوگنڈا)", "en_UM": "انگریزی (امریکہ سے باہر کے چھوٹے جزائز)", - "en_US": "انگریزی (ریاستہائے متحدہ)", + "en_US": "انگریزی (ریاست ہائے متحدہ امریکہ)", "en_VC": "انگریزی (سینٹ ونسنٹ اور گرینیڈائنز)", "en_VG": "انگریزی (برٹش ورجن آئلینڈز)", "en_VI": "انگریزی (امریکی ورجن آئلینڈز)", @@ -220,7 +220,7 @@ "es_PR": "ہسپانوی (پیورٹو ریکو)", "es_PY": "ہسپانوی (پیراگوئے)", "es_SV": "ہسپانوی (ال سلواڈور)", - "es_US": "ہسپانوی (ریاستہائے متحدہ)", + "es_US": "ہسپانوی (ریاست ہائے متحدہ امریکہ)", "es_UY": "ہسپانوی (یوروگوئے)", "es_VE": "ہسپانوی (وینزوئیلا)", "et": "اسٹونین", @@ -303,6 +303,7 @@ "fy": "مغربی فریسیئن", "fy_NL": "مغربی فریسیئن (نیدر لینڈز)", "ga": "آئیرِش", + "ga_GB": "آئیرِش (سلطنت متحدہ)", "ga_IE": "آئیرِش (آئرلینڈ)", "gd": "سکاٹش گیلک", "gd_GB": "سکاٹش گیلک (سلطنت متحدہ)", @@ -456,7 +457,7 @@ "pt_MO": "پُرتگالی (مکاؤ SAR چین)", "pt_MZ": "پُرتگالی (موزمبیق)", "pt_PT": "پُرتگالی (پرتگال)", - "pt_ST": "پُرتگالی (ساؤ ٹوم اور پرنسپے)", + "pt_ST": "پُرتگالی (ساؤ ٹومے اور پرنسپے)", "pt_TL": "پُرتگالی (تیمور لیسٹ)", "qu": "کویچوآ", "qu_BO": "کویچوآ (بولیویا)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/uz.json b/src/Symfony/Component/Intl/Resources/data/locales/uz.json index a6014b5626..1f5a4ad0fa 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/uz.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/uz.json @@ -303,6 +303,7 @@ "fy": "g‘arbiy friz", "fy_NL": "g‘arbiy friz (Niderlandiya)", "ga": "irland", + "ga_GB": "irland (Buyuk Britaniya)", "ga_IE": "irland (Irlandiya)", "gd": "shotland-gel", "gd_GB": "shotland-gel (Buyuk Britaniya)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json index d694245206..a12288547a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json @@ -303,6 +303,7 @@ "fy": "ғарбий фризча", "fy_NL": "ғарбий фризча (Нидерландия)", "ga": "ирландча", + "ga_GB": "ирландча (Буюк Британия)", "ga_IE": "ирландча (Ирландия)", "gd": "шотландча гаелик", "gd_GB": "шотландча гаелик (Буюк Британия)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/vi.json b/src/Symfony/Component/Intl/Resources/data/locales/vi.json index 59d01ee0a6..458d825385 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/vi.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/vi.json @@ -303,6 +303,7 @@ "fy": "Tiếng Frisia", "fy_NL": "Tiếng Frisia (Hà Lan)", "ga": "Tiếng Ireland", + "ga_GB": "Tiếng Ireland (Vương quốc Anh)", "ga_IE": "Tiếng Ireland (Ireland)", "gd": "Tiếng Gael Scotland", "gd_GB": "Tiếng Gael Scotland (Vương quốc Anh)", @@ -346,7 +347,7 @@ "jv": "Tiếng Java", "jv_ID": "Tiếng Java (Indonesia)", "ka": "Tiếng Georgia", - "ka_GE": "Tiếng Georgia (Gruzia)", + "ka_GE": "Tiếng Georgia (Georgia)", "ki": "Tiếng Kikuyu", "ki_KE": "Tiếng Kikuyu (Kenya)", "kk": "Tiếng Kazakh", @@ -431,7 +432,7 @@ "or": "Tiếng Odia", "or_IN": "Tiếng Odia (Ấn Độ)", "os": "Tiếng Ossetic", - "os_GE": "Tiếng Ossetic (Gruzia)", + "os_GE": "Tiếng Ossetic (Georgia)", "os_RU": "Tiếng Ossetic (Nga)", "pa": "Tiếng Punjab", "pa_Arab": "Tiếng Punjab (Chữ Ả Rập)", @@ -552,8 +553,8 @@ "tt_RU": "Tiếng Tatar (Nga)", "ug": "Tiếng Uyghur", "ug_CN": "Tiếng Uyghur (Trung Quốc)", - "uk": "Tiếng Ucraina", - "uk_UA": "Tiếng Ucraina (Ukraina)", + "uk": "Tiếng Ukraina", + "uk_UA": "Tiếng Ukraina (Ukraina)", "ur": "Tiếng Urdu", "ur_IN": "Tiếng Urdu (Ấn Độ)", "ur_PK": "Tiếng Urdu (Pakistan)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/wo.json b/src/Symfony/Component/Intl/Resources/data/locales/wo.json index ef5e110b42..3fc67e3ce4 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/wo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/wo.json @@ -249,7 +249,7 @@ "fr_CA": "Farañse (Kanadaa)", "fr_CF": "Farañse (Repiblik Sàntar Afrik)", "fr_CH": "Farañse (Siwis)", - "fr_CI": "Farañse (Kodiwaar [Côte d’Ivoire])", + "fr_CI": "Farañse (Kodiwaar)", "fr_CM": "Farañse (Kamerun)", "fr_DJ": "Farañse (Jibuti)", "fr_DZ": "Farañse (Alseri)", @@ -286,6 +286,7 @@ "fr_WF": "Farañse (Walis ak Futuna)", "fr_YT": "Farañse (Mayot)", "ga": "Irlànde", + "ga_GB": "Irlànde (Ruwaayom Ini)", "ga_IE": "Irlànde (Irlànd)", "gd": "Galuwaa bu Ekos", "gd_GB": "Galuwaa bu Ekos (Ruwaayom Ini)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/yo.json b/src/Symfony/Component/Intl/Resources/data/locales/yo.json index 4f6569a9cd..5455d17358 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/yo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/yo.json @@ -2,37 +2,39 @@ "Names": { "af": "Èdè Afrikani", "af_NA": "Èdè Afrikani (Orílẹ́ède Namibia)", - "af_ZA": "Èdè Afrikani (Orílẹ́ède Ariwa Afirika)", + "af_ZA": "Èdè Afrikani (Gúúṣù Áfíríkà)", "ak": "Èdè Akani", "ak_GH": "Èdè Akani (Orílẹ́ède Gana)", "am": "Èdè Amariki", "am_ET": "Èdè Amariki (Orílẹ́ède Etopia)", - "ar": "Èdè Arabiki", - "ar_AE": "Èdè Arabiki (Orílẹ́ède Ẹmirate ti Awọn Arabu)", - "ar_BH": "Èdè Arabiki (Orílẹ́ède Báránì)", - "ar_DJ": "Èdè Arabiki (Orílẹ́ède Díbọ́ótì)", - "ar_DZ": "Èdè Arabiki (Orílẹ́ède Àlùgèríánì)", - "ar_EG": "Èdè Arabiki (Orílẹ́ède Égípítì)", - "ar_ER": "Èdè Arabiki (Orílẹ́ède Eritira)", - "ar_IL": "Èdè Arabiki (Orílẹ́ède Iserẹli)", - "ar_IQ": "Èdè Arabiki (Orílẹ́ède Iraki)", - "ar_JO": "Èdè Arabiki (Orílẹ́ède Jọdani)", - "ar_KM": "Èdè Arabiki (Orílẹ́ède Kòmòrósì)", - "ar_KW": "Èdè Arabiki (Orílẹ́ède Kuweti)", - "ar_LB": "Èdè Arabiki (Orílẹ́ède Lebanoni)", - "ar_LY": "Èdè Arabiki (Orílẹ́ède Libiya)", - "ar_MA": "Èdè Arabiki (Orílẹ́ède Moroko)", - "ar_MR": "Èdè Arabiki (Orílẹ́ède Maritania)", - "ar_OM": "Èdè Arabiki (Orílẹ́ède Ọọma)", - "ar_PS": "Èdè Arabiki (Orílẹ́ède Iwọorun Pakisitian ati Gaṣa)", - "ar_QA": "Èdè Arabiki (Orílẹ́ède Kota)", - "ar_SA": "Èdè Arabiki (Orílẹ́ède Saudi Arabia)", - "ar_SD": "Èdè Arabiki (Orílẹ́ède Sudani)", - "ar_SO": "Èdè Arabiki (Orílẹ́ède Somalia)", - "ar_SY": "Èdè Arabiki (Orílẹ́ède Siria)", - "ar_TD": "Èdè Arabiki (Orílẹ́ède ṣààdì)", - "ar_TN": "Èdè Arabiki (Orílẹ́ède Tuniṣia)", - "ar_YE": "Èdè Arabiki (Orílẹ́ède yemeni)", + "ar": "Èdè Árábìkì", + "ar_AE": "Èdè Árábìkì (Orílẹ́ède Ẹmirate ti Awọn Arabu)", + "ar_BH": "Èdè Árábìkì (Orílẹ́ède Báránì)", + "ar_DJ": "Èdè Árábìkì (Orílẹ́ède Díbọ́ótì)", + "ar_DZ": "Èdè Árábìkì (Orílẹ́ède Àlùgèríánì)", + "ar_EG": "Èdè Árábìkì (Orílẹ́ède Égípítì)", + "ar_EH": "Èdè Árábìkì (Ìwọ̀òòrùn Sàhárà)", + "ar_ER": "Èdè Árábìkì (Orílẹ́ède Eritira)", + "ar_IL": "Èdè Árábìkì (Orílẹ́ède Iserẹli)", + "ar_IQ": "Èdè Árábìkì (Orílẹ́ède Iraki)", + "ar_JO": "Èdè Árábìkì (Orílẹ́ède Jọdani)", + "ar_KM": "Èdè Árábìkì (Orílẹ́ède Kòmòrósì)", + "ar_KW": "Èdè Árábìkì (Orílẹ́ède Kuweti)", + "ar_LB": "Èdè Árábìkì (Orílẹ́ède Lebanoni)", + "ar_LY": "Èdè Árábìkì (Orílẹ́ède Libiya)", + "ar_MA": "Èdè Árábìkì (Orílẹ́ède Moroko)", + "ar_MR": "Èdè Árábìkì (Orílẹ́ède Maritania)", + "ar_OM": "Èdè Árábìkì (Orílẹ́ède Ọọma)", + "ar_PS": "Èdè Árábìkì (Agbègbè Palẹsítíànù)", + "ar_QA": "Èdè Árábìkì (Orílẹ́ède Kota)", + "ar_SA": "Èdè Árábìkì (Orílẹ́ède Saudi Arabia)", + "ar_SD": "Èdè Árábìkì (Orílẹ́ède Sudani)", + "ar_SO": "Èdè Árábìkì (Orílẹ́ède Somalia)", + "ar_SS": "Èdè Árábìkì (Gúúsù Sudan)", + "ar_SY": "Èdè Árábìkì (Orílẹ́ède Siria)", + "ar_TD": "Èdè Árábìkì (Orílẹ́ède ṣààdì)", + "ar_TN": "Èdè Árábìkì (Orílẹ́ède Tuniṣia)", + "ar_YE": "Èdè Árábìkì (Orílẹ́ède yemeni)", "as": "Ti Assam", "as_IN": "Ti Assam (Orílẹ́ède India)", "az": "Èdè Azerbaijani", @@ -68,14 +70,14 @@ "da": "Èdè Ilẹ̀ Denmark", "da_DK": "Èdè Ilẹ̀ Denmark (Orílẹ́ède Dẹ́mákì)", "da_GL": "Èdè Ilẹ̀ Denmark (Orílẹ́ède Gerelandi)", - "de": "Èdè Ilẹ̀ Jámánì", - "de_AT": "Èdè Ilẹ̀ Jámánì (Orílẹ́ède Asítíríà)", - "de_BE": "Èdè Ilẹ̀ Jámánì (Orílẹ́ède Bégíọ́mù)", - "de_CH": "Èdè Ilẹ̀ Jámánì (Orílẹ́ède switiṣilandi)", - "de_DE": "Èdè Ilẹ̀ Jámánì (Orílẹèdè Jámánì)", - "de_IT": "Èdè Ilẹ̀ Jámánì (Orílẹ́ède Itáli)", - "de_LI": "Èdè Ilẹ̀ Jámánì (Orílẹ́ède Lẹṣitẹnisiteni)", - "de_LU": "Èdè Ilẹ̀ Jámánì (Orílẹ́ède Lusemogi)", + "de": "Èdè Jámánì", + "de_AT": "Èdè Jámánì (Orílẹ́ède Asítíríà)", + "de_BE": "Èdè Jámánì (Orílẹ́ède Bégíọ́mù)", + "de_CH": "Èdè Jámánì (Orílẹ́ède switiṣilandi)", + "de_DE": "Èdè Jámánì (Orílẹèdè Jámánì)", + "de_IT": "Èdè Jámánì (Orílẹ́ède Itáli)", + "de_LI": "Èdè Jámánì (Orílẹ́ède Lẹṣitẹnisiteni)", + "de_LU": "Èdè Jámánì (Orílẹ́ède Lusemogi)", "el": "Èdè Giriki", "el_CY": "Èdè Giriki (Orílẹ́ède Kúrúsì)", "el_GR": "Èdè Giriki (Orílẹ́ède Geriisi)", @@ -155,13 +157,14 @@ "en_SH": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Hẹlena)", "en_SI": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Silofania)", "en_SL": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Siria looni)", + "en_SS": "Èdè Gẹ̀ẹ́sì (Gúúsù Sudan)", "en_SZ": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Saṣiland)", "en_TC": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tọọki ati Etikun Kakọsi)", "en_TK": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tokelau)", "en_TO": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tonga)", "en_TT": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tirinida ati Tobaga)", "en_TV": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tufalu)", - "en_TZ": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tanṣania)", + "en_TZ": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tàǹsáníà)", "en_UG": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Uganda)", "en_US": "Èdè Gẹ̀ẹ́sì (Orílẹ̀-èdè Amẹrikà)", "en_VC": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Fisẹnnti ati Genadina)", @@ -169,7 +172,7 @@ "en_VI": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Etikun Fagini ti Amẹrika)", "en_VU": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Faniatu)", "en_WS": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Samọ)", - "en_ZA": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Ariwa Afirika)", + "en_ZA": "Èdè Gẹ̀ẹ́sì (Gúúṣù Áfíríkà)", "en_ZM": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède ṣamibia)", "en_ZW": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède ṣimibabe)", "eo": "Èdè Esperanto", @@ -206,6 +209,24 @@ "fa": "Èdè Pasia", "fa_AF": "Èdè Pasia (Orílẹ́ède Àfùgànístánì)", "fa_IR": "Èdè Pasia (Orílẹ́ède Irani)", + "ff": "Èdè Fúlàní", + "ff_CM": "Èdè Fúlàní (Orílẹ́ède Kamerúúnì)", + "ff_GN": "Èdè Fúlàní (Orílẹ́ède Gene)", + "ff_Latn": "Èdè Fúlàní (Èdè Látìn)", + "ff_Latn_BF": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Bùùkíná Fasò)", + "ff_Latn_CM": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Kamerúúnì)", + "ff_Latn_GH": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Gana)", + "ff_Latn_GM": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Gambia)", + "ff_Latn_GN": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Gene)", + "ff_Latn_GW": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Gene-Busau)", + "ff_Latn_LR": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Laberia)", + "ff_Latn_MR": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Maritania)", + "ff_Latn_NE": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Nàìjá)", + "ff_Latn_NG": "Èdè Fúlàní (Èdè Látìn, Orilẹ̀-èdè Nàìjíríà)", + "ff_Latn_SL": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Siria looni)", + "ff_Latn_SN": "Èdè Fúlàní (Èdè Látìn, Orílẹ́ède Sẹnẹga)", + "ff_MR": "Èdè Fúlàní (Orílẹ́ède Maritania)", + "ff_SN": "Èdè Fúlàní (Orílẹ́ède Sẹnẹga)", "fi": "Èdè Finisi", "fi_FI": "Èdè Finisi (Orílẹ́ède Filandi)", "fo": "Èdè Faroesi", @@ -258,6 +279,7 @@ "fy": "Èdè Frisia", "fy_NL": "Èdè Frisia (Orílẹ́ède Nedalandi)", "ga": "Èdè Ireland", + "ga_GB": "Èdè Ireland (Orílẹ́èdè Gẹ̀ẹ́sì)", "ga_IE": "Èdè Ireland (Orílẹ́ède Ailandi)", "gd": "Èdè Gaelik ti Ilu Scotland", "gd_GB": "Èdè Gaelik ti Ilu Scotland (Orílẹ́èdè Gẹ̀ẹ́sì)", @@ -271,8 +293,8 @@ "ha_NG": "Èdè Hausa (Orilẹ̀-èdè Nàìjíríà)", "he": "Èdè Heberu", "he_IL": "Èdè Heberu (Orílẹ́ède Iserẹli)", - "hi": "Èdè Hindi", - "hi_IN": "Èdè Hindi (Orílẹ́ède India)", + "hi": "Èdè Híńdì", + "hi_IN": "Èdè Híńdì (Orílẹ́ède India)", "hr": "Èdè Kroatia", "hr_BA": "Èdè Kroatia (Orílẹ́ède Bọ̀síníà àti Ẹtisẹgófínà)", "hr_HR": "Èdè Kroatia (Orílẹ́ède Kòróátíà)", @@ -281,19 +303,19 @@ "hy": "Èdè Ile Armenia", "hy_AM": "Èdè Ile Armenia (Orílẹ́ède Améníà)", "ia": "Èdè pipo", - "id": "Èdè Indonasia", - "id_ID": "Èdè Indonasia (Orílẹ́ède Indonesia)", - "ig": "Èdè Ibo", - "ig_NG": "Èdè Ibo (Orilẹ̀-èdè Nàìjíríà)", + "id": "Èdè Indonéṣíà", + "id_ID": "Èdè Indonéṣíà (Orílẹ́ède Indonesia)", + "ig": "Èdè Yíbò", + "ig_NG": "Èdè Yíbò (Orilẹ̀-èdè Nàìjíríà)", "is": "Èdè Icelandic", "is_IS": "Èdè Icelandic (Orílẹ́ède Aṣilandi)", - "it": "Èdè ilẹ̀ Ítálì", - "it_CH": "Èdè ilẹ̀ Ítálì (Orílẹ́ède switiṣilandi)", - "it_IT": "Èdè ilẹ̀ Ítálì (Orílẹ́ède Itáli)", - "it_SM": "Èdè ilẹ̀ Ítálì (Orílẹ́ède Sani Marino)", - "it_VA": "Èdè ilẹ̀ Ítálì (Ìlú Vatican)", - "ja": "Èdè ilẹ̀ Japan", - "ja_JP": "Èdè ilẹ̀ Japan (Orílẹ́ède Japani)", + "it": "Èdè Ítálì", + "it_CH": "Èdè Ítálì (Orílẹ́ède switiṣilandi)", + "it_IT": "Èdè Ítálì (Orílẹ́ède Itáli)", + "it_SM": "Èdè Ítálì (Orílẹ́ède Sani Marino)", + "it_VA": "Èdè Ítálì (Ìlú Vatican)", + "ja": "Èdè Jàpáànù", + "ja_JP": "Èdè Jàpáànù (Orílẹ́ède Japani)", "jv": "Èdè Javanasi", "jv_ID": "Èdè Javanasi (Orílẹ́ède Indonesia)", "ka": "Èdè Georgia", @@ -302,15 +324,15 @@ "km_KH": "Èdè kameri (Orílẹ́ède Kàmùbódíà)", "kn": "Èdè Kannada", "kn_IN": "Èdè Kannada (Orílẹ́ède India)", - "ko": "Èdè Koria", - "ko_KP": "Èdè Koria (Orílẹ́ède Guusu Kọria)", - "ko_KR": "Èdè Koria (Orílẹ́ède Ariwa Kọria)", + "ko": "Èdè Kòríà", + "ko_KP": "Èdè Kòríà (Orílẹ́ède Guusu Kọria)", + "ko_KR": "Èdè Kòríà (Orílẹ́ède Ariwa Kọria)", "lt": "Èdè Lithuania", "lt_LT": "Èdè Lithuania (Orílẹ́ède Lituania)", "lv": "Èdè Latvianu", "lv_LV": "Èdè Latvianu (Orílẹ́ède Latifia)", "mk": "Èdè Macedonia", - "mk_MK": "Èdè Macedonia (Orílẹ́ède Masidonia)", + "mk_MK": "Èdè Macedonia (Àríwá Macedonia)", "mr": "Èdè marathi", "mr_IN": "Èdè marathi (Orílẹ́ède India)", "ms": "Èdè Malaya", @@ -324,11 +346,11 @@ "ne": "Èdè Nepali", "ne_IN": "Èdè Nepali (Orílẹ́ède India)", "ne_NP": "Èdè Nepali (Orílẹ́ède Nepa)", - "nl": "Èdè Duki", - "nl_AW": "Èdè Duki (Orílẹ́ède Árúbà)", - "nl_BE": "Èdè Duki (Orílẹ́ède Bégíọ́mù)", - "nl_NL": "Èdè Duki (Orílẹ́ède Nedalandi)", - "nl_SR": "Èdè Duki (Orílẹ́ède Surinami)", + "nl": "Èdè Dọ́ọ̀ṣì", + "nl_AW": "Èdè Dọ́ọ̀ṣì (Orílẹ́ède Árúbà)", + "nl_BE": "Èdè Dọ́ọ̀ṣì (Orílẹ́ède Bégíọ́mù)", + "nl_NL": "Èdè Dọ́ọ̀ṣì (Orílẹ́ède Nedalandi)", + "nl_SR": "Èdè Dọ́ọ̀ṣì (Orílẹ́ède Surinami)", "no": "Èdè Norway", "no_NO": "Èdè Norway (Orílẹ́ède Nọọwii)", "pa": "Èdè Punjabi", @@ -336,8 +358,8 @@ "pa_Arab_PK": "Èdè Punjabi (èdè Lárúbáwá, Orílẹ́ède Pakisitan)", "pa_IN": "Èdè Punjabi (Orílẹ́ède India)", "pa_PK": "Èdè Punjabi (Orílẹ́ède Pakisitan)", - "pl": "Èdè Ilẹ̀ Polandi", - "pl_PL": "Èdè Ilẹ̀ Polandi (Orílẹ́ède Polandi)", + "pl": "Èdè Póláǹdì", + "pl_PL": "Èdè Póláǹdì (Orílẹ́ède Polandi)", "pt": "Èdè Pọtogí", "pt_AO": "Èdè Pọtogí (Orílẹ́ède Ààngólà)", "pt_BR": "Èdè Pọtogí (Orilẹ̀-èdè Bàràsílì)", @@ -347,19 +369,19 @@ "pt_GW": "Èdè Pọtogí (Orílẹ́ède Gene-Busau)", "pt_LU": "Èdè Pọtogí (Orílẹ́ède Lusemogi)", "pt_MZ": "Èdè Pọtogí (Orílẹ́ède Moṣamibiku)", - "pt_PT": "Èdè Pọtogí (Orílẹ́ède Pọtugi)", + "pt_PT": "Èdè Pọtogí (Orílẹ́ède Pọ́túgà)", "pt_ST": "Èdè Pọtogí (Orílẹ́ède Sao tomi ati piriiṣipi)", "pt_TL": "Èdè Pọtogí (Orílẹ́ède ÌlàOòrùn Tímọ̀)", "ro": "Èdè Romania", "ro_MD": "Èdè Romania (Orílẹ́ède Modofia)", "ro_RO": "Èdè Romania (Orílẹ́ède Romaniya)", - "ru": "Èdè Rọsià", - "ru_BY": "Èdè Rọsià (Orílẹ́ède Bélárúsì)", - "ru_KG": "Èdè Rọsià (Orílẹ́ède Kuriṣisitani)", - "ru_KZ": "Èdè Rọsià (Orílẹ́ède Kaṣaṣatani)", - "ru_MD": "Èdè Rọsià (Orílẹ́ède Modofia)", - "ru_RU": "Èdè Rọsià (Orílẹ́ède Rọṣia)", - "ru_UA": "Èdè Rọsià (Orílẹ́ède Ukarini)", + "ru": "Èdè Rọ́ṣíà", + "ru_BY": "Èdè Rọ́ṣíà (Orílẹ́ède Bélárúsì)", + "ru_KG": "Èdè Rọ́ṣíà (Orílẹ́ède Kuriṣisitani)", + "ru_KZ": "Èdè Rọ́ṣíà (Orílẹ́ède Kaṣaṣatani)", + "ru_MD": "Èdè Rọ́ṣíà (Orílẹ́ède Modofia)", + "ru_RU": "Èdè Rọ́ṣíà (Orílẹ́ède Rọṣia)", + "ru_UA": "Èdè Rọ́ṣíà (Orílẹ́ède Ukarini)", "rw": "Èdè Ruwanda", "rw_RW": "Èdè Ruwanda (Orílẹ́ède Ruwanda)", "sd": "Èdè Sindhi", @@ -379,20 +401,24 @@ "so_SO": "Èdè ara Somalia (Orílẹ́ède Somalia)", "sq": "Èdè Albania", "sq_AL": "Èdè Albania (Orílẹ́ède Àlùbàníánì)", - "sq_MK": "Èdè Albania (Orílẹ́ède Masidonia)", + "sq_MK": "Èdè Albania (Àríwá Macedonia)", + "sq_XK": "Èdè Albania (Kòsófò)", "sr": "Èdè Serbia", "sr_BA": "Èdè Serbia (Orílẹ́ède Bọ̀síníà àti Ẹtisẹgófínà)", "sr_Cyrl": "Èdè Serbia (èdè ilẹ̀ Rọ́ṣíà)", "sr_Cyrl_BA": "Èdè Serbia (èdè ilẹ̀ Rọ́ṣíà, Orílẹ́ède Bọ̀síníà àti Ẹtisẹgófínà)", + "sr_Cyrl_XK": "Èdè Serbia (èdè ilẹ̀ Rọ́ṣíà, Kòsófò)", "sr_Latn": "Èdè Serbia (Èdè Látìn)", "sr_Latn_BA": "Èdè Serbia (Èdè Látìn, Orílẹ́ède Bọ̀síníà àti Ẹtisẹgófínà)", + "sr_Latn_XK": "Èdè Serbia (Èdè Látìn, Kòsófò)", + "sr_XK": "Èdè Serbia (Kòsófò)", "sv": "Èdè Suwidiisi", "sv_FI": "Èdè Suwidiisi (Orílẹ́ède Filandi)", "sv_SE": "Èdè Suwidiisi (Orílẹ́ède Swidini)", "sw": "Èdè Swahili", "sw_CD": "Èdè Swahili (Orilẹ́ède Kóngò)", "sw_KE": "Èdè Swahili (Orílẹ́ède Kenya)", - "sw_TZ": "Èdè Swahili (Orílẹ́ède Tanṣania)", + "sw_TZ": "Èdè Swahili (Orílẹ́ède Tàǹsáníà)", "sw_UG": "Èdè Swahili (Orílẹ́ède Uganda)", "ta": "Èdè Tamili", "ta_IN": "Èdè Tamili (Orílẹ́ède India)", @@ -428,7 +454,7 @@ "vi": "Èdè Jetinamu", "vi_VN": "Èdè Jetinamu (Orílẹ́ède Fẹtinami)", "xh": "Èdè Xhosa", - "xh_ZA": "Èdè Xhosa (Orílẹ́ède Ariwa Afirika)", + "xh_ZA": "Èdè Xhosa (Gúúṣù Áfíríkà)", "yi": "Èdè Yiddishi", "yo": "Èdè Yorùbá", "yo_BJ": "Èdè Yorùbá (Orílẹ́ède Bẹ̀nẹ̀)", @@ -443,6 +469,6 @@ "zh_SG": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà (Orílẹ́ède Singapo)", "zh_TW": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà (Orílẹ́ède Taiwani)", "zu": "Èdè Ṣulu", - "zu_ZA": "Èdè Ṣulu (Orílẹ́ède Ariwa Afirika)" + "zu_ZA": "Èdè Ṣulu (Gúúṣù Áfíríkà)" } } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json b/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json index 136a881b35..e279240841 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json @@ -1,34 +1,35 @@ { "Names": { "af_NA": "Èdè Afrikani (Orílɛ́ède Namibia)", - "af_ZA": "Èdè Afrikani (Orílɛ́ède Ariwa Afirika)", + "af_ZA": "Èdè Afrikani (Gúúshù Áfíríkà)", "ak_GH": "Èdè Akani (Orílɛ́ède Gana)", "am_ET": "Èdè Amariki (Orílɛ́ède Etopia)", - "ar_AE": "Èdè Arabiki (Orílɛ́ède Ɛmirate ti Awɔn Arabu)", - "ar_BH": "Èdè Arabiki (Orílɛ́ède Báránì)", - "ar_DJ": "Èdè Arabiki (Orílɛ́ède Díbɔ́ótì)", - "ar_DZ": "Èdè Arabiki (Orílɛ́ède Àlùgèríánì)", - "ar_EG": "Èdè Arabiki (Orílɛ́ède Égípítì)", - "ar_ER": "Èdè Arabiki (Orílɛ́ède Eritira)", - "ar_IL": "Èdè Arabiki (Orílɛ́ède Iserɛli)", - "ar_IQ": "Èdè Arabiki (Orílɛ́ède Iraki)", - "ar_JO": "Èdè Arabiki (Orílɛ́ède Jɔdani)", - "ar_KM": "Èdè Arabiki (Orílɛ́ède Kòmòrósì)", - "ar_KW": "Èdè Arabiki (Orílɛ́ède Kuweti)", - "ar_LB": "Èdè Arabiki (Orílɛ́ède Lebanoni)", - "ar_LY": "Èdè Arabiki (Orílɛ́ède Libiya)", - "ar_MA": "Èdè Arabiki (Orílɛ́ède Moroko)", - "ar_MR": "Èdè Arabiki (Orílɛ́ède Maritania)", - "ar_OM": "Èdè Arabiki (Orílɛ́ède Ɔɔma)", - "ar_PS": "Èdè Arabiki (Orílɛ́ède Iwɔorun Pakisitian ati Gasha)", - "ar_QA": "Èdè Arabiki (Orílɛ́ède Kota)", - "ar_SA": "Èdè Arabiki (Orílɛ́ède Saudi Arabia)", - "ar_SD": "Èdè Arabiki (Orílɛ́ède Sudani)", - "ar_SO": "Èdè Arabiki (Orílɛ́ède Somalia)", - "ar_SY": "Èdè Arabiki (Orílɛ́ède Siria)", - "ar_TD": "Èdè Arabiki (Orílɛ́ède shààdì)", - "ar_TN": "Èdè Arabiki (Orílɛ́ède Tunishia)", - "ar_YE": "Èdè Arabiki (Orílɛ́ède yemeni)", + "ar_AE": "Èdè Árábìkì (Orílɛ́ède Ɛmirate ti Awɔn Arabu)", + "ar_BH": "Èdè Árábìkì (Orílɛ́ède Báránì)", + "ar_DJ": "Èdè Árábìkì (Orílɛ́ède Díbɔ́ótì)", + "ar_DZ": "Èdè Árábìkì (Orílɛ́ède Àlùgèríánì)", + "ar_EG": "Èdè Árábìkì (Orílɛ́ède Égípítì)", + "ar_EH": "Èdè Árábìkì (Ìwɔ̀òòrùn Sàhárà)", + "ar_ER": "Èdè Árábìkì (Orílɛ́ède Eritira)", + "ar_IL": "Èdè Árábìkì (Orílɛ́ède Iserɛli)", + "ar_IQ": "Èdè Árábìkì (Orílɛ́ède Iraki)", + "ar_JO": "Èdè Árábìkì (Orílɛ́ède Jɔdani)", + "ar_KM": "Èdè Árábìkì (Orílɛ́ède Kòmòrósì)", + "ar_KW": "Èdè Árábìkì (Orílɛ́ède Kuweti)", + "ar_LB": "Èdè Árábìkì (Orílɛ́ède Lebanoni)", + "ar_LY": "Èdè Árábìkì (Orílɛ́ède Libiya)", + "ar_MA": "Èdè Árábìkì (Orílɛ́ède Moroko)", + "ar_MR": "Èdè Árábìkì (Orílɛ́ède Maritania)", + "ar_OM": "Èdè Árábìkì (Orílɛ́ède Ɔɔma)", + "ar_PS": "Èdè Árábìkì (Agbègbè Palɛsítíànù)", + "ar_QA": "Èdè Árábìkì (Orílɛ́ède Kota)", + "ar_SA": "Èdè Árábìkì (Orílɛ́ède Saudi Arabia)", + "ar_SD": "Èdè Árábìkì (Orílɛ́ède Sudani)", + "ar_SO": "Èdè Árábìkì (Orílɛ́ède Somalia)", + "ar_SY": "Èdè Árábìkì (Orílɛ́ède Siria)", + "ar_TD": "Èdè Árábìkì (Orílɛ́ède shààdì)", + "ar_TN": "Èdè Árábìkì (Orílɛ́ède Tunishia)", + "ar_YE": "Èdè Árábìkì (Orílɛ́ède yemeni)", "as_IN": "Ti Assam (Orílɛ́ède India)", "az_AZ": "Èdè Azerbaijani (Orílɛ́ède Asɛ́bájánì)", "az_Cyrl": "Èdè Azerbaijani (èdè ilɛ̀ Rɔ́shíà)", @@ -52,14 +53,13 @@ "da": "Èdè Ilɛ̀ Denmark", "da_DK": "Èdè Ilɛ̀ Denmark (Orílɛ́ède Dɛ́mákì)", "da_GL": "Èdè Ilɛ̀ Denmark (Orílɛ́ède Gerelandi)", - "de": "Èdè Ilɛ̀ Jámánì", - "de_AT": "Èdè Ilɛ̀ Jámánì (Orílɛ́ède Asítíríà)", - "de_BE": "Èdè Ilɛ̀ Jámánì (Orílɛ́ède Bégíɔ́mù)", - "de_CH": "Èdè Ilɛ̀ Jámánì (Orílɛ́ède switishilandi)", - "de_DE": "Èdè Ilɛ̀ Jámánì (Orílɛèdè Jámánì)", - "de_IT": "Èdè Ilɛ̀ Jámánì (Orílɛ́ède Itáli)", - "de_LI": "Èdè Ilɛ̀ Jámánì (Orílɛ́ède Lɛshitɛnisiteni)", - "de_LU": "Èdè Ilɛ̀ Jámánì (Orílɛ́ède Lusemogi)", + "de_AT": "Èdè Jámánì (Orílɛ́ède Asítíríà)", + "de_BE": "Èdè Jámánì (Orílɛ́ède Bégíɔ́mù)", + "de_CH": "Èdè Jámánì (Orílɛ́ède switishilandi)", + "de_DE": "Èdè Jámánì (Orílɛèdè Jámánì)", + "de_IT": "Èdè Jámánì (Orílɛ́ède Itáli)", + "de_LI": "Èdè Jámánì (Orílɛ́ède Lɛshitɛnisiteni)", + "de_LU": "Èdè Jámánì (Orílɛ́ède Lusemogi)", "el_CY": "Èdè Giriki (Orílɛ́ède Kúrúsì)", "el_GR": "Èdè Giriki (Orílɛ́ède Geriisi)", "en": "Èdè Gɛ̀ɛ́sì", @@ -138,13 +138,14 @@ "en_SH": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Hɛlena)", "en_SI": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Silofania)", "en_SL": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Siria looni)", + "en_SS": "Èdè Gɛ̀ɛ́sì (Gúúsù Sudan)", "en_SZ": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Sashiland)", "en_TC": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tɔɔki ati Etikun Kakɔsi)", "en_TK": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tokelau)", "en_TO": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tonga)", "en_TT": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tirinida ati Tobaga)", "en_TV": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tufalu)", - "en_TZ": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tanshania)", + "en_TZ": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tàǹsáníà)", "en_UG": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Uganda)", "en_US": "Èdè Gɛ̀ɛ́sì (Orílɛ̀-èdè Amɛrikà)", "en_VC": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Fisɛnnti ati Genadina)", @@ -152,7 +153,7 @@ "en_VI": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Etikun Fagini ti Amɛrika)", "en_VU": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Faniatu)", "en_WS": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Samɔ)", - "en_ZA": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Ariwa Afirika)", + "en_ZA": "Èdè Gɛ̀ɛ́sì (Gúúshù Áfíríkà)", "en_ZM": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède shamibia)", "en_ZW": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède shimibabe)", "es": "Èdè Sípáníìshì", @@ -185,6 +186,22 @@ "eu_ES": "Èdè Baski (Orílɛ́ède Sipani)", "fa_AF": "Èdè Pasia (Orílɛ́ède Àfùgànístánì)", "fa_IR": "Èdè Pasia (Orílɛ́ède Irani)", + "ff_CM": "Èdè Fúlàní (Orílɛ́ède Kamerúúnì)", + "ff_GN": "Èdè Fúlàní (Orílɛ́ède Gene)", + "ff_Latn_BF": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Bùùkíná Fasò)", + "ff_Latn_CM": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Kamerúúnì)", + "ff_Latn_GH": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Gana)", + "ff_Latn_GM": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Gambia)", + "ff_Latn_GN": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Gene)", + "ff_Latn_GW": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Gene-Busau)", + "ff_Latn_LR": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Laberia)", + "ff_Latn_MR": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Maritania)", + "ff_Latn_NE": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Nàìjá)", + "ff_Latn_NG": "Èdè Fúlàní (Èdè Látìn, Orilɛ̀-èdè Nàìjíríà)", + "ff_Latn_SL": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Siria looni)", + "ff_Latn_SN": "Èdè Fúlàní (Èdè Látìn, Orílɛ́ède Sɛnɛga)", + "ff_MR": "Èdè Fúlàní (Orílɛ́ède Maritania)", + "ff_SN": "Èdè Fúlàní (Orílɛ́ède Sɛnɛga)", "fi_FI": "Èdè Finisi (Orílɛ́ède Filandi)", "fo_DK": "Èdè Faroesi (Orílɛ́ède Dɛ́mákì)", "fr_BE": "Èdè Faransé (Orílɛ́ède Bégíɔ́mù)", @@ -232,6 +249,7 @@ "fr_WF": "Èdè Faransé (Orílɛ́ède Wali ati futuna)", "fr_YT": "Èdè Faransé (Orílɛ́ède Mayote)", "fy_NL": "Èdè Frisia (Orílɛ́ède Nedalandi)", + "ga_GB": "Èdè Ireland (Orílɛ́èdè Gɛ̀ɛ́sì)", "ga_IE": "Èdè Ireland (Orílɛ́ède Ailandi)", "gd_GB": "Èdè Gaelik ti Ilu Scotland (Orílɛ́èdè Gɛ̀ɛ́sì)", "gl_ES": "Èdè Galicia (Orílɛ́ède Sipani)", @@ -240,30 +258,27 @@ "ha_NE": "Èdè Hausa (Orílɛ́ède Nàìjá)", "ha_NG": "Èdè Hausa (Orilɛ̀-èdè Nàìjíríà)", "he_IL": "Èdè Heberu (Orílɛ́ède Iserɛli)", - "hi_IN": "Èdè Hindi (Orílɛ́ède India)", + "hi_IN": "Èdè Híńdì (Orílɛ́ède India)", "hr_BA": "Èdè Kroatia (Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", "hr_HR": "Èdè Kroatia (Orílɛ́ède Kòróátíà)", "hu_HU": "Èdè Hungaria (Orílɛ́ède Hungari)", "hy_AM": "Èdè Ile Armenia (Orílɛ́ède Améníà)", - "id_ID": "Èdè Indonasia (Orílɛ́ède Indonesia)", - "ig_NG": "Èdè Ibo (Orilɛ̀-èdè Nàìjíríà)", + "id": "Èdè Indonéshíà", + "id_ID": "Èdè Indonéshíà (Orílɛ́ède Indonesia)", + "ig_NG": "Èdè Yíbò (Orilɛ̀-èdè Nàìjíríà)", "is_IS": "Èdè Icelandic (Orílɛ́ède Ashilandi)", - "it": "Èdè ilɛ̀ Ítálì", - "it_CH": "Èdè ilɛ̀ Ítálì (Orílɛ́ède switishilandi)", - "it_IT": "Èdè ilɛ̀ Ítálì (Orílɛ́ède Itáli)", - "it_SM": "Èdè ilɛ̀ Ítálì (Orílɛ́ède Sani Marino)", - "it_VA": "Èdè ilɛ̀ Ítálì (Ìlú Vatican)", - "ja": "Èdè ilɛ̀ Japan", - "ja_JP": "Èdè ilɛ̀ Japan (Orílɛ́ède Japani)", + "it_CH": "Èdè Ítálì (Orílɛ́ède switishilandi)", + "it_IT": "Èdè Ítálì (Orílɛ́ède Itáli)", + "it_SM": "Èdè Ítálì (Orílɛ́ède Sani Marino)", + "ja_JP": "Èdè Jàpáànù (Orílɛ́ède Japani)", "jv_ID": "Èdè Javanasi (Orílɛ́ède Indonesia)", "ka_GE": "Èdè Georgia (Orílɛ́ède Gɔgia)", "km_KH": "Èdè kameri (Orílɛ́ède Kàmùbódíà)", "kn_IN": "Èdè Kannada (Orílɛ́ède India)", - "ko_KP": "Èdè Koria (Orílɛ́ède Guusu Kɔria)", - "ko_KR": "Èdè Koria (Orílɛ́ède Ariwa Kɔria)", + "ko_KP": "Èdè Kòríà (Orílɛ́ède Guusu Kɔria)", + "ko_KR": "Èdè Kòríà (Orílɛ́ède Ariwa Kɔria)", "lt_LT": "Èdè Lithuania (Orílɛ́ède Lituania)", "lv_LV": "Èdè Latvianu (Orílɛ́ède Latifia)", - "mk_MK": "Èdè Macedonia (Orílɛ́ède Masidonia)", "mr_IN": "Èdè marathi (Orílɛ́ède India)", "ms_BN": "Èdè Malaya (Orílɛ́ède Búrúnɛ́lì)", "ms_MY": "Èdè Malaya (Orílɛ́ède Malasia)", @@ -272,16 +287,16 @@ "my_MM": "Èdè Bumiisi (Orílɛ́ède Manamari)", "ne_IN": "Èdè Nepali (Orílɛ́ède India)", "ne_NP": "Èdè Nepali (Orílɛ́ède Nepa)", - "nl_AW": "Èdè Duki (Orílɛ́ède Árúbà)", - "nl_BE": "Èdè Duki (Orílɛ́ède Bégíɔ́mù)", - "nl_NL": "Èdè Duki (Orílɛ́ède Nedalandi)", - "nl_SR": "Èdè Duki (Orílɛ́ède Surinami)", + "nl": "Èdè Dɔ́ɔ̀shì", + "nl_AW": "Èdè Dɔ́ɔ̀shì (Orílɛ́ède Árúbà)", + "nl_BE": "Èdè Dɔ́ɔ̀shì (Orílɛ́ède Bégíɔ́mù)", + "nl_NL": "Èdè Dɔ́ɔ̀shì (Orílɛ́ède Nedalandi)", + "nl_SR": "Èdè Dɔ́ɔ̀shì (Orílɛ́ède Surinami)", "no_NO": "Èdè Norway (Orílɛ́ède Nɔɔwii)", "pa_Arab_PK": "Èdè Punjabi (èdè Lárúbáwá, Orílɛ́ède Pakisitan)", "pa_IN": "Èdè Punjabi (Orílɛ́ède India)", "pa_PK": "Èdè Punjabi (Orílɛ́ède Pakisitan)", - "pl": "Èdè Ilɛ̀ Polandi", - "pl_PL": "Èdè Ilɛ̀ Polandi (Orílɛ́ède Polandi)", + "pl_PL": "Èdè Póláǹdì (Orílɛ́ède Polandi)", "pt": "Èdè Pɔtogí", "pt_AO": "Èdè Pɔtogí (Orílɛ́ède Ààngólà)", "pt_BR": "Èdè Pɔtogí (Orilɛ̀-èdè Bàràsílì)", @@ -291,18 +306,18 @@ "pt_GW": "Èdè Pɔtogí (Orílɛ́ède Gene-Busau)", "pt_LU": "Èdè Pɔtogí (Orílɛ́ède Lusemogi)", "pt_MZ": "Èdè Pɔtogí (Orílɛ́ède Moshamibiku)", - "pt_PT": "Èdè Pɔtogí (Orílɛ́ède Pɔtugi)", + "pt_PT": "Èdè Pɔtogí (Orílɛ́ède Pɔ́túgà)", "pt_ST": "Èdè Pɔtogí (Orílɛ́ède Sao tomi ati piriishipi)", "pt_TL": "Èdè Pɔtogí (Orílɛ́ède ÌlàOòrùn Tímɔ̀)", "ro_MD": "Èdè Romania (Orílɛ́ède Modofia)", "ro_RO": "Èdè Romania (Orílɛ́ède Romaniya)", - "ru": "Èdè Rɔsià", - "ru_BY": "Èdè Rɔsià (Orílɛ́ède Bélárúsì)", - "ru_KG": "Èdè Rɔsià (Orílɛ́ède Kurishisitani)", - "ru_KZ": "Èdè Rɔsià (Orílɛ́ède Kashashatani)", - "ru_MD": "Èdè Rɔsià (Orílɛ́ède Modofia)", - "ru_RU": "Èdè Rɔsià (Orílɛ́ède Rɔshia)", - "ru_UA": "Èdè Rɔsià (Orílɛ́ède Ukarini)", + "ru": "Èdè Rɔ́shíà", + "ru_BY": "Èdè Rɔ́shíà (Orílɛ́ède Bélárúsì)", + "ru_KG": "Èdè Rɔ́shíà (Orílɛ́ède Kurishisitani)", + "ru_KZ": "Èdè Rɔ́shíà (Orílɛ́ède Kashashatani)", + "ru_MD": "Èdè Rɔ́shíà (Orílɛ́ède Modofia)", + "ru_RU": "Èdè Rɔ́shíà (Orílɛ́ède Rɔshia)", + "ru_UA": "Èdè Rɔ́shíà (Orílɛ́ède Ukarini)", "rw_RW": "Èdè Ruwanda (Orílɛ́ède Ruwanda)", "sd_PK": "Èdè Sindhi (Orílɛ́ède Pakisitan)", "sh_BA": "Èdè Serbo-Croatiani (Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", @@ -314,16 +329,16 @@ "so_KE": "Èdè ara Somalia (Orílɛ́ède Kenya)", "so_SO": "Èdè ara Somalia (Orílɛ́ède Somalia)", "sq_AL": "Èdè Albania (Orílɛ́ède Àlùbàníánì)", - "sq_MK": "Èdè Albania (Orílɛ́ède Masidonia)", "sr_BA": "Èdè Serbia (Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", "sr_Cyrl": "Èdè Serbia (èdè ilɛ̀ Rɔ́shíà)", "sr_Cyrl_BA": "Èdè Serbia (èdè ilɛ̀ Rɔ́shíà, Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", + "sr_Cyrl_XK": "Èdè Serbia (èdè ilɛ̀ Rɔ́shíà, Kòsófò)", "sr_Latn_BA": "Èdè Serbia (Èdè Látìn, Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", "sv_FI": "Èdè Suwidiisi (Orílɛ́ède Filandi)", "sv_SE": "Èdè Suwidiisi (Orílɛ́ède Swidini)", "sw_CD": "Èdè Swahili (Orilɛ́ède Kóngò)", "sw_KE": "Èdè Swahili (Orílɛ́ède Kenya)", - "sw_TZ": "Èdè Swahili (Orílɛ́ède Tanshania)", + "sw_TZ": "Èdè Swahili (Orílɛ́ède Tàǹsáníà)", "sw_UG": "Èdè Swahili (Orílɛ́ède Uganda)", "ta_IN": "Èdè Tamili (Orílɛ́ède India)", "ta_LK": "Èdè Tamili (Orílɛ́ède Siri Lanka)", @@ -347,7 +362,7 @@ "uz_Latn_UZ": "Èdè Uzbek (Èdè Látìn, Orílɛ́ède Nshibɛkisitani)", "uz_UZ": "Èdè Uzbek (Orílɛ́ède Nshibɛkisitani)", "vi_VN": "Èdè Jetinamu (Orílɛ́ède Fɛtinami)", - "xh_ZA": "Èdè Xhosa (Orílɛ́ède Ariwa Afirika)", + "xh_ZA": "Èdè Xhosa (Gúúshù Áfíríkà)", "yo_BJ": "Èdè Yorùbá (Orílɛ́ède Bɛ̀nɛ̀)", "yo_NG": "Èdè Yorùbá (Orilɛ̀-èdè Nàìjíríà)", "zh": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà", @@ -360,6 +375,6 @@ "zh_SG": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà (Orílɛ́ède Singapo)", "zh_TW": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà (Orílɛ́ède Taiwani)", "zu": "Èdè Shulu", - "zu_ZA": "Èdè Shulu (Orílɛ́ède Ariwa Afirika)" + "zu_ZA": "Èdè Shulu (Gúúshù Áfíríkà)" } } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/zh.json b/src/Symfony/Component/Intl/Resources/data/locales/zh.json index 8bcd649125..dd63d33d5f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/zh.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/zh.json @@ -303,6 +303,7 @@ "fy": "西弗里西亚语", "fy_NL": "西弗里西亚语(荷兰)", "ga": "爱尔兰语", + "ga_GB": "爱尔兰语(英国)", "ga_IE": "爱尔兰语(爱尔兰)", "gd": "苏格兰盖尔语", "gd_GB": "苏格兰盖尔语(英国)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json b/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json index e822d953ea..dd88572d80 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json @@ -178,7 +178,7 @@ "en_SL": "英文(獅子山)", "en_SS": "英文(南蘇丹)", "en_SX": "英文(荷屬聖馬丁)", - "en_SZ": "英文(史瓦濟蘭)", + "en_SZ": "英文(史瓦帝尼)", "en_TC": "英文(土克斯及開科斯群島)", "en_TK": "英文(托克勞群島)", "en_TO": "英文(東加)", @@ -303,6 +303,7 @@ "fy": "西弗里西亞文", "fy_NL": "西弗里西亞文(荷蘭)", "ga": "愛爾蘭文", + "ga_GB": "愛爾蘭文(英國)", "ga_IE": "愛爾蘭文(愛爾蘭)", "gd": "蘇格蘭蓋爾文", "gd_GB": "蘇格蘭蓋爾文(英國)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant_HK.json b/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant_HK.json index f31cbe0879..b02a59ccc2 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant_HK.json @@ -127,8 +127,6 @@ "ha_GH": "豪撒文(加納)", "ha_NE": "豪撒文(尼日爾)", "ha_NG": "豪撒文(尼日利亞)", - "hi": "印度文", - "hi_IN": "印度文(印度)", "hr": "克羅地亞文", "hr_BA": "克羅地亞文(波斯尼亞和黑塞哥維那)", "hr_HR": "克羅地亞文(克羅地亞)", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ak.json b/src/Symfony/Component/Intl/Resources/data/regions/ak.json index dcb9f9fd8f..9575d615f8 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ak.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ak.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andora", "AE": "United Arab Emirates", @@ -126,7 +126,6 @@ "MD": "Mɔldova", "MG": "Madagaska", "MH": "Marshall Islands", - "MK": "Masedonia", "ML": "Mali", "MM": "Miyanma", "MN": "Mɔngolia", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ar_LY.json b/src/Symfony/Component/Intl/Resources/data/regions/ar_LY.json index 4e640c18eb..87bf7d7f27 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ar_LY.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ar_LY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "MS": "مونتيسيرات", "UY": "أوروغواي" diff --git a/src/Symfony/Component/Intl/Resources/data/regions/as.json b/src/Symfony/Component/Intl/Resources/data/regions/as.json index 6e373fbb8e..5640df0a04 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/as.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/as.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AD": "আন্দোৰা", "AE": "সংযুক্ত আৰব আমিৰাত", @@ -144,11 +144,11 @@ "MF": "ছেইণ্ট মাৰ্টিন", "MG": "মাদাগাস্কাৰ", "MH": "মাৰ্শ্বাল দ্বীপপুঞ্জ", - "MK": "মেচিডোনীয়া", + "MK": "উত্তৰ মেচিডোনীয়া", "ML": "মালি", "MM": "ম্যানমাৰ (বাৰ্মা)", "MN": "মঙ্গোলিয়া", - "MO": "মাকাউ এছ. এ. আৰ. চীন", + "MO": "মাকাও এছ. এ. আৰ. চীন", "MP": "উত্তৰ মাৰিয়ানা দ্বীপপুঞ্জ", "MQ": "মাৰ্টিনিক", "MR": "মাউৰিটানিয়া", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.json index d6ebb6f714..fecd6d1a5e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Андорра", "AE": "Бирләшмиш Әрәб Әмирликләри", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bm.json b/src/Symfony/Component/Intl/Resources/data/regions/bm.json index dbfb52f5cd..c7f754ebf4 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/bm.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/bm.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andɔr", "AE": "Arabu mara kafoli", @@ -126,7 +126,6 @@ "MD": "Molidavi", "MG": "Madagasikari", "MH": "Marisali Gun", - "MK": "Macedɔni", "ML": "Mali", "MM": "Myanimari", "MN": "Moŋoli", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bn_IN.json b/src/Symfony/Component/Intl/Resources/data/regions/bn_IN.json index 776c04315e..9501c7f229 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/bn_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/bn_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "UM": "মার্কিন যুক্তরাষ্ট্রের পার্শ্ববর্তী দ্বীপপুঞ্জ" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bo.json b/src/Symfony/Component/Intl/Resources/data/regions/bo.json index f39ec59508..69d699de82 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/bo.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/bo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "CN": "རྒྱ་ནག", "DE": "འཇར་མན་", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bo_IN.json b/src/Symfony/Component/Intl/Resources/data/regions/bo_IN.json index 88abd9051e..926801b767 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/bo_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/bo_IN.json @@ -1,4 +1,4 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": [] } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ce.json b/src/Symfony/Component/Intl/Resources/data/regions/ce.json index 67f843df24..7015bceb1d 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ce.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ce.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Андорра", "AE": "Ӏарбийн Цхьанатоьхна Эмираташ", @@ -144,7 +144,6 @@ "MF": "Сен-Мартен", "MG": "Мадагаскар", "MH": "Маршаллан гӀайренаш", - "MK": "Македони", "ML": "Мали", "MM": "Мьянма (Бирма)", "MN": "Монголи", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/cs.json b/src/Symfony/Component/Intl/Resources/data/regions/cs.json index 07ddfa0813..ad5af6e99f 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/cs.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/cs.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.44", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Spojené arabské emiráty", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/cy.json b/src/Symfony/Component/Intl/Resources/data/regions/cy.json index 9dd9cbb4cf..db1b1b8cf1 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/cy.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/cy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Emiradau Arabaidd Unedig", @@ -17,7 +17,7 @@ "AW": "Aruba", "AX": "Ynysoedd Åland", "AZ": "Azerbaijan", - "BA": "Bosnia & Herzegovina", + "BA": "Bosnia a Herzegovina", "BB": "Barbados", "BD": "Bangladesh", "BE": "Gwlad Belg", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/de_AT.json b/src/Symfony/Component/Intl/Resources/data/regions/de_AT.json index acdbdf4c94..93eaecdcf6 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/de_AT.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/de_AT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.69", + "Version": "36", "Names": { "SJ": "Svalbard und Jan Mayen" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/de_CH.json b/src/Symfony/Component/Intl/Resources/data/regions/de_CH.json index 9e95922760..2191489733 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/de_CH.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/de_CH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "BN": "Brunei", "BW": "Botswana", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/dz.json b/src/Symfony/Component/Intl/Resources/data/regions/dz.json index 350dcc6575..336ba160fb 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/dz.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/dz.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "ཨཱན་དོ་ར", "AE": "ཡུ་ནཱའི་ཊེཌ་ ཨ་རབ་ ཨེ་མེ་རེཊས", @@ -144,7 +144,6 @@ "MF": "སེནཊ་ མཱར་ཊིན", "MG": "མ་དཱ་གེས་ཀར", "MH": "མར་ཤེལ་གླིང་ཚོམ", - "MK": "མ་སེ་ཌོ་ནི་ཡ", "ML": "མཱ་ལི", "MM": "མི་ཡཱན་མར་ (བྷར་མ)", "MN": "སོག་པོ་ཡུལ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ee.json b/src/Symfony/Component/Intl/Resources/data/regions/ee.json index cec4cd7b8c..ede42969bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ee.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ee.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andorra nutome", "AE": "United Arab Emirates nutome", @@ -142,7 +142,6 @@ "MF": "Saint Martin nutome", "MG": "Madagaska nutome", "MH": "Marshal ƒudomekpowo nutome", - "MK": "Makedonia nutome", "ML": "Mali nutome", "MM": "Myanmar (Burma) nutome", "MN": "Mongolia nutome", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/el.json b/src/Symfony/Component/Intl/Resources/data/regions/el.json index 542c2607e8..007adc8f1a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/el.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/el.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Ανδόρα", "AE": "Ηνωμένα Αραβικά Εμιράτα", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/en.json b/src/Symfony/Component/Intl/Resources/data/regions/en.json index 2740dd483d..7c3cebd81a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/en.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/en.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.65", + "Version": "36", "Names": { "AD": "Andorra", "AE": "United Arab Emirates", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/en_GB.json b/src/Symfony/Component/Intl/Resources/data/regions/en_001.json similarity index 91% rename from src/Symfony/Component/Intl/Resources/data/regions/en_GB.json rename to src/Symfony/Component/Intl/Resources/data/regions/en_001.json index 556b3491e7..ca394a1572 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/en_GB.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/en_001.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "BL": "St Barthélemy", "KN": "St Kitts & Nevis", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/en_AU.json b/src/Symfony/Component/Intl/Resources/data/regions/en_AU.json new file mode 100644 index 0000000000..bf50970760 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/regions/en_AU.json @@ -0,0 +1,10 @@ +{ + "Version": "36", + "Names": { + "BL": "St. Barthélemy", + "KN": "St. Kitts & Nevis", + "LC": "St. Lucia", + "MF": "St. Martin", + "VC": "St. Vincent & Grenadines" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/regions/eo.json b/src/Symfony/Component/Intl/Resources/data/regions/eo.json index 76bd99023e..e3b22d2d44 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/eo.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/eo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.33", + "Version": "36", "Names": { "AD": "Andoro", "AE": "Unuiĝintaj Arabaj Emirlandoj", @@ -128,7 +128,6 @@ "MD": "Moldavujo", "MG": "Madagaskaro", "MH": "Marŝaloj", - "MK": "Makedonujo", "ML": "Malio", "MM": "Mjanmao", "MN": "Mongolujo", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_PR.json b/src/Symfony/Component/Intl/Resources/data/regions/es_PR.json index c21aa484e2..5b82ae2884 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_PR.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_PR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "UM": "Islas menores alejadas de EE. UU." } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_SV.json b/src/Symfony/Component/Intl/Resources/data/regions/es_SV.json index c21aa484e2..5b82ae2884 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_SV.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_SV.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "UM": "Islas menores alejadas de EE. UU." } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_US.json b/src/Symfony/Component/Intl/Resources/data/regions/es_US.json index c12640fe64..928bf9d8e2 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_US.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_US.json @@ -1,11 +1,10 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "BA": "Bosnia y Herzegovina", "CI": "Côte d’Ivoire", "GG": "Guernsey", - "TL": "Timor-Leste", - "UM": "Islas menores alejadas de EE. UU.", - "VI": "Islas Vírgenes de EE. UU." + "TA": "Tristán de Acuña", + "UM": "Islas menores alejadas de EE. UU." } } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/et.json b/src/Symfony/Component/Intl/Resources/data/regions/et.json index 4e34255875..d3e4316e15 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/et.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/et.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Araabia Ühendemiraadid", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.json b/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.json index 88d86de853..751f8240b7 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "AD": "اندورا", "AG": "انتیگوا و باربودا", @@ -22,7 +22,6 @@ "CO": "کولمبیا", "CR": "کاستریکا", "CU": "کیوبا", - "CZ": "چک", "DK": "دنمارک", "EE": "استونیا", "ER": "اریتریا", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ff.json b/src/Symfony/Component/Intl/Resources/data/regions/ff.json index 0b22f8b3bf..ad9ad16701 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ff.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ff.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Anndoora", "AE": "Emiraat Araab Denntuɗe", @@ -126,7 +126,6 @@ "MD": "Moldawii", "MG": "Madagaskaar", "MH": "Duuɗe Marsaal", - "MK": "Meceduwaan", "ML": "Maali", "MM": "Miyamaar", "MN": "Monngolii", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fi.json b/src/Symfony/Component/Intl/Resources/data/regions/fi.json index 3ed44862bb..2d465b47f3 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/fi.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/fi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Arabiemiirikunnat", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fr.json b/src/Symfony/Component/Intl/Resources/data/regions/fr.json index 9465b5272f..df0ce86866 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/fr.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/fr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorre", "AE": "Émirats arabes unis", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fr_BE.json b/src/Symfony/Component/Intl/Resources/data/regions/fr_BE.json index c12001099c..ae2413d98b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/fr_BE.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/fr_BE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.70", + "Version": "36", "Names": { "BN": "Brunei", "GS": "Îles Géorgie du Sud et Sandwich du Sud" diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fr_CA.json b/src/Symfony/Component/Intl/Resources/data/regions/fr_CA.json index 20895ccf7e..c16274e742 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/fr_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/fr_CA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "AX": "îles d’Åland", "BN": "Brunei", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fy.json b/src/Symfony/Component/Intl/Resources/data/regions/fy.json index 4c09cad8a2..1425f0dfb3 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/fy.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/fy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Verenigde Arabyske Emiraten", @@ -144,7 +144,6 @@ "MF": "Saint-Martin", "MG": "Madeiaskar", "MH": "Marshalleilannen", - "MK": "Macedonië", "ML": "Mali", "MM": "Myanmar (Birma)", "MN": "Mongolië", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/gv.json b/src/Symfony/Component/Intl/Resources/data/regions/gv.json index b7f297b148..4d020d39f5 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/gv.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/gv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "GB": "Rywvaneth Unys", "IM": "Ellan Vannin" diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ha.json b/src/Symfony/Component/Intl/Resources/data/regions/ha.json index 4de3da7a40..94e21f3f32 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ha.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ha.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.45", + "Version": "36", "Names": { "AD": "Andora", "AE": "Haɗaɗɗiyar Daular Larabawa", @@ -9,6 +9,7 @@ "AL": "Albaniya", "AM": "Armeniya", "AO": "Angola", + "AQ": "Antatika", "AR": "Arjantiniya", "AS": "Samowa Ta Amurka", "AT": "Ostiriya", @@ -24,9 +25,11 @@ "BH": "Baharan", "BI": "Burundi", "BJ": "Binin", + "BL": "St. Barthélemy", "BM": "Barmuda", "BN": "Burune", "BO": "Bolibiya", + "BQ": "Caribbean Netherlands", "BR": "Birazil", "BS": "Bahamas", "BT": "Butan", @@ -34,6 +37,7 @@ "BY": "Belarus", "BZ": "Beliz", "CA": "Kanada", + "CC": "Tsibirai Cocos (Keeling)", "CD": "Jamhuriyar Dimokuraɗiyyar Kongo", "CF": "Jamhuriyar Afirka Ta Tsakiya", "CG": "Kongo", @@ -42,11 +46,13 @@ "CK": "Tsibiran Kuku", "CL": "Cayile", "CM": "Kamaru", - "CN": "Caina, Sin", + "CN": "Sin", "CO": "Kolambiya", "CR": "Kwasta Rika", "CU": "Kyuba", "CV": "Tsibiran Kap Barde", + "CW": "Kasar Curaçao", + "CX": "Tsibirin Kirsmati", "CY": "Sifurus", "CZ": "Jamhuriyar Cak", "DE": "Jamus", @@ -105,8 +111,8 @@ "KI": "Kiribati", "KM": "Kwamoras", "KN": "San Kiti Da Nebis", - "KP": "Koreya Ta Arewa", - "KR": "Koreya Ta Kudu", + "KP": "Koriya Ta Arewa", + "KR": "Koriya Ta Kudu", "KW": "Kwiyat", "KY": "Tsibiran Kaiman", "KZ": "Kazakistan", @@ -124,9 +130,11 @@ "MA": "Maroko", "MC": "Monako", "MD": "Maldoba", + "ME": "Mantanegara", + "MF": "St. Martin", "MG": "Madagaskar", "MH": "Tsibiran Marshal", - "MK": "Masedoniya", + "MK": "Macedonia ta Arewa", "ML": "Mali", "MM": "Burma, Miyamar", "MN": "Mangoliya", @@ -155,7 +163,7 @@ "NZ": "Nuzilan", "OM": "Oman", "PA": "Panama", - "PE": "Peru", + "PE": "Feru", "PF": "Folinesiya Ta Faransa", "PG": "Papuwa Nugini", "PH": "Filipin", @@ -167,15 +175,16 @@ "PS": "Palasɗinu", "PT": "Portugal", "PW": "Palau", - "PY": "Paragai", - "QA": "Kwatar", + "PY": "Faragwai", + "QA": "Katar", "RE": "Rawuniyan", "RO": "Romaniya", + "RS": "Sabiya", "RU": "Rasha", "RW": "Ruwanda", - "SA": "Ƙasar Makka", + "SA": "Saudiyya", "SB": "Tsibiran Salaman", - "SC": "Saishal", + "SC": "Seychelles", "SD": "Sudan", "SE": "Suwedan", "SG": "Singapur", @@ -184,15 +193,19 @@ "SK": "Sulobakiya", "SL": "Salewo", "SM": "San Marino", - "SN": "Sinigal", + "SN": "Sanigal", "SO": "Somaliya", "SR": "Suriname", + "SS": "Sudan ta kudu", "ST": "Sawo Tome Da Paransip", "SV": "El Salbador", + "SX": "Sint Maarten", "SY": "Sham, Siriya", - "SZ": "Suwazilan", + "SZ": "Eswatini", + "TA": "Tritan da Kunha", "TC": "Turkis Da Tsibiran Kaikwas", "TD": "Cadi", + "TF": "Yankin Faransi ta Kudu", "TG": "Togo", "TH": "Tailan", "TJ": "Tajikistan", @@ -200,7 +213,7 @@ "TL": "Timor Ta Gabas", "TM": "Turkumenistan", "TN": "Tunisiya", - "TO": "Tanga", + "TO": "Tonga", "TR": "Turkiyya", "TT": "Tirinidad Da Tobago", "TV": "Tubalu", @@ -208,8 +221,8 @@ "TZ": "Tanzaniya", "UA": "Yukaran", "UG": "Yuganda", - "US": "Amirka", - "UY": "Yurugai", + "US": "Amurka", + "UY": "Yurigwai", "UZ": "Uzubekistan", "VA": "Batikan", "VC": "San Binsan Da Girnadin", @@ -219,7 +232,7 @@ "VN": "Biyetinam", "VU": "Banuwatu", "WF": "Walis Da Futuna", - "WS": "Samowa", + "WS": "Samoa", "YE": "Yamal", "YT": "Mayoti", "ZA": "Afirka Ta Kudu", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ha_NE.json b/src/Symfony/Component/Intl/Resources/data/regions/ha_NE.json deleted file mode 100644 index 218f0a3033..0000000000 --- a/src/Symfony/Component/Intl/Resources/data/regions/ha_NE.json +++ /dev/null @@ -1,229 +0,0 @@ -{ - "Version": "2.1.48.77", - "Names": { - "AD": "Andora", - "AE": "Haɗaɗɗiyar Daular Larabawa", - "AF": "Afaganistan", - "AG": "Antigwa da Barbuba", - "AI": "Angila", - "AL": "Albaniya", - "AM": "Armeniya", - "AO": "Angola", - "AR": "Arjantiniya", - "AS": "Samowa Ta Amurka", - "AT": "Ostiriya", - "AU": "Ostareliya", - "AW": "Aruba", - "AZ": "Azarbaijan", - "BA": "Bosniya Harzagobina", - "BB": "Barbadas", - "BD": "Bangiladas", - "BE": "Belgiyom", - "BF": "Burkina Faso", - "BG": "Bulgariya", - "BH": "Baharan", - "BI": "Burundi", - "BJ": "Binin", - "BM": "Barmuda", - "BN": "Burune", - "BO": "Bolibiya", - "BR": "Birazil", - "BS": "Bahamas", - "BT": "Butan", - "BW": "Baswana", - "BY": "Belarus", - "BZ": "Beliz", - "CA": "Kanada", - "CD": "Jamhuriyar Dimokuraɗiyyar Kongo", - "CF": "Jamhuriyar Afirka Ta Tsakiya", - "CG": "Kongo", - "CH": "Suwizalan", - "CI": "Aibari Kwas", - "CK": "Tsibiran Kuku", - "CL": "Cayile", - "CM": "Kamaru", - "CN": "Caina, Sin", - "CO": "Kolambiya", - "CR": "Kwasta Rika", - "CU": "Kyuba", - "CV": "Tsibiran Kap Barde", - "CY": "Sifurus", - "CZ": "Jamhuriyar Cak", - "DE": "Jamus", - "DJ": "Jibuti", - "DK": "Danmark", - "DM": "Dominika", - "DO": "Jamhuriyar Dominika", - "DZ": "Aljeriya", - "EC": "Ekwador", - "EE": "Estoniya", - "EG": "Misira", - "ER": "Eritireya", - "ES": "Sipen", - "ET": "Habasha", - "FI": "Finlan", - "FJ": "Fiji", - "FK": "Tsibiran Falkilan", - "FM": "Mikuronesiya", - "FR": "Faransa", - "GA": "Gabon", - "GB": "Biritaniya", - "GD": "Girnada", - "GE": "Jiwarjiya", - "GF": "Gini Ta Faransa", - "GH": "Gana", - "GI": "Jibaraltar", - "GL": "Grinlan", - "GM": "Gambiya", - "GN": "Gini", - "GP": "Gwadaluf", - "GQ": "Gini Ta Ikwaita", - "GR": "Girka", - "GT": "Gwatamala", - "GU": "Gwam", - "GW": "Gini Bisau", - "GY": "Guyana", - "HN": "Honduras", - "HR": "Kurowaishiya", - "HT": "Haiti", - "HU": "Hungari", - "ID": "Indunusiya", - "IE": "Ayalan", - "IL": "Iziraʼila", - "IN": "Indiya", - "IO": "Yankin Birtaniya Na Tekun Indiya", - "IQ": "Iraƙi", - "IR": "Iran", - "IS": "Aisalan", - "IT": "Italiya", - "JM": "Jamaika", - "JO": "Jordan", - "JP": "Jàpân", - "KE": "Kenya", - "KG": "Kirgizistan", - "KH": "Kambodiya", - "KI": "Kiribati", - "KM": "Kwamoras", - "KN": "San Kiti Da Nebis", - "KP": "Koreya Ta Arewa", - "KR": "Koreya Ta Kudu", - "KW": "Kwiyat", - "KY": "Tsibiran Kaiman", - "KZ": "Kazakistan", - "LA": "Lawas", - "LB": "Labanan", - "LC": "San Lusiya", - "LI": "Licansitan", - "LK": "Siri Lanka", - "LR": "Laberiya", - "LS": "Lesoto", - "LT": "Lituweniya", - "LU": "Lukusambur", - "LV": "latibiya", - "LY": "Libiya", - "MA": "Maroko", - "MC": "Monako", - "MD": "Maldoba", - "MG": "Madagaskar", - "MH": "Tsibiran Marshal", - "MK": "Masedoniya", - "ML": "Mali", - "MM": "Burma, Miyamar", - "MN": "Mangoliya", - "MP": "Tsibiran Mariyana Na Arewa", - "MQ": "Martinik", - "MR": "Moritaniya", - "MS": "Manserati", - "MT": "Malta", - "MU": "Moritus", - "MV": "Maldibi", - "MW": "Malawi", - "MX": "Makasiko", - "MY": "Malaisiya", - "MZ": "Mozambik", - "NA": "Namibiya", - "NC": "Kaledoniya Sabuwa", - "NE": "Nijar", - "NF": "Tsibirin Narfalk", - "NG": "Najeriya", - "NI": "Nikaraguwa", - "NL": "Holan", - "NO": "Norwe", - "NP": "Nefal", - "NR": "Nauru", - "NU": "Niyu", - "NZ": "Nuzilan", - "OM": "Oman", - "PA": "Panama", - "PE": "Peru", - "PF": "Folinesiya Ta Faransa", - "PG": "Papuwa Nugini", - "PH": "Filipin", - "PK": "Pakistan", - "PL": "Polan", - "PM": "San Piyar Da Mikelan", - "PN": "Pitakarin", - "PR": "Porto Riko", - "PS": "Palasɗinu", - "PT": "Portugal", - "PW": "Palau", - "PY": "Paragai", - "QA": "Kwatar", - "RE": "Rawuniyan", - "RO": "Romaniya", - "RU": "Rasha", - "RW": "Ruwanda", - "SA": "Ƙasar Makka", - "SB": "Tsibiran Salaman", - "SC": "Saishal", - "SD": "Sudan", - "SE": "Suwedan", - "SG": "Singapur", - "SH": "San Helena", - "SI": "Sulobeniya", - "SK": "Sulobakiya", - "SL": "Salewo", - "SM": "San Marino", - "SN": "Sinigal", - "SO": "Somaliya", - "SR": "Suriname", - "ST": "Sawo Tome Da Paransip", - "SV": "El Salbador", - "SY": "Sham, Siriya", - "SZ": "Suwazilan", - "TC": "Turkis Da Tsibiran Kaikwas", - "TD": "Cadi", - "TG": "Togo", - "TH": "Tailan", - "TJ": "Tajikistan", - "TK": "Takelau", - "TL": "Timor Ta Gabas", - "TM": "Turkumenistan", - "TN": "Tunisiya", - "TO": "Tanga", - "TR": "Turkiyya", - "TT": "Tirinidad Da Tobago", - "TV": "Tubalu", - "TW": "Taiwan", - "TZ": "Tanzaniya", - "UA": "Yukaran", - "UG": "Yuganda", - "US": "Amirka", - "UY": "Yurugai", - "UZ": "Uzubekistan", - "VA": "Batikan", - "VC": "San Binsan Da Girnadin", - "VE": "Benezuwela", - "VG": "Tsibirin Birjin Na Birtaniya", - "VI": "Tsibiran Birjin Ta Amurka", - "VN": "Biyetinam", - "VU": "Banuwatu", - "WF": "Walis Da Futuna", - "WS": "Samowa", - "YE": "Yamal", - "YT": "Mayoti", - "ZA": "Afirka Ta Kudu", - "ZM": "Zambiya", - "ZW": "Zimbabuwe" - } -} diff --git a/src/Symfony/Component/Intl/Resources/data/regions/hu.json b/src/Symfony/Component/Intl/Resources/data/regions/hu.json index 87b53280a0..212fa48f8a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/hu.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/hu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Egyesült Arab Emírségek", @@ -146,7 +146,7 @@ "MH": "Marshall-szigetek", "MK": "Észak-Macedónia", "ML": "Mali", - "MM": "Mianmar (Burma)", + "MM": "Mianmar", "MN": "Mongólia", "MO": "Makaó KKT", "MP": "Északi Mariana-szigetek", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ia.json b/src/Symfony/Component/Intl/Resources/data/regions/ia.json index 4617495243..30193ea45a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ia.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ia.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.36", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Emiratos Arabe Unite", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ig.json b/src/Symfony/Component/Intl/Resources/data/regions/ig.json index 5493329de7..1029c827e5 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ig.json @@ -1,22 +1,218 @@ { - "Version": "2.1.48.45", + "Version": "36", "Names": { + "AC": "Ascension Island", + "AD": "Andorra", + "AG": "Antigua & Barbuda", + "AI": "Anguilla", + "AL": "Albania", + "AO": "Angola", + "AQ": "Antarctica", + "AR": "Argentina", + "AS": "American Samoa", + "AT": "Austria", + "AU": "Australia", + "AW": "Aruba", + "AX": "Agwaetiti Aland", + "BA": "Bosnia & Herzegovina", + "BB": "Barbados", + "BE": "Belgium", + "BF": "Burkina Faso", + "BG": "Bulgaria", + "BI": "Burundi", "BJ": "Binin", + "BL": "St. Barthélemy", "BM": "Bemuda", + "BO": "Bolivia", + "BQ": "Caribbean Netherlands", "BR": "Mba Brazil", + "BS": "Bahamas", + "BW": "Botswana", + "BY": "Belarus", + "BZ": "Belize", + "CA": "Kanada", + "CC": "Agwaetiti Cocos (Keeling)", + "CD": "Congo - Kinshasa", + "CF": "Central African Republik", + "CG": "Congo", + "CH": "Switzerland", + "CI": "Côte d’Ivoire", + "CK": "Agwaetiti Cook", + "CL": "Chile", + "CM": "Cameroon", "CN": "Mba China", + "CO": "Colombia", + "CR": "Kosta Rika", + "CU": "Cuba", + "CV": "Cape Verde", + "CW": "Kurakao", + "CX": "Agwaetiti Christmas", + "CZ": "Czechia", "DE": "Mba Germany", + "DG": "Diego Garcia", + "DJ": "Djibouti", + "DK": "Denmark", + "DM": "Dominika", + "DO": "Dominican Republik", + "DZ": "Algeria", + "EA": "Ceuta & Melilla", + "EC": "Ecuador", + "EE": "Estonia", + "EG": "Egypt", + "EH": "Ọdịda Anyanwụ Sahara", + "ER": "Eritrea", + "ES": "Spain", + "ET": "Ethiopia", + "FI": "Finland", + "FJ": "Fiji", + "FK": "Agwaetiti Falkland", + "FM": "Micronesia", + "FO": "Agwaetiti Faroe", "FR": "Mba France", + "GA": "Gabon", "GB": "Mba United Kingdom", + "GD": "Grenada", + "GF": "Frenchi Guiana", + "GG": "Guernsey", + "GH": "Ghana", + "GI": "Gibraltar", + "GL": "Greenland", + "GM": "Gambia", + "GN": "Guinea", + "GP": "Guadeloupe", + "GQ": "Equatorial Guinea", + "GR": "Greece", + "GS": "South Georgia na Agwaetiti South Sandwich", + "GT": "Guatemala", + "GU": "Guam", + "GW": "Guinea-Bissau", + "GY": "Guyana", + "HN": "Honduras", + "HR": "Croatia", "HT": "Hati", + "HU": "Hungary", + "IC": "Agwaetiti Kanarị", + "IE": "Ireland", + "IM": "Isle of Man", "IN": "Mba India", + "IO": "British Indian Ocean Territory", + "IS": "Iceland", "IT": "Mba Italy", + "JE": "Jersey", + "JM": "Jamaika", "JP": "Mba Japan", + "KE": "Kenya", + "KI": "Kiribati", "KM": "Comorosu", + "KN": "St. Kitts & Nevis", + "KY": "Agwaetiti Cayman", + "LC": "St. Lucia", + "LI": "Liechtenstein", + "LR": "Liberia", + "LS": "Lesotho", + "LT": "Lithuania", + "LU": "Luxembourg", + "LV": "Latvia", "LY": "Libyia", + "MA": "Morocco", + "MC": "Monaco", + "MD": "Moldova", + "ME": "Montenegro", + "MF": "St. Martin", + "MG": "Madagaskar", + "MH": "Agwaetiti Marshall", + "MK": "North Macedonia", + "ML": "Mali", + "MP": "Agwaetiti Northern Mariana", + "MQ": "Martinique", + "MR": "Mauritania", + "MS": "Montserrat", + "MT": "Malta", + "MU": "Mauritius", "MV": "Maldivesa", + "MW": "Malawi", + "MX": "Mexico", + "MZ": "Mozambik", + "NA": "Namibia", + "NC": "New Caledonia", + "NE": "Niger", + "NF": "Agwaetiti Norfolk", "NG": "Naịjịrịa", + "NI": "Nicaragua", + "NL": "Netherlands", + "NO": "Norway", + "NR": "Nauru", + "NU": "Niue", + "NZ": "New Zealand", + "PA": "Panama", + "PE": "Peru", + "PF": "Frenchi Polynesia", + "PG": "Papua New Guinea", + "PH": "Philippines", + "PL": "Poland", + "PM": "St. Pierre & Miquelon", + "PN": "Agwaetiti Pitcairn", + "PR": "Puerto Rico", + "PT": "Portugal", + "PW": "Palau", + "PY": "Paraguay", + "RE": "Réunion", + "RO": "Romania", + "RS": "Serbia", "RU": "Mba Russia", - "US": "Mba United States" + "RW": "Rwanda", + "SB": "Agwaetiti Solomon", + "SC": "Seychelles", + "SD": "Sudan", + "SE": "Sweden", + "SG": "Singapore", + "SH": "St. Helena", + "SI": "Slovenia", + "SJ": "Svalbard & Jan Mayen", + "SK": "Slovakia", + "SL": "Sierra Leone", + "SM": "San Marino", + "SN": "Senegal", + "SO": "Somalia", + "SR": "Suriname", + "SS": "South Sudan", + "ST": "São Tomé & Príncipe", + "SV": "El Salvador", + "SX": "Sint Maarten", + "SZ": "Eswatini", + "TA": "Tristan da Cunha", + "TC": "Agwaetiti Turks na Caicos", + "TD": "Chad", + "TF": "Ụmụ ngalaba Frenchi Southern", + "TG": "Togo", + "TH": "Thailand", + "TK": "Tokelau", + "TL": "Timor-Leste", + "TN": "Tunisia", + "TO": "Tonga", + "TT": "Trinidad & Tobago", + "TV": "Tuvalu", + "TZ": "Tanzania", + "UA": "Ukraine", + "UG": "Uganda", + "UM": "Obere Agwaetiti Dị Na Mpụga U.S", + "US": "Mba United States", + "UY": "Uruguay", + "VA": "Vatican City", + "VC": "St. Vincent & Grenadines", + "VE": "Venezuela", + "VG": "Agwaetiti British Virgin", + "VI": "Agwaetiti Virgin nke US", + "VN": "Vietnam", + "VU": "Vanuatu", + "WF": "Wallis & Futuna", + "WS": "Samoa", + "XA": "Pseudo-Accents", + "XB": "Pseudo-Bidi", + "XK": "Kosovo", + "YT": "Mayotte", + "ZA": "South Africa", + "ZM": "Zambia", + "ZW": "Zimbabwe" } } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ii.json b/src/Symfony/Component/Intl/Resources/data/regions/ii.json index 21ab0020a8..924f6aa6ad 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ii.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ii.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BR": "ꀠꑭ", "CN": "ꍏꇩ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ki.json b/src/Symfony/Component/Intl/Resources/data/regions/ki.json index 4ac2e0e5c7..05938b6013 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ki.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ki.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andora", "AE": "Falme za Kiarabu", @@ -126,7 +126,6 @@ "MD": "Moldova", "MG": "Bukini", "MH": "Visiwa vya Marshal", - "MK": "Masedonia", "ML": "Mali", "MM": "Myama", "MN": "Mongolia", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/kk.json b/src/Symfony/Component/Intl/Resources/data/regions/kk.json index f4c1ec04c8..b9b78d735a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/kk.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/kk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Андорра", "AE": "Біріккен Араб Әмірліктері", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/kl.json b/src/Symfony/Component/Intl/Resources/data/regions/kl.json index f835841f1c..7da31a22e6 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/kl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/kl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "GL": "Kalaallit Nunaat" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ko.json b/src/Symfony/Component/Intl/Resources/data/regions/ko.json index 12c289a201..cc57dc459f 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ko.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ko.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "안도라", "AE": "아랍에미리트", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ko_KP.json b/src/Symfony/Component/Intl/Resources/data/regions/ko_KP.json index b2854c05d0..3028a9ef22 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ko_KP.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ko_KP.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "KP": "조선민주주의인민공화국" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ks.json b/src/Symfony/Component/Intl/Resources/data/regions/ks.json index 3d3f400035..1e29486f98 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ks.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "AD": "اؠنڑورا", "AE": "مُتحدہ عرَب امارات", @@ -140,7 +140,6 @@ "MF": "سینٹ مارٹِن", "MG": "میڑاگاسکار", "MH": "مارشَل جٔزیٖرٕ", - "MK": "مؠسوڑونِیا", "ML": "مالی", "MM": "مَیَنما بٔرما", "MN": "مَنگولِیا", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ku.json b/src/Symfony/Component/Intl/Resources/data/regions/ku.json index 2d70735d1b..49ef7f0597 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ku.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ku.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Emîrtiyên Erebî yên Yekbûyî", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/kw.json b/src/Symfony/Component/Intl/Resources/data/regions/kw.json index 79fc83ae44..ef01280c44 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/kw.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/kw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.56", + "Version": "36", "Names": { "GB": "Rywvaneth Unys" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lb.json b/src/Symfony/Component/Intl/Resources/data/regions/lb.json index 5009001b2f..9dd97b31f3 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/lb.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/lb.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Vereenegt Arabesch Emirater", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lg.json b/src/Symfony/Component/Intl/Resources/data/regions/lg.json index 5b8c4a9924..9951f93d15 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/lg.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/lg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andora", "AE": "Emireeti", @@ -126,7 +126,6 @@ "MD": "Molodova", "MG": "Madagasika", "MH": "Bizinga bya Mariso", - "MK": "Masedoniya", "ML": "Mali", "MM": "Myanima", "MN": "Mongoliya", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ln.json b/src/Symfony/Component/Intl/Resources/data/regions/ln.json index cc2af8f32a..382eac39f8 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ln.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ln.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andorɛ", "AE": "Lɛmila alabo", @@ -131,7 +131,6 @@ "ME": "Monténégro", "MG": "Madagasikari", "MH": "Bisanga bya Marishalɛ", - "MK": "Masedwanɛ", "ML": "Malí", "MM": "Birmanie", "MN": "Mongolí", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lu.json b/src/Symfony/Component/Intl/Resources/data/regions/lu.json index 2a267e501f..fc1b871365 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/lu.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/lu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andore", "AE": "Lemila alabu", @@ -126,7 +126,6 @@ "MD": "Molidavi", "MG": "Madagasikari", "MH": "Lutanda lua Marishale", - "MK": "Masedwane", "ML": "Mali", "MM": "Myamare", "MN": "Mongoli", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/meta.json b/src/Symfony/Component/Intl/Resources/data/regions/meta.json index f6e9554df9..de4793153a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/meta.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/meta.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Regions": [ "AD", "AE", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mg.json b/src/Symfony/Component/Intl/Resources/data/regions/mg.json index bacc50aadc..48f5c22eb7 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/mg.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/mg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Emirà Arabo mitambatra", @@ -126,7 +126,6 @@ "MD": "Môldavia", "MG": "Madagasikara", "MH": "Nosy Marshall", - "MK": "Makedonia", "ML": "Mali", "MM": "Myanmar", "MN": "Môngôlia", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mi.json b/src/Symfony/Component/Intl/Resources/data/regions/mi.json index 0d1836c511..6feb8ebd63 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/mi.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/mi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "BR": "Parahi", "CN": "Haina", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mk.json b/src/Symfony/Component/Intl/Resources/data/regions/mk.json index 03cd375f05..16b804323c 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/mk.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/mk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.27", + "Version": "36", "Names": { "AD": "Андора", "AE": "Обединети Арапски Емирати", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mo.json b/src/Symfony/Component/Intl/Resources/data/regions/mo.json index 3a7464c966..80a3de8e4a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/mo.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/mo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Emiratele Arabe Unite", @@ -209,7 +209,7 @@ "SO": "Somalia", "SR": "Suriname", "SS": "Sudanul de Sud", - "ST": "Sao Tome și Principe", + "ST": "São Tomé și Príncipe", "SV": "El Salvador", "SX": "Sint-Maarten", "SY": "Siria", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mt.json b/src/Symfony/Component/Intl/Resources/data/regions/mt.json index 14d5c682ca..90c73de3f5 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/mt.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/mt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "l-Emirati Għarab Magħquda", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/my.json b/src/Symfony/Component/Intl/Resources/data/regions/my.json index f126066201..dce87b03ab 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/my.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/my.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "အန်ဒိုရာ", "AE": "ယူအေအီး", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/nd.json b/src/Symfony/Component/Intl/Resources/data/regions/nd.json index b6900e99c6..83344c4dc7 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/nd.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/nd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andora", "AE": "United Arab Emirates", @@ -126,7 +126,6 @@ "MD": "Moldova", "MG": "Madagaska", "MH": "Marshall Islands", - "MK": "Macedonia", "ML": "Mali", "MM": "Myanmar", "MN": "Mongolia", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/nl.json b/src/Symfony/Component/Intl/Resources/data/regions/nl.json index 8b3f7af81c..a1e489a64e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/nl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/nl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Verenigde Arabische Emiraten", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/nn.json b/src/Symfony/Component/Intl/Resources/data/regions/nn.json index c2a4b49570..ded33e3058 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/nn.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/nn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Dei sameinte arabiske emirata", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/om.json b/src/Symfony/Component/Intl/Resources/data/regions/om.json index 51edb1a9d3..f7d72a855d 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/om.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/om.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BR": "Brazil", "CN": "China", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/or.json b/src/Symfony/Component/Intl/Resources/data/regions/or.json index 54f7c54394..ea10a26e37 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/or.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/or.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "ଆଣ୍ଡୋରା", "AE": "ସଂଯୁକ୍ତ ଆରବ ଏମିରେଟସ୍", @@ -40,7 +40,7 @@ "BZ": "ବେଲିଜ୍", "CA": "କାନାଡା", "CC": "କୋକୋସ୍ (କୀଲିଂ) ଦ୍ଵୀପପୁଞ୍ଜ", - "CD": "କଙ୍ଗୋ-କିନସାସା", + "CD": "କଙ୍ଗୋ (ଡିଆରସି)", "CF": "ମଧ୍ୟ ଆଫ୍ରିକୀୟ ସାଧାରଣତନ୍ତ୍ର", "CG": "କଙ୍ଗୋ-ବ୍ରାଜିଭିଲ୍ଲେ", "CH": "ସ୍ୱିଜରଲ୍ୟାଣ୍ଡ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/os.json b/src/Symfony/Component/Intl/Resources/data/regions/os.json index 7b86e3a1fd..4d162da8b0 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/os.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/os.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BR": "Бразили", "CN": "Китай", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/pa_Arab.json b/src/Symfony/Component/Intl/Resources/data/regions/pa_Arab.json index cd324a01d8..36f1c201f6 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/pa_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/pa_Arab.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "PK": "پاکستان" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/pl.json b/src/Symfony/Component/Intl/Resources/data/regions/pl.json index 41a1d4d8f8..212e5ac219 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/pl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/pl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "AD": "Andora", "AE": "Zjednoczone Emiraty Arabskie", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ps.json b/src/Symfony/Component/Intl/Resources/data/regions/ps.json index 799f334a37..08927a2493 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ps.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ps.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "اندورا", "AE": "متحده عرب امارات", @@ -102,7 +102,7 @@ "HT": "هایټي", "HU": "مجارستان", "ID": "اندونیزیا", - "IE": "ایرلینډ", + "IE": "آيرلېنډ", "IL": "اسراييل", "IM": "د آئل آف مین", "IN": "هند", @@ -123,7 +123,7 @@ "KN": "سینټ کټس او نیویس", "KP": "شمالی کوریا", "KR": "سویلي کوریا", - "KW": "کویټ", + "KW": "کويت", "KY": "کیمان ټاپوګان", "KZ": "قزاقستان", "LA": "لاوس", @@ -131,7 +131,7 @@ "LC": "سینټ لوسیا", "LI": "لیختن اشتاین", "LK": "سريلنکا", - "LR": "لایبریا", + "LR": "لايبيريا", "LS": "لسوتو", "LT": "لیتوانیا", "LU": "لوګزامبورګ", @@ -142,18 +142,18 @@ "MD": "مولدوا", "ME": "مونټینیګرو", "MF": "سینټ مارټن", - "MG": "مدګاسکار", + "MG": "مدغاسکر", "MH": "مارشل ټاپوګان", "MK": "شمالي مقدونيه", "ML": "مالي", "MM": "ميانمار (برما)", - "MN": "مغولستان", + "MN": "منګوليا", "MO": "مکاو سار چین", "MP": "شمالي ماريانا ټاپوګان", "MQ": "مارټینیک", "MR": "موریتانیا", "MS": "مانټیسیرت", - "MT": "مالتا", + "MT": "مالټا", "MU": "موریشیس", "MV": "مالديپ", "MW": "مالاوي", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ps_PK.json b/src/Symfony/Component/Intl/Resources/data/regions/ps_PK.json index 09403eeb9d..fcb3949eab 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ps_PK.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ps_PK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.34", + "Version": "36", "Names": { "PS": "فلسطين سيمے", "TC": "د ترکیے او کیکاسو ټاپو", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.json b/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.json index 81fa2d5ec6..5e379d7aec 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AM": "Arménia", "AX": "Alanda", @@ -48,7 +48,7 @@ "SM": "São Marinho", "SV": "Salvador", "SX": "São Martinho (Sint Maarten)", - "SZ": "Essuatíni", + "TF": "Territórios Austrais Franceses", "TJ": "Tajiquistão", "TK": "Toquelau", "TM": "Turquemenistão", @@ -57,6 +57,8 @@ "UZ": "Usbequistão", "VI": "Ilhas Virgens dos EUA", "VN": "Vietname", + "XA": "pseudoacentos", + "XB": "pseudobidirecional", "YE": "Iémen", "YT": "Maiote", "ZW": "Zimbabué" diff --git a/src/Symfony/Component/Intl/Resources/data/regions/qu.json b/src/Symfony/Component/Intl/Resources/data/regions/qu.json index 92892a7d68..6e57d921b0 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/qu.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/qu.json @@ -1,22 +1,34 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { + "AC": "Islas Ascensión", "AD": "Andorra", + "AE": "Emiratos Árabes Unidos", "AF": "Afganistán", + "AG": "Antigua y Barbuda", + "AI": "Anguila", "AL": "Albania", "AM": "Armenia", "AO": "Angola", + "AQ": "Antártida", "AR": "Argentina", "AS": "Samoa Americana", "AT": "Austria", "AU": "Australia", + "AW": "Aruba", + "AX": "Islas Åland", "AZ": "Azerbaiyán", + "BA": "Bosnia y Herzegovina", + "BB": "Barbados", "BD": "Bangladesh", "BE": "Bélgica", + "BF": "Burkina Faso", "BG": "Bulgaria", "BH": "Baréin", "BI": "Burundi", "BJ": "Benín", + "BL": "San Bartolomé", + "BM": "Bermudas", "BN": "Brunéi", "BO": "Bolivia", "BQ": "Bonaire", @@ -25,43 +37,62 @@ "BT": "Bután", "BW": "Botsuana", "BY": "Belarús", + "BZ": "Belice", + "CA": "Canadá", "CC": "Islas Cocos", "CD": "Congo (RDC)", + "CF": "República Centroafricana", "CG": "Congo", "CH": "Suiza", "CI": "Côte d’Ivoire", + "CK": "Islas Cook", "CL": "Chile", "CM": "Camerún", "CN": "China", "CO": "Colombia", "CR": "Costa Rica", "CU": "Cuba", + "CV": "Cabo Verde", "CW": "Curazao", "CX": "Isla Christmas", "CY": "Chipre", + "CZ": "Chequia", "DE": "Alemania", + "DG": "Diego García", "DJ": "Yibuti", "DK": "Dinamarca", "DM": "Dominica", + "DO": "República Dominicana", "DZ": "Argelia", + "EA": "Ceuta y Melilla", "EC": "Ecuador", "EE": "Estonia", "EG": "Egipto", + "EH": "Sahara Occidental", "ER": "Eritrea", "ES": "España", "ET": "Etiopía", "FI": "Finlandia", "FJ": "Fiyi", + "FK": "Islas Malvinas", "FM": "Micronesia", + "FO": "Islas Feroe", "FR": "Francia", "GA": "Gabón", "GB": "Reino Unido", + "GD": "Granada", + "GE": "Georgia", + "GF": "Guayana Francesa", "GG": "Guernesey", "GH": "Ghana", + "GI": "Gibraltar", + "GL": "Groenlandia", "GM": "Gambia", "GN": "Guinea", + "GP": "Guadalupe", "GQ": "Guinea Ecuatorial", "GR": "Grecia", + "GS": "Georgia del Sur e Islas Sandwich del Sur", "GT": "Guatemala", "GU": "Guam", "GW": "Guinea-Bisáu", @@ -71,15 +102,22 @@ "HN": "Honduras", "HR": "Croacia", "HT": "Haití", + "HU": "Hungría", + "IC": "Islas Canarias", "ID": "Indonesia", + "IE": "Irlanda", "IL": "Israel", + "IM": "Isla de Man", "IN": "India", + "IO": "Territorio Británico del Océano Índico", "IQ": "Irak", "IR": "Irán", "IS": "Islandia", "IT": "Italia", "JE": "Jersey", + "JM": "Jamaica", "JO": "Jordania", + "JP": "Japón", "KE": "Kenia", "KG": "Kirguistán", "KH": "Camboya", @@ -89,9 +127,11 @@ "KP": "Corea del Norte", "KR": "Corea del Sur", "KW": "Kuwait", + "KY": "Islas Caimán", "KZ": "Kazajistán", "LA": "Laos", "LB": "Líbano", + "LC": "Santa Lucia", "LI": "Liechtenstein", "LK": "Sri Lanka", "LR": "Liberia", @@ -99,23 +139,29 @@ "LT": "Lituania", "LU": "Luxemburgo", "LV": "Letonia", + "LY": "Libia", "MA": "Marruecos", "MC": "Mónaco", "MD": "Moldova", + "ME": "Montenegro", "MF": "San Martín", "MG": "Madagascar", "MH": "Islas Marshall", "MK": "Macedonia del Norte", "ML": "Malí", "MM": "Myanmar", + "MN": "Mongolia", "MO": "Macao RAE", "MP": "Islas Marianas del Norte", + "MQ": "Martinica", "MR": "Mauritania", + "MS": "Montserrat", "MT": "Malta", "MU": "Mauricio", "MV": "Maldivas", "MW": "Malawi", "MX": "México", + "MY": "Malasia", "MZ": "Mozambique", "NA": "Namibia", "NC": "Nueva Caledonia", @@ -127,6 +173,8 @@ "NO": "Noruega", "NP": "Nepal", "NR": "Nauru", + "NU": "Niue", + "NZ": "Nueva Zelanda", "OM": "Omán", "PA": "Panamá", "PE": "Perú", @@ -143,15 +191,20 @@ "PW": "Palaos", "PY": "Paraguay", "QA": "Qatar", + "RE": "Reunión", + "RO": "Rumania", "RS": "Serbia", "RU": "Rusia", "RW": "Ruanda", "SA": "Arabia Saudí", + "SB": "Islas Salomón", "SC": "Seychelles", "SD": "Sudán", "SE": "Suecia", "SG": "Singapur", + "SH": "Santa Elena", "SI": "Eslovenia", + "SJ": "Svalbard y Jan Mayen", "SK": "Eslovaquia", "SL": "Sierra Leona", "SM": "San Marino", @@ -164,30 +217,41 @@ "SX": "Sint Maarten", "SY": "Siria", "SZ": "Suazilandia", + "TA": "Tristán de Acuña", + "TC": "Islas Turcas y Caicos", "TD": "Chad", "TF": "Territorios Australes Franceses", "TG": "Togo", "TH": "Tailandia", "TJ": "Tayikistán", + "TK": "Tokelau", "TL": "Timor-Leste", + "TM": "Turkmenistán", "TN": "Túnez", "TO": "Tonga", "TR": "Turquía", "TT": "Trinidad y Tobago", + "TV": "Tuvalu", + "TW": "Taiwán", "TZ": "Tanzania", + "UA": "Ucrania", "UG": "Uganda", "UM": "Islas menores alejadas de los EE.UU.", "US": "Estados Unidos", "UY": "Uruguay", "UZ": "Uzbekistán", "VA": "Santa Sede (Ciudad del Vaticano)", + "VC": "San Vicente y las Granadinas", "VE": "Venezuela", + "VG": "Islas Vírgenes Británicas", "VI": "EE.UU. Islas Vírgenes", "VN": "Vietnam", "VU": "Vanuatu", "WF": "Wallis y Futuna", "WS": "Samoa", + "XK": "Kosovo", "YE": "Yemen", + "YT": "Mayotte", "ZA": "Sudáfrica", "ZM": "Zambia", "ZW": "Zimbabue" diff --git a/src/Symfony/Component/Intl/Resources/data/regions/rm.json b/src/Symfony/Component/Intl/Resources/data/regions/rm.json index c3f1535253..865cc74978 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/rm.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/rm.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Emirats Arabs Unids", @@ -142,7 +142,6 @@ "MF": "Saint Martin", "MG": "Madagascar", "MH": "Inslas da Marshall", - "MK": "Macedonia", "ML": "Mali", "MM": "Myanmar", "MN": "Mongolia", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/rn.json b/src/Symfony/Component/Intl/Resources/data/regions/rn.json index f047bc7dca..693b8ef56b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/rn.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/rn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andora", "AE": "Leta Zunze Ubumwe z’Abarabu", @@ -126,7 +126,6 @@ "MD": "Moludavi", "MG": "Madagasikari", "MH": "Izinga rya Marishari", - "MK": "Masedoniya", "ML": "Mali", "MM": "Birimaniya", "MN": "Mongoliya", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ro.json b/src/Symfony/Component/Intl/Resources/data/regions/ro.json index 3a7464c966..80a3de8e4a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ro.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ro.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Emiratele Arabe Unite", @@ -209,7 +209,7 @@ "SO": "Somalia", "SR": "Suriname", "SS": "Sudanul de Sud", - "ST": "Sao Tome și Principe", + "ST": "São Tomé și Príncipe", "SV": "El Salvador", "SX": "Sint-Maarten", "SY": "Siria", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ro_MD.json b/src/Symfony/Component/Intl/Resources/data/regions/ro_MD.json index 123aaf562e..7a40176ce1 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ro_MD.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ro_MD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { "MM": "Myanmar" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ru.json b/src/Symfony/Component/Intl/Resources/data/regions/ru.json index d2202fd623..5aae779db2 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ru.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ru.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Андорра", "AE": "ОАЭ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ru_UA.json b/src/Symfony/Component/Intl/Resources/data/regions/ru_UA.json index 5592ec4db3..8a319b7c44 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ru_UA.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ru_UA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "AE": "Объединенные Арабские Эмираты", "BV": "О-в Буве", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/rw.json b/src/Symfony/Component/Intl/Resources/data/regions/rw.json index 36efa43ec0..1e806c45cd 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/rw.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/rw.json @@ -1,7 +1,7 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { - "MK": "Masedoniya y'Amajyaruguru", + "MK": "Masedoniya y’Amajyaruguru", "RW": "U Rwanda", "TO": "Tonga" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sd.json b/src/Symfony/Component/Intl/Resources/data/regions/sd.json index 32b73a3b4a..fc8493201e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sd.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "اندورا", "AE": "متحده عرب امارات", @@ -144,7 +144,7 @@ "MF": "سينٽ مارٽن", "MG": "مداگيسڪر", "MH": "مارشل ڀيٽ", - "MK": "ميسي ڊونيا", + "MK": "شمالي مقدونيا", "ML": "مالي", "MM": "ميانمار (برما)", "MN": "منگوليا", @@ -193,7 +193,7 @@ "RS": "سربيا", "RU": "روس", "RW": "روانڊا", - "SA": "سعودی عرب", + "SA": "سعودي عرب", "SB": "سولومون ٻيٽَ", "SC": "شي شلز", "SD": "سوڊان", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/se.json b/src/Symfony/Component/Intl/Resources/data/regions/se.json index 70f12aeff4..1d5177fe72 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/se.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/se.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Ovttastuvvan Arábaemiráhtat", @@ -142,7 +142,6 @@ "MF": "Frankriikka Saint Martin", "MG": "Madagaskar", "MH": "Marshallsullot", - "MK": "Makedonia", "ML": "Mali", "MM": "Burma", "MN": "Mongolia", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/se_FI.json b/src/Symfony/Component/Intl/Resources/data/regions/se_FI.json index aa23ba6850..39ae86e4ba 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/se_FI.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/se_FI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "BA": "Bosnia ja Hercegovina", "KH": "Kamboža", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sg.json b/src/Symfony/Component/Intl/Resources/data/regions/sg.json index 1cabb41a2f..2f39313736 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sg.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "Andôro", "AE": "Arâbo Emirâti Ôko", @@ -126,7 +126,6 @@ "MD": "Moldavùii", "MG": "Madagaskära", "MH": "Âzûâ Märshâl", - "MK": "Maseduäni", "ML": "Malïi", "MM": "Myämâra", "MN": "Mongolïi", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sh_BA.json b/src/Symfony/Component/Intl/Resources/data/regions/sh_BA.json index 4a70f26762..ad0d6cf230 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sh_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sh_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.77", + "Version": "36", "Names": { "BY": "Bjelorusija", "CG": "Kongo", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sn.json b/src/Symfony/Component/Intl/Resources/data/regions/sn.json index 591cc5baa5..6d33400fc0 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sn.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "AD": "Andora", "AE": "United Arab Emirates", @@ -126,7 +126,6 @@ "MD": "Moldova", "MG": "Madagascar", "MH": "Zvitsuwa zveMarshall", - "MK": "Macedonia", "ML": "Mali", "MM": "Myanmar", "MN": "Mongolia", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sq.json b/src/Symfony/Component/Intl/Resources/data/regions/sq.json index 792a499bd3..e71387bfc0 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sq.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sq.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "AD": "Andorrë", "AE": "Emiratet e Bashkuara Arabe", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_BA.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_BA.json index 1d0be9e46d..22669b87a8 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "BY": "Бјелорусија", "CG": "Конго", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_BA.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_BA.json index 1d0be9e46d..22669b87a8 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "BY": "Бјелорусија", "CG": "Конго", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_ME.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_ME.json index 28623155f2..2a23d4af60 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_ME.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_ME.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "BY": "Бјелорусија", "CG": "Конго", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_XK.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_XK.json index 9ac0d30cba..6bc2bcd033 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_XK.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_Cyrl_XK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CG": "Конго", "CV": "Кабо Верде", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_BA.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_BA.json index 4a70f26762..ad0d6cf230 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_BA.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_BA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.77", + "Version": "36", "Names": { "BY": "Bjelorusija", "CG": "Kongo", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_ME.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_ME.json index a01dcfd68d..adc4b94c9b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_ME.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_ME.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BY": "Bjelorusija", "CG": "Kongo", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_XK.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_XK.json index ef6136593f..b5085614f2 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_XK.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn_XK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "CG": "Kongo", "CV": "Kabo Verde", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_ME.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_ME.json index a01dcfd68d..adc4b94c9b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_ME.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_ME.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "BY": "Bjelorusija", "CG": "Kongo", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_XK.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_XK.json index 9ac0d30cba..6bc2bcd033 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_XK.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_XK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "CG": "Конго", "CV": "Кабо Верде", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sv.json b/src/Symfony/Component/Intl/Resources/data/regions/sv.json index 5d27d76d82..9697d49d6b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sv.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.90", + "Version": "36", "Names": { "AD": "Andorra", "AE": "Förenade Arabemiraten", @@ -44,7 +44,7 @@ "CF": "Centralafrikanska republiken", "CG": "Kongo-Brazzaville", "CH": "Schweiz", - "CI": "Elfenbenskusten", + "CI": "Côte d’Ivoire", "CK": "Cooköarna", "CL": "Chile", "CM": "Kamerun", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sw_CD.json b/src/Symfony/Component/Intl/Resources/data/regions/sw_CD.json index 0ed6ff51f4..ea65973ec9 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sw_CD.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sw_CD.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "AF": "Afuganistani", "AZ": "Azabajani", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sw_KE.json b/src/Symfony/Component/Intl/Resources/data/regions/sw_KE.json index 2b695b6fcd..649f8f4345 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sw_KE.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sw_KE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "AF": "Afghanistani", "AI": "Anguila", @@ -11,6 +11,7 @@ "CC": "Visiwa vya Kokos (Keeling)", "CD": "Kongo - Kinshasa", "CI": "Ivorikosti", + "CV": "Kepuvede", "CY": "Saiprasi", "DK": "Denmaki", "EC": "Ekwado", @@ -34,7 +35,6 @@ "MC": "Monako", "MK": "Masedonia", "MM": "Myama (Burma)", - "MO": "Makau SAR China", "MQ": "Martiniki", "MS": "Montserati", "MV": "Maldivi", @@ -64,6 +64,8 @@ "VG": "Visiwa vya Virgin vya Uingereza", "VI": "Visiwa vya Virgin vya Marekani", "VN": "Vietnamu", + "XA": "Kiinitoni cha kigeni", + "XB": "Pseudo-Bidi", "YT": "Mayote" } } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/tg.json b/src/Symfony/Component/Intl/Resources/data/regions/tg.json index 79b59cbe6c..887ca7beab 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/tg.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/tg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Андорра", "AE": "Аморатҳои Муттаҳидаи Араб", @@ -71,7 +71,7 @@ "FK": "Ҷазираҳои Фолкленд", "FM": "Штатҳои Федеративии Микронезия", "FO": "Ҷазираҳои Фарер", - "FR": "Франсия", + "FR": "Фаронса", "GA": "Габон", "GB": "Шоҳигарии Муттаҳида", "GD": "Гренада", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ti.json b/src/Symfony/Component/Intl/Resources/data/regions/ti.json index cf2c0eb4d4..653074638e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ti.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ti.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "አንዶራ", "AE": "ሕቡራት ኢማራት ዓረብ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/tl.json b/src/Symfony/Component/Intl/Resources/data/regions/tl.json index 454b3a418f..fc3d19f963 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/tl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/tl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andorra", "AE": "United Arab Emirates", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/tt.json b/src/Symfony/Component/Intl/Resources/data/regions/tt.json index c70c0655c4..844d7bb584 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/tt.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/tt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Андорра", "AE": "Берләшкән Гарәп Әмирлекләре", @@ -73,7 +73,7 @@ "FO": "Фарер утраулары", "FR": "Франция", "GA": "Габон", - "GB": "Бөекбритания", + "GB": "Берләшкән Корольлек", "GD": "Гренада", "GE": "Грузия", "GF": "Француз Гвианасы", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ug.json b/src/Symfony/Component/Intl/Resources/data/regions/ug.json index dfe2110503..67bf7ea297 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ug.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ug.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "ئاندوررا", "AE": "ئەرەب بىرلەشمە خەلىپىلىكى", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/uk.json b/src/Symfony/Component/Intl/Resources/data/regions/uk.json index 7a4de8821d..3d2e131379 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/uk.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/uk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Андорра", "AE": "Обʼєднані Арабські Емірати", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ur_IN.json b/src/Symfony/Component/Intl/Resources/data/regions/ur_IN.json index 0bb748d926..dd6379603f 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ur_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ur_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.71", + "Version": "36", "Names": { "AX": "جزائر آلینڈ", "BV": "جزیرہ بوویت", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/uz_Arab.json b/src/Symfony/Component/Intl/Resources/data/regions/uz_Arab.json index 6bc7de7e91..9a33c9513c 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/uz_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/uz_Arab.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AF": "افغانستان" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.json index f839cb546f..faf85f06dc 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Андорра", "AE": "Бирлашган Араб Амирликлари", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/wo.json b/src/Symfony/Component/Intl/Resources/data/regions/wo.json index 211a48439d..20f41eba23 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/wo.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/wo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "Andoor", "AE": "Emira Arab Ini", @@ -41,7 +41,7 @@ "CC": "Duni Koko (Kilin)", "CF": "Repiblik Sàntar Afrik", "CH": "Siwis", - "CI": "Kodiwaar (Côte d’Ivoire)", + "CI": "Kodiwaar", "CK": "Duni Kuuk", "CL": "Sili", "CM": "Kamerun", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/xh.json b/src/Symfony/Component/Intl/Resources/data/regions/xh.json index 5b92b78e4c..ca235a2963 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/xh.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/xh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "MK": "uMntla Macedonia", "ZA": "eMzantsi Afrika" diff --git a/src/Symfony/Component/Intl/Resources/data/regions/yi.json b/src/Symfony/Component/Intl/Resources/data/regions/yi.json index cbd3f0dd3c..788544a7d4 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/yi.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/yi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "AD": "אַנדארע", "AF": "אַפֿגהאַניסטאַן", @@ -114,7 +114,6 @@ "ME": "מאנטענעגרא", "MG": "מאַדאַגאַסקאַר", "MH": "מאַרשאַל אינזלען", - "MK": "מאַקעדאניע", "ML": "מאַלי", "MM": "מיאַנמאַר", "MN": "מאנגאליי", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/yo.json b/src/Symfony/Component/Intl/Resources/data/regions/yo.json index 16c06c5c75..0c38f4eff6 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/yo.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/yo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AD": "Orílẹ́ède Ààndórà", "AE": "Orílẹ́ède Ẹmirate ti Awọn Arabu", @@ -58,6 +58,7 @@ "EC": "Orílẹ́ède Ekuádò", "EE": "Orílẹ́ède Esitonia", "EG": "Orílẹ́ède Égípítì", + "EH": "Ìwọ̀òòrùn Sàhárà", "ER": "Orílẹ́ède Eritira", "ES": "Orílẹ́ède Sipani", "ET": "Orílẹ́ède Etopia", @@ -126,7 +127,7 @@ "MD": "Orílẹ́ède Modofia", "MG": "Orílẹ́ède Madasika", "MH": "Orílẹ́ède Etikun Máṣali", - "MK": "Orílẹ́ède Masidonia", + "MK": "Àríwá Macedonia", "ML": "Orílẹ́ède Mali", "MM": "Orílẹ́ède Manamari", "MN": "Orílẹ́ède Mogolia", @@ -164,8 +165,8 @@ "PM": "Orílẹ́ède Pẹẹri ati mikuloni", "PN": "Orílẹ́ède Pikarini", "PR": "Orílẹ́ède Pọto Riko", - "PS": "Orílẹ́ède Iwọorun Pakisitian ati Gaṣa", - "PT": "Orílẹ́ède Pọtugi", + "PS": "Agbègbè Palẹsítíànù", + "PT": "Orílẹ́ède Pọ́túgà", "PW": "Orílẹ́ède Paalu", "PY": "Orílẹ́ède Paraguye", "QA": "Orílẹ́ède Kota", @@ -187,12 +188,14 @@ "SN": "Orílẹ́ède Sẹnẹga", "SO": "Orílẹ́ède Somalia", "SR": "Orílẹ́ède Surinami", + "SS": "Gúúsù Sudan", "ST": "Orílẹ́ède Sao tomi ati piriiṣipi", "SV": "Orílẹ́ède Ẹẹsáfádò", "SY": "Orílẹ́ède Siria", "SZ": "Orílẹ́ède Saṣiland", "TC": "Orílẹ́ède Tọọki ati Etikun Kakọsi", "TD": "Orílẹ́ède ṣààdì", + "TF": "Agbègbè Gúúsù Faranṣé", "TG": "Orílẹ́ède Togo", "TH": "Orílẹ́ède Tailandi", "TJ": "Orílẹ́ède Takisitani", @@ -205,7 +208,7 @@ "TT": "Orílẹ́ède Tirinida ati Tobaga", "TV": "Orílẹ́ède Tufalu", "TW": "Orílẹ́ède Taiwani", - "TZ": "Orílẹ́ède Tanṣania", + "TZ": "Orílẹ́ède Tàǹsáníà", "UA": "Orílẹ́ède Ukarini", "UG": "Orílẹ́ède Uganda", "US": "Orílẹ̀-èdè Amẹrikà", @@ -220,9 +223,10 @@ "VU": "Orílẹ́ède Faniatu", "WF": "Orílẹ́ède Wali ati futuna", "WS": "Orílẹ́ède Samọ", + "XK": "Kòsófò", "YE": "Orílẹ́ède yemeni", "YT": "Orílẹ́ède Mayote", - "ZA": "Orílẹ́ède Ariwa Afirika", + "ZA": "Gúúṣù Áfíríkà", "ZM": "Orílẹ́ède ṣamibia", "ZW": "Orílẹ́ède ṣimibabe" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/yo_BJ.json b/src/Symfony/Component/Intl/Resources/data/regions/yo_BJ.json index 7d53b2a6a3..e96d5b6b99 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/yo_BJ.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/yo_BJ.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.77", + "Version": "36", "Names": { "AD": "Orílɛ́ède Ààndórà", "AE": "Orílɛ́ède Ɛmirate ti Awɔn Arabu", @@ -58,6 +58,7 @@ "EC": "Orílɛ́ède Ekuádò", "EE": "Orílɛ́ède Esitonia", "EG": "Orílɛ́ède Égípítì", + "EH": "Ìwɔ̀òòrùn Sàhárà", "ER": "Orílɛ́ède Eritira", "ES": "Orílɛ́ède Sipani", "ET": "Orílɛ́ède Etopia", @@ -126,7 +127,6 @@ "MD": "Orílɛ́ède Modofia", "MG": "Orílɛ́ède Madasika", "MH": "Orílɛ́ède Etikun Máshali", - "MK": "Orílɛ́ède Masidonia", "ML": "Orílɛ́ède Mali", "MM": "Orílɛ́ède Manamari", "MN": "Orílɛ́ède Mogolia", @@ -164,8 +164,8 @@ "PM": "Orílɛ́ède Pɛɛri ati mikuloni", "PN": "Orílɛ́ède Pikarini", "PR": "Orílɛ́ède Pɔto Riko", - "PS": "Orílɛ́ède Iwɔorun Pakisitian ati Gasha", - "PT": "Orílɛ́ède Pɔtugi", + "PS": "Agbègbè Palɛsítíànù", + "PT": "Orílɛ́ède Pɔ́túgà", "PW": "Orílɛ́ède Paalu", "PY": "Orílɛ́ède Paraguye", "QA": "Orílɛ́ède Kota", @@ -193,6 +193,7 @@ "SZ": "Orílɛ́ède Sashiland", "TC": "Orílɛ́ède Tɔɔki ati Etikun Kakɔsi", "TD": "Orílɛ́ède shààdì", + "TF": "Agbègbè Gúúsù Faranshé", "TG": "Orílɛ́ède Togo", "TH": "Orílɛ́ède Tailandi", "TJ": "Orílɛ́ède Takisitani", @@ -205,13 +206,12 @@ "TT": "Orílɛ́ède Tirinida ati Tobaga", "TV": "Orílɛ́ède Tufalu", "TW": "Orílɛ́ède Taiwani", - "TZ": "Orílɛ́ède Tanshania", + "TZ": "Orílɛ́ède Tàǹsáníà", "UA": "Orílɛ́ède Ukarini", "UG": "Orílɛ́ède Uganda", "US": "Orílɛ̀-èdè Amɛrikà", "UY": "Orílɛ́ède Nruguayi", "UZ": "Orílɛ́ède Nshibɛkisitani", - "VA": "Ìlú Vatican", "VC": "Orílɛ́ède Fisɛnnti ati Genadina", "VE": "Orílɛ́ède Fɛnɛshuɛla", "VG": "Orílɛ́ède Etíkun Fágínì ti ìlú Bírítísì", @@ -222,7 +222,7 @@ "WS": "Orílɛ́ède Samɔ", "YE": "Orílɛ́ède yemeni", "YT": "Orílɛ́ède Mayote", - "ZA": "Orílɛ́ède Ariwa Afirika", + "ZA": "Gúúshù Áfíríkà", "ZM": "Orílɛ́ède shamibia", "ZW": "Orílɛ́ède shimibabe" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/zh.json b/src/Symfony/Component/Intl/Resources/data/regions/zh.json index 1c51eda7c4..77a3e7b22c 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/zh.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/zh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "AD": "安道尔", "AE": "阿拉伯联合酋长国", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/zh_HK.json b/src/Symfony/Component/Intl/Resources/data/regions/zh_HK.json index 59d1cae3e4..f1075e5cc2 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/zh_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/zh_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "AE": "阿拉伯聯合酋長國", "AG": "安提瓜和巴布達", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant_HK.json b/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant_HK.json index 59d1cae3e4..f1075e5cc2 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "AE": "阿拉伯聯合酋長國", "AG": "安提瓜和巴布達", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/zu.json b/src/Symfony/Component/Intl/Resources/data/regions/zu.json index bc173d27eb..9f13f3a8db 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/zu.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/zu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "AD": "i-Andorra", "AE": "i-United Arab Emirates", @@ -144,7 +144,7 @@ "MF": "i-Saint Martin", "MG": "i-Madagascar", "MH": "i-Marshall Islands", - "MK": "i-Macedonia", + "MK": "i-North Macedonia", "ML": "iMali", "MM": "i-Myanmar (Burma)", "MN": "i-Mongolia", @@ -232,7 +232,7 @@ "TZ": "i-Tanzania", "UA": "i-Ukraine", "UG": "i-Uganda", - "UM": "i-U.S. Minor Outlying Islands", + "UM": "I-U.S. Outlying Islands", "US": "i-United States", "UY": "i-Uruguay", "UZ": "i-Uzbekistan", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/am.json b/src/Symfony/Component/Intl/Resources/data/scripts/am.json index 07350a08dc..41aad8d96d 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/am.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/am.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "ዓረብኛ", "Armn": "አርሜንያዊ", @@ -39,8 +39,7 @@ "Thaa": "ታና", "Thai": "ታይ", "Tibt": "ቲቤታን", - "Zmth": "Zmth", - "Zsye": "Zsye", + "Zsye": "ኢሞጂ", "Zsym": "ምልክቶች", "Zxxx": "ያልተጻፈ", "Zyyy": "የጋራ" diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ar.json b/src/Symfony/Component/Intl/Resources/data/scripts/ar.json index 8e084df494..6673bcc0ff 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ar.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ar.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "العربية", "Armn": "الأرمينية", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/as.json b/src/Symfony/Component/Intl/Resources/data/scripts/as.json index 3939650997..3eb92ba69f 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/as.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/as.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Arab": "আৰবী", "Armn": "আৰ্মেনীয়", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/az.json b/src/Symfony/Component/Intl/Resources/data/scripts/az.json index ffe408394c..efea3339b9 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/az.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/az.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "ərəb", "Armi": "armi", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/az_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/scripts/az_Cyrl.json index 0bb3b64659..aaba298336 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/az_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/az_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Cyrl": "Кирил" } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/bg.json b/src/Symfony/Component/Intl/Resources/data/scripts/bg.json index 1782c1c3fa..0e54a0b4d2 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/bg.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/bg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "арабска", "Armi": "Арамейска", @@ -11,7 +11,7 @@ "Blis": "Блис символи", "Bopo": "бопомофо", "Brah": "Брахми", - "Brai": "Брайлова", + "Brai": "брайлова", "Bugi": "Бугинска", "Buhd": "Бухид", "Cakm": "Чакма", @@ -38,10 +38,10 @@ "Guru": "гурмукхи", "Hanb": "ханб", "Hang": "хангъл", - "Hani": "китайска", + "Hani": "хан", "Hano": "Хануну", "Hans": "опростена", - "Hant": "традиционен", + "Hant": "традиционна", "Hebr": "иврит", "Hira": "хирагана", "Hmng": "Пахау хмонг", @@ -117,8 +117,8 @@ "Xpeo": "Староперсийска", "Xsux": "Шумеро-акадски клинопис", "Yiii": "Йи", - "Zmth": "Математически символи", - "Zsye": "емотикони", + "Zmth": "математически символи", + "Zsye": "емоджи", "Zsym": "символи", "Zxxx": "без писменост", "Zyyy": "обща" diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/bn.json b/src/Symfony/Component/Intl/Resources/data/scripts/bn.json index eaee757090..2446e402f9 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/bn.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/bn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.36", + "Version": "36", "Names": { "Arab": "আরবি", "Armi": "আরমি", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/bo.json b/src/Symfony/Component/Intl/Resources/data/scripts/bo.json index b19bca6cc0..64e0b06f94 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/bo.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/bo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Hans": "རྒྱ་ཡིག་གསར་པ།", "Hant": "རྒྱ་ཡིག་རྙིང་པ།", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/br.json b/src/Symfony/Component/Intl/Resources/data/scripts/br.json index b525b6dde4..acc058a60e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/br.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/br.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.86", + "Version": "36", "Names": { "Adlm": "adlam", "Arab": "arabek", @@ -8,14 +8,21 @@ "Avst": "avestek", "Bali": "balinek", "Bamu": "bamounek", + "Batk": "batak", "Beng": "bengali", "Bopo": "bopomofo", "Brai": "Braille", "Bugi": "bougiek", + "Cakm": "chakmaek", + "Cans": "silabennaoueg engenidik unvan Kanada", + "Cham": "cham", + "Cher": "cherokee", "Copt": "koptek", + "Cprt": "silabennaoueg kipriek", "Cyrl": "kirillek", "Cyrs": "kirillek henslavonek", "Deva": "devanagari", + "Dupl": "berrskriverezh Duployé", "Egyp": "hieroglifoù egiptek", "Ethi": "etiopek", "Geor": "jorjianek", @@ -26,7 +33,7 @@ "Guru": "gurmukhi", "Hanb": "han gant bopomofo", "Hang": "hangeul", - "Hani": "han", + "Hani": "sinalunioù (han)", "Hans": "eeunaet", "Hant": "hengounel", "Hebr": "hebraek", @@ -55,6 +62,7 @@ "Narb": "henarabek an Norzh", "Ogam": "ogam", "Orya": "oriya", + "Phnx": "fenikianek", "Runr": "runek", "Samr": "samaritek", "Sarb": "henarabek ar Su", @@ -74,6 +82,7 @@ "Vaii": "vai", "Xpeo": "persek kozh", "Xsux": "gennheñvel", + "Zinh": "hêrezh", "Zmth": "notadur jedoniel", "Zsye": "fromlunioù", "Zsym": "arouezioù", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/bs.json b/src/Symfony/Component/Intl/Resources/data/scripts/bs.json index c20533d165..aa792e1c9e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/bs.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/bs.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arapsko pismo", "Armi": "imperijsko aramejsko pismo", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/bs_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/scripts/bs_Cyrl.json index a12b084a3b..8c59ffb2ae 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/bs_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/bs_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "арапско писмо", "Armi": "империјско арамејско писмо", @@ -24,7 +24,7 @@ "Cprt": "кипарско писмо", "Cyrl": "ћирилица", "Cyrs": "Старословенска црквена ћирилица", - "Deva": "Деванагари", + "Deva": "деванагари", "Dsrt": "Дезерет", "Egyd": "египатско народно писмо", "Egyh": "египатско хијератско писмо", @@ -35,32 +35,33 @@ "Glag": "глагољица", "Goth": "Готика", "Grek": "грчко писмо", - "Gujr": "гујарати писмо", + "Gujr": "гуџарати", "Guru": "гурмуки писмо", + "Hanb": "хан с бопомофо писмом", "Hang": "хангул", "Hani": "хан", "Hano": "хануно", - "Hans": "поједностављено кинеско писмо", - "Hant": "традиционално кинеско писмо", + "Hans": "поједностављени", + "Hant": "традиционални", "Hebr": "хебрејско писмо", - "Hira": "Хирагана", + "Hira": "хирагана", "Hmng": "пахав хмонг писмо", - "Hrkt": "Катакана или Хирагана", + "Hrkt": "јапанско слоговно писмо", "Hung": "старомађарско писмо", "Inds": "индушко писмо", "Ital": "стари италик", - "Jamo": "Џамо", + "Jamo": "џамо", "Java": "јаванско писмо", "Jpan": "јапанско писмо", "Kali": "кајах-ли писмо", - "Kana": "Катакана", + "Kana": "катакана", "Khar": "карошти писмо", "Khmr": "кмерско писмо", - "Knda": "каннада писмо", + "Knda": "канада писмо", "Kore": "корејско писмо", "Kthi": "каити", "Lana": "ланна писмо", - "Laoo": "лаошко писмо", + "Laoo": "лаоско писмо", "Latf": "латиница (фрактур варијанта)", "Latg": "галска латиница", "Latn": "латиница", @@ -83,7 +84,7 @@ "Ogam": "огамско писмо", "Olck": "ол чики писмо", "Orkh": "орконско писмо", - "Orya": "оријанско писмо", + "Orya": "одија писмо", "Osma": "осмањанско писмо", "Perm": "старо пермикско писмо", "Phag": "пагс-па писмо", @@ -101,7 +102,7 @@ "Saur": "саураштра писмо", "Sgnw": "знаковно писмо", "Shaw": "шавијанско писмо", - "Sinh": "синхала писмо", + "Sinh": "синхалско писмо", "Sylo": "силоти нагри писмо", "Syrc": "сиријско писмо", "Syre": "сиријско естрангело писмо", @@ -116,7 +117,7 @@ "Teng": "тенгвар писмо", "Tfng": "тифинаг писмо", "Tglg": "Тагалог", - "Thaa": "тхана писмо", + "Thaa": "тана писмо", "Thai": "тајландско писмо", "Tibt": "тибетанско писмо", "Ugar": "угаритско писмо", @@ -127,6 +128,7 @@ "Yiii": "ји писмо", "Zinh": "наследно писмо", "Zmth": "математичка нотација", + "Zsye": "емоџи", "Zsym": "симболи", "Zxxx": "неписани језик", "Zyyy": "заједничко писмо" diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ca.json b/src/Symfony/Component/Intl/Resources/data/scripts/ca.json index 53966f6c0e..c35eaa4c67 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ca.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ca.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Adlm": "adlam", "Afak": "afaka", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ce.json b/src/Symfony/Component/Intl/Resources/data/scripts/ce.json index f9592aac2f..d9ea836ea2 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ce.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ce.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Arab": "Ӏаьрбийн", "Armn": "эрмалойн", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/cs.json b/src/Symfony/Component/Intl/Resources/data/scripts/cs.json index a856944f1b..e8c0f924e7 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/cs.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/cs.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.44", + "Version": "36", "Names": { "Afak": "afaka", "Aghb": "kavkazskoalbánské", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/cy.json b/src/Symfony/Component/Intl/Resources/data/scripts/cy.json index dc94441dab..25a458aa5a 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/cy.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/cy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Arabaidd", "Armn": "Armenaidd", @@ -32,7 +32,6 @@ "Mlym": "Malayalamaidd", "Mong": "Mongolaidd", "Mymr": "Myanmaraidd", - "Ogam": "Ogam", "Orya": "Orïaidd", "Sinh": "Sinhanaidd", "Taml": "Tamilaidd", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/da.json b/src/Symfony/Component/Intl/Resources/data/scripts/da.json index 75cf892766..046f0ed525 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/da.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/da.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Afak": "afaka", "Arab": "arabisk", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/de.json b/src/Symfony/Component/Intl/Resources/data/scripts/de.json index c75efdf813..d8bdbdda9f 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/de.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/de.json @@ -1,10 +1,9 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "Afaka", "Aghb": "Kaukasisch-Albanisch", "Arab": "Arabisch", - "Armi": "Armi", "Armn": "Armenisch", "Avst": "Avestisch", "Bali": "Balinesisch", @@ -43,7 +42,6 @@ "Grek": "Griechisch", "Gujr": "Gujarati", "Guru": "Gurmukhi", - "Hanb": "Hanb", "Hang": "Hangul", "Hani": "Chinesisch", "Hano": "Hanunoo", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/dz.json b/src/Symfony/Component/Intl/Resources/data/scripts/dz.json index e3cfd79afd..86a72d1f6e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/dz.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/dz.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Arab": "ཨེ་ར་བིཀ་ཡིག་གུ", "Armn": "ཨར་མི་ནི་ཡཱན་ཡིག་གུ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ee.json b/src/Symfony/Component/Intl/Resources/data/scripts/ee.json index a3e89e9849..22a3cbf1f5 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ee.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ee.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Arab": "Arabiagbeŋɔŋlɔ", "Armn": "armeniagbeŋɔŋlɔ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/el.json b/src/Symfony/Component/Intl/Resources/data/scripts/el.json index dc5b2691e2..723d90516f 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/el.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/el.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Αραβικό", "Armi": "Αυτοκρατορικό Αραμαϊκό", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/en.json b/src/Symfony/Component/Intl/Resources/data/scripts/en.json index ff8c00ad96..21290aa6c6 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/en.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/en.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.65", + "Version": "36", "Names": { "Adlm": "Adlam", "Afak": "Afaka", @@ -134,6 +134,7 @@ "Phnx": "Phoenician", "Plrd": "Pollard Phonetic", "Prti": "Inscriptional Parthian", + "Qaag": "Zawgyi", "Rjng": "Rejang", "Rohg": "Hanifi Rohingya", "Roro": "Rongorongo", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/en_AU.json b/src/Symfony/Component/Intl/Resources/data/scripts/en_AU.json index 995d4e2c75..87a1540139 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/en_AU.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/en_AU.json @@ -1,7 +1,6 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { - "Beng": "Bengali", - "Thai": "Thai" + "Beng": "Bengali" } } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/en_GB.json b/src/Symfony/Component/Intl/Resources/data/scripts/en_GB.json deleted file mode 100644 index 3b8b43a034..0000000000 --- a/src/Symfony/Component/Intl/Resources/data/scripts/en_GB.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Version": "2.1.47.86", - "Names": { - "Thai": "Thai" - } -} diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/en_IN.json b/src/Symfony/Component/Intl/Resources/data/scripts/en_IN.json index 051e491b9d..87828a9b75 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/en_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/en_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.14", + "Version": "36", "Names": { "Beng": "Bengali", "Orya": "Oriya" diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/es.json b/src/Symfony/Component/Intl/Resources/data/scripts/es.json index 090a224c60..f89bdf403a 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/es.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/es.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "árabe", "Armn": "armenio", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/es_419.json b/src/Symfony/Component/Intl/Resources/data/scripts/es_419.json index 26fe52ca6c..9ec9633f94 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/es_419.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/es_419.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "Hanb": "han con bopomofo", "Hrkt": "katakana o hiragana", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json b/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json index e964d56261..eeca1aab22 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json @@ -1,8 +1,7 @@ { - "Version": "2.1.47.96", + "Version": "36", "Names": { "Hanb": "hanb", - "Mlym": "malayálam", - "Telu": "telegu" + "Mlym": "malayálam" } } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/es_US.json b/src/Symfony/Component/Intl/Resources/data/scripts/es_US.json index 9fa2055689..e846c49502 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/es_US.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/es_US.json @@ -1,7 +1,8 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "Hanb": "hanb", - "Mlym": "malayálam" + "Mlym": "malayálam", + "Telu": "telegu" } } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/et.json b/src/Symfony/Component/Intl/Resources/data/scripts/et.json index b8f30270f5..6b4e28f49c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/et.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/et.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "afaka", "Aghb": "albaani", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/eu.json b/src/Symfony/Component/Intl/Resources/data/scripts/eu.json index a998e50612..722897c4f1 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/eu.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/eu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arabiarra", "Armn": "armeniarra", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/fa.json b/src/Symfony/Component/Intl/Resources/data/scripts/fa.json index 3ab3f07f46..4db57d4c7e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/fa.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/fa.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Aghb": "آلبانیایی قفقازی", "Arab": "عربی", @@ -35,7 +35,7 @@ "Grek": "یونانی", "Gujr": "گجراتی", "Guru": "گورومخی", - "Hanb": "هانبی", + "Hanb": "هان با بوموپوفو", "Hang": "هانگول", "Hani": "هان", "Hano": "هانونویی", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/fa_AF.json b/src/Symfony/Component/Intl/Resources/data/scripts/fa_AF.json index 73e1c84615..a2d1d8623f 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/fa_AF.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/fa_AF.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "Mong": "مغلی" } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/fi.json b/src/Symfony/Component/Intl/Resources/data/scripts/fi.json index d6d88ed708..1857769ee5 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/fi.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/fi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Adlm": "fulanin adlam-aakkosto", "Afak": "afaka", @@ -32,12 +32,14 @@ "Cyrl": "kyrillinen", "Cyrs": "kyrillinen muinaiskirkkoslaavimuunnelma", "Deva": "devanagari", + "Dogr": "dogri", "Dsrt": "deseret", "Dupl": "Duployén pikakirjoitus", "Egyd": "egyptiläinen demoottinen", "Egyh": "egyptiläinen hieraattinen", "Egyp": "egyptiläiset hieroglyfit", "Elba": "elbasanilainen", + "Elym": "elymealainen", "Ethi": "etiopialainen", "Geok": "muinaisgeorgialainen", "Geor": "georgialainen", @@ -90,10 +92,12 @@ "Lyci": "lyykialainen", "Lydi": "lyydialainen", "Mahj": "mahajanilainen", + "Maka": "makassar", "Mand": "mandealainen", "Mani": "manikealainen", "Marc": "tiibetiläinen marchan-kirjoitus", "Maya": "maya-hieroglyfit", + "Medf": "medefaidrin", "Mend": "mende", "Merc": "meroiittinen kursiivikirjoitus", "Mero": "meroiittinen", @@ -105,6 +109,7 @@ "Mtei": "meitei", "Mult": "multanilainen", "Mymr": "burmalainen", + "Nand": "nandinagari", "Narb": "muinaispohjoisarabialainen", "Nbat": "nabatealainen", "Newa": "newarin newa-tavukirjoitus", @@ -127,7 +132,9 @@ "Phnx": "foinikialainen", "Plrd": "Pollardin foneettinen", "Prti": "piirtokirjoitusparthialainen", + "Qaag": "burmalainen zawgyi-toteutus", "Rjng": "rejang", + "Rohg": "rohinjalainen hanifi", "Roro": "rongorongo", "Runr": "riimukirjoitus", "Samr": "samarianaramealainen", @@ -140,6 +147,8 @@ "Sidd": "siddham-tavukirjoitus", "Sind": "khudabadi", "Sinh": "sinhalilainen", + "Sogd": "sogdialainen", + "Sogo": "muinaissogdialainen", "Sora": "sorang sompeng", "Soyo": "soyombo-kirjaimisto", "Sund": "sundalainen", @@ -167,6 +176,7 @@ "Vaii": "vailainen", "Visp": "näkyvä puhe", "Wara": "varang kshiti", + "Wcho": "wancholainen", "Wole": "woleai", "Xpeo": "muinaispersialainen", "Xsux": "sumerilais-akkadilainen nuolenpääkirjoitus", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/fo.json b/src/Symfony/Component/Intl/Resources/data/scripts/fo.json index 4589f6c64a..673a0e1f98 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/fo.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/fo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.9", + "Version": "36", "Names": { "Arab": "arabisk", "Armn": "armenskt", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/fr.json b/src/Symfony/Component/Intl/Resources/data/scripts/fr.json index 4821223334..50e44853ff 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/fr.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/fr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arabe", "Armi": "araméen impérial", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/fr_CA.json b/src/Symfony/Component/Intl/Resources/data/scripts/fr_CA.json index 47b9ac763c..0ff9b2841e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/fr_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/fr_CA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "Deva": "devanagari", "Gujr": "gujarati", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/fy.json b/src/Symfony/Component/Intl/Resources/data/scripts/fy.json index b95a6672a5..f898db9b7c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/fy.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/fy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Afak": "Defaka", "Arab": "Arabysk", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ga.json b/src/Symfony/Component/Intl/Resources/data/scripts/ga.json index 80da6e5c0c..406342f5f5 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ga.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ga.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Adlm": "Adlm", "Aghb": "Albánach Cugasach", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/gd.json b/src/Symfony/Component/Intl/Resources/data/scripts/gd.json index be6e75a684..aa3efb9e47 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/gd.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/gd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Adlm": "Adlam", "Afak": "Afaka", @@ -37,6 +37,7 @@ "Dupl": "Gearr-sgrìobhadh Duployé", "Egyp": "Sealbh-sgrìobhadh Èipheiteach", "Elba": "Elbasan", + "Elym": "Elymaidheach", "Ethi": "Ge’ez", "Geor": "Cairtbheilis", "Glag": "Glagoliticeach", @@ -58,6 +59,7 @@ "Hira": "Hiragana", "Hluw": "Dealbh-sgrìobhadh Anatolach", "Hmng": "Pahawh Hmong", + "Hmnp": "Nyiakeng Puachue Hmong", "Hrkt": "Katakana no Hiragana", "Hung": "Seann-Ungarais", "Ital": "Seann-Eadailtis", @@ -104,6 +106,7 @@ "Mtei": "Meitei Mayek", "Mult": "Multani", "Mymr": "Miànmar", + "Nand": "Nandinagari", "Narb": "Seann-Arabach Thuathach", "Nbat": "Nabataean", "Newa": "Newa", @@ -125,6 +128,7 @@ "Phnx": "Pheniceach", "Plrd": "Miao Phollard", "Prti": "Partais snaidh-sgrìobhte", + "Qaag": "Qaag", "Rjng": "Rejang", "Rohg": "Hanifi Rohingya", "Roro": "Rongorongo", @@ -166,6 +170,7 @@ "Ugar": "Ugariticeach", "Vaii": "Vai", "Wara": "Varang Kshiti", + "Wcho": "Wancho", "Wole": "Woleai", "Xpeo": "Seann-Pheirsis", "Xsux": "Gèinn-sgrìobhadh Sumer is Akkad", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/gu.json b/src/Symfony/Component/Intl/Resources/data/scripts/gu.json index 8ed498ba00..21fa255221 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/gu.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/gu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "અરબી", "Armi": "ઇમ્પિરિયલ આર્મનિક", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/he.json b/src/Symfony/Component/Intl/Resources/data/scripts/he.json index 5c54a2ed76..d36b40992e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/he.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/he.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "ערבי", "Armn": "ארמני", @@ -21,7 +21,7 @@ "Grek": "יווני", "Gujr": "גוג׳רטי", "Guru": "גורמוקי", - "Hanb": "האנב", + "Hanb": "האן עם בופומופו", "Hang": "האנגול", "Hani": "האן", "Hans": "פשוט", @@ -39,14 +39,14 @@ "Khmr": "חמרי", "Knda": "קאנאדה", "Kore": "קוריאני", - "Laoo": "לאית", + "Laoo": "לאי", "Latg": "לטיני גאלי", "Latn": "לטיני", "Maya": "מאיה", "Mlym": "מליאלאם", "Mong": "מונגולי", "Mymr": "מיאנמר", - "Orya": "אורייה", + "Orya": "אודייה", "Phnx": "פיניקי", "Runr": "רוני", "Sinh": "סינהלה", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/hi.json b/src/Symfony/Component/Intl/Resources/data/scripts/hi.json index 9f1f4034c9..27ceffdecd 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/hi.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/hi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "अरबी", "Armi": "इम्पिरियल आर्मेनिक", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/hr.json b/src/Symfony/Component/Intl/Resources/data/scripts/hr.json index e878e53398..c131e9d9b3 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/hr.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/hr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "afaka pismo", "Arab": "arapsko pismo", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/hu.json b/src/Symfony/Component/Intl/Resources/data/scripts/hu.json index 70d62aa2ba..ef745706ec 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/hu.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/hu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "Arab", "Armi": "Birodalmi arámi", @@ -101,7 +101,10 @@ "Saur": "Szaurastra", "Sgnw": "Jelírás", "Shaw": "Shaw ábécé", + "Sidd": "Sziddham", "Sinh": "Szingaléz", + "Sogd": "Szogd", + "Sogo": "Ószogd", "Sund": "Szundanéz", "Sylo": "Sylheti nagári", "Syrc": "Szíriai", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/hy.json b/src/Symfony/Component/Intl/Resources/data/scripts/hy.json index f44f8a5724..d598ec3a0a 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/hy.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/hy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "արաբական", "Armn": "հայկական", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ia.json b/src/Symfony/Component/Intl/Resources/data/scripts/ia.json index 518acf3be3..e4143f89cc 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ia.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ia.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.36", + "Version": "36", "Names": { "Arab": "arabe", "Armn": "armenian", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/id.json b/src/Symfony/Component/Intl/Resources/data/scripts/id.json index 3128a7cf7b..bcd763dce3 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/id.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/id.json @@ -1,8 +1,9 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "Afaka", "Aghb": "Albania Kaukasia", + "Arab": "Arab", "Armi": "Aram Imperial", "Armn": "Armenia", "Avst": "Avesta", @@ -54,6 +55,7 @@ "Hung": "Hungaria Kuno", "Inds": "Indus", "Ital": "Italia Lama", + "Jamo": "Jamo", "Java": "Jawa", "Jpan": "Jepang", "Jurc": "Jurchen", @@ -142,6 +144,7 @@ "Tfng": "Tifinagh", "Tglg": "Tagalog", "Thaa": "Thaana", + "Thai": "Thai", "Tibt": "Tibet", "Tirh": "Tirhuta", "Ugar": "Ugaritik", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ig.json b/src/Symfony/Component/Intl/Resources/data/scripts/ig.json index e70a165e79..e17682d28a 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ig.json @@ -1,10 +1,12 @@ { - "Version": "2.1.48.45", + "Version": "36", "Names": { "Arab": "Mkpụrụ Okwu Arabic", "Cyrl": "Mkpụrụ Okwu Cyrillic", "Hans": "Nke dị mfe", "Hant": "Izugbe", + "Jpan": "Japanese", + "Kore": "Korea", "Latn": "Latin", "Zxxx": "Edeghị ede" } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ii.json b/src/Symfony/Component/Intl/Resources/data/scripts/ii.json index 7bebcb51d5..ca398b0158 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ii.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ii.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Arab": "ꀊꇁꀨꁱꂷ", "Cyrl": "ꀊꆨꌦꇁꃚꁱꂷ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/in.json b/src/Symfony/Component/Intl/Resources/data/scripts/in.json index 3128a7cf7b..bcd763dce3 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/in.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/in.json @@ -1,8 +1,9 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "Afaka", "Aghb": "Albania Kaukasia", + "Arab": "Arab", "Armi": "Aram Imperial", "Armn": "Armenia", "Avst": "Avesta", @@ -54,6 +55,7 @@ "Hung": "Hungaria Kuno", "Inds": "Indus", "Ital": "Italia Lama", + "Jamo": "Jamo", "Java": "Jawa", "Jpan": "Jepang", "Jurc": "Jurchen", @@ -142,6 +144,7 @@ "Tfng": "Tifinagh", "Tglg": "Tagalog", "Thaa": "Thaana", + "Thai": "Thai", "Tibt": "Tibet", "Tirh": "Tirhuta", "Ugar": "Ugaritik", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/is.json b/src/Symfony/Component/Intl/Resources/data/scripts/is.json index 057a50f382..efeaedb63b 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/is.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/is.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arabískt", "Armn": "armenskt", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/it.json b/src/Symfony/Component/Intl/Resources/data/scripts/it.json index 1ea1adceba..5add6cf798 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/it.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/it.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "afaka", "Arab": "arabo", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/iw.json b/src/Symfony/Component/Intl/Resources/data/scripts/iw.json index 5c54a2ed76..d36b40992e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/iw.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/iw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "ערבי", "Armn": "ארמני", @@ -21,7 +21,7 @@ "Grek": "יווני", "Gujr": "גוג׳רטי", "Guru": "גורמוקי", - "Hanb": "האנב", + "Hanb": "האן עם בופומופו", "Hang": "האנגול", "Hani": "האן", "Hans": "פשוט", @@ -39,14 +39,14 @@ "Khmr": "חמרי", "Knda": "קאנאדה", "Kore": "קוריאני", - "Laoo": "לאית", + "Laoo": "לאי", "Latg": "לטיני גאלי", "Latn": "לטיני", "Maya": "מאיה", "Mlym": "מליאלאם", "Mong": "מונגולי", "Mymr": "מיאנמר", - "Orya": "אורייה", + "Orya": "אודייה", "Phnx": "פיניקי", "Runr": "רוני", "Sinh": "סינהלה", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/jv.json b/src/Symfony/Component/Intl/Resources/data/scripts/jv.json index d46daaec99..5c2d6686a1 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/jv.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/jv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.44", + "Version": "36", "Names": { "Arab": "Arab", "Armn": "Armenia", @@ -35,6 +35,7 @@ "Sinh": "Sinhala", "Taml": "Tamil", "Thaa": "Thaana", + "Thai": "Thailand", "Tibt": "Tibetan", "Zmth": "Notasi Matematika", "Zsye": "Emoji", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ka.json b/src/Symfony/Component/Intl/Resources/data/scripts/ka.json index 8599b710ef..5b96807b6f 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ka.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ka.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Afak": "აფაკა", "Arab": "არაბული", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/kk.json b/src/Symfony/Component/Intl/Resources/data/scripts/kk.json index 3ba6530a4c..fcf7e661da 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/kk.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/kk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "араб жазуы", "Armn": "армян жазуы", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/km.json b/src/Symfony/Component/Intl/Resources/data/scripts/km.json index 71e186def9..8dfe592114 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/km.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/km.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "អារ៉ាប់", "Armn": "អាមេនី", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/kn.json b/src/Symfony/Component/Intl/Resources/data/scripts/kn.json index 00ba3b41c0..e9857bc7ec 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/kn.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/kn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Arab": "ಅರೇಬಿಕ್", "Armi": "ಇಂಪೀರಿಯಲ್ ಅರೆಮಾಯಿಕ್", @@ -37,7 +37,7 @@ "Grek": "ಗ್ರೀಕ್", "Gujr": "ಗುಜರಾತಿ", "Guru": "ಗುರ್ಮುಖಿ", - "Hanb": "ಹಂಬ್", + "Hanb": "ಬೋಪೋಮೊಫೋ ಜೊತೆಗೆ ಹಾನ್", "Hang": "ಹ್ಯಾಂಗುಲ್", "Hani": "ಹಾನ್", "Hano": "ಹನೂನೂ", @@ -84,7 +84,7 @@ "Ogam": "ಓಘಮ್", "Olck": "ಓಲ್ ಚಿಕಿ", "Orkh": "ಓರ್ಖೋನ್", - "Orya": "ಒರಿಯಾ", + "Orya": "ಒಡಿಯಾ", "Osma": "ಓಸ್ಮಾನ್ಯಾ", "Perm": "ಪ್ರಾಚೀನ ಪೆರ್ಮಿಕ್", "Phag": "ಫಾಗ್ಸ್-ಪಾ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ko.json b/src/Symfony/Component/Intl/Resources/data/scripts/ko.json index ea29cabd87..2972887d6f 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ko.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ko.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Afak": "아파카 문자", "Aghb": "코카시안 알바니아 문자", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ks.json b/src/Symfony/Component/Intl/Resources/data/scripts/ks.json index 812746de29..4e36bd0a08 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ks.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "Arab": "اَربی", "Armn": "اَرمانیَن", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ku.json b/src/Symfony/Component/Intl/Resources/data/scripts/ku.json index fa3f172bcd..6982d7863b 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ku.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ku.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "Arab": "erebî", "Armn": "ermenî", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ky.json b/src/Symfony/Component/Intl/Resources/data/scripts/ky.json index 11a9e8b2f1..be0e250ac3 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ky.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ky.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Араб", "Armn": "Армян", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/lb.json b/src/Symfony/Component/Intl/Resources/data/scripts/lb.json index a1d14d4699..2cb2874425 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/lb.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/lb.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Arabesch", "Armi": "Armi", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/lo.json b/src/Symfony/Component/Intl/Resources/data/scripts/lo.json index 8f80e277db..878fb00840 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/lo.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/lo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Afak": "ອັບຟາກາ", "Arab": "ອາຣາບິກ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/lt.json b/src/Symfony/Component/Intl/Resources/data/scripts/lt.json index 97fd0360cb..913e618dc3 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/lt.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/lt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "Afaka", "Aghb": "Kaukazo Albanijos", @@ -92,6 +92,7 @@ "Merc": "Merojitų rankraštinis", "Mero": "meroitik", "Mlym": "malajalių", + "Modi": "Modi", "Mong": "mongolų", "Moon": "mūn", "Mroo": "Mro", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/lv.json b/src/Symfony/Component/Intl/Resources/data/scripts/lv.json index 50469cbe09..01e34933ac 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/lv.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/lv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.43", + "Version": "36", "Names": { "Arab": "arābu", "Armi": "aramiešu", @@ -13,7 +13,7 @@ "Copt": "koptu", "Cyrl": "kirilica", "Cyrs": "senslāvu", - "Deva": "devānagāri", + "Deva": "dēvanāgari", "Egyd": "demotiskais raksts", "Egyh": "hierātiskais raksts", "Egyp": "ēģiptiešu hieroglifi", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/meta.json b/src/Symfony/Component/Intl/Resources/data/scripts/meta.json index ea89073db9..2b84742e78 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/meta.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/meta.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Scripts": [ "Adlm", "Afak", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mi.json b/src/Symfony/Component/Intl/Resources/data/scripts/mi.json index 202370a723..f09b313daa 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/mi.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/mi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Arapika", "Cyrl": "Hīririki", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mk.json b/src/Symfony/Component/Intl/Resources/data/scripts/mk.json index 946079b1ed..f8972c76d5 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/mk.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/mk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.27", + "Version": "36", "Names": { "Afak": "афака", "Aghb": "кавкаскоалбански", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ml.json b/src/Symfony/Component/Intl/Resources/data/scripts/ml.json index f8d52864d7..2d1dcad0f0 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ml.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ml.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "അറബിക്", "Armi": "അർമി", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mn.json b/src/Symfony/Component/Intl/Resources/data/scripts/mn.json index 9dc8b4b181..106f2026c8 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/mn.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/mn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Arab": "араб", "Armn": "армени", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mo.json b/src/Symfony/Component/Intl/Resources/data/scripts/mo.json index 41fa37a013..7a994c623e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/mo.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/mo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arabă", "Armn": "armeană", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mr.json b/src/Symfony/Component/Intl/Resources/data/scripts/mr.json index 965e2d27e4..7ecc1d34d3 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/mr.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/mr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "अरबी", "Armi": "इम्पिरियल आर्मेनिक", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ms.json b/src/Symfony/Component/Intl/Resources/data/scripts/ms.json index 1fa964255d..a2f60942f5 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ms.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ms.json @@ -1,44 +1,164 @@ { - "Version": "2.1.49.2", + "Version": "36", "Names": { + "Adlm": "Adlam", + "Aghb": "Kaukasia Albania", "Arab": "Arab", + "Armi": "Aramia Imperial", "Armn": "Armenia", + "Avst": "Avestan", + "Bali": "Bali", + "Bamu": "Bamu", + "Bass": "Bassa Vah", + "Batk": "Batak", "Beng": "Benggala", + "Bhks": "Bhaisuki", "Bopo": "Bopomofo", + "Brah": "Brahmi", "Brai": "Braille", + "Bugi": "Bugis", + "Buhd": "Buhid", + "Cakm": "Chakma", + "Cans": "Cans", + "Cari": "Carian", + "Cham": "Cham", + "Cher": "Cherokee", + "Copt": "Coptic", + "Cprt": "Cypriot", "Cyrl": "Cyril", "Deva": "Devanagari", + "Dogr": "Dogra", + "Dsrt": "Deseret", + "Dupl": "Trengkas Duployan", + "Egyp": "Hiroglif Mesir", + "Elba": "Elbasan", + "Elym": "Elymaic", "Ethi": "Ethiopia", "Geor": "Georgia", + "Glag": "Glagolitik", + "Gong": "Gunjala Gondi", + "Gonm": "Masaram Gonti", + "Goth": "Gothic", + "Gran": "Grantha", "Grek": "Greek", "Gujr": "Gujarat", "Guru": "Gurmukhi", "Hanb": "Han dengan Bopomofo", "Hang": "Hangul", "Hani": "Han", + "Hano": "Hanunoo", "Hans": "Ringkas", "Hant": "Tradisional", + "Hatr": "Hatran", "Hebr": "Ibrani", "Hira": "Hiragana", + "Hluw": "Hiroglif Anatoli", + "Hmng": "Pahawh Hmong", + "Hmnp": "Nyiakeng Puachue Hmong", "Hrkt": "Ejaan sukuan Jepun", + "Hung": "Hungary Lama", + "Ital": "Italik Lama", "Jamo": "Jamo", + "Java": "Jawa", "Jpan": "Jepun", + "Kali": "Kayah Li", "Kana": "Katakana", + "Khar": "Kharoshthi", "Khmr": "Khmer", + "Khoj": "Khojki", "Knda": "Kannada", "Kore": "Korea", + "Kthi": "Kaithi", + "Lana": "Lanna", "Laoo": "Lao", "Latn": "Latin", + "Lepc": "Lepcha", + "Limb": "Limbu", + "Lina": "Linear A", + "Linb": "Linear B", + "Lisu": "Fraser", + "Lyci": "Lycia", + "Lydi": "Lydia", + "Mahj": "Mahajani", + "Maka": "Makasar", + "Mand": "Mandaean", + "Mani": "Manichaean", + "Marc": "Marchen", + "Medf": "Medefaidrin", + "Mend": "Mende", + "Merc": "Kursif Meroitic", + "Mero": "Meroitic", "Mlym": "Malayalam", + "Modi": "Modi", "Mong": "Mongolia", + "Mroo": "Mro", + "Mtei": "Meitei Mayek", + "Mult": "Multani", "Mymr": "Myammar", + "Nand": "Nandinagari", + "Narb": "Arab Utara Lama", + "Nbat": "Nabataean", + "Newa": "Newa", + "Nkoo": "N’ko", + "Nshu": "Nushu", + "Ogam": "Ogham", + "Olck": "Ol Chiki", + "Orkh": "Orkhon", "Orya": "Oriya", + "Osge": "Osage", + "Osma": "Osmanya", + "Palm": "Palmyrene", + "Pauc": "Pau Cin Hau", + "Perm": "Permic Lama", + "Phag": "Phags-pa", + "Phli": "Inskripsi Pahlavi", + "Phlp": "Pslater Pahlavi", + "Phnx": "Phoenicia", + "Plrd": "Fonetik Pollard", + "Prti": "Inskripsi Parthian", + "Qaag": "Zawgyi", + "Rjng": "Rejang", + "Rohg": "Hanifi Rohingya", + "Runr": "Runic", + "Samr": "Samaritan", + "Sarb": "Arab Selatan Lama", + "Saur": "Saurashtra", + "Sgnw": "Tulisan Isyarat", + "Shaw": "Shavia", + "Shrd": "Sharada", + "Sidd": "Siddham", + "Sind": "Khudawadi", "Sinh": "Sinhala", + "Sogd": "Sogdia", + "Sogo": "Sogdia Lama", + "Sora": "Sora Sompeng", + "Soyo": "Soyombo", + "Sund": "Sunda", + "Sylo": "Syloti Nagri", + "Syrc": "Syria", + "Tagb": "Tagbanwa", + "Takr": "Takri", + "Tale": "Tai Le", + "Talu": "Tai Lue Baharu", "Taml": "Tamil", + "Tang": "Tangut", + "Tavt": "Tai Viet", "Telu": "Telugu", + "Tfng": "Tifinagh", + "Tglg": "Tagalog", "Thaa": "Thaana", "Thai": "Thai", "Tibt": "Tibet", + "Tirh": "Tirhuta", + "Ugar": "Ugaritic", + "Vaii": "Vai", + "Wara": "Varang Kshiti", + "Wcho": "Wancho", + "Xpeo": "Parsi Lama", + "Xsux": "Aksara Paku Sumero-Akkadia", + "Yiii": "Yi", + "Zanb": "Segi Empat Zanabazar", + "Zinh": "Diwarisi", "Zmth": "Tatatanda matematik", "Zsye": "Emoji", "Zsym": "Simbol", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mt.json b/src/Symfony/Component/Intl/Resources/data/scripts/mt.json index 3b447f2e58..c388f05dd5 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/mt.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/mt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Għarbi", "Cyrl": "Ċirilliku", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/my.json b/src/Symfony/Component/Intl/Resources/data/scripts/my.json index c5dc85a345..9f28385187 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/my.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/my.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "အာရေဗျ", "Armn": "အာမေးနီးယား", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/nb.json b/src/Symfony/Component/Intl/Resources/data/scripts/nb.json index d05a75c0de..fa52c828ab 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/nb.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/nb.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "afaka", "Aghb": "kaukasus-albansk", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ne.json b/src/Symfony/Component/Intl/Resources/data/scripts/ne.json index 8e088457b2..c3e5871362 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ne.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ne.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "अरबी", "Armi": "आर्मी", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/nl.json b/src/Symfony/Component/Intl/Resources/data/scripts/nl.json index c169b920c7..1234dd86de 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/nl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/nl.json @@ -1,9 +1,10 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Adlm": "Adlam", "Afak": "Defaka", "Aghb": "Kaukasisch Albanees", + "Ahom": "Ahom", "Arab": "Arabisch", "Armi": "Keizerlijk Aramees", "Armn": "Armeens", @@ -23,6 +24,7 @@ "Cakm": "Chakma", "Cans": "Verenigde Canadese Aboriginal-symbolen", "Cari": "Carisch", + "Cham": "Cham", "Cher": "Cherokee", "Cirt": "Cirth", "Copt": "Koptisch", @@ -102,6 +104,7 @@ "Merc": "Meroitisch cursief", "Mero": "Meroïtisch", "Mlym": "Malayalam", + "Modi": "Modi", "Mong": "Mongools", "Moon": "Moon", "Mroo": "Mro", @@ -131,6 +134,7 @@ "Phnx": "Foenicisch", "Plrd": "Pollard-fonetisch", "Prti": "Inscriptioneel Parthisch", + "Qaag": "Qaag", "Rjng": "Rejang", "Rohg": "Hanifi Rohingya", "Roro": "Rongorongo", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/nn.json b/src/Symfony/Component/Intl/Resources/data/scripts/nn.json index ea5b4b3ad4..3bdf69e8b0 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/nn.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/nn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arabisk", "Armi": "armisk", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/no.json b/src/Symfony/Component/Intl/Resources/data/scripts/no.json index d05a75c0de..fa52c828ab 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/no.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/no.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "afaka", "Aghb": "kaukasus-albansk", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/om.json b/src/Symfony/Component/Intl/Resources/data/scripts/om.json index 99d42a5aa9..205b40dca7 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/om.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/om.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Latn": "Latin" } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/or.json b/src/Symfony/Component/Intl/Resources/data/scripts/or.json index 3489b2b42b..2c1224ee6d 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/or.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/or.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "ଆରବିକ୍", "Armi": "ଇମ୍ପେରିଆଲ୍ ଆରମିକ୍", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/os.json b/src/Symfony/Component/Intl/Resources/data/scripts/os.json index 635ef2af8f..d50864e06f 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/os.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/os.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Arab": "Араббаг", "Cyrl": "Киррилицӕ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/pa.json b/src/Symfony/Component/Intl/Resources/data/scripts/pa.json index 7ca708ed5d..2bae98d09e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/pa.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/pa.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.20", + "Version": "36", "Names": { "Arab": "ਅਰਬੀ", "Armn": "ਅਰਮੀਨੀਆਈ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/pa_Arab.json b/src/Symfony/Component/Intl/Resources/data/scripts/pa_Arab.json index 1bdfca6f0c..4cfe0fc0bb 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/pa_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/pa_Arab.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Arab": "عربی", "Guru": "گُرمُکھی" diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ps.json b/src/Symfony/Component/Intl/Resources/data/scripts/ps.json index e19e6f6ef4..dc72ae8228 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ps.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ps.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "عربي", "Armn": "ارمانیایي", @@ -32,9 +32,9 @@ "Mlym": "مالایالم", "Mong": "منګولیایي", "Mymr": "میانمار", - "Orya": "اویا", + "Orya": "اوديا", "Sinh": "سنهالا", - "Taml": "تامیل", + "Taml": "تامل", "Telu": "تیلیګو", "Thaa": "تهانا", "Thai": "تایلنډي", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/pt.json b/src/Symfony/Component/Intl/Resources/data/scripts/pt.json index ca674fd7ec..26fa5f33e0 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/pt.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/pt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "árabe", "Armi": "armi", @@ -87,7 +87,7 @@ "Ogam": "ogâmico", "Olck": "ol chiki", "Orkh": "orkhon", - "Orya": "oriya", + "Orya": "oriá", "Osma": "osmania", "Perm": "pérmico antigo", "Phag": "phags-pa", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/pt_PT.json b/src/Symfony/Component/Intl/Resources/data/scripts/pt_PT.json index 2f3b4ab51b..44c1bf6eb2 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/pt_PT.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/pt_PT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Armn": "arménio", "Beng": "bengalês", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/rm.json b/src/Symfony/Component/Intl/Resources/data/scripts/rm.json index 915f602f0d..4f56104193 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/rm.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/rm.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "Arab": "arab", "Armi": "arameic imperial", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ro.json b/src/Symfony/Component/Intl/Resources/data/scripts/ro.json index 41fa37a013..7a994c623e 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ro.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ro.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arabă", "Armn": "armeană", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ru.json b/src/Symfony/Component/Intl/Resources/data/scripts/ru.json index 6a0b06975d..641975aade 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ru.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ru.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Afak": "афака", "Arab": "арабица", @@ -52,7 +52,7 @@ "Hira": "хирагана", "Hluw": "лувийские иероглифы", "Hmng": "пахау хмонг", - "Hrkt": "катакана или хирагана", + "Hrkt": "катакана и хирагана", "Hung": "старовенгерская", "Inds": "хараппская (письменность долины Инда)", "Ital": "староитальянская", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sd.json b/src/Symfony/Component/Intl/Resources/data/scripts/sd.json index f4f441d15f..ab2fcef1c4 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sd.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "عربي", "Armn": "عرماني", @@ -21,7 +21,9 @@ "Hebr": "عبراني", "Hira": "هراگنا", "Hrkt": "جاپاني لکت", + "Ital": "قديم اطالوي", "Jamo": "جامو", + "Java": "جاوانيز", "Jpan": "جاپاني", "Kana": "ڪٽاڪانا", "Khmr": "خمر", @@ -31,14 +33,17 @@ "Latn": "لاطيني", "Mlym": "مليالم", "Mong": "منگولي", + "Mult": "ملتاني", "Mymr": "ميانمر", "Orya": "اوڊيا", + "Sarb": "قديم ڏاکڻي عربي", "Sinh": "سنهالا", "Taml": "تامل", "Telu": "تلگو", "Thaa": "ٿانا", "Thai": "ٿائي", "Tibt": "تبيتن", + "Xpeo": "قديم فارسي", "Zmth": "رياضي جون نشانيون", "Zsye": "ايموجي", "Zsym": "نشانيون", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/se.json b/src/Symfony/Component/Intl/Resources/data/scripts/se.json index 7cdc813a31..490c64da4c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/se.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/se.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.4", + "Version": "36", "Names": { "Arab": "arába", "Cyrl": "kyrillalaš", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/se_FI.json b/src/Symfony/Component/Intl/Resources/data/scripts/se_FI.json index 342bb3e4e4..0fcde53dc8 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/se_FI.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/se_FI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.83", + "Version": "36", "Names": { "Arab": "arábalaš", "Hani": "kiinnálaš", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sh.json b/src/Symfony/Component/Intl/Resources/data/scripts/sh.json index 4b6a5abbe1..130c070cc9 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sh.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arapsko pismo", "Armi": "imperijsko aramejsko pismo", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/si.json b/src/Symfony/Component/Intl/Resources/data/scripts/si.json index ed6decfa4a..2b24ab9aa1 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/si.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/si.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Arab": "අරාබි", "Armn": "ආර්මේනියානු", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sk.json b/src/Symfony/Component/Intl/Resources/data/scripts/sk.json index 56a5c3af34..e59ada2e9c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sk.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "arabské", "Armn": "arménske", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sl.json b/src/Symfony/Component/Intl/Resources/data/scripts/sl.json index dcb07e3d16..1399dbbf8c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "arabski", "Armi": "imperialno-aramejski", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/so.json b/src/Symfony/Component/Intl/Resources/data/scripts/so.json index 31fd4f32c8..a3b8775282 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/so.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/so.json @@ -1,10 +1,9 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Carabi", "Armn": "Armeeniyaan", "Beng": "Baangla", - "Bopo": "Bopo", "Brai": "Qoraalka Indhoolaha", "Cyrl": "Siriylik", "Deva": "Dhefangaari", @@ -12,10 +11,7 @@ "Geor": "Jiyoorjoyaan", "Grek": "Giriik", "Gujr": "Gujaraati", - "Guru": "Guru", - "Hanb": "Hanb", "Hang": "Hanguul", - "Hani": "Hani", "Hans": "La fududeeyay", "Hant": "Hore", "Hebr": "Cibraani", @@ -27,7 +23,6 @@ "Khmr": "Khamer", "Knda": "Kanada", "Kore": "Kuuriyaan", - "Laoo": "Laoo", "Latn": "Laatiin", "Mlym": "Maalayalam", "Mong": "Mongooliyaan", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sq.json b/src/Symfony/Component/Intl/Resources/data/scripts/sq.json index 23143b28df..4fa65cbd54 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sq.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sq.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Arab": "arabik", "Armn": "armen", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sr.json b/src/Symfony/Component/Intl/Resources/data/scripts/sr.json index 7e4256b56d..5f9daeaea1 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sr.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "арапско писмо", "Armi": "империјско арамејско писмо", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sr_Latn.json b/src/Symfony/Component/Intl/Resources/data/scripts/sr_Latn.json index 4b6a5abbe1..130c070cc9 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sr_Latn.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sr_Latn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arapsko pismo", "Armi": "imperijsko aramejsko pismo", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sv.json b/src/Symfony/Component/Intl/Resources/data/scripts/sv.json index 4d8799a077..e38e18ea85 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sv.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.90", + "Version": "36", "Names": { "Adlm": "adlamiska", "Afak": "afakiska", @@ -32,6 +32,7 @@ "Cyrl": "kyrilliska", "Cyrs": "fornkyrkoslavisk kyrilliska", "Deva": "devanagari", + "Dogr": "dogriska", "Dsrt": "deseret", "Dupl": "Duployéstenografiska", "Egyd": "demotiska", @@ -93,10 +94,12 @@ "Lyci": "lykiska", "Lydi": "lydiska", "Mahj": "mahajaniska", + "Maka": "makasariska", "Mand": "mandaéiska", "Mani": "manikeanska", "Marc": "marchenska", "Maya": "mayahieroglyfer", + "Medf": "medefaidrin", "Mend": "mende", "Merc": "kursiv-meroitiska", "Mero": "meroitiska", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sw.json b/src/Symfony/Component/Intl/Resources/data/scripts/sw.json index 1a3b31c671..5442bb7343 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/sw.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Arab": "Kiarabu", "Armn": "Kiarmenia", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sw_KE.json b/src/Symfony/Component/Intl/Resources/data/scripts/sw_KE.json new file mode 100644 index 0000000000..0dce575273 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/scripts/sw_KE.json @@ -0,0 +1,13 @@ +{ + "Version": "36", + "Names": { + "Brai": "Breli", + "Ethi": "Kihabeshi", + "Hebr": "Kihibrania", + "Hira": "Kihiragana", + "Jamo": "Kijamo", + "Mymr": "Kimyama", + "Orya": "Kiodia", + "Taml": "Kitamili" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ta.json b/src/Symfony/Component/Intl/Resources/data/scripts/ta.json index a18e42f083..7789ff3aa1 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ta.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ta.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Arab": "அரபிக்", "Armi": "இம்பேரியல் அரமெய்க்", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/te.json b/src/Symfony/Component/Intl/Resources/data/scripts/te.json index 8203888528..8b78f66a64 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/te.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/te.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Arab": "అరబిక్", "Armi": "ఇంపీరియల్ అరామాక్", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/tg.json b/src/Symfony/Component/Intl/Resources/data/scripts/tg.json index 9c0aad08a7..16f1ecdd18 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/tg.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/tg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Арабӣ", "Cyrl": "Кириллӣ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ti.json b/src/Symfony/Component/Intl/Resources/data/scripts/ti.json index 1b2ded1e01..eb8060a168 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ti.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ti.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Ethi": "ፊደል", "Latn": "ላቲን" diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/tk.json b/src/Symfony/Component/Intl/Resources/data/scripts/tk.json index 5e03d6e528..e82d401429 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/tk.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/tk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Arap elipbiýi", "Armn": "Ermeni elipbiýi", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/tl.json b/src/Symfony/Component/Intl/Resources/data/scripts/tl.json index 387b6f44ea..fa3f4220de 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/tl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/tl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Arabic", "Armn": "Armenian", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/to.json b/src/Symfony/Component/Intl/Resources/data/scripts/to.json index 0fa7576bee..2ed9d19d39 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/to.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/to.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Afak": "tohinima fakaʻafaka", "Aghb": "tohinima fakaʻalapēnia-kaukasia", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/tr.json b/src/Symfony/Component/Intl/Resources/data/scripts/tr.json index 43419d551e..5c35ee1e28 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/tr.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/tr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.42", + "Version": "36", "Names": { "Afak": "Afaka", "Aghb": "Kafkas Albanyası", @@ -21,6 +21,7 @@ "Cakm": "Chakma", "Cans": "UCAS", "Cari": "Karya", + "Cham": "Cham", "Cher": "Çeroki", "Cirt": "Cirth", "Copt": "Kıpti", @@ -43,7 +44,7 @@ "Grek": "Yunan", "Gujr": "Gücerat", "Guru": "Gurmukhi", - "Hanb": "Hanb", + "Hanb": "Han - Bopomofo", "Hang": "Hangıl", "Hani": "Han", "Hano": "Hanunoo", @@ -53,7 +54,7 @@ "Hira": "Hiragana", "Hluw": "Anadolu Hiyeroglifleri", "Hmng": "Pahavh Hmong", - "Hrkt": "Katakana veya Hiragana", + "Hrkt": "Japon hece alfabeleri", "Hung": "Eski Macar", "Inds": "Indus", "Ital": "Eski İtalyan", @@ -85,11 +86,13 @@ "Lydi": "Lidya", "Mahj": "Mahajani", "Mand": "Manden", + "Mani": "Mani", "Maya": "Maya Hiyeroglifleri", "Mend": "Mende", "Merc": "Meroitik El Yazısı", "Mero": "Meroitik", "Mlym": "Malayalam", + "Modi": "Modi", "Mong": "Moğol", "Moon": "Moon", "Mroo": "Mro", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/tt.json b/src/Symfony/Component/Intl/Resources/data/scripts/tt.json index 3c7f4fae47..9594380329 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/tt.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/tt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "гарәп", "Cyrl": "кирилл", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ug.json b/src/Symfony/Component/Intl/Resources/data/scripts/ug.json index 7dbe52d78d..bc811f2746 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ug.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ug.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Afak": "ئافاكا", "Arab": "ئەرەب", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/uk.json b/src/Symfony/Component/Intl/Resources/data/scripts/uk.json index 21d84ff51e..e1b6c875de 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/uk.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/uk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Adlm": "адлам", "Afak": "афака", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ur.json b/src/Symfony/Component/Intl/Resources/data/scripts/ur.json index aeebb80797..768327c0ec 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ur.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ur.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "عربی", "Armn": "آرمینیائی", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/uz.json b/src/Symfony/Component/Intl/Resources/data/scripts/uz.json index aa10138e4f..0e3972459b 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/uz.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/uz.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "arab", "Armn": "arman", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/uz_Arab.json b/src/Symfony/Component/Intl/Resources/data/scripts/uz_Arab.json index 5f19ed86a6..1f6ed41327 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/uz_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/uz_Arab.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Arab": "عربی" } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/uz_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/scripts/uz_Cyrl.json index 5e4fd1efe2..666a1602e0 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/uz_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/uz_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Араб", "Armn": "Арман", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/vi.json b/src/Symfony/Component/Intl/Resources/data/scripts/vi.json index b9f33bd201..e6ffec9b0c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/vi.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/vi.json @@ -1,10 +1,7 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { - "Adlm": "Adlm", "Afak": "Chữ Afaka", - "Aghb": "Aghb", - "Ahom": "Ahom", "Arab": "Chữ Ả Rập", "Armi": "Chữ Imperial Aramaic", "Armn": "Chữ Armenia", @@ -13,8 +10,7 @@ "Bamu": "Chữ Bamum", "Bass": "Chữ Bassa Vah", "Batk": "Chữ Batak", - "Beng": "Chữ Bangladesh", - "Bhks": "Bhks", + "Beng": "Chữ Bangla", "Blis": "Chữ Blissymbols", "Bopo": "Chữ Bopomofo", "Brah": "Chữ Brahmi", @@ -32,37 +28,30 @@ "Cyrl": "Chữ Kirin", "Cyrs": "Chữ Kirin Slavơ Nhà thờ cổ", "Deva": "Chữ Devanagari", - "Dogr": "Dogr", "Dsrt": "Chữ Deseret", "Dupl": "Chữ tốc ký Duployan", "Egyd": "Chữ Ai Cập bình dân", "Egyh": "Chữ Ai Cập thày tu", "Egyp": "Chữ tượng hình Ai Cập", - "Elba": "Elba", - "Elym": "Elym", "Ethi": "Chữ Ethiopia", "Geok": "Chữ Khutsuri Georgia", - "Geor": "Chữ Gruzia", + "Geor": "Chữ Georgia", "Glag": "Chữ Glagolitic", - "Gong": "Gong", - "Gonm": "Gonm", "Goth": "Chữ Gô-tích", "Gran": "Chữ Grantha", "Grek": "Chữ Hy Lạp", "Gujr": "Chữ Gujarati", "Guru": "Chữ Gurmukhi", - "Hanb": "Chữ Hanb", - "Hang": "Chữ Hangul", + "Hanb": "Chữ Hán có chú âm", + "Hang": "Chữ Hàn", "Hani": "Chữ Hán", "Hano": "Chữ Hanunoo", "Hans": "Giản thể", "Hant": "Phồn thể", - "Hatr": "Hatr", "Hebr": "Chữ Do Thái", "Hira": "Chữ Hiragana", "Hluw": "Chữ tượng hình Anatolia", "Hmng": "Chữ Pahawh Hmong", - "Hmnp": "Hmnp", "Hrkt": "Bảng ký hiệu âm tiết Tiếng Nhật", "Hung": "Chữ Hungary cổ", "Inds": "Chữ Indus", @@ -93,28 +82,20 @@ "Loma": "Chữ Loma", "Lyci": "Chữ Lycia", "Lydi": "Chữ Lydia", - "Mahj": "Mahj", - "Maka": "Maka", "Mand": "Chữ Mandaean", "Mani": "Chữ Manichaean", - "Marc": "Marc", "Maya": "Chữ tượng hình Maya", - "Medf": "Medf", "Mend": "Chữ Mende", "Merc": "Chữ Meroitic Nét thảo", "Mero": "Chữ Meroitic", "Mlym": "Chữ Malayalam", - "Modi": "Modi", "Mong": "Chữ Mông Cổ", "Moon": "Chữ nổi Moon", "Mroo": "Chữ Mro", "Mtei": "Chữ Meitei Mayek", - "Mult": "Mult", "Mymr": "Chữ Myanmar", - "Nand": "Nand", "Narb": "Chữ Bắc Ả Rập cổ", "Nbat": "Chữ Nabataean", - "Newa": "Newa", "Nkgb": "Chữ Naxi Geba", "Nkoo": "Chữ N’Ko", "Nshu": "Chữ Nüshu", @@ -122,10 +103,8 @@ "Olck": "Chữ Ol Chiki", "Orkh": "Chữ Orkhon", "Orya": "Chữ Odia", - "Osge": "Osge", "Osma": "Chữ Osmanya", "Palm": "Chữ Palmyrene", - "Pauc": "Pauc", "Perm": "Chữ Permic cổ", "Phag": "Chữ Phags-pa", "Phli": "Chữ Pahlavi Văn bia", @@ -134,9 +113,7 @@ "Phnx": "Chữ Phoenicia", "Plrd": "Ngữ âm Pollard", "Prti": "Chữ Parthia Văn bia", - "Qaag": "Qaag", "Rjng": "Chữ Rejang", - "Rohg": "Rohg", "Roro": "Chữ Rongorongo", "Runr": "Chữ Runic", "Samr": "Chữ Samaritan", @@ -146,13 +123,9 @@ "Sgnw": "Chữ viết Ký hiệu", "Shaw": "Chữ Shavian", "Shrd": "Chữ Sharada", - "Sidd": "Sidd", "Sind": "Chữ Khudawadi", "Sinh": "Chữ Sinhala", - "Sogd": "Sogd", - "Sogo": "Sogo", "Sora": "Chữ Sora Sompeng", - "Soyo": "Soyo", "Sund": "Chữ Xu-đăng", "Sylo": "Chữ Syloti Nagri", "Syrc": "Chữ Syria", @@ -178,12 +151,10 @@ "Vaii": "Chữ Vai", "Visp": "Tiếng nói Nhìn thấy được", "Wara": "Chữ Varang Kshiti", - "Wcho": "Wcho", "Wole": "Chữ Woleai", "Xpeo": "Chữ Ba Tư cổ", "Xsux": "Chữ hình nêm Sumero-Akkadian", "Yiii": "Chữ Di", - "Zanb": "Zanb", "Zinh": "Chữ Kế thừa", "Zmth": "Ký hiệu Toán học", "Zsye": "Biểu tượng", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/wo.json b/src/Symfony/Component/Intl/Resources/data/scripts/wo.json index 8579d125bd..8bde4ef20c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/wo.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/wo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Arab": "Araab", "Cyrl": "Sirilik", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/yi.json b/src/Symfony/Component/Intl/Resources/data/scripts/yi.json index 7f3a959205..2991b832a1 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/yi.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/yi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.82", + "Version": "36", "Names": { "Arab": "אַראַביש", "Cyrl": "ציריליש", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/zh.json b/src/Symfony/Component/Intl/Resources/data/scripts/zh.json index 373b4515b1..bba52d033a 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/zh.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/zh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Adlm": "阿德拉姆文", "Afak": "阿法卡文", @@ -127,7 +127,6 @@ "Phnx": "腓尼基文", "Plrd": "波拉德音标文字", "Prti": "帕提亚文碑铭体", - "Qaag": "Qaag", "Rjng": "拉让文", "Rohg": "哈乃斐罗兴亚文", "Roro": "朗格朗格文", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/zh_HK.json b/src/Symfony/Component/Intl/Resources/data/scripts/zh_HK.json index 78e7e78819..e9a9079936 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/zh_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/zh_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "Cyrl": "西里爾文", "Ethi": "埃塞俄比亞文", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant.json b/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant.json index ab693f4d14..353ae5719c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant.json @@ -1,5 +1,5 @@ { - "Version": "2.1.49.82", + "Version": "36", "Names": { "Adlm": "富拉文", "Afak": "阿法卡文字", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant_HK.json b/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant_HK.json index 78e7e78819..e9a9079936 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant_HK.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/zh_Hant_HK.json @@ -1,5 +1,5 @@ { - "Version": "2.1.47.86", + "Version": "36", "Names": { "Cyrl": "西里爾文", "Ethi": "埃塞俄比亞文", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/zu.json b/src/Symfony/Component/Intl/Resources/data/scripts/zu.json index 70b0775322..708596df3b 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/zu.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/zu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.48.17", + "Version": "36", "Names": { "Arab": "isi-Arabic", "Armn": "isi-Armenian", diff --git a/src/Symfony/Component/Intl/Resources/data/version.txt b/src/Symfony/Component/Intl/Resources/data/version.txt index 844aa57195..fcf99cb65d 100644 --- a/src/Symfony/Component/Intl/Resources/data/version.txt +++ b/src/Symfony/Component/Intl/Resources/data/version.txt @@ -1 +1 @@ -64.2 +65.1 diff --git a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php index eed2db8c75..fbd95b67df 100644 --- a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php +++ b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php @@ -343,6 +343,7 @@ abstract class AbstractDataProviderTest extends TestCase 'fy', 'fy_NL', 'ga', + 'ga_GB', 'ga_IE', 'gd', 'gd_GB', diff --git a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLanguageDataProviderTest.php b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLanguageDataProviderTest.php index 3abeccc725..6743af947e 100644 --- a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLanguageDataProviderTest.php +++ b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractLanguageDataProviderTest.php @@ -126,6 +126,7 @@ abstract class AbstractLanguageDataProviderTest extends AbstractDataProviderTest 'chp', 'chr', 'chy', + 'cic', 'ckb', 'co', 'cop', diff --git a/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php b/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php index c94eb7e89b..e18fdd492e 100644 --- a/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php @@ -82,9 +82,16 @@ class SwitchUserListener implements ListenerInterface public function __invoke(RequestEvent $event) { $request = $event->getRequest(); - $username = $request->get($this->usernameParameter) ?: $request->headers->get($this->usernameParameter); - if (!$username) { + // usernames can be falsy + $username = $request->get($this->usernameParameter); + + if (null === $username || '' === $username) { + $username = $request->headers->get($this->usernameParameter); + } + + // if it's still "empty", nothing to do. + if (null === $username || '' === $username) { return; } diff --git a/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php b/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php index 36842713f8..d72a4d5b86 100644 --- a/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php +++ b/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php @@ -212,6 +212,32 @@ class SwitchUserListenerTest extends TestCase $this->assertInstanceOf('Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken', $this->tokenStorage->getToken()); } + public function testSwitchUserWorksWithFalsyUsernames() + { + $token = new UsernamePasswordToken('username', '', 'key', ['ROLE_FOO']); + $user = new User('username', 'password', []); + + $this->tokenStorage->setToken($token); + $this->request->query->set('_switch_user', '0'); + + $this->accessDecisionManager->expects($this->once()) + ->method('decide')->with($token, ['ROLE_ALLOWED_TO_SWITCH']) + ->willReturn(true); + + $this->userProvider->expects($this->once()) + ->method('loadUserByUsername')->with('0') + ->willReturn($user); + $this->userChecker->expects($this->once()) + ->method('checkPostAuth')->with($user); + + $listener = new SwitchUserListener($this->tokenStorage, $this->userProvider, $this->userChecker, 'provider123', $this->accessDecisionManager); + $listener->handle($this->event); + + $this->assertSame([], $this->request->query->all()); + $this->assertSame('', $this->request->server->get('QUERY_STRING')); + $this->assertInstanceOf('Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken', $this->tokenStorage->getToken()); + } + public function testSwitchUserKeepsOtherQueryStringParameters() { $token = new UsernamePasswordToken('username', '', 'key', ['ROLE_FOO']); diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf index e4390981df..d35bff2c6e 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf @@ -222,10 +222,150 @@ Unsupported card type or invalid card number. Tätä korttityyppiä ei tueta tai korttinumero on virheellinen. + + This is not a valid International Bank Account Number (IBAN). + Arvo ei ole kelvollinen kansainvälinen pankkitilinumero (IBAN). + + + This value is not a valid ISBN-10. + Arvo ei ole kelvollinen ISBN-10. + + + This value is not a valid ISBN-13. + Arvo ei ole kelvollinen ISBN-13. + + + This value is neither a valid ISBN-10 nor a valid ISBN-13. + Arvo ei ole kelvollinen ISBN-10 tai kelvollinen ISBN-13. + + + This value is not a valid ISSN. + Arvo ei ole kelvollinen ISSN. + + + This value is not a valid currency. + Arvo ei ole kelvollinen valuutta. + + + This value should be equal to {{ compared_value }}. + Arvo ei ole sama kuin {{ compared_value }}. + + + This value should be greater than {{ compared_value }}. + Arvon tulee olla suurempi kuin {{ compared_value }}. + + + This value should be greater than or equal to {{ compared_value }}. + Arvon tulee olla suurempi tai yhtä suuri kuin {{ compared_value }}. + + + This value should be identical to {{ compared_value_type }} {{ compared_value }}. + Tämä arvo tulee olla sama kuin {{ compared_value_type }} {{ compared_value }}. + + + This value should be less than {{ compared_value }}. + Arvon tulee olla pienempi kuin {{ compared_value }}. + + + This value should be less than or equal to {{ compared_value }}. + Arvon tulee olla pienempi tai yhtä suuri {{ compared_value }}. + + + This value should not be equal to {{ compared_value }}. + Arvon ei tule olla sama kuin {{ compared_value }}. + + + This value should not be identical to {{ compared_value_type }} {{ compared_value }}. + Tämä arvo ei tule olla sama kuin {{ compared_value_type }} {{ compared_value }}. + + + The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. + Kuvasuhde on liian suuri ({{ ratio }}). Suurin sallittu suhde on {{ max_ratio }}. + + + The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. + Kuvasuhde on liian pieni ({{ ratio }}). Pienin sallittu arvo on {{ min_ratio }}. + + + The image is square ({{ width }}x{{ height }}px). Square images are not allowed. + Kuva on neliä ({{ width }}x{{ height }}px). Neliöt kuvat eivät ole sallittuja. + + + The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. + Kuva on vaakasuuntainen ({{ width }}x{{ height }}px). Vaakasuuntaiset kuvat eivät ole sallittuja. + + + The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. + Kuva on pystysuuntainen ({{ width }}x{{ height }}px). Pystysuuntaiset kuvat eivät ole sallittuja. + + + An empty file is not allowed. + Tyhjä tiedosto ei ole sallittu. + + + The host could not be resolved. + The host could not be resolved. + + + This value does not match the expected {{ charset }} charset. + Arvo ei vastaa odotettua merkistöä {{ charset }}. + + + This is not a valid Business Identifier Code (BIC). + Arvo ei ole kelvollinen yritystunnus (BIC). + Error Virhe + + This is not a valid UUID. + Arvo ei ole kelvollinen UUID. + + + This value should be a multiple of {{ compared_value }}. + Tämän arvon tulisi olla kerrannainen {{ compared_value }}. + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + Tämä yritystunnus (BIC) ei ole liitetty IBAN {{ iban }}. + + + This value should be valid JSON. + Arvon tulee olla kelvollinen JSON. + + + This collection should contain only unique elements. + Tämä ryhmä tulisi sisältää vain yksilöllisiä arvoja. + + + This value should be positive. + Arvon tulisi olla positiivinen. + + + This value should be either positive or zero. + Arvon tulisi olla joko positiivinen tai nolla. + + + This value should be negative. + Arvon tulisi olla negatiivinen. + + + This value should be either negative or zero. + Arvon tulisi olla joko negatiivinen tai nolla. + + + This value is not a valid timezone. + Arvo ei ole kelvollinen aikavyöhyke. + + + This password has been leaked in a data breach, it must not be used. Please use another password. + Tämä salasana on vuotanut tietomurrossa, sitä ei saa käyttää. Käytä toista salasanaa. + + + This value should be between {{ min }} and {{ max }}. + Arvon tulisi olla välillä {{ min }} - {{ max }}. + diff --git a/src/Symfony/Component/VarDumper/Caster/SplCaster.php b/src/Symfony/Component/VarDumper/Caster/SplCaster.php index 37260b5b97..c6d360e9e0 100644 --- a/src/Symfony/Component/VarDumper/Caster/SplCaster.php +++ b/src/Symfony/Component/VarDumper/Caster/SplCaster.php @@ -90,6 +90,12 @@ class SplCaster $prefix = Caster::PREFIX_VIRTUAL; + if (false === $c->getPathname()) { + $a[$prefix.'⚠'] = 'The parent constructor was not called: the object is in an invalid state'; + + return $a; + } + foreach ($map as $key => $accessor) { try { $a[$prefix.$key] = $c->$accessor(); diff --git a/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php b/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php index 530f26b1e7..e26c371d72 100644 --- a/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php +++ b/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php @@ -196,6 +196,18 @@ Symfony\Component\VarDumper\Tests\Caster\MyArrayIterator { 0 => 234 ] } +EOTXT; + $this->assertDumpEquals($expected, $var); + } + + public function testBadSplFileInfo() + { + $var = new BadSplFileInfo(); + + $expected = <<assertDumpEquals($expected, $var); } @@ -205,3 +217,10 @@ class MyArrayIterator extends \ArrayIterator { private $foo = 123; } + +class BadSplFileInfo extends \SplFileInfo +{ + public function __construct() + { + } +}