diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index 544ae4b071c06..e8a109685a7a4 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -102,7 +102,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * bug #22900 [FrameworkBundle][Console] Fix the override of a command registered by the kernel (aaa2000) * bug #22910 [Filesystem] improve error handling in lock() (xabbuh) * bug #22924 [Cache] Dont use pipelining with RedisCluster (nicolas-grekas) - * bug #22718 [Console] Fixed different behaviour of key and value user inputs in multiple choice question (borNfreee) + * bug #22718 [Console] Fixed different behavior of key and value user inputs in multiple choice question (borNfreee) * bug #22829 [Yaml] fix colon without space deprecation (xabbuh) * bug #22901 Fix missing abstract key in XmlDumper (weaverryan) * bug #22912 [DI] Avoid private call to Container::has() (ro0NL) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index fe698c1e6dc39..0d1ea619f96a7 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -425,7 +425,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * bug #22928 [WebProfilerBundle] Fixed options stub values display in form profiler (HeahDude) * feature #22838 Make the simple exception pages match the new style (javiereguiluz) * bug #22925 [PhpUnitBridge] Adjust PHPUnit class_alias check to also check for namespaced class (GawainLynch) - * bug #22718 [Console] Fixed different behaviour of key and value user inputs in multiple choice question (borNfreee) + * bug #22718 [Console] Fixed different behavior of key and value user inputs in multiple choice question (borNfreee) * bug #22921 [FrameworkBundle] Only override getProjectDir if it exists in the kernel (aschempp) * feature #22905 [FrameworkBundle][Validator] Move the PSR-11 factory to the component (ogizanagi) * bug #22728 [HttpKernel] Fix kernel.project_dir extensibility (chalasr) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 20ddc15fe2747..ba31a942c3a35 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -7,6 +7,34 @@ in 3.4 minor versions. To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1 +* 3.4.24 (2019-04-02) + + * bug #30660 [Bridge][Twig] DebugCommand - fix escaping and filter (SpacePossum) + * bug #30720 Fix getSetMethodNormalizer to correctly ignore the attributes specified in "ignored_attributes" (Emmanuel BORGES) + * bug #30749 [Serializer] Added check of constuctor modifiers to AbstractNormalizer (NekaKawaii) + * bug #30776 [Routing] Fix routes annotation loading with glob pattern (snoob) + * bug #30773 [DependencyInjection] Fix hardcoded hotPathTagName (jderusse) + * bug #30737 [Validator] Improve constraint default option check (vudaltsov) + * bug #30736 [Validator] Fix annotation default for @Count and @Length (vudaltsov) + * bug #30620 [FrameworkBundle][HttpFoundation] make session service resettable (dmaicher) + * bug #30640 [Phpunit] fixed support for PHP 5.3 (fabpot) + * bug #30595 Do not validate child constraints if form has no validation groups (maryo) + * bug #30479 Check if Client exists when test.client does not exist, to provide clearer exception message (SerkanYildiz) + * feature #30584 [Intl] Add compile binary (ro0NL) + * bug #30487 Fix Cache error while using anonymous class (Emmanuel BORGES) + * bug #30548 Correct language code for ukrainian language (stanleyk) + * bug #30518 [Cache] Fix perf when using RedisCluster by reducing roundtrips to the servers (nicolas-grekas) + * bug #30515 [Cache] Only delete one key at a time when on Predis + Cluster (andrerom) + * bug #30507 [Routing] Fixed XML options resolution (Jules Pietri) + * bug #30506 [TwigBridge] remove deprecation triggered when using Twig 2.7 (nicolas-grekas) + * bug #30496 [PHPUnit-Bridge] override some Composer environment variables (nicoweb) + * bug #30505 [TwigBridge] Remove usages of the spaceless tag (nicolas-grekas) + * bug #30474 compatibility with phpunit8 (garak) + * bug #30497 [HttpKernel] Change default log level for output streams (yceruto) + * bug #30498 [translation] Update defaut format from yml to yaml (GaryPEGEOT) + * bug #30437 [Debug] detect annotations before blank docblock lines (xabbuh) + * bug #30392 [PropertyAccess] Fixed PropertyPathBuilder remove that fails to reset internal indexes (GregOriol) + * 3.4.23 (2019-03-03) * bug #26532 [HttpKernel] Correctly merging cache directives in HttpCache/ResponseCacheStrategy (aschempp) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bc64e2f7979e5..efb1b16d81ab9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -15,21 +15,21 @@ Symfony is the result of the work of many people who made the code better - Victor Berchet (victor) - Kévin Dunglas (dunglas) - Maxime Steinhausser (ogizanagi) + - Ryan Weaver (weaverryan) - Jakub Zalas (jakubzalas) - Johannes S (johannes) - Javier Eguiluz (javier.eguiluz) - - Ryan Weaver (weaverryan) - Kris Wallsmith (kriswallsmith) - - Roland Franssen (ro0) - Grégoire Pineau (lyrixx) + - Roland Franssen (ro0) - Hugo Hamon (hhamon) - Abdellatif Ait boudad (aitboudad) - Romain Neutron (romain) - Pascal Borreli (pborreli) - Wouter De Jong (wouterj) + - Samuel ROZE (sroze) - Joseph Bielawski (stloyd) - Karma Dordrak (drak) - - Samuel ROZE (sroze) - Lukas Kahwe Smith (lsmith) - Martin Hasoň (hason) - Jeremy Mikola (jmikola) @@ -42,8 +42,8 @@ Symfony is the result of the work of many people who made the code better - Guilhem Niot (energetick) - Sarah Khalil (saro0h) - Jonathan Wage (jwage) - - Hamza Amrouche (simperfit) - Tobias Nyholm (tobias) + - Hamza Amrouche (simperfit) - Diego Saint Esteben (dosten) - Iltar van der Berg (kjarli) - Alexandre Salomé (alexandresalome) @@ -54,8 +54,8 @@ Symfony is the result of the work of many people who made the code better - stealth35 ‏ (stealth35) - Alexander Mols (asm89) - Bulat Shakirzyanov (avalanche123) - - Matthias Pigulla (mpdude) - Jérémy DERUSSÉ (jderusse) + - Matthias Pigulla (mpdude) - Saša Stamenković (umpirsky) - Peter Rehm (rpet) - Kevin Bond (kbond) @@ -69,23 +69,24 @@ Symfony is the result of the work of many people who made the code better - Mathieu Piot (mpiot) - Florin Patan (florinpatan) - Gábor Egyed (1ed) + - Gabriel Ostrolucký (gadelat) - Titouan Galopin (tgalopin) - Vladimir Reznichenko (kalessil) - Jáchym Toušek (enumag) + - David Maicher (dmaicher) - Michel Weimerskirch (mweimerskirch) - Andrej Hudec (pulzarraider) - Konstantin Myakshin (koc) - Eric Clemmons (ericclemmons) - Charles Sarrazin (csarrazi) - - David Maicher (dmaicher) - Christian Raue - Issei Murasawa (issei_m) + - Valentin Udaltsov (vudaltsov) - Arnout Boks (aboks) - Deni - Grégoire Paris (greg0ire) - Henrik Westphal (snc) - Dariusz Górecki (canni) - - Valentin Udaltsov (vudaltsov) - Douglas Greenshields (shieldo) - Dariusz Ruminski - Lee McDermott @@ -99,7 +100,6 @@ Symfony is the result of the work of many people who made the code better - Jérôme Tamarelle (gromnan) - John Wards (johnwards) - Fran Moreno (franmomu) - - gadelat (gadelat) - Antoine Hérault (herzult) - Paráda József (paradajozsef) - Arnaud Le Blanc (arnaud-lb) @@ -108,13 +108,14 @@ Symfony is the result of the work of many people who made the code better - Tim Nagel (merk) - Brice BERNARD (brikou) - Baptiste Clavié (talus) + - Chris Wilkinson (thewilkybarkid) - marc.weistroff - Tomáš Votruba (tomas_votruba) - David Buchmann (dbu) - lenar - Alexander Schwenn (xelaris) - Włodzimierz Gajda (gajdaw) - - Chris Wilkinson (thewilkybarkid) + - Thomas Calvet (fancyweb) - Jérôme Vasseur (jvasseur) - Peter Kokot (maastermedia) - Jacob Dreesen (jdreesen) @@ -125,11 +126,10 @@ Symfony is the result of the work of many people who made the code better - Daniel Wehner (dawehner) - excelwebzone - Gordon Franke (gimler) - - Thomas Calvet (fancyweb) + - Sebastiaan Stok (sstok) - Javier Spagnoletti (phansys) - Fabien Pennequin (fabienpennequin) - Eric GELOEN (gelo) - - Sebastiaan Stok (sstok) - Lars Strojny (lstrojny) - Tugdual Saunier (tucksaun) - Théo FIDRY (theofidry) @@ -140,14 +140,18 @@ Symfony is the result of the work of many people who made the code better - Alex Pott - Vincent AUBERT (vincent) - Juti Noppornpitak (shiroyuki) + - Anthony MARTIN (xurudragon) + - Oskar Stark (oskarstark) - Tigran Azatyan (tigranazatyan) - Sebastian Hörl (blogsh) - Daniel Gomes (danielcsgomes) + - Joel Wurtz (brouznouf) - Gabriel Caruso - Hidenori Goto (hidenorigoto) - Arnaud Kleinpeter (nanocom) - Jannik Zschiesche (apfelbox) - Guilherme Blanco (guilhermeblanco) + - Teoh Han Hui (teohhanhui) - Pablo Godel (pgodel) - Jérémie Augustin (jaugustin) - Andréia Bohner (andreia) @@ -155,9 +159,7 @@ Symfony is the result of the work of many people who made the code better - Julien Falque (julienfalque) - Rafael Dohms (rdohms) - jwdeitch - - Teoh Han Hui (teohhanhui) - Mikael Pajunen - - Joel Wurtz (brouznouf) - Oleg Voronkovich - Vyacheslav Pavlov - Richard van Laak (rvanlaak) @@ -172,7 +174,6 @@ Symfony is the result of the work of many people who made the code better - Matthieu Ouellette-Vachon (maoueh) - Michał Pipa (michal.pipa) - Dawid Nowak - - Gabriel Ostrolucký - Amal Raghav (kertz) - Jonathan Ingram (jonathaningram) - Artur Kotyrba @@ -181,12 +182,12 @@ Symfony is the result of the work of many people who made the code better - SpacePossum - jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent) - James Halsall (jaitsu) - - Anthony MARTIN (xurudragon) - Matthieu Napoli (mnapoli) - Florent Mata (fmata) - Warnar Boekkooi (boekkooi) - Dmitrii Chekaliuk (lazyhammer) - Clément JOBEILI (dator) + - Marek Štípek (maryo) - Daniel Espendiller - Possum - Dorian Villet (gnutix) @@ -196,7 +197,7 @@ Symfony is the result of the work of many people who made the code better - Mario A. Alvarez Garcia (nomack84) - Dennis Benkert (denderello) - DQNEO - - Oskar Stark (oskarstark) + - Samuel NELA (snela) - Benjamin Dulau (dbenjamin) - François-Xavier de Guillebon (de-gui_f) - Mathieu Lemoine (lemoinem) @@ -205,7 +206,6 @@ Symfony is the result of the work of many people who made the code better - Tom Van Looy (tvlooy) - Noel Guilbert (noel) - Yanick Witschi (toflar) - - Marek Štípek (maryo) - Stepan Anchugov (kix) - bronze1man - sun (sun) @@ -217,24 +217,28 @@ Symfony is the result of the work of many people who made the code better - apetitpa - Matthieu Bontemps (mbontemps) - apetitpa - - Samuel NELA (snela) - Pierre Minnieur (pminnieur) - fivestar - Dominique Bongiraud - Jeremy Livingston (jeremylivingston) - Michael Lee (zerustech) - Matthieu Auger (matthieuauger) + - Gregor Harlan (gharlan) - Leszek Prabucki (l3l0) - Fabien Bourigault (fbourigault) - François Zaninotto (fzaninotto) - Dustin Whittle (dustinwhittle) - jeff - John Kary (johnkary) + - Andreas Schempp (aschempp) - Justin Hileman (bobthecow) - Blanchon Vincent (blanchonvincent) - Michele Orselli (orso) - Sven Paulus (subsven) + - Maxime Veber (nek-) + - Gary PEGEOT (gary-p) - Rui Marinho (ruimarinho) + - Massimiliano Arione (garak) - Eugene Wissner - Pascal Montoya - Julien Brochet (mewt) @@ -242,15 +246,17 @@ Symfony is the result of the work of many people who made the code better - Tristan Darricau (nicofuma) - Marcel Beerta (mazen) - Pavel Batanov (scaytrase) + - Mantis Development - Loïc Faugeron - Hidde Wieringa (hiddewie) - Marco Pivetta (ocramius) + - Jan Schädlich (jschaedl) - Rob Frawley 2nd (robfrawley) - julien pauli (jpauli) - Lorenz Schori - Sébastien Lavoie (lavoiesl) - - Gregor Harlan (gharlan) - Dariusz + - Michael Babker (mbabker) - Francois Zaninotto - Alexander Kotynia (olden) - Daniel Tschinder @@ -265,7 +271,6 @@ Symfony is the result of the work of many people who made the code better - Roman Marintšenko (inori) - Xavier Montaña Carreras (xmontana) - Mickaël Andrieu (mickaelandrieu) - - Maxime Veber (nek-) - Xavier Perez - Arjen Brouwer (arjenjb) - Katsuhiro OGAWA @@ -277,6 +282,7 @@ Symfony is the result of the work of many people who made the code better - Baptiste Lafontaine (magnetik) - Jakub Kucharovic (jkucharovic) - Edi Modrić (emodric) + - Alexander Schranz (alexander-schranz) - Uwe Jäger (uwej711) - Eugene Leonovich (rybakit) - Filippo Tessarotto @@ -290,10 +296,9 @@ Symfony is the result of the work of many people who made the code better - Viktor Bocharskyi (bocharsky_bw) - Jhonny Lidfors (jhonne) - Diego Agulló (aeoris) - - Andreas Schempp (aschempp) - jdhoek - - Massimiliano Arione (garak) - Bob den Otter (bopp) + - Thomas Schulz (king2500) - Frank de Jonge (frenkynet) - Nikita Konstantinov - Wodor Wodorski @@ -301,7 +306,7 @@ Symfony is the result of the work of many people who made the code better - mcfedr (mcfedr) - Colin O'Dell (colinodell) - Giorgio Premi - - Jan Schädlich (jschaedl) + - Alex Rock (pierstoval) - Ben Davies (bendavies) - Beau Simensen (simensen) - Michael Hirschler (mvhirsch) @@ -309,9 +314,9 @@ Symfony is the result of the work of many people who made the code better - Roumen Damianoff (roumen) - Antonio J. García Lagar (ajgarlag) - Kim Hemsø Rasmussen (kimhemsoe) + - Pascal Luna (skalpa) - Wouter Van Hecke - Jérôme Parmentier (lctrs) - - Michael Babker (mbabker) - Peter Kruithof (pkruithof) - Michael Holm (hollo) - Remon van de Kamp (rpkamp) @@ -319,14 +324,13 @@ Symfony is the result of the work of many people who made the code better - Marc Weistroff (futurecat) - Christian Schmidt - MatTheCat - - Alexander Schranz (alexander-schranz) - Chad Sikorra (chadsikorra) - Chris Smith (cs278) - Florian Klein (docteurklein) - - Gary PEGEOT (gary-p) - Manuel Kiessling (manuelkiessling) - Atsuhiro KUBO (iteman) - rudy onfroy (ronfroy) + - Serkan Yildiz (srknyldz) - Andrew Moore (finewolf) - Bertrand Zuchuat (garfield-fr) - Sullivan SENECHAL (soullivaneuh) @@ -347,14 +351,16 @@ Symfony is the result of the work of many people who made the code better - Hidde Boomsma (hboomsma) - John Bafford (jbafford) - Raul Fraile (raulfraile) + - David Prévot - Adrian Rudnik (kreischweide) - Francesc Rosàs (frosas) - Romain Pierre (romain-pierre) - Julien Galenski (ruian) - Bongiraud Dominique - janschoenherr - - Thomas Schulz (king2500) + - Emanuele Gaspari (inmarelibero) - Dariusz Rumiński + - Vincent Touzet (vincenttouzet) - Berny Cantos (xphere81) - Thierry Thuon (lepiaf) - Ricard Clau (ricardclau) @@ -367,8 +373,9 @@ Symfony is the result of the work of many people who made the code better - Zan Baldwin (zanderbaldwin) - Thomas Royer (cydonia7) - alquerci + - Mateusz Sip (mateusz_sip) + - Andre Rømcke (andrerom) - Francesco Levorato - - Pascal Luna (skalpa) - Dmitrii Poddubnyi (karser) - Vitaliy Zakharov (zakharovvi) - Tobias Sjösten (tobiassjosten) @@ -384,6 +391,7 @@ Symfony is the result of the work of many people who made the code better - Yaroslav Kiliba - Terje Bråten - Robbert Klarenbeek (robbertkl) + - Eric Masoero (eric-masoero) - JhonnyL - David Badura (davidbadura) - hossein zolfi (ocean) @@ -394,6 +402,7 @@ Symfony is the result of the work of many people who made the code better - ShinDarth - Stéphane PY (steph_py) - Philipp Kräutli (pkraeutli) + - Anton Chernikov (anton_ch1989) - Grzegorz (Greg) Zdanowski (kiler129) - Iker Ibarguren (ikerib) - Kirill chEbba Chebunin (chebba) @@ -414,10 +423,10 @@ Symfony is the result of the work of many people who made the code better - Tobias Naumann (tna) - Daniel Beyer - Shein Alexey - - Alex Rock Ancelet (pierstoval) - Romain Gautier (mykiwi) - Joe Lencioni - Daniel Tschinder + - Emmanuel BORGES (eborges78) - vladimir.reznichenko - Kai - Lee Rowlands @@ -427,7 +436,6 @@ Symfony is the result of the work of many people who made the code better - Karoly Negyesi (chx) - Ivan Kurnosov - Xavier HAUSHERR - - David Prévot - Albert Jessurum (ajessu) - Laszlo Korte - Miha Vrhovnik @@ -440,7 +448,6 @@ Symfony is the result of the work of many people who made the code better - Karel Souffriau - Christophe L. (christophelau) - Anthon Pang (robocoder) - - Emanuele Gaspari (inmarelibero) - Sébastien Santoro (dereckson) - Brian King - Michel Salib (michelsalib) @@ -461,7 +468,7 @@ Symfony is the result of the work of many people who made the code better - Olivier Dolbeau (odolbeau) - Jan Rosier (rosier) - Alessandro Lai (jean85) - - Andre Rømcke (andrerom) + - Nicolas LEFEVRE (nicoweb) - Arturs Vonda - Josip Kruslin - Asmir Mustafic (goetas) @@ -473,7 +480,6 @@ Symfony is the result of the work of many people who made the code better - Vlad Gregurco (vgregurco) - Boris Vujicic (boris.vujicic) - Chris Sedlmayr (catchamonkey) - - Mateusz Sip (mateusz_sip) - Kamil Kokot (pamil) - Seb Koelen - Christoph Mewes (xrstf) @@ -528,6 +534,7 @@ Symfony is the result of the work of many people who made the code better - ondrowan - Barry vd. Heuvel (barryvdh) - Craig Duncan (duncan3dc) + - Patrick Landolt (scube) - Sébastien Alfaiate (seb33300) - Evan S Kaufman (evanskaufman) - mcben @@ -603,6 +610,7 @@ Symfony is the result of the work of many people who made the code better - Jan Behrens - Mantas Var (mvar) - Sebastian Krebs + - Piotr Stankowski - Baptiste Leduc (bleduc) - Laurent VOULLEMIER (lvo) - Jean-Christophe Cuvelier [Artack] @@ -617,6 +625,7 @@ Symfony is the result of the work of many people who made the code better - Renan - Ricky Su (ricky) - Gildas Quéméner (gquemener) + - Kyle Evans (kevans91) - Charles-Henri Bruyand - Max Rath (drak3) - Stéphane Escandell (sescandell) @@ -625,6 +634,8 @@ Symfony is the result of the work of many people who made the code better - Sinan Eldem - Alexandre Dupuy (satchette) - Malte Blättermann + - Kévin THERAGE (kevin_therage) + - Simeon Kolev (simeon_kolev9) - Nahuel Cuesta (ncuesta) - Chris Boden (cboden) - Christophe Villeger (seragan) @@ -649,11 +660,13 @@ Symfony is the result of the work of many people who made the code better - Sebastian Marek (proofek) - Guilhem N (guilhemn) - Erkhembayar Gantulga (erheme318) + - zenmate - Michal Trojanowski - David Fuhr - Max Grigorian (maxakawizard) - DerManoMann - Rostyslav Kinash + - Dennis Fridrich (dfridrich) - Maciej Malarz (malarzm) - Daisuke Ohata - Vincent Simonin @@ -707,6 +720,7 @@ Symfony is the result of the work of many people who made the code better - Paweł Wacławczyk (pwc) - Oleg Zinchenko (cystbear) - Baptiste Meyer (meyerbaptiste) + - Tales Santos (tsantos84) - Johannes Klauss (cloppy) - Evan Villemez - fzerorubigd @@ -720,6 +734,7 @@ Symfony is the result of the work of many people who made the code better - flip111 - Greg Anderson - VJ + - RJ Garcia - Delf Tonder (leberknecht) - Mark Sonnabaum - Massimiliano Braglia (massimilianobraglia) @@ -738,15 +753,14 @@ Symfony is the result of the work of many people who made the code better - Julien DIDIER (juliendidier) - Dominik Ritter (dritter) - Sebastian Grodzicki (sgrodzicki) - - Serkan Yildiz (srknyldz) - Jeroen van den Enden (stoefke) + - nikos.sotiropoulos - Pascal Helfenstein - Anthony GRASSIOT (antograssiot) - Baldur Rensch (brensch) - Pierre Rineau - Vladyslav Petrovych - Alex Xandra Albert Sim - - Patrick Landolt (scube) - Carson Full - Sergey Yastrebov - Trent Steel (trsteel88) @@ -761,6 +775,7 @@ Symfony is the result of the work of many people who made the code better - Dave Marshall (davedevelopment) - Jakub Kulhan (jakubkulhan) - avorobiev + - Grégoire Penverne (gpenverne) - Venu - Lars Vierbergen - Jonatan Männchen @@ -774,6 +789,7 @@ Symfony is the result of the work of many people who made the code better - Jordan Deitch - Casper Valdemar Poulsen - Josiah (josiah) + - Greg ORIOL - Joschi Kuphal - John Bohn (jbohn) - Marc Morera (mmoreram) @@ -922,6 +938,7 @@ Symfony is the result of the work of many people who made the code better - Stéphane Delprat - Brian Freytag (brianfreytag) - Samuele Lilli (doncallisto) + - Marko Kaznovac (kaznovac) - Brunet Laurent (lbrunet) - Florent Viel (luxifer) - Mikhail Yurasov (mym) @@ -937,15 +954,17 @@ Symfony is the result of the work of many people who made the code better - Kyle - Daniel Alejandro Castro Arellano (lexcast) - sensio + - Thomas Jarrand - Sebastien Morel (plopix) - Patrick Kaufmann - - Piotr Stankowski - Anton Dyshkant - Reece Fowell (reecefowell) - Mátyás Somfai (smatyas) - stefan.r - Valérian Galliat - d-ph + - Renan Taranto (renan-taranto) + - Thomas Talbot (ioni) - Rikijs Murgs - Ben Ramsey (ramsey) - Amaury Leroux de Lens (amo__) @@ -954,12 +973,14 @@ Symfony is the result of the work of many people who made the code better - The Whole Life to Learn - ergiegonzaga - Farhad Safarov + - Alexis Lefebvre - Liverbool (liverbool) - Sam Malone - Phan Thanh Ha (haphan) - Chris Jones (leek) - xaav - Mahmoud Mostafa (mahmoud) + - Ahmed Abdou - Pieter - Michael Tibben - Billie Thompson @@ -992,21 +1013,23 @@ Symfony is the result of the work of many people who made the code better - Irmantas Šiupšinskas (irmantas) - Danilo Silva - Arnaud PETITPAS (apetitpa) + - Ken Stanley - Zachary Tong (polyfractal) - Ashura - Hryhorii Hrebiniuk - johnstevenson - - Dennis Fridrich (dfridrich) - hamza - dantleech - Bastien DURAND (deamon) - Xavier Leune - Rudy Onfroy - Tero Alén (tero) + - Stanislav Kocanda - DerManoMann - Guillaume Royer - Artem (digi) - boite + - Silvio Ginter - MGDSoft - Vadim Tyukov (vatson) - David Wolter (davewww) @@ -1015,6 +1038,7 @@ Symfony is the result of the work of many people who made the code better - Wojciech Sznapka - Gavin Staniforth - Ariel J. Birnbaum + - Danijel Obradović - Pablo Borowicz - Mathieu Santostefano - Arjan Keeman @@ -1065,7 +1089,6 @@ Symfony is the result of the work of many people who made the code better - Jean-Guilhem Rouel (jean-gui) - jfcixmedia - Dominic Tubach - - Tales Santos (tsantos84) - Nikita Konstantinov - Martijn Evers - Vitaliy Ryaboy (vitaliy) @@ -1094,6 +1117,7 @@ Symfony is the result of the work of many people who made the code better - Tadas Gliaubicas (tadcka) - Thanos Polymeneas (thanos) - Benoit Garret + - Maximilian Ruta (deltachaos) - Jakub Sacha - Olaf Klischat - orlovv @@ -1131,7 +1155,6 @@ Symfony is the result of the work of many people who made the code better - rpg600 - Péter Buri (burci) - kaiwa - - RJ Garcia - Charles Sanquer (csanquer) - Albert Ganiev (helios-ag) - Neil Katin @@ -1148,7 +1171,6 @@ Symfony is the result of the work of many people who made the code better - rchoquet - gitlost - Taras Girnyk - - nikos.sotiropoulos - Eduardo García Sanz (coma) - Sergio (deverad) - James Gilliland @@ -1207,7 +1229,6 @@ Symfony is the result of the work of many people who made the code better - Mario Young - Ilia (aliance) - Chris McCafferty (cilefen) - - Grégoire Penverne (gpenverne) - Mo Di (modi) - Pablo Schläpfer - Gert de Pagter @@ -1215,6 +1236,7 @@ Symfony is the result of the work of many people who made the code better - Quique Porta (quiqueporta) - stoccc - Tomasz Szymczyk (karion) + - Alex Vasilchenko - Xavier Coureau - ConneXNL - Aharon Perkel @@ -1232,8 +1254,10 @@ Symfony is the result of the work of many people who made the code better - Sebastian Göttschkes (sgoettschkes) - Tatsuya Tsuruoka - Ross Tuck + - Andreas Erhard - Kévin Gomez (kevin) - Mihai Nica (redecs) + - Soufian EZ-ZANTAR (soezz) - Andrei Igna - azine - Dawid Sajdak @@ -1249,6 +1273,7 @@ Symfony is the result of the work of many people who made the code better - Saem Ghani - Clément LEFEBVRE - Conrad Kleinespel + - Matthias Althaus - Zacharias Luiten - Sebastian Utz - Adrien Gallou (agallou) @@ -1288,6 +1313,7 @@ Symfony is the result of the work of many people who made the code better - Markus Fasselt (digilist) - Vašek Purchart (vasek-purchart) - Janusz Jabłoński (yanoosh) + - Fleuv - Sandro Hopf - Łukasz Makuch - George Giannoulopoulos @@ -1311,11 +1337,11 @@ Symfony is the result of the work of many people who made the code better - Daniel Kay (danielkay-cp) - Matt Daum (daum) - Alberto Pirovano (geezmo) - - Nicolas LEFEVRE (nicoweb) - Pete Mitchell (peterjmit) - Tom Corrigan (tomcorrigan) - Luis Galeas - Martin Pärtel + - Frédéric Bouchery (fbouchery) - Patrick Daley (padrig) - Xavier Briand (xavierbriand) - Max Summe @@ -1336,6 +1362,7 @@ Symfony is the result of the work of many people who made the code better - Emmanuel Vella (emmanuel.vella) - Guillaume BRETOU (guiguiboy) - Jonathan Johnson (jrjohnson) + - Dāvis Zālītis (k0d3r1s) - Carsten Nielsen (phreaknerd) - Roger Guasch (rogerguasch) - Mathieu Rochette @@ -1371,6 +1398,7 @@ Symfony is the result of the work of many people who made the code better - mlively - Amine Matmati - caalholm + - Nouhail AL FIDI (alfidi) - Fabian Steiner (fabstei) - Felipy Tavares Amorim (felipyamorim) - Klaus Silveira (klaussilveira) @@ -1420,7 +1448,6 @@ Symfony is the result of the work of many people who made the code better - Hoffmann András - LubenZA - Olivier - - Anton Chernikov - Cyril PASCAL - pscheit - Wybren Koelmans @@ -1432,6 +1459,7 @@ Symfony is the result of the work of many people who made the code better - Antonio Peric-Mazar (antonioperic) - César Suárez (csuarez) - Bjorn Twachtmann (dotbjorn) + - Tobias Genberg (lorceroth) - Luis Tacón (lutacon) - Nicolas Badey (nico-b) - Shane Preece (shane) @@ -1465,10 +1493,9 @@ Symfony is the result of the work of many people who made the code better - Przemysław Piechota (kibao) - Leonid Terentyev (li0n) - Martynas Sudintas (martiis) - - Gabriel Ostrolucký - ryunosuke - - zenmate - victoria + - Dmytro Borysovskyi (dmytr0) - Francisco Facioni (fran6co) - Iwan van Staveren (istaveren) - Povilas S. (povilas) @@ -1488,6 +1515,7 @@ Symfony is the result of the work of many people who made the code better - Ikhsan Agustian - Arnau González (arnaugm) - Simon Bouland (bouland) + - Jibé Barth (jibbarth) - Matthew Foster (mfoster) - Reyo Stallenberg (reyostallenberg) - Paul Seiffert (seiffert) @@ -1531,7 +1559,6 @@ Symfony is the result of the work of many people who made the code better - Gunther Konig - Mickael GOETZ - Maciej Schmidt - - Greg ORIOL - Dennis Væversted - nuncanada - flack @@ -1652,6 +1679,7 @@ Symfony is the result of the work of many people who made the code better - Trevor Suarez - gedrox - Alan Bondarchuk + - Joe Bennett - dropfen - Andrey Chernykh - Edvinas Klovas @@ -1671,6 +1699,7 @@ Symfony is the result of the work of many people who made the code better - AmsTaFF (amstaff) - Simon Müller (boscho) - Yannick Bensacq (cibou) + - Damien (damien_vauchel) - Frédéric G. Marand (fgm) - Freek Van der Herten (freekmurze) - Luca Genuzio (genuzio) @@ -1735,6 +1764,7 @@ Symfony is the result of the work of many people who made the code better - timaschew - Jochen Mandl - Marin Nicolae + - soyuka - Alessandro Loffredo - Ian Phillips - Marco Lipparini @@ -1810,6 +1840,7 @@ Symfony is the result of the work of many people who made the code better - Kevin Verschaeve (keversc) - Kevin Herrera (kherge) - Luis Ramón López López (lrlopez) + - Mehdi Mabrouk (mehdidev) - Bart Reunes (metalarend) - Muriel (metalmumu) - Michael Pohlers (mick_the_big) @@ -1861,6 +1892,7 @@ Symfony is the result of the work of many people who made the code better - Ramon Henrique Ornelas (ramonornela) - Ricardo de Vries (ricknox) - Markus S. (staabm) + - Thomas Dutrion (theocrite) - Till Klampaeckel (till) - Tobias Weinert (tweini) - Ulf Reimers (ureimers) @@ -2011,7 +2043,6 @@ Symfony is the result of the work of many people who made the code better - phc - Дмитрий Пацура - ilyes kooli - - Marko Kaznovac - Matthias Althaus - Michaël VEROUX - Julia @@ -2073,6 +2104,7 @@ Symfony is the result of the work of many people who made the code better - samuel laulhau (lalop) - Laurent Bachelier (laurentb) - Luís Cobucci (lcobucci) + - Marcos Gómez Vilches (markitosgv) - Matthieu Mota (matthieumota) - Matthieu Moquet (mattketmo) - Moritz Borgmann (mborgmann) diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 1d97d78a82f45..f5cd6f57eadad 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -1063,7 +1063,7 @@ UPGRADE FROM 2.x to 3.0 ``` * The `ApacheMatcherDumper` and `ApacheUrlMatcher` were removed since - the performance gains were minimal and it's hard to replicate the behaviour + the performance gains were minimal and it's hard to replicate the behavior of PHP implementation. * The `getMatcherDumperInstance()` and `getGeneratorDumperInstance()` methods in the diff --git a/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit b/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit index 2e23aa8900542..c81dcd26bec5e 100755 --- a/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit +++ b/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit @@ -26,10 +26,7 @@ if (PHP_VERSION_ID >= 70200) { $PHPUNIT_VERSION = '4.8'; } -if ('composer.json' !== $COMPOSER_JSON = getenv('COMPOSER') ?: 'composer.json') { - putenv('COMPOSER=composer.json'); - $_SERVER['COMPOSER'] = $_ENV['COMPOSER'] = 'composer.json'; -} +$COMPOSER_JSON = getenv('COMPOSER') ?: 'composer.json'; $root = __DIR__; while (!file_exists($root.'/'.$COMPOSER_JSON) || file_exists($root.'/DeprecationErrorHandler.php')) { @@ -47,6 +44,19 @@ if ('phpdbg' === PHP_SAPI) { $PHP .= ' -qrr'; } +$defaultEnvs = array( + 'COMPOSER' => 'composer.json', + 'COMPOSER_VENDOR_DIR' => 'vendor', + 'COMPOSER_BIN_DIR' => 'bin', +); + +foreach ($defaultEnvs as $envName => $envValue) { + if ($envValue !== getenv($envName)) { + putenv("$envName=$envValue"); + $_SERVER[$envName] = $_ENV[$envName] = $envValue; + } +} + $COMPOSER = file_exists($COMPOSER = $oldPwd.'/composer.phar') || ($COMPOSER = rtrim('\\' === DIRECTORY_SEPARATOR ? preg_replace('/[\r\n].*/', '', `where.exe composer.phar`) : `which composer.phar 2> /dev/null`)) ? $PHP.' '.escapeshellarg($COMPOSER) : 'composer'; diff --git a/src/Symfony/Bridge/Twig/Command/DebugCommand.php b/src/Symfony/Bridge/Twig/Command/DebugCommand.php index 34dc160b3456e..618dce76c5a74 100644 --- a/src/Symfony/Bridge/Twig/Command/DebugCommand.php +++ b/src/Symfony/Bridge/Twig/Command/DebugCommand.php @@ -12,6 +12,7 @@ namespace Symfony\Bridge\Twig\Command; use Symfony\Component\Console\Command\Command; +use Symfony\Component\Console\Formatter\OutputFormatter; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; @@ -100,6 +101,7 @@ protected function configure() protected function execute(InputInterface $input, OutputInterface $output) { $io = new SymfonyStyle($input, $output); + $decorated = $io->isDecorated(); // BC to be removed in 4.0 if (__CLASS__ !== \get_class($this)) { @@ -114,29 +116,35 @@ protected function execute(InputInterface $input, OutputInterface $output) throw new \RuntimeException('The Twig environment needs to be set.'); } + $filter = $input->getArgument('filter'); $types = ['functions', 'filters', 'tests', 'globals']; if ('json' === $input->getOption('format')) { $data = []; foreach ($types as $type) { foreach ($this->twig->{'get'.ucfirst($type)}() as $name => $entity) { - $data[$type][$name] = $this->getMetadata($type, $entity); + if (!$filter || false !== strpos($name, $filter)) { + $data[$type][$name] = $this->getMetadata($type, $entity); + } } } - $data['tests'] = array_keys($data['tests']); + + if (isset($data['tests'])) { + $data['tests'] = array_keys($data['tests']); + } + $data['loader_paths'] = $this->getLoaderPaths(); - $io->writeln(json_encode($data)); + $data = json_encode($data, JSON_PRETTY_PRINT); + $io->writeln($decorated ? OutputFormatter::escape($data) : $data); return 0; } - $filter = $input->getArgument('filter'); - foreach ($types as $index => $type) { $items = []; foreach ($this->twig->{'get'.ucfirst($type)}() as $name => $entity) { if (!$filter || false !== strpos($name, $filter)) { - $items[$name] = $name.$this->getPrettyMetadata($type, $entity); + $items[$name] = $name.$this->getPrettyMetadata($type, $entity, $decorated); } } @@ -262,7 +270,7 @@ private function getMetadata($type, $entity) } } - private function getPrettyMetadata($type, $entity) + private function getPrettyMetadata($type, $entity, $decorated) { if ('tests' === $type) { return ''; @@ -274,7 +282,7 @@ private function getPrettyMetadata($type, $entity) return '(unknown?)'; } } catch (\UnexpectedValueException $e) { - return ' '.$e->getMessage().''; + return sprintf(' %s', $decorated ? OutputFormatter::escape($e->getMessage()) : $e->getMessage()); } if ('globals' === $type) { @@ -282,7 +290,9 @@ private function getPrettyMetadata($type, $entity) return ' = object('.\get_class($meta).')'; } - return ' = '.substr(@json_encode($meta), 0, 50); + $description = substr(@json_encode($meta), 0, 50); + + return sprintf(' = %s', $decorated ? OutputFormatter::escape($description) : $description); } if ('functions' === $type) { diff --git a/src/Symfony/Bridge/Twig/Extension/FormExtension.php b/src/Symfony/Bridge/Twig/Extension/FormExtension.php index 7ba3d17cd8826..1314e6544200f 100644 --- a/src/Symfony/Bridge/Twig/Extension/FormExtension.php +++ b/src/Symfony/Bridge/Twig/Extension/FormExtension.php @@ -18,7 +18,6 @@ use Symfony\Component\Form\FormView; use Twig\Environment; use Twig\Extension\AbstractExtension; -use Twig\Extension\InitRuntimeInterface; use Twig\TwigFilter; use Twig\TwigFunction; use Twig\TwigTest; @@ -41,7 +40,7 @@ public function __construct($renderer = null) if ($renderer instanceof TwigRendererInterface) { @trigger_error(sprintf('Passing a Twig Form Renderer to the "%s" constructor is deprecated since Symfony 3.2 and won\'t be possible in 4.0. Pass the Twig\Environment to the TwigRendererEngine constructor instead.', static::class), E_USER_DEPRECATED); } elseif (null !== $renderer && !(\is_array($renderer) && isset($renderer[0], $renderer[1]) && $renderer[0] instanceof ContainerInterface)) { - throw new \InvalidArgumentException(sprintf('Passing any arguments the constructor of %s is reserved for internal use.', __CLASS__)); + throw new \InvalidArgumentException(sprintf('Passing any arguments to the constructor of %s is reserved for internal use.', __CLASS__)); } $this->renderer = $renderer; } diff --git a/src/Symfony/Bridge/Twig/Extension/InitRuntimeInterface.php b/src/Symfony/Bridge/Twig/Extension/InitRuntimeInterface.php new file mode 100644 index 0000000000000..5ba5e55702593 --- /dev/null +++ b/src/Symfony/Bridge/Twig/Extension/InitRuntimeInterface.php @@ -0,0 +1,23 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Bridge\Twig\Extension; + +use Twig\Extension\InitRuntimeInterface as TwigInitRuntimeInterface; + +/** + * @deprecated to be removed in 4.x + * + * @internal to be removed in 4.x + */ +interface InitRuntimeInterface extends TwigInitRuntimeInterface +{ +} diff --git a/src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php b/src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php index a3569b5602d79..3b9e479da0791 100644 --- a/src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php +++ b/src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php @@ -62,7 +62,45 @@ public function testLineSeparatorInLoaderPaths() $this->assertContains($loaderPaths, trim($tester->getDisplay(true))); } - private function createCommandTester(array $paths = []) + public function testWithGlobals() + { + $message = 'foo'; + $tester = $this->createCommandTester([], ['message' => $message]); + $tester->execute([], ['decorated' => true]); + + $display = $tester->getDisplay(); + + $this->assertContains(\json_encode($message), $display); + } + + public function testWithGlobalsJson() + { + $globals = ['message' => 'foo']; + + $tester = $this->createCommandTester([], $globals); + $tester->execute(['--format' => 'json'], ['decorated' => true]); + + $display = $tester->getDisplay(); + $display = \json_decode($display, true); + + $this->assertSame($globals, $display['globals']); + } + + public function testWithFilter() + { + $tester = $this->createCommandTester([]); + $tester->execute(['--format' => 'json'], ['decorated' => false]); + $display = $tester->getDisplay(); + $display1 = \json_decode($display, true); + + $tester->execute(['filter' => 'date', '--format' => 'json'], ['decorated' => false]); + $display = $tester->getDisplay(); + $display2 = \json_decode($display, true); + + $this->assertNotSame($display1, $display2); + } + + private function createCommandTester(array $paths = [], array $globals = []) { $filesystemLoader = new FilesystemLoader([], \dirname(__DIR__).'/Fixtures'); foreach ($paths as $namespace => $relDirs) { @@ -70,7 +108,13 @@ private function createCommandTester(array $paths = []) $filesystemLoader->addPath($relDir, $namespace); } } - $command = new DebugCommand(new Environment($filesystemLoader)); + + $environment = new Environment($filesystemLoader); + foreach ($globals as $name => $value) { + $environment->addGlobal($name, $value); + } + + $command = new DebugCommand($environment); $application = new Application(); $application->add($command); diff --git a/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/custom_widgets.html.twig b/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/custom_widgets.html.twig index 4eda8d76d3736..36e9c702a94cd 100644 --- a/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/custom_widgets.html.twig +++ b/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/custom_widgets.html.twig @@ -1,25 +1,19 @@ -{% block _text_id_widget %} -{% spaceless %} +{% block _text_id_widget -%}
- {{ form_widget(form) }} + {{- form_widget(form) -}}
-{% endspaceless %} -{% endblock _text_id_widget %} +{%- endblock _text_id_widget %} -{% block _names_entry_label %} -{% spaceless %} +{% block _names_entry_label -%} {% if label is empty %} - {% set label = name|humanize %} - {% endif %} + {%- set label = name|humanize -%} + {% endif -%} -{% endspaceless %} -{% endblock _names_entry_label %} +{%- endblock _names_entry_label %} -{% block _name_c_entry_label %} -{% spaceless %} +{% block _name_c_entry_label -%} {% if label is empty %} - {% set label = name|humanize %} - {% endif %} + {%- set label = name|humanize -%} + {% endif -%} -{% endspaceless %} -{% endblock _name_c_entry_label %} +{%- endblock _name_c_entry_label %} diff --git a/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme.html.twig b/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme.html.twig index da1c1b649b62c..e8816be96e54e 100644 --- a/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme.html.twig +++ b/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme.html.twig @@ -1,6 +1,4 @@ {% block form_widget_simple %} -{% spaceless %} - {% set type = type|default('text') %} + {%- set type = type|default('text') -%} -{% endspaceless %} -{% endblock form_widget_simple %} +{%- endblock form_widget_simple %} diff --git a/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_extends.html.twig b/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_extends.html.twig index 8c719867ec5b0..501b555efc59f 100644 --- a/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_extends.html.twig +++ b/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_extends.html.twig @@ -1,8 +1,6 @@ {% extends 'form_div_layout.html.twig' %} {% block form_widget_simple %} -{% spaceless %} - {% set type = type|default('text') %} + {%- set type = type|default('text') -%} -{% endspaceless %} -{% endblock form_widget_simple %} +{%- endblock form_widget_simple %} diff --git a/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_use.html.twig b/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_use.html.twig index d485b8d0e7d7d..37150734a4698 100644 --- a/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_use.html.twig +++ b/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/templates/form/theme_use.html.twig @@ -1,8 +1,6 @@ {% use 'form_div_layout.html.twig' %} {% block form_widget_simple %} -{% spaceless %} - {% set type = type|default('text') %} + {%- set type = type|default('text') -%} -{% endspaceless %} -{% endblock form_widget_simple %} +{%- endblock form_widget_simple %} diff --git a/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml b/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml index 7e276dafab5d2..75f054933cacb 100644 --- a/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml +++ b/src/Symfony/Bundle/DebugBundle/Resources/config/services.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php index 72e410d2c3e3d..2a06b102e8c80 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php @@ -83,7 +83,7 @@ protected function configure() new InputArgument('bundle', InputArgument::OPTIONAL, 'The bundle name or directory where to load the messages'), new InputOption('prefix', null, InputOption::VALUE_OPTIONAL, 'Override the default prefix', '__'), new InputOption('no-prefix', null, InputOption::VALUE_NONE, '[DEPRECATED] If set, no prefix is added to the translations'), - new InputOption('output-format', null, InputOption::VALUE_OPTIONAL, 'Override the default output format', 'yml'), + new InputOption('output-format', null, InputOption::VALUE_OPTIONAL, 'Override the default output format', 'yaml'), new InputOption('dump-messages', null, InputOption::VALUE_NONE, 'Should the messages be dumped in the console'), new InputOption('force', null, InputOption::VALUE_NONE, 'Should the update be done'), new InputOption('no-backup', null, InputOption::VALUE_NONE, 'Should backup be disabled'), diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml index 2b4ea429628e3..02104ba26015b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/annotations.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml index fd95fbf6bc672..4aaa702df5dc9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml index f388501ba4d32..36db49a497982 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_debug.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_debug.xml index 1b9b4077c0dd8..20e22761a308d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_debug.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_debug.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml index 95d13761ecf5c..e1d919aa0e07d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml index 34f47a0599b31..814eb031c3ebf 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml index 9aa1367f585e1..24df7d50597d7 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml index 28a8a8a2c04b1..e118d0322368f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> -1 diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml index cd9fa061dd240..65e26d81e25c3 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml index d5bffaeb3ea62..7dd51bbed6a6a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml index d0162ea09816c..816442519382b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml index 525b18c57b60d..9ab1765b02717 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml index 49fbbbaf388cb..b7c64119f88e6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml index 3f518522e153c..394033734d2d4 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/identity_translator.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/identity_translator.xml index def3c1d2c654c..b731844965bb5 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/identity_translator.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/identity_translator.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/lock.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/lock.xml index e4c2231c1c155..ce5b9c8d3042b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/lock.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/lock.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml index 635dc8d2b3ed0..1c61fa09c56b4 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml index 91924e5972d8e..4fb4f2ff98abc 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml index a893127276564..664fbe0e56894 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.xml index 9cb049c01735f..048b61ec466f0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml index 1ad1a752a6a39..e66a49c14cdd3 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\Routing\Generator\UrlGenerator diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml index 8a3ffac2da0ea..a6c3aa1d31dd6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml index 42dc667530a53..b1918047f7178 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> %kernel.cache_dir%/serialization.php diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml index f5c44432a3272..0c7b666f1b459 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml index ce7a3dd7eee7d..c87f688c78668 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> _sf2_meta @@ -15,6 +15,7 @@ + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml index 8a3c0cb593bff..b4e5b3d3df899 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml index 68b0eeefd7ccf..83c904f16f403 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml index 0bdfbe24ea3bd..f6cfd4ae68dfb 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml index 82d5b4c6621cf..19c0b28234cbc 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml index ff109c4cd2420..376b30d6e6f27 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml index fddd2abf759eb..d1a47553d95c9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml index 945f8653a524a..c9c5385fbfb76 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml index 66e7c7c23517e..8b92053b362e5 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator_debug.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator_debug.xml index 2548926ca3354..939c55553ca38 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator_debug.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator_debug.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml index 0622c4196c104..fb797ff96b9e2 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/web_link.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/web_link.xml index 6ce82082a3ca5..bf3e8d7211e00 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/web_link.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/web_link.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow.xml index d881f699f75ec..5f349ea6a0a3c 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php index e56e938dd9946..74d99194ad9a9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php +++ b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php @@ -36,7 +36,10 @@ protected static function createClient(array $options = [], array $server = []) try { $client = $kernel->getContainer()->get('test.client'); } catch (ServiceNotFoundException $e) { - throw new \LogicException('You cannot create the client used in functional tests if the BrowserKit component is not available. Try running "composer require symfony/browser-kit".'); + if (class_exists(Client::class)) { + throw new \LogicException('You cannot create the client used in functional tests if the "framework.test" config is not set to true.'); + } + throw new \LogicException('You cannot create the client used in functional tests if the BrowserKit component is not available. Try running "composer require symfony/browser-kit"'); } $client->setServerParameters($server); diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php index e8d31778a31a9..a04ef46a90f38 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php @@ -96,11 +96,7 @@ private function getKernel() ->expects($this->atLeastOnce()) ->method('has') ->will($this->returnCallback(function ($id) { - if ('console.command_loader' === $id) { - return false; - } - - return true; + return 'console.command_loader' !== $id; })) ; $container diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php index 42d4115f1fc78..87bc6c09e2eb9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php @@ -143,7 +143,7 @@ private function createCommandTester($extractedMessages = [], $loadedMessages = ->expects($this->any()) ->method('getFormats') ->will( - $this->returnValue(['xlf', 'yml']) + $this->returnValue(['xlf', 'yml', 'yaml']) ); if (null === $kernel) { diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml index a907a5b967f93..7ae57afaab679 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_disabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_disabled.xml index 0ce70d275c324..3c1303144b515 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_disabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_disabled.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_version_strategy_as_service.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_version_strategy_as_service.xml index 353ac487e4044..7bc70332bcc98 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_version_strategy_as_service.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/assets_version_strategy_as_service.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml index 79ee2a4b37421..0ebf2a960aed7 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache_env_var.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache_env_var.xml index 8f03cb1784b35..81c96b3a7ff85 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache_env_var.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/cache_env_var.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> redis://paas.com diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf.xml index 586d741aa9e5d..4cd628eadc15a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_disabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_disabled.xml index 635557f938acb..63a26d3843970 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_disabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_disabled.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_needs_session.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_needs_session.xml index 0a08d2351aaf2..a9e168638df31 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_needs_session.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/csrf_needs_session.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/default_config.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/default_config.xml index af727abdcb8d9..d98c43d992d8e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/default_config.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/default_config.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/esi_and_ssi_without_fragments.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/esi_and_ssi_without_fragments.xml index 7742141035d1a..5fe9be69b7cba 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/esi_and_ssi_without_fragments.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/esi_and_ssi_without_fragments.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/esi_disabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/esi_disabled.xml index c358feda807da..d4a46b62fcfb9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/esi_disabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/esi_disabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_sets_field_name.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_sets_field_name.xml index 589ec786e3428..1bdf2e528432e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_sets_field_name.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_sets_field_name.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_under_form_sets_field_name.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_under_form_sets_field_name.xml index c896acbd6b916..c04193e837b34 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_under_form_sets_field_name.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_csrf_under_form_sets_field_name.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_no_csrf.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_no_csrf.xml index fdeb60acf9934..092174a2d9720 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_no_csrf.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/form_no_csrf.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml index f083b9cb1a221..0f1ebec41543e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/lock.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/lock.xml index fc2bf0657a615..d531fbaba218f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/lock.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/lock.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/lock_named.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/lock_named.xml index d36c482de62ea..72e583a902395 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/lock_named.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/lock_named.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/php_errors_disabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/php_errors_disabled.xml index b7da5df70b652..cb50daa65e883 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/php_errors_disabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/php_errors_disabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/php_errors_enabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/php_errors_enabled.xml index ef13b906a9c46..db6a8a9bf03c0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/php_errors_enabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/php_errors_enabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/profiler.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/profiler.xml index f3b3095ccd951..a5f5448e18f2d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/profiler.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/profiler.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml index d7db78a6e2e38..95ddef8288e38 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_accessor.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info.xml index 825bc46e74477..7bf63b6540c54 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/property_info.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/request.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/request.xml index 320d1b187525a..f1e8184c149d1 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/request.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/request.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_disabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_disabled.xml index 73f1dccb1a6ed..0c62272c51003 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_disabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_disabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_enabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_enabled.xml index e202fc1b5ee20..3d59d62833ea4 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_enabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_enabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml index 237e31e50a2e3..b76ceb86b714a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/session.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/session.xml index 118a08c807eef..599cbdee1ccc0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/session.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/session.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/ssi_disabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/ssi_disabled.xml index e7e1880655c58..6aa752a4695d5 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/ssi_disabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/ssi_disabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_disabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_disabled.xml index 1078976462ff0..8fda04d92a591 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_disabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_disabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml index d579ed4c0a181..7bba936c5a58e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_no_assets.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_php_translator_disabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_php_translator_disabled.xml index 72a78aaf0c090..8e0a8cc039cb5 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_php_translator_disabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_php_translator_disabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_php_translator_enabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_php_translator_enabled.xml index 036afa38f7034..d1cb1fad83367 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_php_translator_enabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/templating_php_translator_enabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/translator_fallbacks.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/translator_fallbacks.xml index a0e4f4ed32b2e..521f8e381512d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/translator_fallbacks.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/translator_fallbacks.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_annotations.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_annotations.xml index 22f1536e139c3..f993a20d97314 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_annotations.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_annotations.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_multiple_static_methods.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_multiple_static_methods.xml index 053f574bafe9b..c2e84c3b906c7 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_multiple_static_methods.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_multiple_static_methods.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_no_static_method.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_no_static_method.xml index d26c7a2be50ef..61770d88a7fa6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_no_static_method.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_no_static_method.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_strict_email.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_strict_email.xml index 5b4aba1b70dd6..ec5c6b94e6592 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_strict_email.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_strict_email.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_translation_domain.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_translation_domain.xml index 733d5fa683ebe..3690f9e10eda4 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_translation_domain.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_translation_domain.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/web_link.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/web_link.xml index a061f0b15b9ed..718ceb31a372c 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/web_link.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/web_link.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_arguments_and_service.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_arguments_and_service.xml index 02502296f77de..cab687c5b6f44 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_arguments_and_service.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_arguments_and_service.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_guard_expression.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_guard_expression.xml index a5124d1fe7776..fa5a96ab11881 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_guard_expression.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_guard_expression.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_multiple_transitions_with_same_name.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_multiple_transitions_with_same_name.xml index d52aed8c95234..a300d3e8e55b0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_multiple_transitions_with_same_name.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_multiple_transitions_with_same_name.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_support_and_support_strategy.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_support_and_support_strategy.xml index 92e26ff327d94..a4f7ce858f615 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_support_and_support_strategy.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_support_and_support_strategy.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_type_and_service.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_type_and_service.xml index 7ec450f6537ee..7d91220746cb2 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_type_and_service.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_with_type_and_service.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_without_support_and_support_strategy.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_without_support_and_support_strategy.xml index 14bb287cca489..17a4b5854f598 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_without_support_and_support_strategy.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflow_without_support_and_support_strategy.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows.xml index be065c4558858..0b410d47d7849 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_enabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_enabled.xml index 51da644be1f9e..26e622e9e0074 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_enabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_enabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled.xml index a73b553c49568..08855f7569aa2 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled_named_workflows.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled_named_workflows.xml index 4b430d9115b34..8415c9c280668 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled_named_workflows.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled_named_workflows.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_without_type.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_without_type.xml index 2e6ebad552b74..838d3d767c87a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_without_type.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/workflows_without_type.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Resources/person.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Resources/person.xml index 24f63bf09f132..2d2ab3dd3497a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Resources/person.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Resources/person.xml @@ -2,7 +2,7 @@ diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Resources/person.xml b/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Resources/person.xml index f3adc3c90f799..71e6b79916b03 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Resources/person.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Resources/person.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping https://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd"> diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index c8ed98787e15e..e5449ff32ef7b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -20,10 +20,10 @@ "ext-xml": "*", "symfony/cache": "~3.4|~4.0", "symfony/class-loader": "~3.2", - "symfony/dependency-injection": "^3.4.3|^4.0.3", + "symfony/dependency-injection": "^3.4.24|^4.2.5", "symfony/config": "~3.4|~4.0", "symfony/event-dispatcher": "~3.4|~4.0", - "symfony/http-foundation": "^3.3.11|~4.0", + "symfony/http-foundation": "^3.4.24|^4.2.5", "symfony/http-kernel": "~3.4|~4.0", "symfony/polyfill-mbstring": "~1.0", "symfony/filesystem": "~2.8|~3.0|~4.0", diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml index a8170af900ff9..2effc4554bb26 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/console.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/console.xml index a8f9b510a9e00..5e8eec78a31f1 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/console.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/console.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml index 6e07753c896d3..43321494e0194 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml index 58c84aaff1c16..4a2b936c716ce 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\Security\Core\Authentication\Token\AnonymousToken diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xml index 68418dadff1c9..0b95501084685 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xml index c1ed332654fe0..ea988a52013d0 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml index d3b7b936ea69a..c1512dec301c7 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml index 2f44d93de1681..54dc3c4a2be8e 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml index c05cdcaa2d290..956a75a5be2ba 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml index 6f2ec1cbf977e..b2ce15d1b18bd 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_php.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml b/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml index a575ca2fa768f..c07547fa17902 100644 --- a/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml +++ b/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_customized_config.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_customized_config.xml index 22123dfa21ce4..0b6861fd9cdb6 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_customized_config.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_customized_config.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_default_strategy.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_default_strategy.xml index 6c267a2e7781c..657f3c4986c06 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_default_strategy.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_default_strategy.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service.xml index 4e67e168c8482..fb51a7413a45d 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service_and_strategy.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service_and_strategy.xml index dbadce4fa740d..460b44cda03d6 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service_and_strategy.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service_and_strategy.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/argon2i_encoder.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/argon2i_encoder.xml index dda4d8ec888c8..ea85c829b7529 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/argon2i_encoder.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/argon2i_encoder.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml index 4c8a41d6695f0..eac69d90af04f 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1_with_acl.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1_with_acl.xml index 2a0eb6f6d7689..493c5a06489ca 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1_with_acl.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1_with_acl.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1_with_digest.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1_with_digest.xml index 7affa38b8596d..14b472b58df34 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1_with_digest.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1_with_digest.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml index 6addc81668253..2a2001557e44f 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/custom_acl_provider.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_provider.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_provider.xml index 9d37164e8d409..79a1c46aafc7d 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_provider.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_provider.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_undefined_provider.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_undefined_provider.xml index 6a05d48e539b9..8d9abbd9db11a 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_undefined_provider.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_undefined_provider.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_provider.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_provider.xml index f53b91b00ef78..c50c9939682cd 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_provider.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_provider.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_undefined_provider.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_undefined_provider.xml index 75271ad075f37..9b09fdf5f8472 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_undefined_provider.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_undefined_provider.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml index 42dc91c9975ef..8382f5249e82b 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml index 051e2a40b3a16..e791c83418cf2 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge_import.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/no_custom_user_checker.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/no_custom_user_checker.xml index 996c8a7de20b5..44eebc9ca27df 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/no_custom_user_checker.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/no_custom_user_checker.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml index 583720ea1de9b..3d35d69d8f064 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml @@ -3,7 +3,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Resources/config/services.xml b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Resources/config/services.xml index 76abc3d262e93..ba595bda1c4fc 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Resources/config/services.xml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Resources/config/services.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml b/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml index caa799bc346c0..4177da62de513 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml +++ b/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml b/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml index bf87f8be7ab6e..a4b76f18cc41f 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml +++ b/src/Symfony/Bundle/TwigBundle/Resources/config/routing/errors.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> twig.controller.preview_error:previewErrorPageAction diff --git a/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml b/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml index 26d7d6c9c14a1..1eba213f0edf9 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml +++ b/src/Symfony/Bundle/TwigBundle/Resources/config/templating.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml b/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml index 5b2315e6d1f1d..1d894cf20c951 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml +++ b/src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml index fa28361cc8af0..f72bed9d14884 100644 --- a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml +++ b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/twig https://symfony.com/schema/dic/twig/twig-1.0.xsd"> diff --git a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml index 771e382e47002..f3b51fa24201c 100644 --- a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml +++ b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/twig https://symfony.com/schema/dic/twig/twig-1.0.xsd"> diff --git a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml index 174b3e1b6c2d6..17bcf0acd4490 100644 --- a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml +++ b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/twig https://symfony.com/schema/dic/twig/twig-1.0.xsd"> namespaced_path3 diff --git a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/formats.xml b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/formats.xml index 1ab39e49229cd..fa888b30acf61 100644 --- a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/formats.xml +++ b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/formats.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/twig https://symfony.com/schema/dic/twig/twig-1.0.xsd"> diff --git a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml index 116b128fe6c51..8ece3b80b794d 100644 --- a/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml +++ b/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/twig https://symfony.com/schema/dic/twig/twig-1.0.xsd"> MyBundle::form.html.twig diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index e968cdb18dec5..5feaebd29c099 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -27,7 +27,7 @@ "require-dev": { "symfony/asset": "~2.8|~3.0|~4.0", "symfony/stopwatch": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", + "symfony/dependency-injection": "~3.4.24|^4.2.5", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", "symfony/form": "~2.8|~3.0|~4.0", diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml index 4eb44972e72d1..a8526d1275daa 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml index 0be717b19d6e7..3899b6cea2427 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> web_profiler.controller.profiler:homeAction diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml index 1027ce42f66b4..29ed0ffa5a018 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> web_profiler.controller.profiler:toolbarAction diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml index 16a7022c6d960..7687ab7c96115 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/WebServerBundle/Resources/config/webserver.xml b/src/Symfony/Bundle/WebServerBundle/Resources/config/webserver.xml index 21bbc969a53b2..047e2cb483feb 100644 --- a/src/Symfony/Bundle/WebServerBundle/Resources/config/webserver.xml +++ b/src/Symfony/Bundle/WebServerBundle/Resources/config/webserver.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/Cache/Adapter/SimpleCacheAdapter.php b/src/Symfony/Component/Cache/Adapter/SimpleCacheAdapter.php index 24db5d504ab68..bdb62a4bb3809 100644 --- a/src/Symfony/Component/Cache/Adapter/SimpleCacheAdapter.php +++ b/src/Symfony/Component/Cache/Adapter/SimpleCacheAdapter.php @@ -13,13 +13,12 @@ use Psr\SimpleCache\CacheInterface; use Symfony\Component\Cache\PruneableInterface; -use Symfony\Component\Cache\ResettableInterface; use Symfony\Component\Cache\Traits\ProxyTrait; /** * @author Nicolas Grekas */ -class SimpleCacheAdapter extends AbstractAdapter implements PruneableInterface, ResettableInterface +class SimpleCacheAdapter extends AbstractAdapter implements PruneableInterface { use ProxyTrait; diff --git a/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php b/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php new file mode 100644 index 0000000000000..6bf0348a1e68a --- /dev/null +++ b/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Component\Cache\Tests\Adapter; + +class PredisRedisClusterAdapterTest extends AbstractRedisAdapterTest +{ + public static function setupBeforeClass() + { + if (!$hosts = getenv('REDIS_CLUSTER_HOSTS')) { + self::markTestSkipped('REDIS_CLUSTER_HOSTS env var is not defined.'); + } + self::$redis = new \Predis\Client(explode(' ', $hosts), ['cluster' => 'redis']); + } + + public static function tearDownAfterClass() + { + self::$redis = null; + } +} diff --git a/src/Symfony/Component/Cache/Traits/RedisTrait.php b/src/Symfony/Component/Cache/Traits/RedisTrait.php index 7cbd304a0cec7..395a9b8051b4f 100644 --- a/src/Symfony/Component/Cache/Traits/RedisTrait.php +++ b/src/Symfony/Component/Cache/Traits/RedisTrait.php @@ -12,7 +12,6 @@ namespace Symfony\Component\Cache\Traits; use Predis\Connection\Aggregate\ClusterInterface; -use Predis\Connection\Aggregate\PredisCluster; use Predis\Connection\Aggregate\RedisCluster; use Predis\Connection\Factory; use Predis\Response\Status; @@ -48,9 +47,7 @@ private function init($redisClient, $namespace = '', $defaultLifetime = 0) if (preg_match('#[^-+_.A-Za-z0-9]#', $namespace, $match)) { throw new InvalidArgumentException(sprintf('RedisAdapter namespace contains "%s" but only characters in [-+_.A-Za-z0-9] are allowed.', $match[0])); } - if ($redisClient instanceof \RedisCluster) { - $this->enableVersioning(); - } elseif (!$redisClient instanceof \Redis && !$redisClient instanceof \RedisArray && !$redisClient instanceof \Predis\Client && !$redisClient instanceof RedisProxy) { + if (!$redisClient instanceof \Redis && !$redisClient instanceof \RedisArray && !$redisClient instanceof \RedisCluster && !$redisClient instanceof \Predis\Client && !$redisClient instanceof RedisProxy) { throw new InvalidArgumentException(sprintf('%s() expects parameter 1 to be Redis, RedisArray, RedisCluster or Predis\Client, %s given', __METHOD__, \is_object($redisClient) ? \get_class($redisClient) : \gettype($redisClient))); } $this->redis = $redisClient; @@ -207,9 +204,6 @@ protected function doHave($id) */ protected function doClear($namespace) { - // When using a native Redis cluster, clearing the cache is done by versioning in AbstractTrait::clear(). - // This means old keys are not really removed until they expire and may need garbage collection. - $cleared = true; $hosts = [$this->redis]; $evalArgs = [[$namespace], 0]; @@ -218,13 +212,11 @@ protected function doClear($namespace) $evalArgs = [0, $namespace]; $connection = $this->redis->getConnection(); - if ($connection instanceof PredisCluster) { + if ($connection instanceof ClusterInterface && $connection instanceof \Traversable) { $hosts = []; foreach ($connection as $c) { $hosts[] = new \Predis\Client($c); } - } elseif ($connection instanceof RedisCluster) { - return false; } } elseif ($this->redis instanceof \RedisArray) { $hosts = []; @@ -232,7 +224,11 @@ protected function doClear($namespace) $hosts[] = $this->redis->_instance($host); } } elseif ($this->redis instanceof \RedisCluster) { - return false; + $hosts = []; + foreach ($this->redis->_masters() as $host) { + $hosts[] = $h = new \Redis(); + $h->connect($host[0], $host[1]); + } } foreach ($hosts as $host) { if (!isset($namespace[0])) { @@ -259,7 +255,7 @@ protected function doClear($namespace) $keys = $keys[1]; } if ($keys) { - $host->del($keys); + $this->doDelete($keys); } } while ($cursor = (int) $cursor); } @@ -272,7 +268,17 @@ protected function doClear($namespace) */ protected function doDelete(array $ids) { - if ($ids) { + if (!$ids) { + return true; + } + + if ($this->redis instanceof \Predis\Client && $this->redis->getConnection() instanceof ClusterInterface) { + $this->pipeline(function () use ($ids) { + foreach ($ids as $id) { + yield 'del' => [$id]; + } + })->rewind(); + } else { $this->redis->del($ids); } @@ -321,7 +327,16 @@ private function pipeline(\Closure $generator) { $ids = []; - if ($this->redis instanceof \Predis\Client && !$this->redis->getConnection() instanceof ClusterInterface) { + if ($this->redis instanceof \RedisCluster || ($this->redis instanceof \Predis\Client && $this->redis->getConnection() instanceof RedisCluster)) { + // phpredis & predis don't support pipelining with RedisCluster + // see https://github.com/phpredis/phpredis/blob/develop/cluster.markdown#pipelining + // see https://github.com/nrk/predis/issues/267#issuecomment-123781423 + $results = []; + foreach ($generator() as $command => $args) { + $results[] = \call_user_func_array([$this->redis, $command], $args); + $ids[] = $args[0]; + } + } elseif ($this->redis instanceof \Predis\Client) { $results = $this->redis->pipeline(function ($redis) use ($generator, &$ids) { foreach ($generator() as $command => $args) { \call_user_func_array([$redis, $command], $args); @@ -345,15 +360,6 @@ private function pipeline(\Closure $generator) foreach ($results as $k => list($h, $c)) { $results[$k] = $connections[$h][$c]; } - } elseif ($this->redis instanceof \RedisCluster || ($this->redis instanceof \Predis\Client && $this->redis->getConnection() instanceof ClusterInterface)) { - // phpredis & predis don't support pipelining with RedisCluster - // see https://github.com/phpredis/phpredis/blob/develop/cluster.markdown#pipelining - // see https://github.com/nrk/predis/issues/267#issuecomment-123781423 - $results = []; - foreach ($generator() as $command => $args) { - $results[] = \call_user_func_array([$this->redis, $command], $args); - $ids[] = $args[0]; - } } else { $this->redis->multi(\Redis::PIPELINE); foreach ($generator() as $command => $args) { diff --git a/src/Symfony/Component/Console/Tester/CommandTester.php b/src/Symfony/Component/Console/Tester/CommandTester.php index f869995eb92d6..a1d8ad70a1248 100644 --- a/src/Symfony/Component/Console/Tester/CommandTester.php +++ b/src/Symfony/Component/Console/Tester/CommandTester.php @@ -87,6 +87,10 @@ public function execute(array $input, array $options = []) */ public function getDisplay($normalize = false) { + if (null === $this->output) { + throw new \RuntimeException('Output not initialized, did you execute the command before requesting the display?'); + } + rewind($this->output->getStream()); $display = stream_get_contents($this->output->getStream()); diff --git a/src/Symfony/Component/Debug/DebugClassLoader.php b/src/Symfony/Component/Debug/DebugClassLoader.php index 310f7d4e2247c..b728b9b90fee2 100644 --- a/src/Symfony/Component/Debug/DebugClassLoader.php +++ b/src/Symfony/Component/Debug/DebugClassLoader.php @@ -233,7 +233,7 @@ public function checkAnnotations(\ReflectionClass $refl, $class) // Detect annotations on the class if (false !== $doc = $refl->getDocComment()) { foreach (['final', 'deprecated', 'internal'] as $annotation) { - if (false !== \strpos($doc, $annotation) && preg_match('#\n\s+\* @'.$annotation.'(?:( .+?)\.?)?\r?\n\s+\*(?: @|/$)#s', $doc, $notice)) { + if (false !== \strpos($doc, $annotation) && preg_match('#\n\s+\* @'.$annotation.'(?:( .+?)\.?)?\r?\n\s+\*(?: @|/$|\r?\n)#s', $doc, $notice)) { self::${$annotation}[$class] = isset($notice[1]) ? preg_replace('#\.?\r?\n( \*)? *(?= |\r?\n|$)#', '', $notice[1]) : ''; } } @@ -258,7 +258,7 @@ public function checkAnnotations(\ReflectionClass $refl, $class) if (!isset(self::$checkedClasses[$use])) { $this->checkClass($use); } - if (isset(self::$deprecated[$use]) && \strncmp($ns, \str_replace('_', '\\', $use), $len)) { + if (isset(self::$deprecated[$use]) && \strncmp($ns, \str_replace('_', '\\', $use), $len) && !isset(self::$deprecated[$class])) { $type = class_exists($class, false) ? 'class' : (interface_exists($class, false) ? 'interface' : 'trait'); $verb = class_exists($use, false) || interface_exists($class, false) ? 'extends' : (interface_exists($use, false) ? 'implements' : 'uses'); @@ -307,7 +307,7 @@ public function checkAnnotations(\ReflectionClass $refl, $class) } foreach (['final', 'internal'] as $annotation) { - if (false !== \strpos($doc, $annotation) && preg_match('#\n\s+\* @'.$annotation.'(?:( .+?)\.?)?\r?\n\s+\*(?: @|/$)#s', $doc, $notice)) { + if (false !== \strpos($doc, $annotation) && preg_match('#\n\s+\* @'.$annotation.'(?:( .+?)\.?)?\r?\n\s+\*(?: @|/$|\r?\n)#s', $doc, $notice)) { $message = isset($notice[1]) ? preg_replace('#\.?\r?\n( \*)? *(?= |\r?\n|$)#', '', $notice[1]) : ''; self::${$annotation.'Methods'}[$class][$method->name] = [$class, $message]; } diff --git a/src/Symfony/Component/Debug/Tests/Fixtures/FinalClasses.php b/src/Symfony/Component/Debug/Tests/Fixtures/FinalClasses.php index 0f51f9f46f627..4c2b0aaf351f3 100644 --- a/src/Symfony/Component/Debug/Tests/Fixtures/FinalClasses.php +++ b/src/Symfony/Component/Debug/Tests/Fixtures/FinalClasses.php @@ -30,6 +30,7 @@ class FinalClass3 /** * @final + * * @author John Doe */ class FinalClass4 @@ -63,7 +64,6 @@ class FinalClass6 * @author John Doe * * @final another - * * multiline comment... * * @return string @@ -76,6 +76,7 @@ class FinalClass7 /** * @author John Doe * @final + * * @return string */ class FinalClass8 diff --git a/src/Symfony/Component/Debug/Tests/Fixtures/FinalMethod.php b/src/Symfony/Component/Debug/Tests/Fixtures/FinalMethod.php index 98a47524c43e6..595dd0a887fb4 100644 --- a/src/Symfony/Component/Debug/Tests/Fixtures/FinalMethod.php +++ b/src/Symfony/Component/Debug/Tests/Fixtures/FinalMethod.php @@ -13,6 +13,8 @@ public function finalMethod() /** * @final + * + * @return int */ public function finalMethod2() { diff --git a/src/Symfony/Component/DependencyInjection/Container.php b/src/Symfony/Component/DependencyInjection/Container.php index e822643439c2f..e385f0689896e 100644 --- a/src/Symfony/Component/DependencyInjection/Container.php +++ b/src/Symfony/Component/DependencyInjection/Container.php @@ -159,7 +159,7 @@ public function setParameter($name, $value) /** * Sets a service. * - * Setting a service to null resets the service: has() returns false and get() + * Setting a synthetic service to null resets it: has() returns false and get() * behaves in the same way as if the service was never created. * * @param string $id The service identifier diff --git a/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php b/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php index 36e3e121d23bc..67b6dbebb438c 100644 --- a/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php +++ b/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php @@ -47,7 +47,7 @@ public function dump(array $options = []) $container = $this->document->createElementNS('http://symfony.com/schema/dic/services', 'container'); $container->setAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'); - $container->setAttribute('xsi:schemaLocation', 'http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd'); + $container->setAttribute('xsi:schemaLocation', 'http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd'); $this->addParameters($container); $this->addServices($container); @@ -290,12 +290,12 @@ private function convertParameters(array $parameters, $type, \DOMElement $parent } elseif ($value instanceof Reference) { $element->setAttribute('type', 'service'); $element->setAttribute('id', (string) $value); - $behaviour = $value->getInvalidBehavior(); - if (ContainerInterface::NULL_ON_INVALID_REFERENCE == $behaviour) { + $behavior = $value->getInvalidBehavior(); + if (ContainerInterface::NULL_ON_INVALID_REFERENCE == $behavior) { $element->setAttribute('on-invalid', 'null'); - } elseif (ContainerInterface::IGNORE_ON_INVALID_REFERENCE == $behaviour) { + } elseif (ContainerInterface::IGNORE_ON_INVALID_REFERENCE == $behavior) { $element->setAttribute('on-invalid', 'ignore'); - } elseif (ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE == $behaviour) { + } elseif (ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE == $behavior) { $element->setAttribute('on-invalid', 'ignore_uninitialized'); } } elseif ($value instanceof Definition) { diff --git a/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php b/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php index fd2a20a8768f7..718592d8eca39 100644 --- a/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php +++ b/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php @@ -584,7 +584,8 @@ public function validateSchema(\DOMDocument $dom) } if (($extension = $this->container->getExtension($items[$i])) && false !== $extension->getXsdValidationBasePath()) { - $path = str_replace($extension->getNamespace(), str_replace('\\', '/', $extension->getXsdValidationBasePath()).'/', $items[$i + 1]); + $ns = $extension->getNamespace(); + $path = str_replace([$ns, str_replace('http://', 'https://', $ns)], str_replace('\\', '/', $extension->getXsdValidationBasePath()).'/', $items[$i + 1]); if (!is_file($path)) { throw new RuntimeException(sprintf('Extension "%s" references a non-existent XSD file "%s"', \get_class($extension), $path)); diff --git a/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php b/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php index ac274c6f26267..e660c7e801547 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php +++ b/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php @@ -72,7 +72,7 @@ public function testDumpAnonymousServices() $container = include self::$fixturesPath.'/containers/container11.php'; $dumper = new XmlDumper($container); $this->assertEquals(' - + @@ -96,7 +96,7 @@ public function testDumpEntities() $container = include self::$fixturesPath.'/containers/container12.php'; $dumper = new XmlDumper($container); $this->assertEquals(" - + @@ -125,7 +125,7 @@ public function provideDecoratedServicesData() return [ [" - + @@ -135,7 +135,7 @@ public function provideDecoratedServicesData() ", include $fixturesPath.'/containers/container15.php'], [" - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/class_from_id.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/class_from_id.xml index 45415cce472f0..5b74100908724 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/class_from_id.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/class_from_id.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension1/services.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension1/services.xml index 52df38d0c99c0..1323dd5f20a4e 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension1/services.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension1/services.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension2/services.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension2/services.xml index 21a7ef58c0eaa..f9c01225dc4b0 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension2/services.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extension2/services.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services2.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services2.xml index 67d462be98fbb..65c90696a6645 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services2.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services2.xml @@ -3,7 +3,7 @@ diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services3.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services3.xml index c23f02a087750..4c81844876f7f 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services3.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services3.xml @@ -3,7 +3,7 @@ diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services5.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services5.xml index 0eaaff2d2cddc..c0343373a343f 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services5.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services5.xml @@ -3,7 +3,7 @@ diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services6.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services6.xml index a9c01030d1cae..da2b4bf2b3220 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services6.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services6.xml @@ -3,7 +3,7 @@ diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services7.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services7.xml index e77780db6aabb..fa5c364b3d014 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services7.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services7.xml @@ -3,7 +3,7 @@ diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml index 52386e5bf52df..a5387b25abe9b 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/namespaces.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/namespaces.xml index 5a05cedd7e79e..9dc27fadbb1d8 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/namespaces.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/namespaces.xml @@ -3,8 +3,8 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine https://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nested_service_without_id.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nested_service_without_id.xml index f8eb009949943..cfeed0ff50e5a 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nested_service_without_id.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/nested_service_without_id.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services1.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services1.xml index 6dc3ea6618c6d..7d8674a30f3fe 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services1.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services1.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services10.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services10.xml index a4da1bf74cf78..921070e1b44a0 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services10.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services10.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> true diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml index 73446214e4920..639075f5db3d6 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services14.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> app diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml index 0d2d6699490ba..243a289f73161 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services2.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> a string bar diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services21.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services21.xml index 36fc8cfd81c68..20dd4cf47614e 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services21.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services21.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services22.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services22.xml index fa79d389489fb..6de7945befd4c 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services22.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services22.xml @@ -1,5 +1,5 @@ - + Bar diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services23.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services23.xml index 3f9e15fd499da..eb56fd11df595 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services23.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services23.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services24.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services24.xml index abf389bc8d632..23c91cdc2e99d 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services24.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services24.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services28.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services28.xml index 0076cc31ebbf1..6b53c09890aca 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services28.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services28.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services3.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services3.xml index 87bf183db32df..5f0afeb492cf2 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services3.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services3.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> foo diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4.xml index 47ec04e68505f..399da8159493c 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4_bad_import.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4_bad_import.xml index 0b7f10a309b86..b30178f9e96e9 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4_bad_import.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services4_bad_import.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml index 721f028287750..6c6a14245b842 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services5.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml index c85b7a7c01efb..84eb57bbe2fac 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services6.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services7.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services7.xml index 824d8b5d75396..5b322105b4d8f 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services7.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services7.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services8.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services8.xml index bc1186bd93ccf..d0f9015c5a547 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services8.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services8.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> %baz% bar diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml index d12c00319aca1..128c1bac221f2 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services9.xml @@ -1,5 +1,5 @@ - + BazClass Bar\FooClass diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_abstract.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_abstract.xml index 22abf54681f6a..47fd3a53bd767 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_abstract.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_abstract.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_autoconfigure.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_autoconfigure.xml index 5e855c097288e..91cfa5f4dcc57 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_autoconfigure.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_autoconfigure.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_autoconfigure_with_parent.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_autoconfigure_with_parent.xml index 103045d38fcb3..97a8facf49c0a 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_autoconfigure_with_parent.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_autoconfigure_with_parent.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_bindings.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_bindings.xml index 408bca5f75346..0fb57daa5eefd 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_bindings.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_bindings.xml @@ -1,5 +1,5 @@ - + null diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_defaults_with_parent.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_defaults_with_parent.xml index 875ed6d51f996..bb1511898b50d 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_defaults_with_parent.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_defaults_with_parent.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_deprecated.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_deprecated.xml index c19a47adf517f..ae3a0b089076c 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_deprecated.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_deprecated.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_dump_load.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_dump_load.xml index e70be185c0ee1..7a91166c1fc77 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_dump_load.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_dump_load.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_inline_not_candidate.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_inline_not_candidate.xml index 72560585396af..e6857813c6a67 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_inline_not_candidate.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_inline_not_candidate.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_instanceof.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_instanceof.xml index 839776a3fed97..097687e1aa1e7 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_instanceof.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_instanceof.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_instanceof_with_parent.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_instanceof_with_parent.xml index 67ce6917249bd..c2fce5eb2fd4e 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_instanceof_with_parent.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_instanceof_with_parent.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_named_args.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_named_args.xml index 95dabde9c4b6b..68ade19dd4575 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_named_args.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_named_args.xml @@ -1,5 +1,5 @@ - + ABCD diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_prototype.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_prototype.xml index 381f95dd00fa5..9d1d622d4aad3 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_prototype.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_prototype.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_tsantos.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_tsantos.xml index bb310b279d705..2a35f468652f7 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_tsantos.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_tsantos.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_without_id.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_without_id.xml index bc0f719bd5330..fe65f08f4f264 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_without_id.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/services_without_id.xml @@ -1,5 +1,5 @@ - + diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_with_empty_name.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_with_empty_name.xml index 1646292462475..08e3e78fa671a 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_with_empty_name.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_with_empty_name.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_without_name.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_without_name.xml index bc7373df73cf0..1ff3929033aca 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_without_name.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/tag_without_name.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/with_key_outside_collection.xml b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/with_key_outside_collection.xml index 5f3a2843612df..1f6d32079d0ff 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/with_key_outside_collection.xml +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/with_key_outside_collection.xml @@ -1,5 +1,5 @@ - + foo diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/xml_with_wrong_ext.php b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/xml_with_wrong_ext.php index 91ff5d460203b..dcf167db83e18 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/xml_with_wrong_ext.php +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/xml_with_wrong_ext.php @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> from xml diff --git a/src/Symfony/Component/Dotenv/Dotenv.php b/src/Symfony/Component/Dotenv/Dotenv.php index d21e0435062b1..b43529abdfc3b 100644 --- a/src/Symfony/Component/Dotenv/Dotenv.php +++ b/src/Symfony/Component/Dotenv/Dotenv.php @@ -33,7 +33,6 @@ final class Dotenv private $lineno; private $data; private $end; - private $state; private $values; /** @@ -111,27 +110,27 @@ public function parse($data, $path = '.env') $this->lineno = 1; $this->cursor = 0; $this->end = \strlen($this->data); - $this->state = self::STATE_VARNAME; + $state = self::STATE_VARNAME; $this->values = []; $name = ''; $this->skipEmptyLines(); while ($this->cursor < $this->end) { - switch ($this->state) { + switch ($state) { case self::STATE_VARNAME: $name = $this->lexVarname(); - $this->state = self::STATE_VALUE; + $state = self::STATE_VALUE; break; case self::STATE_VALUE: $this->values[$name] = $this->lexValue(); - $this->state = self::STATE_VARNAME; + $state = self::STATE_VARNAME; break; } } - if (self::STATE_VALUE === $this->state) { + if (self::STATE_VALUE === $state) { $this->values[$name] = ''; } diff --git a/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php b/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php index 2339a68874a6d..752c8aa8293e6 100644 --- a/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php +++ b/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php @@ -290,10 +290,6 @@ private function postProcess($eventName) if (null !== $this->logger) { $this->logger->debug('Notified event "{event}" to listener "{listener}".', $context); } - - if (!isset($this->called[$eventName])) { - $this->called[$eventName] = new \SplObjectStorage(); - } } else { $this->callStack->detach($listener); } diff --git a/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php b/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php index bdad9fe9d9bd3..2951c1ee45aa8 100644 --- a/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php +++ b/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php @@ -106,7 +106,7 @@ public function process(ContainerBuilder $container) $definition->addMethodCall('addListener', $args); if (isset($this->hotPathEvents[$args[0]])) { - $container->getDefinition($id)->addTag('container.hot_path'); + $container->getDefinition($id)->addTag($this->hotPathTagName); } } $extractingDispatcher->listeners = []; diff --git a/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php b/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php index 02685a2504185..e7ebc7200bd6c 100644 --- a/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php +++ b/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php @@ -15,9 +15,10 @@ * A list of choices with arbitrary data types. * * The user of this class is responsible for assigning string values to the - * choices. Both the choices and their values are passed to the constructor. - * Each choice must have a corresponding value (with the same array key) in - * the value array. + * choices annd for their uniqueness. + * Both the choices and their values are passed to the constructor. + * Each choice must have a corresponding value (with the same key) in + * the values array. * * @author Bernhard Schussek */ @@ -43,12 +44,6 @@ class ArrayChoiceList implements ChoiceListInterface * @var int[]|string[] */ protected $originalKeys; - - /** - * The callback for creating the value for a choice. - * - * @var callable - */ protected $valueCallback; /** @@ -212,6 +207,8 @@ protected function flatten(array $choices, $value, &$choicesByValues, &$keysByVa /** * Checks whether the given choices can be cast to strings without * generating duplicates. + * This method is responsible for preventing conflict between scalar values + * and the empty value. * * @param array $choices The choices * @param array|null $cache The cache for previously checked entries. Internal @@ -232,6 +229,7 @@ private function castableToString(array $choices, array &$cache = []) return false; } + // prevent having false casted to the empty string by isset() $choice = false === $choice ? '0' : (string) $choice; if (isset($cache[$choice])) { diff --git a/src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php b/src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php index c1d643ee73fa1..9435309dd5077 100644 --- a/src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php +++ b/src/Symfony/Component/Form/ChoiceList/ChoiceListInterface.php @@ -35,7 +35,25 @@ public function getChoices(); /** * Returns the values for the choices. * - * The values are strings that do not contain duplicates. + * The values are strings that do not contain duplicates: + * + * $form->add('field', 'choice', [ + * 'choices' => [ + * 'Decided' => ['Yes' => true, 'No' => false], + * 'Undecided' => ['Maybe' => null], + * ], + * ]); + * + * In this example, the result of this method is: + * + * [ + * 'Yes' => '0', + * 'No' => '1', + * 'Maybe' => '2', + * ] + * + * Null and false MUST NOT conflict when being casted to string. + * For this some default incremented values SHOULD be computed. * * @return string[] The choice values */ @@ -62,6 +80,12 @@ public function getValues(); * 'Undecided' => ['Maybe' => '2'], * ] * + * Nested arrays do not make sense in a view format unless + * they are used as a convenient way of grouping. + * If the implementation does not intend to support grouped choices, + * this method SHOULD be equivalent to {@link getValues()}. + * The $groupBy callback parameter SHOULD be used instead. + * * @return string[] The choice values */ public function getStructuredValues(); diff --git a/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php b/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php index dea2165ec7b44..41a22586cc3b0 100644 --- a/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php +++ b/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php @@ -28,8 +28,8 @@ interface ChoiceListFactoryInterface * The choices should be passed in the values of the choices array. * * Optionally, a callable can be passed for generating the choice values. - * The callable receives the choice as first and the array key as the second - * argument. + * The callable receives the choice as only argument. + * Null may be passed when the choice list contains the empty value. * * @param iterable $choices The choices * @param callable|null $value The callable generating the choice @@ -43,8 +43,8 @@ public function createListFromChoices($choices, $value = null); * Creates a choice list that is loaded with the given loader. * * Optionally, a callable can be passed for generating the choice values. - * The callable receives the choice as first and the array key as the second - * argument. + * The callable receives the choice as only argument. + * Null may be passed when the choice list contains the empty value. * * @param ChoiceLoaderInterface $loader The choice loader * @param callable|null $value The callable generating the choice diff --git a/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php b/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php index 63e5f65210392..31d47d539cfb5 100644 --- a/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php +++ b/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php @@ -28,8 +28,8 @@ interface ChoiceLoaderInterface * Loads a list of choices. * * Optionally, a callable can be passed for generating the choice values. - * The callable receives the choice as first and the array key as the second - * argument. + * The callable receives the choice as only argument. + * Null may be passed when the choice list contains the empty value. * * @param callable|null $value The callable which generates the values * from choices @@ -45,8 +45,8 @@ public function loadChoiceList($value = null); * corresponding values in the given array. * * Optionally, a callable can be passed for generating the choice values. - * The callable receives the choice as first and the array key as the second - * argument. + * The callable receives the choice as only argument. + * Null may be passed when the choice list contains the empty value. * * @param string[] $values An array of choice values. Non-existing * values in this array are ignored @@ -63,8 +63,8 @@ public function loadChoicesForValues(array $values, $value = null); * corresponding choices in the given array. * * Optionally, a callable can be passed for generating the choice values. - * The callable receives the choice as first and the array key as the second - * argument. + * The callable receives the choice as only argument. + * Null may be passed when the choice list contains the empty value. * * @param array $choices An array of choices. Non-existing choices in * this array are ignored diff --git a/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php b/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php index 7922bcc74c87f..14adf123ec414 100644 --- a/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php +++ b/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php @@ -44,6 +44,11 @@ public function validate($form, Constraint $formConstraint) if ($form->isSubmitted() && $form->isSynchronized()) { // Validate the form data only if transformation succeeded $groups = self::getValidationGroups($form); + + if (!$groups) { + return; + } + $data = $form->getData(); // Validate the data against its own constraints diff --git a/src/Symfony/Component/Form/Resources/config/validation.xml b/src/Symfony/Component/Form/Resources/config/validation.xml index 2f2364bde4891..cbd586b915451 100644 --- a/src/Symfony/Component/Form/Resources/config/validation.xml +++ b/src/Symfony/Component/Form/Resources/config/validation.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping https://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd"> diff --git a/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php b/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php index 7aa7c1c438ba8..b50d943779190 100644 --- a/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php +++ b/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php @@ -20,12 +20,14 @@ */ abstract class FormIntegrationTestCase extends TestCase { + use TestCaseSetUpTearDownTrait; + /** * @var FormFactoryInterface */ protected $factory; - protected function setUp() + private function doSetUp() { $this->factory = Forms::createFormFactoryBuilder() ->addExtensions($this->getExtensions()) diff --git a/src/Symfony/Component/Form/Test/TestCaseSetUpTearDownTrait.php b/src/Symfony/Component/Form/Test/TestCaseSetUpTearDownTrait.php new file mode 100644 index 0000000000000..b44d8212dfc28 --- /dev/null +++ b/src/Symfony/Component/Form/Test/TestCaseSetUpTearDownTrait.php @@ -0,0 +1,82 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Component\Form\Test; + +use PHPUnit\Framework\TestCase; + +// Auto-adapt to PHPUnit 8 that added a `void` return-type to the setUp/tearDown methods + +if (method_exists(\ReflectionMethod::class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) { + eval(' + namespace Symfony\Component\Form\Test; + + /** + * @internal + */ + trait TestCaseSetUpTearDownTrait + { + private function doSetUp(): void + { + } + + private function doTearDown(): void + { + } + + protected function setUp(): void + { + $this->doSetUp(); + } + + protected function tearDown(): void + { + $this->doTearDown(); + } + } +'); +} else { + /** + * @internal + */ + trait TestCaseSetUpTearDownTrait + { + /** + * @return void + */ + private function doSetUp() + { + } + + /** + * @return void + */ + private function doTearDown() + { + } + + /** + * @return void + */ + protected function setUp() + { + $this->doSetUp(); + } + + /** + * @return void + */ + protected function tearDown() + { + $this->doTearDown(); + } + } +} diff --git a/src/Symfony/Component/Form/Test/TypeTestCase.php b/src/Symfony/Component/Form/Test/TypeTestCase.php index 7c9aa96a9eae7..19fb5c32a0739 100644 --- a/src/Symfony/Component/Form/Test/TypeTestCase.php +++ b/src/Symfony/Component/Form/Test/TypeTestCase.php @@ -17,6 +17,8 @@ abstract class TypeTestCase extends FormIntegrationTestCase { + use TestCaseSetUpTearDownTrait; + /** * @var FormBuilder */ @@ -27,7 +29,7 @@ abstract class TypeTestCase extends FormIntegrationTestCase */ protected $dispatcher; - protected function setUp() + private function doSetUp() { parent::setUp(); @@ -35,7 +37,7 @@ protected function setUp() $this->builder = new FormBuilder('', null, $this->dispatcher, $this->factory); } - protected function tearDown() + private function doTearDown() { if (\in_array(ValidatorExtensionTrait::class, class_uses($this))) { $this->validator = null; diff --git a/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php b/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php index e66331aa284e4..6388bf2a8d5ea 100644 --- a/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php +++ b/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php @@ -13,18 +13,11 @@ use PHPUnit\Framework\TestCase; use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToHtml5LocalDateTimeTransformer; +use Symfony\Component\Form\Tests\Extension\Core\DataTransformer\Traits\DateTimeEqualsTrait; class DateTimeToHtml5LocalDateTimeTransformerTest extends TestCase { - public static function assertEquals($expected, $actual, $message = '', $delta = 0, $maxDepth = 10, $canonicalize = false, $ignoreCase = false) - { - if ($expected instanceof \DateTime && $actual instanceof \DateTime) { - $expected = $expected->format('c'); - $actual = $actual->format('c'); - } - - parent::assertEquals($expected, $actual, $message, $delta, $maxDepth, $canonicalize, $ignoreCase); - } + use DateTimeEqualsTrait; public function transformProvider() { @@ -96,7 +89,7 @@ public function testReverseTransform($toTz, $fromTz, $to, $from) $transformer = new DateTimeToHtml5LocalDateTimeTransformer($toTz, $fromTz); if (null !== $to) { - $this->assertEquals(new \DateTime($to), $transformer->reverseTransform($from)); + $this->assertDateTimeEquals(new \DateTime($to), $transformer->reverseTransform($from)); } else { $this->assertNull($transformer->reverseTransform($from)); } diff --git a/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php b/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php index 8cf5986c130a4..d2feb116bfcac 100644 --- a/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php +++ b/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php @@ -13,10 +13,13 @@ use PHPUnit\Framework\TestCase; use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToLocalizedStringTransformer; +use Symfony\Component\Form\Tests\Extension\Core\DataTransformer\Traits\DateTimeEqualsTrait; use Symfony\Component\Intl\Util\IntlTestHelper; class DateTimeToLocalizedStringTransformerTest extends TestCase { + use DateTimeEqualsTrait; + protected $dateTime; protected $dateTimeWithoutSeconds; @@ -39,16 +42,6 @@ protected function tearDown() $this->dateTimeWithoutSeconds = null; } - public static function assertEquals($expected, $actual, $message = '', $delta = 0, $maxDepth = 10, $canonicalize = false, $ignoreCase = false) - { - if ($expected instanceof \DateTime && $actual instanceof \DateTime) { - $expected = $expected->format('c'); - $actual = $actual->format('c'); - } - - parent::assertEquals($expected, $actual, $message, $delta, $maxDepth, $canonicalize, $ignoreCase); - } - public function dataProvider() { return [ @@ -152,7 +145,7 @@ public function testReverseTransformWithNoConstructorParameters() $dateTime = new \DateTime('2010-02-03 04:05'); - $this->assertEquals( + $this->assertDateTimeEquals( $dateTime->format('c'), $transformer->reverseTransform('03.02.2010, 04:05')->format('c') ); @@ -217,14 +210,14 @@ public function testReverseTransform($dateFormat, $timeFormat, $pattern, $input, $output = new \DateTime($output); - $this->assertEquals($output, $transformer->reverseTransform($input)); + $this->assertDateTimeEquals($output, $transformer->reverseTransform($input)); } public function testReverseTransformFullTime() { $transformer = new DateTimeToLocalizedStringTransformer('UTC', 'UTC', null, \IntlDateFormatter::FULL); - $this->assertEquals($this->dateTime, $transformer->reverseTransform('03.02.2010, 04:05:06 GMT+00:00')); + $this->assertDateTimeEquals($this->dateTime, $transformer->reverseTransform('03.02.2010, 04:05:06 GMT+00:00')); } public function testReverseTransformFromDifferentLocale() @@ -233,7 +226,7 @@ public function testReverseTransformFromDifferentLocale() $transformer = new DateTimeToLocalizedStringTransformer('UTC', 'UTC'); - $this->assertEquals($this->dateTimeWithoutSeconds, $transformer->reverseTransform('Feb 3, 2010, 04:05 AM')); + $this->assertDateTimeEquals($this->dateTimeWithoutSeconds, $transformer->reverseTransform('Feb 3, 2010, 04:05 AM')); } public function testReverseTransformWithDifferentTimezones() @@ -243,7 +236,7 @@ public function testReverseTransformWithDifferentTimezones() $dateTime = new \DateTime('2010-02-03 04:05:00 Asia/Hong_Kong'); $dateTime->setTimezone(new \DateTimeZone('America/New_York')); - $this->assertEquals($dateTime, $transformer->reverseTransform('03.02.2010, 04:05')); + $this->assertDateTimeEquals($dateTime, $transformer->reverseTransform('03.02.2010, 04:05')); } public function testReverseTransformOnlyDateWithDifferentTimezones() @@ -252,21 +245,21 @@ public function testReverseTransformOnlyDateWithDifferentTimezones() $dateTime = new \DateTime('2017-01-10 11:00', new \DateTimeZone('Europe/Berlin')); - $this->assertEquals($dateTime, $transformer->reverseTransform('2017-01-10')); + $this->assertDateTimeEquals($dateTime, $transformer->reverseTransform('2017-01-10')); } public function testReverseTransformWithDifferentPatterns() { $transformer = new DateTimeToLocalizedStringTransformer('UTC', 'UTC', \IntlDateFormatter::FULL, \IntlDateFormatter::FULL, \IntlDateFormatter::GREGORIAN, 'MM*yyyy*dd HH|mm|ss'); - $this->assertEquals($this->dateTime, $transformer->reverseTransform('02*2010*03 04|05|06')); + $this->assertDateTimeEquals($this->dateTime, $transformer->reverseTransform('02*2010*03 04|05|06')); } public function testReverseTransformDateOnlyWithDstIssue() { $transformer = new DateTimeToLocalizedStringTransformer('Europe/Rome', 'Europe/Rome', \IntlDateFormatter::FULL, \IntlDateFormatter::FULL, \IntlDateFormatter::GREGORIAN, 'dd/MM/yyyy'); - $this->assertEquals( + $this->assertDateTimeEquals( new \DateTime('1978-05-28', new \DateTimeZone('Europe/Rome')), $transformer->reverseTransform('28/05/1978') ); @@ -276,7 +269,7 @@ public function testReverseTransformDateOnlyWithDstIssueAndEscapedText() { $transformer = new DateTimeToLocalizedStringTransformer('Europe/Rome', 'Europe/Rome', \IntlDateFormatter::FULL, \IntlDateFormatter::FULL, \IntlDateFormatter::GREGORIAN, "'day': dd 'month': MM 'year': yyyy"); - $this->assertEquals( + $this->assertDateTimeEquals( new \DateTime('1978-05-28', new \DateTimeZone('Europe/Rome')), $transformer->reverseTransform('day: 28 month: 05 year: 1978') ); @@ -330,7 +323,7 @@ public function testReverseTransformWithNonExistingDate() { $transformer = new DateTimeToLocalizedStringTransformer('UTC', 'UTC', \IntlDateFormatter::SHORT); - $this->assertEquals($this->dateTimeWithoutSeconds, $transformer->reverseTransform('31.04.10 04:05')); + $this->assertDateTimeEquals($this->dateTimeWithoutSeconds, $transformer->reverseTransform('31.04.10 04:05')); } /** diff --git a/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php b/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php index 2352ea6cc3514..773f00d71311d 100644 --- a/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php +++ b/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php @@ -13,9 +13,12 @@ use PHPUnit\Framework\TestCase; use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToRfc3339Transformer; +use Symfony\Component\Form\Tests\Extension\Core\DataTransformer\Traits\DateTimeEqualsTrait; class DateTimeToRfc3339TransformerTest extends TestCase { + use DateTimeEqualsTrait; + protected $dateTime; protected $dateTimeWithoutSeconds; @@ -33,16 +36,6 @@ protected function tearDown() $this->dateTimeWithoutSeconds = null; } - public static function assertEquals($expected, $actual, $message = '', $delta = 0, $maxDepth = 10, $canonicalize = false, $ignoreCase = false) - { - if ($expected instanceof \DateTime && $actual instanceof \DateTime) { - $expected = $expected->format('c'); - $actual = $actual->format('c'); - } - - parent::assertEquals($expected, $actual, $message, $delta, $maxDepth, $canonicalize, $ignoreCase); - } - public function allProvider() { return [ @@ -108,7 +101,7 @@ public function testReverseTransform($toTz, $fromTz, $to, $from) $transformer = new DateTimeToRfc3339Transformer($toTz, $fromTz); if (null !== $to) { - $this->assertEquals(new \DateTime($to), $transformer->reverseTransform($from)); + $this->assertDateTimeEquals(new \DateTime($to), $transformer->reverseTransform($from)); } else { $this->assertNull($transformer->reverseTransform($from)); } diff --git a/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/Traits/DateTimeEqualsTrait.php b/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/Traits/DateTimeEqualsTrait.php new file mode 100644 index 0000000000000..738c4d96b081a --- /dev/null +++ b/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/Traits/DateTimeEqualsTrait.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Component\Form\Tests\Extension\Core\DataTransformer\Traits; + +/** + * @internal + */ +trait DateTimeEqualsTrait +{ + public static function assertDateTimeEquals($expected, $actual) + { + if ($expected instanceof \DateTime && $actual instanceof \DateTime) { + $expected = $expected->format('c'); + $actual = $actual->format('c'); + } + + parent::assertEquals($expected, $actual); + } +} diff --git a/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php b/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php index e5b3ec9d2ab1b..59cdc13547547 100644 --- a/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php +++ b/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php @@ -33,7 +33,7 @@ public function testLocalesAreSelectable() $this->assertContains(new ChoiceView('en', 'en', 'English'), $choices, '', false, false); $this->assertContains(new ChoiceView('en_GB', 'en_GB', 'English (United Kingdom)'), $choices, '', false, false); - $this->assertContains(new ChoiceView('zh_Hant_MO', 'zh_Hant_MO', 'Chinese (Traditional, Macau SAR China)'), $choices, '', false, false); + $this->assertContains(new ChoiceView('zh_Hant_HK', 'zh_Hant_HK', 'Chinese (Traditional, Hong Kong SAR China)'), $choices, '', false, false); } public function testSubmitNull($expected = null, $norm = null, $view = null) diff --git a/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php b/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php index 7581f7698c12c..4ab56f555a90e 100644 --- a/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php +++ b/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php @@ -220,6 +220,28 @@ public function testDontValidateConstraintsIfNoValidationGroups() $this->assertNoViolation(); } + public function testDontValidateChildConstraintsIfCallableNoValidationGroups() + { + $formOptions = [ + 'constraints' => [new Valid()], + 'validation_groups' => [], + ]; + $form = $this->getBuilder('name', null, $formOptions) + ->setCompound(true) + ->setDataMapper(new PropertyPathMapper()) + ->getForm(); + $childOptions = ['constraints' => [new NotBlank()]]; + $child = $this->getCompoundForm(new \stdClass(), $childOptions); + $form->add($child); + $form->submit([]); + + $this->expectNoValidate(); + + $this->validator->validate($form, new Form()); + + $this->assertNoViolation(); + } + public function testDontValidateIfNotSynchronized() { $object = new \stdClass(); diff --git a/src/Symfony/Component/HttpFoundation/CHANGELOG.md b/src/Symfony/Component/HttpFoundation/CHANGELOG.md index 97b279df1f19d..7bfde80ff1290 100644 --- a/src/Symfony/Component/HttpFoundation/CHANGELOG.md +++ b/src/Symfony/Component/HttpFoundation/CHANGELOG.md @@ -144,10 +144,10 @@ CHANGELOG * Added `FlashBag`. Flashes expire when retrieved by `get()` or `all()`. This implementation is ESI compatible. * Added `AutoExpireFlashBag` (default) to replicate Symfony 2.0.x auto expire - behaviour of messages auto expiring after one page page load. Messages must + behavior of messages auto expiring after one page page load. Messages must be retrieved by `get()` or `all()`. * Added `Symfony\Component\HttpFoundation\Attribute\AttributeBag` to replicate - attributes storage behaviour from 2.0.x (default). + attributes storage behavior from 2.0.x (default). * Added `Symfony\Component\HttpFoundation\Attribute\NamespacedAttributeBag` for namespace session attributes. * Flash API can stores messages in an array so there may be multiple messages diff --git a/src/Symfony/Component/HttpFoundation/Request.php b/src/Symfony/Component/HttpFoundation/Request.php index f6ff0f509954d..fe1a33a597a3e 100644 --- a/src/Symfony/Component/HttpFoundation/Request.php +++ b/src/Symfony/Component/HttpFoundation/Request.php @@ -1462,7 +1462,7 @@ public function setFormat($format, $mimeTypes) * * @param string|null $default The default format * - * @return string The request format + * @return string|null The request format */ public function getRequestFormat($default = 'html') { diff --git a/src/Symfony/Component/HttpFoundation/Response.php b/src/Symfony/Component/HttpFoundation/Response.php index 4d63219b2db21..b7d116259d6f2 100644 --- a/src/Symfony/Component/HttpFoundation/Response.php +++ b/src/Symfony/Component/HttpFoundation/Response.php @@ -310,9 +310,9 @@ public function prepare(Request $request) } // Check if we need to send extra expire info headers - if ('1.0' == $this->getProtocolVersion() && false !== strpos($this->headers->get('Cache-Control'), 'no-cache')) { - $this->headers->set('pragma', 'no-cache'); - $this->headers->set('expires', -1); + if ('1.0' == $this->getProtocolVersion() && false !== strpos($headers->get('Cache-Control'), 'no-cache')) { + $headers->set('pragma', 'no-cache'); + $headers->set('expires', -1); } $this->ensureIEOverSSLCompatibility($request); diff --git a/src/Symfony/Component/HttpFoundation/Session/Session.php b/src/Symfony/Component/HttpFoundation/Session/Session.php index 867ceba97f8db..62ce948b6828b 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Session.php +++ b/src/Symfony/Component/HttpFoundation/Session/Session.php @@ -193,7 +193,9 @@ public function migrate($destroy = false, $lifetime = null) */ public function save() { - $this->storage->save(); + if ($this->isStarted()) { + $this->storage->save(); + } } /** diff --git a/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php b/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php index afa00fc7c3046..e75b3321b035e 100644 --- a/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php +++ b/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php @@ -260,4 +260,14 @@ public function testIsEmpty() $flash->get('hello'); $this->assertTrue($this->session->isEmpty()); } + + public function testSaveIfNotStarted() + { + $storage = $this->getMockBuilder('Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface')->getMock(); + $session = new Session($storage); + + $storage->expects($this->once())->method('isStarted')->willReturn(false); + $storage->expects($this->never())->method('save'); + $session->save(); + } } diff --git a/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php b/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php index 77f9e2f61839c..fed9e7e3febe7 100644 --- a/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php +++ b/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php @@ -105,7 +105,7 @@ public function configure(Event $event = null) if (method_exists($kernel = $event->getKernel(), 'terminateWithException')) { $request = $event->getRequest(); $hasRun = &$this->hasTerminatedWithException; - $this->exceptionHandler = function (\Exception $e) use ($kernel, $request, &$hasRun) { + $this->exceptionHandler = static function (\Exception $e) use ($kernel, $request, &$hasRun) { if ($hasRun) { throw $e; } diff --git a/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php b/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php index 862bac557dd77..1efad607e8277 100644 --- a/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php +++ b/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php @@ -215,7 +215,7 @@ private function storeRelativeAgeDirective($directive, $value, $age) } if (false !== $this->ageDirectives[$directive]) { - $value = $value - $age; + $value -= $age; $this->ageDirectives[$directive] = null !== $this->ageDirectives[$directive] ? min($this->ageDirectives[$directive], $value) : $value; } } diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index 1a985a4c910b9..f283f0c7bdb60 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -67,11 +67,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private $requestStackSize = 0; private $resetServices = false; - const VERSION = '3.4.23'; - const VERSION_ID = 30423; + const VERSION = '3.4.24'; + const VERSION_ID = 30424; const MAJOR_VERSION = 3; const MINOR_VERSION = 4; - const RELEASE_VERSION = 23; + const RELEASE_VERSION = 24; const EXTRA_VERSION = ''; const END_OF_MAINTENANCE = '11/2020'; diff --git a/src/Symfony/Component/HttpKernel/Log/Logger.php b/src/Symfony/Component/HttpKernel/Log/Logger.php index 6cfc75949021e..e174587d15b83 100644 --- a/src/Symfony/Component/HttpKernel/Log/Logger.php +++ b/src/Symfony/Component/HttpKernel/Log/Logger.php @@ -40,7 +40,7 @@ class Logger extends AbstractLogger public function __construct($minLevel = null, $output = 'php://stderr', callable $formatter = null) { if (null === $minLevel) { - $minLevel = LogLevel::WARNING; + $minLevel = 'php://stdout' === $output || 'php://stderr' === $output ? LogLevel::CRITICAL : LogLevel::WARNING; if (isset($_ENV['SHELL_VERBOSITY']) || isset($_SERVER['SHELL_VERBOSITY'])) { switch ((int) (isset($_ENV['SHELL_VERBOSITY']) ? $_ENV['SHELL_VERBOSITY'] : $_SERVER['SHELL_VERBOSITY'])) { diff --git a/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php b/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php index e59eb4db9bf22..e4c541b89ad7a 100644 --- a/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php +++ b/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php @@ -39,6 +39,7 @@ class LanguageDataGenerator extends AbstractDataGenerator 'cs' => 'ces', 'cy' => 'cym', 'de' => 'deu', + 'dz' => 'dzo', 'el' => 'ell', 'et' => 'est', 'eu' => 'eus', diff --git a/src/Symfony/Component/Intl/Intl.php b/src/Symfony/Component/Intl/Intl.php index 21b062a55755a..70fc55697a841 100644 --- a/src/Symfony/Component/Intl/Intl.php +++ b/src/Symfony/Component/Intl/Intl.php @@ -235,7 +235,7 @@ public static function getIcuDataVersion() */ public static function getIcuStubVersion() { - return '63.1'; + return '64.1'; } /** diff --git a/src/Symfony/Component/Intl/Locale.php b/src/Symfony/Component/Intl/Locale.php index a9c36ec618b58..6e88c5629e00b 100644 --- a/src/Symfony/Component/Intl/Locale.php +++ b/src/Symfony/Component/Intl/Locale.php @@ -85,7 +85,9 @@ public static function getFallback($locale) array_pop($localeSubTags); - return locale_compose($localeSubTags); + $fallback = locale_compose($localeSubTags); + + return false !== $fallback ? $fallback : null; } if (false !== $pos = strrpos($locale, '_')) { diff --git a/src/Symfony/Component/Intl/Resources/bin/compile b/src/Symfony/Component/Intl/Resources/bin/compile new file mode 100755 index 0000000000000..a59380960441a --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/bin/compile @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +if [[ $1 == force ]]; then + docker pull jakzal/php-intl +fi; + +docker run \ + -it --rm --name symfony-intl \ + -u $(id -u):$(id -g) \ + -v /tmp/symfony/icu:/tmp \ + -v $(pwd):/symfony \ + -w /symfony \ + jakzal/php-intl:latest \ + php src/Symfony/Component/Intl/Resources/bin/update-data.php diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/af.json b/src/Symfony/Component/Intl/Resources/data/currencies/af.json index 5fe08787e488c..2986a2e289d8e 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/af.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/af.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", 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 433d73d635b08..40180bb9e2efe 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.38.69", + "Version": "2.1.48.22", "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 2a5a593d6393b..b6175e8d3abc3 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.39.11", + "Version": "2.1.47.82", "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 1ba96aea0c8af..62f877f7b3e81 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.43.65", + "Version": "2.1.48.18", "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 ba66a7eb00481..8880a2250bcc2 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.43.50", + "Version": "2.1.48.22", "Names": { "ADP": [ "ADP", @@ -105,6 +105,10 @@ "BEL", "فرنك بلجيكي مالي" ], + "BGL": [ + "BGL", + "BGL" + ], "BGN": [ "BGN", "ليف بلغاري" 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 ecc1cf9213504..d9a4196603f7c 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.38.80", + "Version": "2.1.47.69", "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 e0b32b42e0696..ee5d740b68059 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.38.80", + "Version": "2.1.47.69", "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 6108307376e6a..42c5350093367 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.38.80", + "Version": "2.1.47.69", "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 28d3d475bce57..fd0706113afe1 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.38.80", + "Version": "2.1.47.69", "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 697a7f3ca7842..44136cd119565 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.38.80", + "Version": "2.1.47.69", "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 143137b28e4cd..5456234513b7e 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.38.80", + "Version": "2.1.47.69", "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 aa4b6a9bda457..d5799bbcdc6f4 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.43.94", + "Version": "2.1.48.17", "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 02b347b1f4f18..77209ad3e6a31 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.44.53", + "Version": "2.1.48.17", "Names": { "ADP": [ "ADP", 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 945e073716700..9b9cca7e1705d 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.44.53", + "Version": "2.1.47.82", "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 77e4b578d8e9d..9d9641f611508 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/be.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/be.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bg.json b/src/Symfony/Component/Intl/Resources/data/currencies/bg.json index 931fce21bb509..6b3972c00c559 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.43.94", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", @@ -917,14 +917,6 @@ "щ.д.", "Щатски долар" ], - "USN": [ - "USN", - "USN" - ], - "USS": [ - "USS", - "USS" - ], "UYI": [ "UYI", "Уругвайско песо (индекс на инфлацията)" diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/bm.json b/src/Symfony/Component/Intl/Resources/data/currencies/bm.json index 37e918d460a46..0d529b6a9b05c 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.39.11", + "Version": "2.1.47.82", "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 5070156d82443..e44014a08db0a 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.44.91", + "Version": "2.1.48.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 a54fc5afb2edb..b8a700e7cc2c4 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.38.69", + "Version": "2.1.47.82", "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 a69686767c23c..1027e24d2308b 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.38.69", + "Version": "2.1.47.82", "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 2dd210fc1359e..780f42baac857 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.44.91", + "Version": "2.1.48.86", "Names": { "ADP": [ "ADP", @@ -45,18 +45,6 @@ "AON", "kwanza nevez Angola (1990–2000)" ], - "AOR": [ - "AOR", - "AOR" - ], - "ARA": [ - "ARA", - "ARA" - ], - "ARL": [ - "ARL", - "ARL" - ], "ARM": [ "ARM", "peso Arcʼhantina (1881–1970)" @@ -121,10 +109,6 @@ "BEL", "BEL" ], - "BGL": [ - "BGL", - "BGL" - ], "BGM": [ "BGM", "lev sokialour Bulgaria" @@ -165,38 +149,10 @@ "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" @@ -273,10 +229,6 @@ "COP", "peso Kolombia" ], - "COU": [ - "COU", - "COU" - ], "CRC": [ "CRC", "colón Costa Rica" @@ -285,10 +237,6 @@ "CSD", "dinar Serbia (2002–2006)" ], - "CSK": [ - "CSK", - "CSK" - ], "CUC": [ "CUC", "peso kemmadus Kuba" @@ -333,14 +281,6 @@ "DZD", "dinar Aljeria" ], - "ECS": [ - "ECS", - "ECS" - ], - "ECV": [ - "ECV", - "ECV" - ], "EEK": [ "EEK", "kurunenn Estonia" @@ -353,10 +293,6 @@ "ERN", "nakfa Eritrea" ], - "ESA": [ - "ESA", - "ESA" - ], "ESB": [ "ESB", "peseta gemmadus Spagn" @@ -393,18 +329,10 @@ "£ RU", "lur Breizh-Veur" ], - "GEK": [ - "GEK", - "GEK" - ], "GEL": [ "GEL", "lari Jorjia" ], - "GHC": [ - "GHC", - "GHC" - ], "GHS": [ "GHS", "cedi Ghana" @@ -437,10 +365,6 @@ "GTQ", "quetzal Guatemala" ], - "GWE": [ - "GWE", - "GWE" - ], "GWP": [ "GWP", "peso Ginea-Bissau" @@ -609,10 +533,6 @@ "LUF", "lur Luksembourg" ], - "LUL": [ - "LUL", - "LUL" - ], "LVL": [ "LVL", "lats Latvia" @@ -637,10 +557,6 @@ "MCF", "lur Monaco" ], - "MDC": [ - "MDC", - "MDC" - ], "MDL": [ "MDL", "leu Moldova" @@ -717,10 +633,6 @@ "MXP", "peso arcʼhant Mecʼhiko (1861–1992)" ], - "MXV": [ - "MXV", - "MXV" - ], "MYR": [ "MYR", "ringgit Malaysia" @@ -777,10 +689,6 @@ "PAB", "balboa Panamá" ], - "PEI": [ - "PEI", - "PEI" - ], "PEN": [ "PEN", "sol Perou" @@ -993,10 +901,6 @@ "UAH", "hryvnia Ukraina" ], - "UAK": [ - "UAK", - "UAK" - ], "UGS": [ "UGS", "shilling Ouganda (1966–1987)" @@ -1009,18 +913,6 @@ "$ SU", "dollar SU" ], - "USN": [ - "USN", - "USN" - ], - "USS": [ - "USS", - "USS" - ], - "UYI": [ - "UYI", - "UYI" - ], "UYP": [ "UYP", "peso Uruguay (1975–1993)" @@ -1089,10 +981,6 @@ "CFPF", "lur CFP" ], - "XRE": [ - "XRE", - "XRE" - ], "YDD": [ "YDD", "dinar Yemen" @@ -1101,10 +989,6 @@ "YER", "rial Yemen" ], - "YUD": [ - "YUD", - "YUD" - ], "YUM": [ "YUM", "dinar nevez Yougoslavia (1994–2002)" @@ -1117,10 +1001,6 @@ "YUR", "dinar adreizhet Yougoslavia (1992–1993)" ], - "ZAL": [ - "ZAL", - "ZAL" - ], "ZAR": [ "ZAR", "rand Suafrika" @@ -1133,14 +1013,6 @@ "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 5c26403cbca78..d21469170eff2 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.44.88", + "Version": "2.1.48.17", "Names": { "ADP": [ "ADP", 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 62028f4e22964..7bafd72cc5fe0 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.41.34", + "Version": "2.1.48.17", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ca.json b/src/Symfony/Component/Intl/Resources/data/currencies/ca.json index 1f8a2be0296a6..82153854756e1 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.43.65", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", 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 56d97081ce092..3468e7b707355 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.38.39", + "Version": "2.1.47.69", "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 351b9ee1d842a..4b4add71e7931 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.41.34", + "Version": "2.1.47.82", "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 07bbd626ff43d..9325931f1dbb6 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.44.91", + "Version": "2.1.48.44", "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 a9f9b878ec937..16cb33450a533 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.44.91", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/da.json b/src/Symfony/Component/Intl/Resources/data/currencies/da.json index 5846f122bd844..5c23ce00618d8 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.43.65", + "Version": "2.1.48.17", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/de.json b/src/Symfony/Component/Intl/Resources/data/currencies/de.json index ded0ffda59d68..9bd28156b706a 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.44.91", + "Version": "2.1.48.42", "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 f93c4db208d3d..610c569d222f3 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.44.50", + "Version": "2.1.47.86", "Names": { "BYN": [ "BYN", @@ -9,6 +9,10 @@ "BYR", "Weissrussischer Rubel (2000–2016)" ], + "CHF": [ + "CHF", + "Schweizer Franken" + ], "EUR": [ "EUR", "Euro" 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 31219507293d2..5dc704ad5a780 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.38.39", + "Version": "2.1.47.69", "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 2a8aa8ad9308c..352898b8ae43d 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.38.39", + "Version": "2.1.47.69", "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 bc935b9105961..8919d87b60d2d 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.41.34", + "Version": "2.1.47.82", "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 5b66e75d664e9..842bf6adcb767 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.44.88", + "Version": "2.1.47.82", "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 4d99236339c6f..b4e30732a3117 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.43.65", + "Version": "2.1.49.26", "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 f61745cbc4730..3c9d4c1f593bc 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.44.91", + "Version": "2.1.48.65", "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 7de55fe82f91b..3c615b8ea4c0e 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.44.18", + "Version": "2.1.47.69", "Names": { "BYB": [ "BYB", 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 d9661b945365e..770311d7b3d3e 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.38.69", + "Version": "2.1.47.69", "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 new file mode 100644 index 0000000000000..aa47b391871ac --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_AE.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.48.67", + "Names": { + "AED": [ + "AED", + "United Arab Emirates Dirham" + ] + } +} 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 ca16a14538843..2756770a1fde4 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.38.69", + "Version": "2.1.47.69", "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 ca16a14538843..2756770a1fde4 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.38.69", + "Version": "2.1.47.69", "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 ddb1f5531fdcc..f16a2012b2d50 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_AU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.18", + "Version": "2.1.48.43", "Names": { "AUD": [ "$", @@ -97,6 +97,10 @@ "UYU", "Peso Uruguayo" ], + "VES": [ + "VES", + "VES" + ], "VND": [ "VND", "Vietnamese Dong" 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 335c3a8a441c1..aeab6ce5555e2 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.38.69", + "Version": "2.1.47.69", "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 541eab8086b83..3cd4f47183299 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.38.69", + "Version": "2.1.48.22", "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 d432300c1988d..513a81645310f 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.38.69", + "Version": "2.1.47.69", "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 770db1cdef1d9..d72c296bb26c5 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.38.69", + "Version": "2.1.47.69", "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 97b12b111cab7..0d47b5da63473 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.38.69", + "Version": "2.1.47.69", "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 96792d4e49ee3..1af4331442c59 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.38.69", + "Version": "2.1.47.69", "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 1c24a036777b1..3acc063ceac13 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_CA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.47.86", "Names": { "CAD": [ "$", 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 deb1ec6392fc5..2009c1a9e1d25 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.38.69", + "Version": "2.1.47.69", "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 f97dfbe29ea28..e634d1b4a8a7a 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.38.69", + "Version": "2.1.47.69", "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 deb1ec6392fc5..2009c1a9e1d25 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.38.69", + "Version": "2.1.47.69", "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 09888022b22f1..3f548937b0ab6 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.38.69", + "Version": "2.1.47.69", "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 ca16a14538843..2756770a1fde4 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.38.69", + "Version": "2.1.47.69", "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 089303d9a372a..cdbe321a45fa2 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.38.69", + "Version": "2.1.47.69", "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 0e247348ac90e..92d341d95b23d 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.38.69", + "Version": "2.1.47.69", "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 3bb9c3b6391ef..3f693a10f018b 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.38.69", + "Version": "2.1.47.69", "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 index 058293f50076f..1d21d1563ec0f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/en_GB.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.18", + "Version": "2.1.47.86", "Names": { "SHP": [ "SHP", 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 ca16a14538843..2756770a1fde4 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.38.69", + "Version": "2.1.47.69", "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 905fafb905388..c4cb145fe1d1c 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.38.69", + "Version": "2.1.47.69", "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 ade8921530d55..be50e77b687cd 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.38.69", + "Version": "2.1.47.69", "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 799bb0499e407..35b6619551fca 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.38.69", + "Version": "2.1.47.69", "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 029114890ac2d..a279ccb75fa40 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.38.69", + "Version": "2.1.47.69", "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 7473c91f36843..b5ae85679778f 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.38.69", + "Version": "2.1.47.69", "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 905fafb905388..c4cb145fe1d1c 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.38.69", + "Version": "2.1.47.69", "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 38b6179e5334c..c13ff50d67543 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.44.18", + "Version": "2.1.49.14", "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 905fafb905388..c4cb145fe1d1c 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.38.69", + "Version": "2.1.47.69", "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 7ec68c2454a9c..1789bcf95a023 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.44.18", + "Version": "2.1.47.69", "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 af83b0d0fbe66..663a1b7bf281c 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.38.69", + "Version": "2.1.47.69", "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 deb1ec6392fc5..2009c1a9e1d25 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.38.69", + "Version": "2.1.47.69", "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 ca16a14538843..2756770a1fde4 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.38.69", + "Version": "2.1.47.69", "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 dd0f26bd6aa7f..15e99b3e65b84 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.38.69", + "Version": "2.1.47.69", "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 ca16a14538843..2756770a1fde4 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.38.69", + "Version": "2.1.47.69", "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 3099a40131d7f..5a166300a47dd 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.38.69", + "Version": "2.1.47.69", "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 3fee0e9c349b4..f79cd019af006 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.38.69", + "Version": "2.1.47.69", "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 6ac1a3a4bbfb0..2f0864f2b3ce6 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.38.69", + "Version": "2.1.47.69", "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 5d9be456a1d59..6a6be5daa035f 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.38.69", + "Version": "2.1.47.69", "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 ca16a14538843..2756770a1fde4 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.38.69", + "Version": "2.1.47.69", "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 c22fdd94ff1c1..28217825da866 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.38.69", + "Version": "2.1.47.69", "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 f238b7eebecfa..ede1914d6f223 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.38.69", + "Version": "2.1.47.69", "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 3a1f1b71928bb..e6bc37278fb24 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.38.69", + "Version": "2.1.47.69", "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 d8e367ddb0d7f..ebe677684daf0 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.38.69", + "Version": "2.1.47.70", "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 2f7a9e563ac56..dbdd274b23c53 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.38.69", + "Version": "2.1.47.70", "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 deb1ec6392fc5..36bd957f630ed 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.38.69", + "Version": "2.1.47.70", "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 5dc182dcd5e0d..a2ed0a1b19f3a 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.38.69", + "Version": "2.1.48.22", "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 f63e78f28b638..665594a38cdef 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.38.69", + "Version": "2.1.47.70", "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 deb1ec6392fc5..36bd957f630ed 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.38.69", + "Version": "2.1.47.70", "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 f97dfbe29ea28..05dc60cd8df0b 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.38.69", + "Version": "2.1.47.70", "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 ee2fdddfd020c..4ffe241af61be 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.44.88", + "Version": "2.1.47.86", "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 41ee85dd1add1..ed7976d773c1b 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.38.69", + "Version": "2.1.47.70", "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 4566e56d4eb0c..325111f14ad6d 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.38.69", + "Version": "2.1.47.70", "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 decae5d65fc04..9f4f4f2a28da8 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.38.69", + "Version": "2.1.47.70", "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 f97dfbe29ea28..05dc60cd8df0b 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.38.69", + "Version": "2.1.47.70", "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 e73e2f36d5bb5..5694ed7692504 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.38.69", + "Version": "2.1.47.70", "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 ca72c115e79ef..18537e903995c 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.38.69", + "Version": "2.1.47.70", "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 8831a19cf2e9f..177d4402001af 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.38.69", + "Version": "2.1.47.70", "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 4486a298177ba..b7d2cae6c2237 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.38.69", + "Version": "2.1.47.70", "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 1c47771507258..be8ecee51e858 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.38.69", + "Version": "2.1.47.70", "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 c3cd7e57fe5fb..b388d675cbbd9 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.38.69", + "Version": "2.1.47.70", "Names": { "GBP": [ "GB£", 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 38a7410ea5dd3..a6dfe76c92256 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.38.69", + "Version": "2.1.47.70", "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 c89061feb7d9f..27f00cc541689 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.38.69", + "Version": "2.1.47.70", "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 f01da362f1773..ea843ae57ad82 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.38.69", + "Version": "2.1.47.70", "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 13f64a6ee7420..da94c5a96fd9f 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.38.69", + "Version": "2.1.47.70", "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 f97dfbe29ea28..05dc60cd8df0b 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.38.69", + "Version": "2.1.47.70", "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 04f42a8b63fa4..8f7202311c67d 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.38.69", + "Version": "2.1.47.70", "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 7d6653972392e..c3d7036b67c62 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.38.69", + "Version": "2.1.47.70", "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 deb1ec6392fc5..36bd957f630ed 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.38.69", + "Version": "2.1.47.70", "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 d253ffd3e7bf9..4f91676424773 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.38.69", + "Version": "2.1.47.70", "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 53cdbed6c2d94..58829694b5379 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.38.69", + "Version": "2.1.47.70", "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 ca16a14538843..5acadd9e8ac53 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.38.69", + "Version": "2.1.47.70", "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 f63e78f28b638..665594a38cdef 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.38.69", + "Version": "2.1.47.70", "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 0219d7af2eca9..5b6cde5ddb0e1 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.38.69", + "Version": "2.1.47.70", "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 3fee0e9c349b4..51396c656f985 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.38.69", + "Version": "2.1.47.70", "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 bf55b733f39fe..789846f24e041 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.38.69", + "Version": "2.1.47.70", "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 b6f06ebbb1c19..526a9a30b0784 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.44.88", + "Version": "2.1.48.20", "Names": { "ADP": [ "ADP", 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 1327c585d5d9a..e29ed77477b7f 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_419.json @@ -1,34 +1,486 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.86", "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" @@ -45,6 +497,14 @@ "VND", "dong" ], + "VUV": [ + "VUV", + "vatu" + ], + "WST": [ + "WST", + "tala" + ], "XAF": [ "XAF", "franco CFA BEAC" @@ -53,6 +513,18 @@ "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 b0638dc2a874d..d729cf4c39145 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.43.65", + "Version": "2.1.47.70", "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 32147fcbace54..1b931c84d9850 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.38.39", + "Version": "2.1.47.70", "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 51f4759083b7f..51e59f0d82908 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.38.39", + "Version": "2.1.47.70", "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 9e561cadc2107..67b9db8ae9100 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.38.39", + "Version": "2.1.47.70", "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 bfd2654f85df3..c89d5084e2ee1 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.38.39", + "Version": "2.1.47.70", "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 7be6bc578e56e..a478cbb932b93 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.43.65", + "Version": "2.1.47.70", "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 394888f06ad7d..218ef5271c1ff 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.38.39", + "Version": "2.1.47.70", "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 5d05e4c6a35ee..6f015c485bb7c 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.38.39", + "Version": "2.1.47.70", "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 fb0cf38b61233..76b0dc893d6c0 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.38.39", + "Version": "2.1.47.70", "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 1ccb0f7ab97b7..973cd5667e511 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.38.39", + "Version": "2.1.47.70", "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 eee4643c18b26..e3527f0067155 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.38.39", + "Version": "2.1.47.70", "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 08c1906b94211..887278ddbc22e 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.38.39", + "Version": "2.1.47.70", "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 0af50119078ce..335bf9d3f3c28 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.38.39", + "Version": "2.1.47.70", "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 776e2005c44c9..5fdabb9b91032 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.44.5", + "Version": "2.1.47.96", "Names": { "BDT": [ "BDT", 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 dcd7f51348249..ebb64a5b921c6 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.38.39", + "Version": "2.1.47.70", "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 8cf79302c5f4c..278fc23b96c7e 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.38.39", + "Version": "2.1.47.70", "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 aba9b1234f19d..7617027bc744e 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.38.39", + "Version": "2.1.47.83", "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 ab01e52743817..b5a73ecb6aead 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.38.39", + "Version": "2.1.47.70", "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 1ccb0f7ab97b7..973cd5667e511 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.38.39", + "Version": "2.1.47.70", "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 af42358393b20..572b06eda35a4 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.43.65", + "Version": "2.1.47.70", "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 1ccb0f7ab97b7..973cd5667e511 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.38.39", + "Version": "2.1.47.70", "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 dbfd54ab1ad94..3ac4febf2b1ca 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_US.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.86", "Names": { "AMD": [ "AMD", 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 41914664afb16..ddf413c97eaca 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.44.79", + "Version": "2.1.47.70", "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 04e9ec44eb24e..e364b944fef1b 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/es_VE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.41.45", + "Version": "2.1.47.70", "Names": { "VEF": [ "Bs.", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/et.json b/src/Symfony/Component/Intl/Resources/data/currencies/et.json index b18fef3e5c031..ec43ab26d594c 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.44.91", + "Version": "2.1.48.42", "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 20dc0883f9f4b..425dfc7a890f0 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.43.65", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fa.json b/src/Symfony/Component/Intl/Resources/data/currencies/fa.json index c543d53703308..67ad93bdf112f 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.43.65", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", 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 831d147ff5c76..712fb418e1d42 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.43.65", + "Version": "2.1.47.86", "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 df3e86847b7ed..41d333d37f490 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.39.11", + "Version": "2.1.47.82", "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 new file mode 100644 index 0000000000000..2d5102480f57f --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_GN.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.47.82", + "Names": { + "GNF": [ + "FG", + "GNF" + ] + } +} 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 new file mode 100644 index 0000000000000..ef4a24b4b2748 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GH.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.49.34", + "Names": { + "GHS": [ + "GH₵", + "GHS" + ] + } +} 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 new file mode 100644 index 0000000000000..002b1ab1a4074 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GM.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.49.34", + "Names": { + "GMD": [ + "D", + "Dalasi Gammbi" + ] + } +} 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 new file mode 100644 index 0000000000000..2d5102480f57f --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_GN.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.47.82", + "Names": { + "GNF": [ + "FG", + "GNF" + ] + } +} 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 new file mode 100644 index 0000000000000..5271aac55ceea --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_LR.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.49.34", + "Names": { + "LRD": [ + "$", + "Dolaar Liberiyaa" + ] + } +} 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 new file mode 100644 index 0000000000000..0aff40d47cf46 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_MR.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.47.82", + "Names": { + "MRU": [ + "UM", + "Ugiyya Muritani" + ] + } +} 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 new file mode 100644 index 0000000000000..f013dbd1c338e --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_NG.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.47.82", + "Names": { + "NGN": [ + "₦", + "Nayraa Nijeriyaa" + ] + } +} 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 new file mode 100644 index 0000000000000..de8e572a3fdeb --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_Latn_SL.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.49.34", + "Names": { + "SLL": [ + "Le", + "Lewoon Seraa Liyon" + ] + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json b/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json new file mode 100644 index 0000000000000..0aff40d47cf46 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ff_MR.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.47.82", + "Names": { + "MRU": [ + "UM", + "Ugiyya Muritani" + ] + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fi.json b/src/Symfony/Component/Intl/Resources/data/currencies/fi.json index babba9c0bde18..ac3a9c48afe94 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.44.91", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/fo.json b/src/Symfony/Component/Intl/Resources/data/currencies/fo.json index 6a750d2fbbec3..7ff809bd4fbe0 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.41.34", + "Version": "2.1.48.9", "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 6fa2e7bcd6279..aa104718515fe 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.38.39", + "Version": "2.1.47.82", "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 341898a9b55fd..f1dec48a13666 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.44.91", + "Version": "2.1.48.43", "Names": { "ADP": [ "ADP", 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 54426a14bce0c..1900ede0fec50 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.38.39", + "Version": "2.1.47.70", "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 78dc31eb5e1b1..2d72ca1a0c366 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.json @@ -1,6 +1,10 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.86", "Names": { + "AFN": [ + "AFN", + "afghani afghan" + ], "ARS": [ "ARS", "peso argentin" @@ -13,6 +17,18 @@ "AZN", "manat azerbaïdjanais" ], + "BBD": [ + "BBD", + "dollar barbadien" + ], + "BDT": [ + "BDT", + "taka bangladeshi" + ], + "BHD": [ + "BHD", + "dinar bahreïni" + ], "BMD": [ "BMD", "dollar bermudien" @@ -21,6 +37,10 @@ "BND", "dollar brunéien" ], + "BYR": [ + "BYR", + "rouble biélorusse (2000–2016)" + ], "BZD": [ "BZD", "dollar bélizéen" @@ -29,6 +49,10 @@ "$", "dollar canadien" ], + "CHF": [ + "CHF", + "franc suisse" + ], "CLP": [ "CLP", "peso chilien" @@ -41,10 +65,30 @@ "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" @@ -57,14 +101,30 @@ "£", "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" @@ -77,10 +137,18 @@ "IRR", "rial iranien" ], + "ISK": [ + "ISK", + "couronne islandaise" + ], "JPY": [ "¥", "yen japonais" ], + "KPW": [ + "KPW", + "won nord-coréen" + ], "KRW": [ "KRW", "won sud-coréen" @@ -93,14 +161,74 @@ "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" @@ -117,6 +245,10 @@ "PGK", "kina papou-néo-guinéen" ], + "PKR": [ + "PKR", + "roupie pakistanaise" + ], "QAR": [ "QAR", "riyal du Qatar" @@ -129,14 +261,50 @@ "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 11f0d5a281bbc..975e8f845f5d9 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.38.39", + "Version": "2.1.47.70", "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 8fa2a33e92f06..040f4c5466df8 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.38.39", + "Version": "2.1.47.70", "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 a526fd05140f1..afc7cbb89ee7b 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.38.39", + "Version": "2.1.47.70", "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 0205de282697f..98625e064f06c 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.38.39", + "Version": "2.1.47.70", "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 c4acd109b81bc..1f6e32d090502 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.38.39", + "Version": "2.1.47.70", "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 0afe8082aaeb6..dd02025c6c00c 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.38.39", + "Version": "2.1.47.70", "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 656c6fad05c07..5eeca4a1db98c 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.38.39", + "Version": "2.1.47.70", "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 5e6c76c6123f1..bacfe70515960 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.38.39", + "Version": "2.1.47.70", "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 f252700669ef6..a0beea0f49940 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.39.11", + "Version": "2.1.47.70", "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 0749402c40d4a..4398c33315c8a 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.38.39", + "Version": "2.1.47.70", "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 1271a0661852f..ec3b831c0ab99 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.38.39", + "Version": "2.1.47.70", "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 c15bd77038848..182f53f401474 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.38.39", + "Version": "2.1.47.70", "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 f740a2180a44e..8b492e9334429 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.38.39", + "Version": "2.1.47.70", "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 99c7e37ae2728..c75de0dd7de1b 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.38.39", + "Version": "2.1.47.70", "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 40a14f9bdcf92..7f6022b90fb81 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.38.39", + "Version": "2.1.47.70", "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 03f094b02121d..c408d9ce0225e 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.41.34", + "Version": "2.1.47.82", "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 2e8203fb402ba..ee1dc19e0c7e7 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.44.91", + "Version": "2.1.48.17", "Names": { "ADP": [ "ADP", @@ -53,10 +53,6 @@ "ARA", "Austral Airgintíneach" ], - "ARL": [ - "ARL", - "ARL" - ], "ARM": [ "ARM", "Peso na hAirgintíne (1881–1970)" @@ -97,10 +93,6 @@ "BAM", "Marg Inmhalartaithe na Boisnia-Heirseagaivéine" ], - "BAN": [ - "BAN", - "BAN" - ], "BBD": [ "BBD", "Dollar Bharbadós" @@ -153,10 +145,6 @@ "BOB", "Boliviano" ], - "BOL": [ - "BOL", - "BOL" - ], "BOP": [ "BOP", "Peso na Bolaive" @@ -261,10 +249,6 @@ "COP", "Peso na Colóime" ], - "COU": [ - "COU", - "COU" - ], "CRC": [ "CRC", "Colón Chósta Ríce" @@ -341,14 +325,6 @@ "ERN", "Nakfa na hEiritré" ], - "ESA": [ - "ESA", - "ESA" - ], - "ESB": [ - "ESB", - "ESB" - ], "ESP": [ "ESP", "Peseta na Spáinne" @@ -529,14 +505,6 @@ "KPW", "Won na Cóiré Thuaidh" ], - "KRH": [ - "KRH", - "KRH" - ], - "KRO": [ - "KRO", - "KRO" - ], "KRW": [ "₩", "Won na Cóiré Theas" @@ -625,10 +593,6 @@ "MKD", "Denar na Macadóine" ], - "MKN": [ - "MKN", - "MKN" - ], "MLF": [ "MLF", "Franc Mhailí" @@ -1049,10 +1013,6 @@ "CFPF", "Franc CFP" ], - "XRE": [ - "XRE", - "XRE" - ], "YDD": [ "YDD", "Dínear Éimin" @@ -1073,10 +1033,6 @@ "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 7ad42e6f03af5..82fa4cc60f41e 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.44.91", + "Version": "2.1.48.86", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/gl.json b/src/Symfony/Component/Intl/Resources/data/currencies/gl.json index 24cc38b2f8f45..01fb0e710a8e3 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.43.94", + "Version": "2.1.48.17", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/gu.json b/src/Symfony/Component/Intl/Resources/data/currencies/gu.json index ebcd65913cdde..d330fde0d60c7 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.44.2", + "Version": "2.1.48.42", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ha.json b/src/Symfony/Component/Intl/Resources/data/currencies/ha.json index 06cead4cc3aeb..82c4c8069f9a8 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.43.2", + "Version": "2.1.48.45", "Names": { "AED": [ "AED", @@ -21,6 +21,10 @@ "BIF", "Kuɗin Burundi" ], + "BRL": [ + "R$", + "Ril Kudin Birazil" + ], "BWP": [ "BWP", "Kuɗin Baswana" @@ -39,7 +43,7 @@ ], "CNY": [ "CN¥", - "Kuɗin Caina\/Sin" + "Yuwan kasar Sin" ], "CVE": [ "CVE", @@ -71,7 +75,7 @@ ], "GBP": [ "£", - "Fam kin Ingila" + "Fam na Ingila" ], "GHC": [ "GHC", @@ -90,8 +94,8 @@ "Kuɗin Indiya" ], "JPY": [ - "JP¥", - "Kuɗin Japan" + "¥", + "Yen kasar Japan" ], "KES": [ "KES", @@ -149,6 +153,10 @@ "₦", "Naira" ], + "RUB": [ + "RUB", + "Ruble kasar Rasha" + ], "RWF": [ "RWF", "Kuɗin Ruwanda" @@ -202,8 +210,8 @@ "Sule Yuganda" ], "USD": [ - "US$", - "Dalar Amurka" + "$", + "Dalar Amirka" ], "XAF": [ "FCFA", 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 a8673274b10ad..24cb07cf0d794 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.38.69", + "Version": "2.1.48.22", "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 new file mode 100644 index 0000000000000..ff8742fe76418 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ha_NE.json @@ -0,0 +1,241 @@ +{ + "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 891fa2a93a5c3..384c3a21cc5a5 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.43.94", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/hi.json b/src/Symfony/Component/Intl/Resources/data/currencies/hi.json index ea5e700e5f68a..0a132b4f97994 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.43.50", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/hr.json b/src/Symfony/Component/Intl/Resources/data/currencies/hr.json index 7ef511df99869..0471816a996a6 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.43.50", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", @@ -193,10 +193,6 @@ "BRR", "brazilski cruzeiro" ], - "BRZ": [ - "BRZ", - "BRZ" - ], "BSD": [ "BSD", "bahamski dolar" @@ -637,10 +633,6 @@ "MAF", "marokanski franak" ], - "MCF": [ - "MCF", - "MCF" - ], "MDC": [ "MDC", "moldavski kupon" 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 aa4ae6ab67827..e99e8db9f6be1 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.38.39", + "Version": "2.1.47.71", "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 9d57ddf847cb7..2c3733b5ca004 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.43.65", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/hy.json b/src/Symfony/Component/Intl/Resources/data/currencies/hy.json index 4ecb2a80d8de1..87293287f0c97 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.43.50", + "Version": "2.1.48.17", "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 652c1e8d12b09..4097977efad93 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.44.15", + "Version": "2.1.48.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 fdb2361935b8f..0932166249a6d 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.44.20", + "Version": "2.1.48.42", "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 c5ab99c82967b..1f57ca4d1a0ef 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ig.json @@ -1,13 +1,45 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.45", "Names": { + "BRL": [ + "R$", + "Real Brazil" + ], + "CNY": [ + "CN¥", + "Yuan China" + ], "CVE": [ "CVE", "Escudo Caboverdiano" ], + "EUR": [ + "€", + "Euro" + ], + "GBP": [ + "£", + "Pound British" + ], + "INR": [ + "₹", + "Rupee India" + ], + "JPY": [ + "¥", + "Yen Japan" + ], "NGN": [ "₦", "Naịra" + ], + "RUB": [ + "RUB", + "Ruble Russia" + ], + "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 05daa0b49b504..4ecf7582265c6 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.38.69", + "Version": "2.1.47.82", "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 fdb2361935b8f..0932166249a6d 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.44.20", + "Version": "2.1.48.42", "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 5b3fe55c67d2a..cb3baed333ee5 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.44.91", + "Version": "2.1.48.17", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/it.json b/src/Symfony/Component/Intl/Resources/data/currencies/it.json index 09bad5088bdfb..57b15ff72f73a 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.44.86", + "Version": "2.1.48.42", "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 891fa2a93a5c3..384c3a21cc5a5 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.43.94", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ja.json b/src/Symfony/Component/Intl/Resources/data/currencies/ja.json index d821d3f4a4c51..7ffce19dffe7c 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.44.91", + "Version": "2.1.48.42", "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 2ee89635ba40c..20e9b589a18c1 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.44.15", + "Version": "2.1.48.44", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ka.json b/src/Symfony/Component/Intl/Resources/data/currencies/ka.json index bdb57d9bd6e0b..0f3d35b5e7bb3 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.43.50", + "Version": "2.1.48.17", "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 279fba9b3d0c1..23e09d320ba66 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.39.11", + "Version": "2.1.47.82", "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 d4e2ad6d21361..8996b7a1c7ed2 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.44.88", + "Version": "2.1.48.17", "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 798cd81744170..1b524d6de4bda 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.45.12", + "Version": "2.1.47.82", "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 7d4a9206fbd86..a97a736c2bc5a 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.44.88", + "Version": "2.1.48.17", "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 bd715b5f93ea2..9374e711095db 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.44.88", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ko.json b/src/Symfony/Component/Intl/Resources/data/currencies/ko.json index 6c52948aae6ff..6fddd507f8394 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.44.91", + "Version": "2.1.48.17", "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 16f546f17576e..52ebeafb69a20 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ks.json @@ -1,9 +1,9 @@ { - "Version": "2.1.41.34", + "Version": "2.1.47.83", "Names": { "ADP": [ "ADP", - "اٮ۪ڑورَن پیسِٹا" + "اؠڑورَن پیسِٹا" ], "AED": [ "AED", @@ -15,23 +15,23 @@ ], "ALL": [ "ALL", - "اٮ۪لبینِیَن لِک" + "اؠلبینِیَن لِک" ], "AMD": [ "AMD", - "اَرمانٮ۪ن ڈرٛٮ۪م" + "اَرمانؠن ڈرؠم" ], "ANG": [ "ANG", - "نایدَرلینٛڑ اٮ۪نٹٕلیٖیَن گِلڑَر" + "نایدَرلینڑ اؠنٹٕلیٖیَن گِلڑَر" ], "AOA": [ "AOA", - "اٮ۪نگولَن کوانزا" + "اؠنگولَن کوانزا" ], "AOR": [ "AOR", - "اٮ۪نگولَن کوانٛزا رٮ۪جِسٹاڑو" + "اؠنگولَن کوانزا رؠجِسٹاڑو" ], "ARA": [ "ARA", @@ -43,7 +43,7 @@ ], "ATS": [ "ATS", - "آسٹریَن شِلِنٛگ" + "آسٹریَن شِلِنگ" ], "AUD": [ "A$", @@ -75,7 +75,7 @@ ], "BEF": [ "BEF", - "بَلجِیَن فرینٛک" + "بَلجِیَن فرینک" ], "BGN": [ "BGN", @@ -87,7 +87,7 @@ ], "BIF": [ "BIF", - "بُرُنڑِین فرینٛک" + "بُرُنڑِین فرینک" ], "BMD": [ "BMD", @@ -95,7 +95,7 @@ ], "BND": [ "BND", - "برٛونی ڈالَر" + "برونی ڈالَر" ], "BOB": [ "BOB", @@ -111,27 +111,27 @@ ], "BRB": [ "BRB", - "برٛازیٖلین کرٛوزِرو نووو" + "برازیٖلین کروزِرو نووو" ], "BRC": [ "BRC", - "برٛازیٖلین کرٛوزیڑو" + "برازیٖلین کروزیڑو" ], "BRE": [ "BRE", - "برٛازیٖلین کرٛوزِرو" + "برازیٖلین کروزِرو" ], "BRL": [ "R$", - "برٛازیٖلین رِیَل" + "برازیٖلین رِیَل" ], "BRN": [ "BRN", - "برٛازیٖلین کرٛوزیڑو نووو" + "برازیٖلین کروزیڑو نووو" ], "BRR": [ "BRR", - "برٛازیٖلین کرٛوزیرو" + "برازیٖلین کروزیرو" ], "BSD": [ "BSD", @@ -139,7 +139,7 @@ ], "BTN": [ "BTN", - "بوٗٹینیٖز نگُلٹرٛم" + "بوٗٹینیٖز نگُلٹرم" ], "BUK": [ "BUK", @@ -171,7 +171,7 @@ ], "CDF": [ "CDF", - "کونٛگولیٖز فرٛیک" + "کونگولیٖز فریک" ], "CHE": [ "CHE", @@ -183,7 +183,7 @@ ], "CHW": [ "CHW", - "وِر فرٛیک" + "وِر فریک" ], "CLF": [ "CLF", @@ -211,7 +211,7 @@ ], "CSD": [ "CSD", - "پرٛون سٔربِین ڈالر" + "پرون سٔربِین ڈالر" ], "CSK": [ "CSK", @@ -239,7 +239,7 @@ ], "DKK": [ "DKK", - "ڈٔنِش کرٛون" + "ڈٔنِش کرون" ], "DOP": [ "DOP", @@ -247,11 +247,11 @@ ], "DZD": [ "DZD", - "اٮ۪لجیرِیَن ڈیٖنار" + "اؠلجیرِیَن ڈیٖنار" ], "EEK": [ "EEK", - "اٮ۪سٹونِیَن کرٛون" + "اؠسٹونِیَن کرون" ], "EGP": [ "EGP", @@ -283,15 +283,15 @@ ], "FKP": [ "FKP", - "فیکلینٛڑِس آیلینٛڑ پونٛڑ" + "فیکلینڑِس آیلینڑ پونڑ" ], "FRF": [ "FRF", - "فرٛانسِسی فرٛیک" + "فرانسِسی فریک" ], "GBP": [ "£", - "برطٲنوی پاونٛڑ سٹٔرلِنٛگ" + "برطٲنوی پاونڑ سٹٔرلِنگ" ], "GEK": [ "GEK", @@ -303,15 +303,15 @@ ], "GHC": [ "GHC", - "گَنیٚیَن سٮ۪ڑی(۱۹۷۹–۲٠٠۷)" + "گَنییَن سؠڑی(۱۹۷۹–۲٠٠۷)" ], "GHS": [ "GHS", - "گَنیٚیَن سٮ۪ڑی" + "گَنییَن سؠڑی" ], "GIP": [ "GIP", - "گِبریلٹَر پَاونٛڑ" + "گِبریلٹَر پَاونڑ" ], "GMD": [ "GMD", @@ -319,7 +319,7 @@ ], "GNF": [ "GNF", - "گِنِیَن فرٛینٛک" + "گِنِیَن فرینک" ], "GNS": [ "GNS", @@ -327,11 +327,11 @@ ], "GQE": [ "GQE", - "اِکویٹورِیَل گِنِیَن اٮ۪کویٖل" + "اِکویٹورِیَل گِنِیَن اؠکویٖل" ], "GRD": [ "GRD", - "گریٖسُک ڑرٛٮ۪کما" + "گریٖسُک ڑرؠکما" ], "GTQ": [ "GTQ", @@ -339,11 +339,11 @@ ], "GWE": [ "GWE", - "پورتگیٖزُک گِنی اٮ۪سکیوٗڑو" + "پورتگیٖزُک گِنی اؠسکیوٗڑو" ], "GWP": [ "GWP", - "گِنی بِساوُک پٮ۪سو" + "گِنی بِساوُک پؠسو" ], "GYD": [ "GYD", @@ -351,11 +351,11 @@ ], "HKD": [ "HK$", - "حانٛگ کانٛگُک ڑالَر" + "حانگ کانگُک ڑالَر" ], "HNL": [ "HNL", - "حونڑورنُک لٮ۪مپیٖرا" + "حونڑورنُک لؠمپیٖرا" ], "HRD": [ "HRD", @@ -371,7 +371,7 @@ ], "HUF": [ "HUF", - "حَنگیرِیَن فورِنٛٹ" + "حَنگیرِیَن فورِنٹ" ], "IDR": [ "IDR", @@ -379,15 +379,15 @@ ], "IEP": [ "IEP", - "اَیرلینڑُک پاونٛڑ" + "اَیرلینڑُک پاونڑ" ], "ILP": [ "ILP", - "اِزرٲیِلی پاونٛڑ" + "اِزرٲیِلی پاونڑ" ], "ILS": [ "₪", - "اِزرٲیِلی نٔوۍ شٮ۪قٕل" + "اِزرٲیِلی نٔوۍ شؠقٕل" ], "INR": [ "₹", @@ -403,7 +403,7 @@ ], "ISK": [ "ISK", - "اَیسلینٛڑُک کرٛونا" + "اَیسلینڑُک کرونا" ], "ITL": [ "ITL", @@ -423,7 +423,7 @@ ], "KES": [ "KES", - "کٮ۪نیَن شِلِنٛگ" + "کؠنیَن شِلِنگ" ], "KGS": [ "KGS", @@ -435,7 +435,7 @@ ], "KMF": [ "KMF", - "کومورِیَن فرٛینٛک" + "کومورِیَن فرینک" ], "KPW": [ "KPW", @@ -455,7 +455,7 @@ ], "KZT": [ "KZT", - "کزاکِستان ٹینٛج" + "کزاکِستان ٹینج" ], "LAK": [ "LAK", @@ -463,7 +463,7 @@ ], "LBP": [ "LBP", - "لیبنیٖزُک پاونٛڑ" + "لیبنیٖزُک پاونڑ" ], "LKR": [ "LKR", @@ -483,19 +483,19 @@ ], "LTT": [ "LTT", - "لِتھوینِیَن ٹٮ۪لوناس" + "لِتھوینِیَن ٹؠلوناس" ], "LUC": [ "LUC", - "لَکزٕمبورگِیَن کَنؤرٹِبٕل فرٛینٛک" + "لَکزٕمبورگِیَن کَنؤرٹِبٕل فرینک" ], "LUF": [ "LUF", - "لَکزٕمبورگِیَن فرٛینٛک" + "لَکزٕمبورگِیَن فرینک" ], "LUL": [ "LUL", - "لَکزٕمبوگ فَینانشَل فرٛینٛک" + "لَکزٕمبوگ فَینانشَل فرینک" ], "LVL": [ "LVL", @@ -515,7 +515,7 @@ ], "MAF": [ "MAF", - "موروکَن فرٛینٛک" + "موروکَن فرینک" ], "MDL": [ "MDL", @@ -523,19 +523,19 @@ ], "MGA": [ "MGA", - "مٮ۪لٮ۪گیسی اٮ۪ریَری" + "مؠلؠگیسی اؠریَری" ], "MGF": [ "MGF", - "مٮ۪لٮ۪گیسی فرٛینٛک" + "مؠلؠگیسی فرینک" ], "MKD": [ "MKD", - "مٮ۪کَڑونِیَن دیٖنار" + "مؠکَڑونِیَن دیٖنار" ], "MLF": [ "MLF", - "میلِیَن فرٛینٛک" + "میلِیَن فرینک" ], "MMK": [ "MMK", @@ -547,7 +547,7 @@ ], "MOP": [ "MOP", - "مٮ۪کانیٖز پَٹاکا" + "مؠکانیٖز پَٹاکا" ], "MRO": [ "MRO", @@ -563,11 +563,11 @@ ], "MTP": [ "MTP", - "مالٹیٖزُک پاونٛڑ" + "مالٹیٖزُک پاونڑ" ], "MUR": [ "MUR", - "مورٮ۪شِیاہٕچ رۄپَے" + "مورؠشِیاہٕچ رۄپَے" ], "MVR": [ "MVR", @@ -575,19 +575,19 @@ ], "MWK": [ "MWK", - "مٮ۪لیوِیَن کواچا" + "مؠلیوِیَن کواچا" ], "MXN": [ "MX$", - "مٮ۪کسِکَن پٮ۪سو" + "مؠکسِکَن پؠسو" ], "MXP": [ "MXP", - "مٮ۪کسِکَن سِلوَر پٮ۪سو (۱۸۶۱–۱۹۹۲)" + "مؠکسِکَن سِلوَر پؠسو (۱۸۶۱–۱۹۹۲)" ], "MYR": [ "MYR", - "مَلیشِیَن رِنٛگِٹ" + "مَلیشِیَن رِنگِٹ" ], "MZE": [ "MZE", @@ -595,11 +595,11 @@ ], "MZM": [ "MZM", - "پرٛون موزیمبِکَن مٮ۪ٹِکَل" + "پرون موزیمبِکَن مؠٹِکَل" ], "MZN": [ "MZN", - "موزیمبِکَن مٮ۪ٹِکَل" + "موزیمبِکَن مؠٹِکَل" ], "NAD": [ "NAD", @@ -611,11 +611,11 @@ ], "NIC": [ "NIC", - "نِکٮ۪راگُوٮ۪ن کورڑوبا" + "نِکؠراگُوؠن کورڑوبا" ], "NIO": [ "NIO", - "نِکٮ۪راگُوٮ۪ن کورڑوبا اورو" + "نِکؠراگُوؠن کورڑوبا اورو" ], "NLG": [ "NLG", @@ -623,7 +623,7 @@ ], "NOK": [ "NOK", - "نورویٚیِنُک کرٛون" + "نوروییِنُک کرون" ], "NPR": [ "NPR", @@ -631,7 +631,7 @@ ], "NZD": [ "NZ$", - "نِوزیٖلینٛڑُک ڑالَر" + "نِوزیٖلینڑُک ڑالَر" ], "OMR": [ "OMR", @@ -643,7 +643,7 @@ ], "PEI": [ "PEI", - "پٔریوٗوِیَن اِنٛٹی" + "پٔریوٗوِیَن اِنٹی" ], "PEN": [ "PEN", @@ -659,7 +659,7 @@ ], "PHP": [ "PHP", - "پھِلِپایِٔن پٮ۪سو" + "پھِلِپایِٔن پؠسو" ], "PKR": [ "PKR", @@ -675,11 +675,11 @@ ], "PTE": [ "PTE", - "پورتُگیٖز اٮ۪سکیوٗڑو" + "پورتُگیٖز اؠسکیوٗڑو" ], "PYG": [ "PYG", - "پٮ۪رٮ۪گیوٗوَیَن گُعارانی" + "پؠرؠگیوٗوَیَن گُعارانی" ], "QAR": [ "QAR", @@ -691,11 +691,11 @@ ], "ROL": [ "ROL", - "اولڑ رومانِیَن لٮ۪یوٗ" + "اولڑ رومانِیَن لؠیوٗ" ], "RON": [ "RON", - "رومانِیَن لٮ۪یوٗ" + "رومانِیَن لؠیوٗ" ], "RSD": [ "RSD", @@ -711,7 +711,7 @@ ], "RWF": [ "RWF", - "روانٛڑَن فرانٛک" + "روانڑَن فرانک" ], "SAR": [ "SAR", @@ -727,11 +727,11 @@ ], "SDG": [ "SDG", - "سوٗڈانُک پونٛڈ" + "سوٗڈانُک پونڈ" ], "SDP": [ "SDP", - "پرون سوٗڈانُک پونٛڈ" + "پرون سوٗڈانُک پونڈ" ], "SEK": [ "SEK", @@ -743,7 +743,7 @@ ], "SHP": [ "SHP", - "سینٹ ہیلِنا پونٛڈ" + "سینٹ ہیلِنا پونڈ" ], "SIT": [ "SIT", @@ -755,7 +755,7 @@ ], "SOS": [ "SOS", - "سومالی شِلِنٛگ" + "سومالی شِلِنگ" ], "SRD": [ "SRD", @@ -775,11 +775,11 @@ ], "SYP": [ "SYP", - "سیٖریاہُک پونٛڈ" + "سیٖریاہُک پونڈ" ], "SZL": [ "SZL", - "سوازی لِلَنگیٚنی" + "سوازی لِلَنگینی" ], "THB": [ "THB", @@ -803,11 +803,11 @@ ], "TOP": [ "TOP", - "ٹونگَن پانٛگا" + "ٹونگَن پانگا" ], "TPE": [ "TPE", - "ٹیموریٚسو ایٚکیٖڈو" + "ٹیموریسو ایکیٖڈو" ], "TRL": [ "TRL", @@ -823,11 +823,11 @@ ], "TWD": [ "NT$", - "نوٚو تیوانُک ڈالَر" + "نۆو تیوانُک ڈالَر" ], "TZS": [ "TZS", - "تَنزانیاہُک شِلِنٛگ" + "تَنزانیاہُک شِلِنگ" ], "UAH": [ "UAH", @@ -839,35 +839,35 @@ ], "UGS": [ "UGS", - "اُگاداہُک شِلِنٛگ(۱۹۶۶–۱۹۸۷)" + "اُگاداہُک شِلِنگ(۱۹۶۶–۱۹۸۷)" ], "UGX": [ "UGX", - "اُگاداہُک شِلِنٛگ" + "اُگاداہُک شِلِنگ" ], "USD": [ "US$", - "یوٗ ایٚس ڈالَر" + "یوٗ ایس ڈالَر" ], "USN": [ "USN", - "یوٗ ایٚس ڈالَر(پَگاہ)" + "یوٗ ایس ڈالَر(پَگاہ)" ], "USS": [ "USS", - "یوٗ ایٚس ڈالَر(تَمی دًۄہ)" + "یوٗ ایس ڈالَر(تَمی دًۄہ)" ], "UYI": [ "UYI", - "اُرگایَن پیٚسو یوٗنِڈیڈَس اِنڈیٚکسَس" + "اُرگایَن پیسو یوٗنِڈیڈَس اِنڈیکسَس" ], "UYP": [ "UYP", - "اُرگایَن پیٚسو(۱۹۷۵–۱۹۹۳)" + "اُرگایَن پیسو(۱۹۷۵–۱۹۹۳)" ], "UYU": [ "UYU", - "اُروٗگایَن پیٚسو" + "اُروٗگایَن پیسو" ], "UZS": [ "UZS", @@ -887,7 +887,7 @@ ], "VND": [ "₫", - "وِیَنَمُک ڈانٛگ" + "وِیَنَمُک ڈانگ" ], "VUV": [ "VUV", @@ -899,7 +899,7 @@ ], "XAF": [ "FCFA", - "سی ایٚف اے فرینک بی ایٖ اے سی" + "سی ایف اے فرینک بی ایٖ اے سی" ], "XCD": [ "EC$", @@ -911,23 +911,23 @@ ], "XFO": [ "XFO", - "فریٚنچ گولڈ فرینک" + "فرینچ گولڈ فرینک" ], "XFU": [ "XFU", - "فریٛنچ یوٗ اے سی فرینک" + "فرینچ یوٗ اے سی فرینک" ], "XOF": [ "CFA", - "سی ایٚف اے فرینک بی سی ایٖ اے او" + "سی ایف اے فرینک بی سی ایٖ اے او" ], "XPF": [ "CFPF", - "سی ایٚف پی فرینک" + "سی ایف پی فرینک" ], "XRE": [ "XRE", - "آر آے ایٚن ایٖ ٹی فَنٛڈ" + "آر آے این ایٖ ٹی فَنڈ" ], "YDD": [ "YDD", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ku.json b/src/Symfony/Component/Intl/Resources/data/currencies/ku.json index 9156592267755..8614312a3f28d 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.44.82", + "Version": "2.1.47.83", "Names": { "EUR": [ "€", @@ -7,8 +7,7 @@ ], "TRY": [ "₺", - "TRY", - {} + "TRY" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ky.json b/src/Symfony/Component/Intl/Resources/data/currencies/ky.json index c12938cef9580..4ee7ef31f1e60 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.43.65", + "Version": "2.1.48.17", "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 3028087eec304..5081729941d2b 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.44.91", + "Version": "2.1.47.82", "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 4aaea5169fc7e..a6f3d846e9ea5 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.39.11", + "Version": "2.1.47.82", "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 3ba6739d4b5ff..600af4403ba31 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.39.11", + "Version": "2.1.47.82", "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 4808fcde5bebd..b4bc40767fb8c 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.38.69", + "Version": "2.1.47.82", "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 2411ce30d1abb..aedf42ef61d68 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.43.50", + "Version": "2.1.48.17", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/lt.json b/src/Symfony/Component/Intl/Resources/data/currencies/lt.json index 61a4bce0e3879..bb1118578fdd7 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.44.91", + "Version": "2.1.48.42", "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 924410965245c..b4369e0c4c39d 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.39.11", + "Version": "2.1.47.82", "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 805502f711ada..354a48169412b 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.44.91", + "Version": "2.1.48.43", "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 f1d3c85c57ecc..22da4e4730c0e 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.44.91", + "Version": "2.1.47.82", "Currencies": [ "ADP", "AED", @@ -934,8 +934,8 @@ "WST": 882, "YER": 886, "YUN": 890, + "YUD": 890, "YUM": 891, - "YUD": 891, "CSD": 891, "ZMK": 894, "TWD": 901, @@ -1558,11 +1558,11 @@ "YER" ], "890": [ - "YUN" + "YUN", + "YUD" ], "891": [ "YUM", - "YUD", "CSD" ], "894": [ diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mg.json b/src/Symfony/Component/Intl/Resources/data/currencies/mg.json index 6b98b62eb5e26..6782a0623822d 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.43.94", + "Version": "2.1.48.4", "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 507b498078a94..eaf433ee23533 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.44.15", + "Version": "2.1.47.85", "Names": { "ANG": [ "ANG", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mk.json b/src/Symfony/Component/Intl/Resources/data/currencies/mk.json index 52ca75fd77885..ec7786b746084 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.43.65", + "Version": "2.1.48.27", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ml.json b/src/Symfony/Component/Intl/Resources/data/currencies/ml.json index 6c93ba4980183..f927dcda07c4f 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.43.50", + "Version": "2.1.48.42", "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 f805463c83916..afbbf1727f298 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.43.94", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mo.json b/src/Symfony/Component/Intl/Resources/data/currencies/mo.json index f0af15f5eeb28..cfefc06aae953 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/mo.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/mo.json @@ -1,9 +1,965 @@ { - "Version": "2.1.38.39", + "Version": "2.1.48.20", "Names": { + "ADP": [ + "ADP", + "pesetă andorrană" + ], + "AED": [ + "AED", + "dirham din Emiratele Arabe Unite" + ], + "AFN": [ + "AFN", + "afgani afgan" + ], + "ALL": [ + "ALL", + "leka albaneză" + ], + "AMD": [ + "AMD", + "dram armenesc" + ], + "ANG": [ + "ANG", + "gulden din Antilele Olandeze" + ], + "AOA": [ + "AOA", + "kwanza angoleză" + ], + "ARP": [ + "ARP", + "peso argentinian (1983–1985)" + ], + "ARS": [ + "ARS", + "peso argentinian" + ], + "ATS": [ + "ATS", + "șiling austriac" + ], + "AUD": [ + "AUD", + "dolar australian" + ], + "AWG": [ + "AWG", + "florin aruban" + ], + "AZM": [ + "AZM", + "manat azer (1993–2006)" + ], + "AZN": [ + "AZN", + "manat azer" + ], + "BAD": [ + "BAD", + "dinar Bosnia-Herțegovina (1992–1994)" + ], + "BAM": [ + "BAM", + "marcă convertibilă din Bosnia și Herțegovina" + ], + "BBD": [ + "BBD", + "dolar din Barbados" + ], + "BDT": [ + "BDT", + "taka din Bangladesh" + ], + "BEC": [ + "BEC", + "franc belgian (convertibil)" + ], + "BEF": [ + "BEF", + "franc belgian" + ], + "BEL": [ + "BEL", + "franc belgian (financiar)" + ], + "BGN": [ + "BGN", + "leva bulgărească" + ], + "BHD": [ + "BHD", + "dinar din Bahrain" + ], + "BIF": [ + "BIF", + "franc burundez" + ], + "BMD": [ + "BMD", + "dolar din Bermuda" + ], + "BND": [ + "BND", + "dolar din Brunei" + ], + "BOB": [ + "BOB", + "boliviano bolivian" + ], + "BOP": [ + "BOP", + "peso bolivian" + ], + "BOV": [ + "BOV", + "mvdol bolivian" + ], + "BRE": [ + "BRE", + "cruzeiro brazilian (1990–1993)" + ], + "BRL": [ + "BRL", + "real brazilian" + ], + "BRR": [ + "BRR", + "cruzeiro brazilian (1993–1994)" + ], + "BSD": [ + "BSD", + "dolar din Bahamas" + ], + "BTN": [ + "BTN", + "ngultrum din Bhutan" + ], + "BUK": [ + "BUK", + "kyat birman" + ], + "BWP": [ + "BWP", + "pula Botswana" + ], + "BYN": [ + "BYN", + "rublă belarusă" + ], + "BYR": [ + "BYR", + "rublă belarusă (2000–2016)" + ], + "BZD": [ + "BZD", + "dolar din Belize" + ], + "CAD": [ + "CAD", + "dolar canadian" + ], + "CDF": [ + "CDF", + "franc congolez" + ], + "CHF": [ + "CHF", + "franc elvețian" + ], + "CLP": [ + "CLP", + "peso chilian" + ], + "CNH": [ + "CNH", + "yuan chinezesc (offshore)" + ], + "CNY": [ + "CNY", + "yuan chinezesc" + ], + "COP": [ + "COP", + "peso columbian" + ], + "CRC": [ + "CRC", + "colon costarican" + ], + "CSD": [ + "CSD", + "dinar Serbia și Muntenegru (2002–2006)" + ], + "CUC": [ + "CUC", + "peso cubanez convertibil" + ], + "CUP": [ + "CUP", + "peso cubanez" + ], + "CVE": [ + "CVE", + "escudo din Capul Verde" + ], + "CYP": [ + "CYP", + "liră cipriotă" + ], + "CZK": [ + "CZK", + "coroană cehă" + ], + "DDM": [ + "DDM", + "marcă est-germană" + ], + "DEM": [ + "DEM", + "marcă germană" + ], + "DJF": [ + "DJF", + "franc djiboutian" + ], + "DKK": [ + "DKK", + "coroană daneză" + ], + "DOP": [ + "DOP", + "peso dominican" + ], + "DZD": [ + "DZD", + "dinar algerian" + ], + "ECS": [ + "ECS", + "sucre Ecuador" + ], + "EEK": [ + "EEK", + "coroană estoniană" + ], + "EGP": [ + "EGP", + "liră egipteană" + ], + "ERN": [ + "ERN", + "nakfa eritreeană" + ], + "ESA": [ + "ESA", + "peseta spaniolă (cont A)" + ], + "ESB": [ + "ESB", + "peseta spaniolă (cont convertibil)" + ], + "ESP": [ + "ESP", + "pesetă spaniolă" + ], + "ETB": [ + "ETB", + "birr etiopian" + ], + "EUR": [ + "EUR", + "euro" + ], + "FIM": [ + "FIM", + "marcă finlandeză" + ], + "FJD": [ + "FJD", + "dolar fijian" + ], + "FKP": [ + "FKP", + "liră din Insulele Falkland" + ], + "FRF": [ + "FRF", + "franc francez" + ], + "GBP": [ + "GBP", + "liră sterlină" + ], + "GEL": [ + "GEL", + "lari georgian" + ], + "GHC": [ + "GHC", + "cedi Ghana (1979–2007)" + ], + "GHS": [ + "GHS", + "cedi ghanez" + ], + "GIP": [ + "GIP", + "liră din Gibraltar" + ], + "GMD": [ + "GMD", + "dalasi din Gambia" + ], + "GNF": [ + "GNF", + "franc guineean" + ], + "GRD": [ + "GRD", + "drahmă grecească" + ], + "GTQ": [ + "GTQ", + "quetzal guatemalez" + ], + "GWP": [ + "GWP", + "peso Guineea-Bissau" + ], + "GYD": [ + "GYD", + "dolar guyanez" + ], + "HKD": [ + "HKD", + "dolar din Hong Kong" + ], + "HNL": [ + "HNL", + "lempira honduriană" + ], + "HRD": [ + "HRD", + "dinar croat" + ], + "HRK": [ + "HRK", + "kuna croată" + ], + "HTG": [ + "HTG", + "gourde din Haiti" + ], + "HUF": [ + "HUF", + "forint maghiar" + ], + "IDR": [ + "IDR", + "rupie indoneziană" + ], + "IEP": [ + "IEP", + "liră irlandeză" + ], + "ILP": [ + "ILP", + "liră israeliană" + ], + "ILS": [ + "ILS", + "șechel israelian nou" + ], + "INR": [ + "INR", + "rupie indiană" + ], + "IQD": [ + "IQD", + "dinar irakian" + ], + "IRR": [ + "IRR", + "rial iranian" + ], + "ISK": [ + "ISK", + "coroană islandeză" + ], + "ITL": [ + "ITL", + "liră italiană" + ], + "JMD": [ + "JMD", + "dolar jamaican" + ], + "JOD": [ + "JOD", + "dinar iordanian" + ], + "JPY": [ + "JPY", + "yen japonez" + ], + "KES": [ + "KES", + "șiling kenyan" + ], + "KGS": [ + "KGS", + "som kârgâz" + ], + "KHR": [ + "KHR", + "riel cambodgian" + ], + "KMF": [ + "KMF", + "franc comorian" + ], + "KPW": [ + "KPW", + "won nord-coreean" + ], + "KRW": [ + "KRW", + "won sud-coreean" + ], + "KWD": [ + "KWD", + "dinar kuweitian" + ], + "KYD": [ + "KYD", + "dolar din Insulele Cayman" + ], + "KZT": [ + "KZT", + "tenge kazahă" + ], + "LAK": [ + "LAK", + "kip laoțian" + ], + "LBP": [ + "LBP", + "liră libaneză" + ], + "LKR": [ + "LKR", + "rupie srilankeză" + ], + "LRD": [ + "LRD", + "dolar liberian" + ], + "LSL": [ + "LSL", + "loti lesothian" + ], + "LTL": [ + "LTL", + "litu lituanian" + ], + "LUC": [ + "LUC", + "franc convertibil luxemburghez" + ], + "LUF": [ + "LUF", + "franc luxemburghez" + ], + "LUL": [ + "LUL", + "franc financiar luxemburghez" + ], + "LVL": [ + "LVL", + "lats letonian" + ], + "LVR": [ + "LVR", + "rublă Letonia" + ], + "LYD": [ + "LYD", + "dinar libian" + ], + "MAD": [ + "MAD", + "dirham marocan" + ], + "MAF": [ + "MAF", + "franc marocan" + ], "MDL": [ - "L", + "MDL", "leu moldovenesc" + ], + "MGA": [ + "MGA", + "ariary malgaș" + ], + "MGF": [ + "MGF", + "franc Madagascar" + ], + "MKD": [ + "MKD", + "dinar macedonean" + ], + "MLF": [ + "MLF", + "franc Mali" + ], + "MMK": [ + "MMK", + "kyat din Myanmar" + ], + "MNT": [ + "MNT", + "tugrik mongol" + ], + "MOP": [ + "MOP", + "pataca din Macao" + ], + "MRO": [ + "MRO", + "ouguiya mauritană (1973–2017)" + ], + "MRU": [ + "MRU", + "ouguiya mauritană" + ], + "MTL": [ + "MTL", + "liră malteză" + ], + "MUR": [ + "MUR", + "rupie mauritiană" + ], + "MVR": [ + "MVR", + "rufiyaa maldiviană" + ], + "MWK": [ + "MWK", + "kwacha malawiană" + ], + "MXN": [ + "MXN", + "peso mexican" + ], + "MXP": [ + "MXP", + "peso mexican de argint (1861–1992)" + ], + "MYR": [ + "MYR", + "ringgit malaiezian" + ], + "MZE": [ + "MZE", + "escudo Mozambic" + ], + "MZM": [ + "MZM", + "metical Mozambic vechi" + ], + "MZN": [ + "MZN", + "metical mozambican" + ], + "NAD": [ + "NAD", + "dolar namibian" + ], + "NGN": [ + "NGN", + "naira nigeriană" + ], + "NIC": [ + "NIC", + "cordoba nicaraguană (1988–1991)" + ], + "NIO": [ + "NIO", + "cordoba nicaraguană" + ], + "NLG": [ + "NLG", + "gulden olandez" + ], + "NOK": [ + "NOK", + "coroană norvegiană" + ], + "NPR": [ + "NPR", + "rupie nepaleză" + ], + "NZD": [ + "NZD", + "dolar neozeelandez" + ], + "OMR": [ + "OMR", + "rial omanez" + ], + "PAB": [ + "PAB", + "balboa panameză" + ], + "PEI": [ + "PEI", + "inti peruvian" + ], + "PEN": [ + "PEN", + "sol peruvian" + ], + "PES": [ + "PES", + "sol peruvian (1863–1965)" + ], + "PGK": [ + "PGK", + "kina din Papua-Noua Guinee" + ], + "PHP": [ + "PHP", + "peso filipinez" + ], + "PKR": [ + "PKR", + "rupie pakistaneză" + ], + "PLN": [ + "PLN", + "zlot polonez" + ], + "PLZ": [ + "PLZ", + "zlot polonez (1950–1995)" + ], + "PYG": [ + "PYG", + "guarani paraguayan" + ], + "QAR": [ + "QAR", + "rial qatarian" + ], + "RHD": [ + "RHD", + "dolar rhodesian" + ], + "ROL": [ + "ROL", + "leu românesc (1952–2006)" + ], + "RON": [ + "RON", + "leu românesc" + ], + "RSD": [ + "RSD", + "dinar sârbesc" + ], + "RUB": [ + "RUB", + "rublă rusească" + ], + "RWF": [ + "RWF", + "franc rwandez" + ], + "SAR": [ + "SAR", + "rial saudit" + ], + "SBD": [ + "SBD", + "dolar din Insulele Solomon" + ], + "SCR": [ + "SCR", + "rupie din Seychelles" + ], + "SDD": [ + "SDD", + "dinar sudanez" + ], + "SDG": [ + "SDG", + "liră sudaneză" + ], + "SDP": [ + "SDP", + "liră sudaneză (1957–1998)" + ], + "SEK": [ + "SEK", + "coroană suedeză" + ], + "SGD": [ + "SGD", + "dolar singaporez" + ], + "SHP": [ + "SHP", + "liră Insula Sf. Elena" + ], + "SIT": [ + "SIT", + "tolar sloven" + ], + "SKK": [ + "SKK", + "coroană slovacă" + ], + "SLL": [ + "SLL", + "leone din Sierra Leone" + ], + "SOS": [ + "SOS", + "șiling somalez" + ], + "SRD": [ + "SRD", + "dolar surinamez" + ], + "SRG": [ + "SRG", + "gulden Surinam" + ], + "SSP": [ + "SSP", + "liră din Sudanul de Sud" + ], + "STD": [ + "STD", + "dobra Sao Tome și Principe (1977–2017)" + ], + "STN": [ + "STN", + "dobra Sao Tome și Principe" + ], + "SUR": [ + "SUR", + "rublă sovietică" + ], + "SVC": [ + "SVC", + "colon El Salvador" + ], + "SYP": [ + "SYP", + "liră siriană" + ], + "SZL": [ + "SZL", + "lilangeni din Swaziland" + ], + "THB": [ + "THB", + "baht thailandez" + ], + "TJR": [ + "TJR", + "rublă Tadjikistan" + ], + "TJS": [ + "TJS", + "somoni tadjic" + ], + "TMM": [ + "TMM", + "manat turkmen (1993–2009)" + ], + "TMT": [ + "TMT", + "manat turkmen" + ], + "TND": [ + "TND", + "dinar tunisian" + ], + "TOP": [ + "TOP", + "pa’anga tongană" + ], + "TRL": [ + "TRL", + "liră turcească (1922–2005)" + ], + "TRY": [ + "TRY", + "liră turcească" + ], + "TTD": [ + "TTD", + "dolar din Trinidad-Tobago" + ], + "TWD": [ + "TWD", + "dolar nou din Taiwan" + ], + "TZS": [ + "TZS", + "șiling tanzanian" + ], + "UAH": [ + "UAH", + "hryvna ucraineană" + ], + "UAK": [ + "UAK", + "carboavă ucraineană" + ], + "UGS": [ + "UGS", + "șiling ugandez (1966–1987)" + ], + "UGX": [ + "UGX", + "șiling ugandez" + ], + "USD": [ + "USD", + "dolar american" + ], + "USN": [ + "USN", + "dolar american (ziua următoare)" + ], + "USS": [ + "USS", + "dolar american (aceeași zi)" + ], + "UYP": [ + "UYP", + "peso Uruguay (1975–1993)" + ], + "UYU": [ + "UYU", + "peso uruguayan" + ], + "UZS": [ + "UZS", + "sum Uzbekistan" + ], + "VEB": [ + "VEB", + "bolivar Venezuela (1871–2008)" + ], + "VEF": [ + "VEF", + "bolivar venezuelean (2008–2018)" + ], + "VES": [ + "VES", + "bolivar venezuelean" + ], + "VND": [ + "VND", + "dong vietnamez" + ], + "VUV": [ + "VUV", + "vatu din Vanuatu" + ], + "WST": [ + "WST", + "tala samoană" + ], + "XAF": [ + "FCFA", + "franc CFA BEAC" + ], + "XCD": [ + "XCD", + "dolar din Caraibele de Est" + ], + "XEU": [ + "XEU", + "unitate de monedă europeană" + ], + "XFO": [ + "XFO", + "franc francez de aur" + ], + "XFU": [ + "XFU", + "franc UIC francez" + ], + "XOF": [ + "CFA", + "franc CFA BCEAO" + ], + "XPF": [ + "CFPF", + "franc CFP" + ], + "YDD": [ + "YDD", + "dinar Yemen" + ], + "YER": [ + "YER", + "rial yemenit" + ], + "YUD": [ + "YUD", + "dinar iugoslav greu" + ], + "YUM": [ + "YUM", + "dinar iugoslav nou" + ], + "YUN": [ + "YUN", + "dinar iugoslav convertibil" + ], + "ZAL": [ + "ZAL", + "rand sud-african (financiar)" + ], + "ZAR": [ + "ZAR", + "rand sud-african" + ], + "ZMK": [ + "ZMK", + "kwacha zambian (1968–2012)" + ], + "ZMW": [ + "ZMW", + "kwacha zambian" + ], + "ZRN": [ + "ZRN", + "zair nou" + ], + "ZWD": [ + "ZWD", + "dolar Zimbabwe (1980–2008)" + ], + "ZWL": [ + "ZWL", + "dolar Zimbabwe (2009)" + ], + "ZWR": [ + "ZWR", + "dolar Zimbabwe (2008)" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/mr.json b/src/Symfony/Component/Intl/Resources/data/currencies/mr.json index 558e24006cef7..59e5cefb0c617 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.43.65", + "Version": "2.1.48.42", "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 78f1316326910..2a05bf6c1e450 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.44.91", + "Version": "2.1.49.2", "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 9e282b407bc4f..fff3981e1f9f8 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.38.39", + "Version": "2.1.47.71", "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 daf610442affc..82e9390a85e68 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.38.39", + "Version": "2.1.47.71", "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 f0ff146f1183a..b2cedaf617cfb 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.43.94", + "Version": "2.1.47.72", "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 7d5461690f795..b5fb198f9c226 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.44.88", + "Version": "2.1.48.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 7c2a06cb19fea..49316408fc184 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.44.2", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", @@ -637,10 +637,6 @@ "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 8065b7db4bfc2..8f1c73a76b5d9 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.39.11", + "Version": "2.1.47.82", "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 410d5942433ee..eb41449e144cb 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.43.50", + "Version": "2.1.48.17", "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 003a50e36d1a3..105b18a9fadd1 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.45.14", + "Version": "2.1.48.86", "Names": { "ADP": [ "ADP", @@ -1033,6 +1033,10 @@ "UYU", "Uruguayaanse peso" ], + "UYW": [ + "UYW", + "Uruguayaanse nominale salarisindexeenheid" + ], "UZS": [ "UZS", "Oezbeekse sum" 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 6d82529545a9d..f1a36c099f402 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.38.39", + "Version": "2.1.47.71", "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 d5010b431f232..3332aa7299f8e 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.38.39", + "Version": "2.1.47.71", "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 00a34f4335ac5..919ad6e1a6a4f 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.38.39", + "Version": "2.1.47.71", "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 4d204b9c3093a..e8e343d1764f2 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.38.39", + "Version": "2.1.47.71", "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 00a34f4335ac5..919ad6e1a6a4f 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.38.39", + "Version": "2.1.47.71", "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 1cf74b2d894e2..7b44b0a50f4a4 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.43.94", + "Version": "2.1.47.82", "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 7c2a06cb19fea..49316408fc184 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.44.2", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", @@ -637,10 +637,6 @@ "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 4723515ecce2f..ee3debf4f5e21 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.43.94", + "Version": "2.1.47.82", "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 0862a2029cf0c..60692f1f4b2cc 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.38.69", + "Version": "2.1.47.82", "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 41d5bc7b78494..3dec5c3832fee 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.43.65", + "Version": "2.1.48.17", "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 1481057e15821..a01d32fe08b06 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.38.69", + "Version": "2.1.47.82", "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 73e2e9b6122a0..7b8a15351c643 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.38.69", + "Version": "2.1.47.82", "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 d6ee8ea311306..84cc2d1e3d5dc 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.43.65", + "Version": "2.1.48.20", "Names": { "AED": [ "AED", 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 38f3cd09cc6cb..8fb97faac28b9 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.38.69", + "Version": "2.1.47.82", "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 c9aeed7a79eca..6cc844c3f7900 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.43.50", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ps.json b/src/Symfony/Component/Intl/Resources/data/currencies/ps.json index ca3590967f41c..abc861a020ca4 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/ps.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ps.json @@ -1,10 +1,6 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.17", "Names": { - "AED": [ - "AED", - "AED" - ], "AFA": [ "AFA", "افغانۍ (1927–2002)" @@ -13,629 +9,9 @@ "؋", "افغانۍ" ], - "ALL": [ - "ALL", - "ALL" - ], - "AMD": [ - "AMD", - "AMD" - ], - "ANG": [ - "ANG", - "ANG" - ], - "AOA": [ - "AOA", - "AOA" - ], - "ARS": [ - "ARS", - "ARS" - ], - "AUD": [ - "A$", - "AUD" - ], - "AWG": [ - "AWG", - "AWG" - ], - "AZN": [ - "AZN", - "AZN" - ], - "BAM": [ - "BAM", - "BAM" - ], - "BBD": [ - "BBD", - "BBD" - ], - "BDT": [ - "BDT", - "BDT" - ], - "BGN": [ - "BGN", - "BGN" - ], - "BHD": [ - "BHD", - "BHD" - ], - "BIF": [ - "BIF", - "BIF" - ], - "BMD": [ - "BMD", - "BMD" - ], - "BND": [ - "BND", - "BND" - ], - "BOB": [ - "BOB", - "BOB" - ], - "BRL": [ - "R$", - "BRL" - ], - "BSD": [ - "BSD", - "BSD" - ], - "BTN": [ - "BTN", - "BTN" - ], - "BWP": [ - "BWP", - "BWP" - ], - "BYN": [ - "BYN", - "BYN" - ], - "BZD": [ - "BZD", - "BZD" - ], - "CAD": [ - "CA$", - "CAD" - ], - "CDF": [ - "CDF", - "CDF" - ], - "CHF": [ - "CHF", - "CHF" - ], - "CLP": [ - "CLP", - "CLP" - ], - "CNH": [ - "CNH", - "CNH" - ], - "CNY": [ - "CN¥", - "CNY" - ], - "COP": [ - "COP", - "COP" - ], - "CRC": [ - "CRC", - "CRC" - ], - "CUC": [ - "CUC", - "CUC" - ], - "CUP": [ - "CUP", - "CUP" - ], - "CVE": [ - "CVE", - "CVE" - ], - "CZK": [ - "CZK", - "CZK" - ], - "DJF": [ - "DJF", - "DJF" - ], - "DKK": [ - "DKK", - "DKK" - ], - "DOP": [ - "DOP", - "DOP" - ], - "DZD": [ - "DZD", - "DZD" - ], - "EGP": [ - "EGP", - "EGP" - ], - "ERN": [ - "ERN", - "ERN" - ], - "ETB": [ - "ETB", - "ETB" - ], - "EUR": [ - "€", - "EUR" - ], - "FJD": [ - "FJD", - "FJD" - ], - "FKP": [ - "FKP", - "FKP" - ], - "GBP": [ - "£", - "GBP" - ], - "GEL": [ - "GEL", - "GEL" - ], - "GHS": [ - "GHS", - "GHS" - ], - "GIP": [ - "GIP", - "GIP" - ], - "GMD": [ - "GMD", - "GMD" - ], - "GNF": [ - "GNF", - "GNF" - ], - "GTQ": [ - "GTQ", - "GTQ" - ], - "GYD": [ - "GYD", - "GYD" - ], - "HKD": [ - "HK$", - "HKD" - ], - "HNL": [ - "HNL", - "HNL" - ], - "HRK": [ - "HRK", - "HRK" - ], - "HTG": [ - "HTG", - "HTG" - ], - "HUF": [ - "HUF", - "HUF" - ], - "IDR": [ - "IDR", - "IDR" - ], - "ILS": [ - "₪", - "ILS" - ], - "INR": [ - "₹", - "INR" - ], - "IQD": [ - "IQD", - "IQD" - ], - "IRR": [ - "IRR", - "IRR" - ], - "ISK": [ - "ISK", - "ISK" - ], - "JMD": [ - "JMD", - "JMD" - ], - "JOD": [ - "JOD", - "JOD" - ], - "JPY": [ - "JP¥", - "JPY" - ], - "KES": [ - "KES", - "KES" - ], - "KGS": [ - "KGS", - "KGS" - ], - "KHR": [ - "KHR", - "KHR" - ], - "KMF": [ - "KMF", - "KMF" - ], - "KPW": [ - "KPW", - "KPW" - ], - "KRW": [ - "₩", - "KRW" - ], - "KWD": [ - "KWD", - "KWD" - ], - "KYD": [ - "KYD", - "KYD" - ], - "KZT": [ - "KZT", - "KZT" - ], - "LAK": [ - "LAK", - "LAK" - ], - "LBP": [ - "LBP", - "LBP" - ], - "LKR": [ - "LKR", - "LKR" - ], - "LRD": [ - "LRD", - "LRD" - ], - "LYD": [ - "LYD", - "LYD" - ], - "MAD": [ - "MAD", - "MAD" - ], - "MDL": [ - "MDL", - "MDL" - ], - "MGA": [ - "MGA", - "MGA" - ], - "MKD": [ - "MKD", - "MKD" - ], - "MMK": [ - "MMK", - "MMK" - ], - "MNT": [ - "MNT", - "MNT" - ], - "MOP": [ - "MOP", - "MOP" - ], - "MRO": [ - "MRO", - "MRO" - ], - "MRU": [ - "MRU", - "MRU" - ], - "MUR": [ - "MUR", - "MUR" - ], - "MVR": [ - "MVR", - "MVR" - ], - "MWK": [ - "MWK", - "MWK" - ], - "MXN": [ - "MX$", - "MXN" - ], - "MYR": [ - "MYR", - "MYR" - ], - "MZN": [ - "MZN", - "MZN" - ], - "NAD": [ - "NAD", - "NAD" - ], - "NGN": [ - "NGN", - "NGN" - ], - "NIO": [ - "NIO", - "NIO" - ], - "NOK": [ - "NOK", - "NOK" - ], - "NPR": [ - "NPR", - "نيپالي روپيه" - ], - "NZD": [ - "NZ$", - "NZD" - ], - "OMR": [ - "OMR", - "OMR" - ], - "PAB": [ - "PAB", - "PAB" - ], - "PEN": [ - "PEN", - "PEN" - ], - "PGK": [ - "PGK", - "PGK" - ], - "PHP": [ - "PHP", - "PHP" - ], "PKR": [ "PKR", "پاکستانۍ کلداره" - ], - "PLN": [ - "PLN", - "PLN" - ], - "PYG": [ - "PYG", - "PYG" - ], - "QAR": [ - "QAR", - "QAR" - ], - "RON": [ - "RON", - "RON" - ], - "RSD": [ - "RSD", - "RSD" - ], - "RUB": [ - "RUB", - "RUB" - ], - "RWF": [ - "RWF", - "RWF" - ], - "SAR": [ - "SAR", - "SAR" - ], - "SBD": [ - "SBD", - "SBD" - ], - "SCR": [ - "SCR", - "SCR" - ], - "SDG": [ - "SDG", - "SDG" - ], - "SEK": [ - "SEK", - "SEK" - ], - "SGD": [ - "SGD", - "SGD" - ], - "SHP": [ - "SHP", - "SHP" - ], - "SLL": [ - "SLL", - "SLL" - ], - "SOS": [ - "SOS", - "SOS" - ], - "SRD": [ - "SRD", - "SRD" - ], - "SSP": [ - "SSP", - "SSP" - ], - "STD": [ - "STD", - "STD" - ], - "STN": [ - "STN", - "STN" - ], - "SYP": [ - "SYP", - "SYP" - ], - "SZL": [ - "SZL", - "SZL" - ], - "THB": [ - "THB", - "THB" - ], - "TJS": [ - "TJS", - "TJS" - ], - "TMT": [ - "TMT", - "TMT" - ], - "TND": [ - "TND", - "TND" - ], - "TOP": [ - "TOP", - "TOP" - ], - "TRY": [ - "TRY", - "TRY" - ], - "TTD": [ - "TTD", - "TTD" - ], - "TWD": [ - "NT$", - "TWD" - ], - "TZS": [ - "TZS", - "TZS" - ], - "UAH": [ - "UAH", - "UAH" - ], - "UGX": [ - "UGX", - "UGX" - ], - "USD": [ - "US$", - "USD" - ], - "UYU": [ - "UYU", - "UYU" - ], - "UZS": [ - "UZS", - "UZS" - ], - "VEF": [ - "VEF", - "VEF (2008–2018)" - ], - "VES": [ - "VES", - "VES" - ], - "VND": [ - "₫", - "VND" - ], - "VUV": [ - "VUV", - "VUV" - ], - "WST": [ - "WST", - "WST" - ], - "XAF": [ - "FCFA", - "XAF" - ], - "XCD": [ - "EC$", - "XCD" - ], - "XOF": [ - "CFA", - "XOF" - ], - "XPF": [ - "CFPF", - "XPF" - ], - "YER": [ - "YER", - "YER" - ], - "ZAR": [ - "ZAR", - "ZAR" - ], - "ZMW": [ - "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 new file mode 100644 index 0000000000000..a069430684c99 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/currencies/ps_PK.json @@ -0,0 +1,9 @@ +{ + "Version": "2.1.49.34", + "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 b4c50dee4a16a..045be009313df 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.43.65", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", 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 9d294b1ab8bc3..b23e362a40f43 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.38.39", + "Version": "2.1.47.71", "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 5cc7bc75b2f7a..a4a2cce11701a 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.39.12", + "Version": "2.1.47.71", "Names": { "CVE": [ "​", 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 9040b0d87f524..dc11cc03f025e 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.38.39", + "Version": "2.1.47.71", "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 42ef860b9fcb4..fb7388256fcaf 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_MO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.71", "Names": { "MOP": [ "MOP$", 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 701f3196dff9e..db3d63f8928bd 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.38.39", + "Version": "2.1.47.71", "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 73796041884d2..8d3873830d5e9 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.json @@ -1,6 +1,10 @@ { - "Version": "2.1.44.9", + "Version": "2.1.47.89", "Names": { + "AED": [ + "AED", + "Dirham dos Emirados Árabes Unidos" + ], "AFA": [ "AFA", "Afeghani (1927–2002)" @@ -17,6 +21,10 @@ "AMD", "Dram arménio" ], + "ANG": [ + "ANG", + "Florim das Antilhas Holandesas" + ], "AOA": [ "AOA", "kwanza angolano" @@ -101,6 +109,10 @@ "BYN", "rublo bielorrusso" ], + "BYR": [ + "BYR", + "Rublo bielorrusso (2000–2016)" + ], "BZD": [ "BZD", "dólar belizense" @@ -165,6 +177,10 @@ "DKK", "coroa dinamarquesa" ], + "DOP": [ + "DOP", + "Peso dominicano" + ], "DZD": [ "DZD", "dinar argelino" @@ -201,6 +217,10 @@ "£", "libra esterlina britânica" ], + "GEL": [ + "GEL", + "Lari georgiano" + ], "GHS": [ "GHS", "cedi ganês" @@ -225,6 +245,10 @@ "GYD", "dólar da Guiana" ], + "HKD": [ + "HK$", + "Dólar de Hong Kong" + ], "HNL": [ "HNL", "lempira das Honduras" @@ -233,18 +257,50 @@ "HRK", "kuna croata" ], + "HTG": [ + "HTG", + "Gourde haitiano" + ], "HUF": [ "HUF", "forint húngaro" ], + "IDR": [ + "IDR", + "Rupia indonésia" + ], "ILS": [ "₪", "Sheqel novo israelita" ], + "INR": [ + "₹", + "Rupia indiana" + ], + "IQD": [ + "IQD", + "Dinar iraquiano" + ], + "IRR": [ + "IRR", + "Rial iraniano" + ], "ISK": [ "ISK", "coroa islandesa" ], + "JMD": [ + "JMD", + "Dólar jamaicano" + ], + "JOD": [ + "JOD", + "Dinar jordaniano" + ], + "JPY": [ + "JP¥", + "Iene japonês" + ], "KES": [ "KES", "xelim queniano" @@ -253,10 +309,26 @@ "KGS", "Som do Quirguistão" ], + "KHR": [ + "KHR", + "Riel cambojano" + ], "KMF": [ "KMF", "franco comoriano" ], + "KPW": [ + "KPW", + "Won norte-coreano" + ], + "KRW": [ + "₩", + "Won sul-coreano" + ], + "KWD": [ + "KWD", + "Dinar kuwaitiano" + ], "KYD": [ "KYD", "Dólar das Ilhas Caimão" @@ -269,6 +341,14 @@ "LAK", "Kip de Laos" ], + "LBP": [ + "LBP", + "Libra libanesa" + ], + "LKR": [ + "LKR", + "Rupia do Sri Lanka" + ], "LRD": [ "LRD", "dólar liberiano" @@ -309,6 +389,10 @@ "MNT", "Tugrik da Mongólia" ], + "MOP": [ + "MOP", + "Pataca de Macau" + ], "MRO": [ "MRO", "ouguiya mauritana (1973–2017)" @@ -341,6 +425,10 @@ "MXV", "Unidad de Inversion (UDI) mexicana" ], + "MYR": [ + "MYR", + "Ringgit malaio" + ], "MZN": [ "MZN", "metical moçambicano" @@ -349,6 +437,10 @@ "NAD", "Dólar da Namíbia" ], + "NGN": [ + "NGN", + "Naira nigeriana" + ], "NIC": [ "NIC", "Córdoba nicaraguano (1988–1991)" @@ -361,6 +453,14 @@ "NOK", "coroa norueguesa" ], + "NPR": [ + "NPR", + "Rupia nepalesa" + ], + "NZD": [ + "NZ$", + "Dólar neozelandês" + ], "OMR": [ "OMR", "Rial de Omã" @@ -377,6 +477,14 @@ "PGK", "Kina da Papua-Nova Guiné" ], + "PHP": [ + "PHP", + "Peso filipino" + ], + "PKR": [ + "PKR", + "Rupia paquistanesa" + ], "PLN": [ "PLN", "zloti polaco" @@ -414,6 +522,10 @@ "SAR", "Rial saudita" ], + "SBD": [ + "SBD", + "Dólar das Ilhas Salomão" + ], "SCR": [ "SCR", "rupia seichelense" @@ -434,6 +546,10 @@ "SHP", "libra santa-helenense" ], + "SLL": [ + "SLL", + "Leone de Serra Leoa" + ], "SOS": [ "SOS", "xelim somali" @@ -446,10 +562,18 @@ "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" + ], "SZL": [ "SZL", "Lilangeni da Suazilândia" @@ -474,14 +598,30 @@ "TOP", "Paʻanga de Tonga" ], + "TRY": [ + "TRY", + "Lira turca" + ], "TTD": [ "TTD", "Dólar de Trindade e Tobago" ], + "TWD": [ + "NT$", + "Novo dólar taiwanês" + ], + "TZS": [ + "TZS", + "Xelim tanzaniano" + ], "UAH": [ "UAH", "hryvnia ucraniano" ], + "UGX": [ + "UGX", + "Xelim ugandense" + ], "USD": [ "US$", "dólar dos Estados Unidos" @@ -502,6 +642,18 @@ "VES", "bolívar" ], + "VND": [ + "₫", + "Dong vietnamita" + ], + "VUV": [ + "VUV", + "Vatu de Vanuatu" + ], + "WST": [ + "WST", + "Tala samoano" + ], "XAF": [ "FCFA", "franco CFA (BEAC)" @@ -514,9 +666,25 @@ "CFA", "franco CFA (BCEAO)" ], + "XPF": [ + "CFPF", + "Franco CFP" + ], + "YER": [ + "YER", + "Rial iemenita" + ], + "ZAR": [ + "ZAR", + "Rand sul-africano" + ], "ZMK": [ "ZMK", "Kwacha zambiano (1968–2012)" + ], + "ZMW": [ + "ZMW", + "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 e30a17b95b161..34bd84c8862ed 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.39.11", + "Version": "2.1.47.71", "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 43c4ea8d5816f..e383846a6a137 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/qu.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/qu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.47.82", "Names": { "PEN": [ "S\/", 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 6080cd974e918..ac1f9a8098572 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/qu_BO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.69", + "Version": "2.1.47.82", "Names": { "BOB": [ "Bs", 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 8a2a054280873..5b628bf25be81 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/qu_EC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.69", + "Version": "2.1.47.82", "Names": { "PEN": [ "PEN", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/rm.json b/src/Symfony/Component/Intl/Resources/data/currencies/rm.json index 248195d7f9097..91427b8285c0c 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.43.94", + "Version": "2.1.48.4", "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 845a8ecf80c1d..67fe784bf52ff 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.39.11", + "Version": "2.1.47.82", "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 0928e4b51609b..cfefc06aae953 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.43.94", + "Version": "2.1.48.20", "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 f0af15f5eeb28..09761ed8c3100 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.38.39", + "Version": "2.1.48.43", "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 7d7e5fea2d27b..82c72b3edcd05 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.44.91", + "Version": "2.1.47.82", "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 d250bf7406828..6d90bf15fe515 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.45.15", + "Version": "2.1.48.42", "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 f2a67f08985c9..125fe3f3c00a9 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.38.39", + "Version": "2.1.47.71", "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 27449bf1037b5..ceca001dfdc90 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.38.39", + "Version": "2.1.47.71", "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 d665ea64ca3e8..2db64faae56e7 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.38.39", + "Version": "2.1.47.71", "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 3853b1b4efb4f..aa75c4cbf89f9 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.38.39", + "Version": "2.1.47.71", "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 da0f46fbe7846..98a9dcecb01b7 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.44.88", + "Version": "2.1.47.82", "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 d6c859b039d41..a2f54d4fc4f98 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.43.94", + "Version": "2.1.48.17", "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 7b7c417c2ad0e..ab5ed1af2a59e 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.43.94", + "Version": "2.1.48.4", "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 52c9b43c379a4..163229fbcaf02 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.38.69", + "Version": "2.1.47.82", "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 a8e357c92e184..ee8da9dd80c0e 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.39.11", + "Version": "2.1.47.82", "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 0261313dd2f72..14f28a1460c39 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.44.50", + "Version": "2.1.48.77", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/si.json b/src/Symfony/Component/Intl/Resources/data/currencies/si.json index 4d545ce499879..cbb8ede0b239f 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.43.50", + "Version": "2.1.48.17", "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 ce10d2363236c..be00de5327f4e 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.43.65", + "Version": "2.1.48.42", "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 6a93f1fab0af7..a0bb2bcb95985 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.44.91", + "Version": "2.1.48.42", "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 b98ed1b80a69f..b60fe1041a4a1 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.43.94", + "Version": "2.1.48.4", "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 7c906d5c357e4..a06b671dd9563 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.43.94", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", @@ -7,11 +7,11 @@ ], "AFN": [ "AFN", - "Afgan Afgan" + "Afgan Afgani" ], "ALL": [ "ALL", - "Lek Albaniya" + "Lekta Albaniya" ], "AMD": [ "AMD", @@ -19,7 +19,7 @@ ], "ANG": [ "ANG", - "Galdar Nadarland Antilean" + "Galdarka Nadarlaan Antiliyaan" ], "AOA": [ "AOA", @@ -27,27 +27,27 @@ ], "ARS": [ "ARS", - "Beeso Arjentina" + "Beesada Arjentiin" ], "AUD": [ "A$", - "Doolarka Awstaraaliya" + "Doolarka Astaraaliya" ], "AWG": [ "AWG", - "Foloorin Aruban" + "Foloorinta Aruban" ], "AZN": [ "AZN", - "Manaatada Asarbeyjan" + "Manaata Asarbeyjan" ], "BAM": [ "BAM", - "Konfatibal Maak Bosnia-Hersogofina" + "Konfatibal Maakta Bosnia-Hersogofina" ], "BBD": [ "DBB", - "Doolarka Barbaadiyaanka" + "Doolarka Barbaadiyaan" ], "BDT": [ "BDT", @@ -55,7 +55,7 @@ ], "BGN": [ "BGN", - "Lef Bulgariya" + "Lefta Bulgariya" ], "BHD": [ "BHD", @@ -63,7 +63,7 @@ ], "BIF": [ "BIF", - "Farank Burundi" + "Faranka Burundi" ], "BMD": [ "BMD", @@ -71,23 +71,23 @@ ], "BND": [ "BND", - "Doollarka Burunel" + "Doolarka Buruney" ], "BOB": [ "BOB", - "Bolifiano Bolifiya" + "Bolifiyanada Bolifiya" ], "BRL": [ "R$", - "Real Barasil" + "Realka Barasil" ], "BSD": [ - "DBS", + "BSD", "Doolarka Bahamaas" ], "BTN": [ "BTN", - "Ngultaram Butan" + "Nugultaramta Butan" ], "BWP": [ "BWP", @@ -107,39 +107,39 @@ ], "CDF": [ "CDF", - "Farank Kongo" + "Faranka Kongo" ], "CHF": [ "CHF", - "Farank Iswis" + "Faranka Iswiska" ], "CLP": [ "CLP", - "Beeso Jili" + "Beesada Jili" ], "CNH": [ "CNH", - "Yuanta Shiinaha (Offshore)" + "Yuwanta Shiinaha (Ofshoor)" ], "CNY": [ "CN¥", - "Yuanta Shiinaha" + "Yuwanta Shiinaha" ], "COP": [ "COP", - "Beeso Kolombiya" + "Beesada Kolombiya" ], "CRC": [ - "KKR", - "Kolon Kosta Rika" + "CRC", + "Kolonka Kosta Riika" ], "CUC": [ "CUC", - "Beeso Kuuba Konfatibal" + "Beesada Konfatibal ee Kuuba" ], "CUP": [ "CUP", - "Beeso Kuuba" + "Beesada Kuuba" ], "CVE": [ "CVE", @@ -151,15 +151,15 @@ ], "DJF": [ "DJF", - "Faran Jabbuuti" + "Faran Jabuuti" ], "DKK": [ "DKK", - "Koranka Danishka" + "Koronka Danishka" ], "DOP": [ "DOP", - "Beeso Dominika" + "Beesada Dominiika" ], "DZD": [ "DZD", @@ -171,7 +171,7 @@ ], "ERN": [ "ERN", - "Nafkada Eritriya" + "Nakfada Eritriya" ], "ETB": [ "ETB", @@ -187,7 +187,7 @@ ], "FKP": [ "FKP", - "Bowndka Faalkland Island" + "Bowndka Faalklaan Aylaanis" ], "GBP": [ "£", @@ -199,7 +199,7 @@ ], "GHS": [ "GHS", - "Sedi Gana" + "Sedida Gana" ], "GIP": [ "GIP", @@ -207,7 +207,7 @@ ], "GMD": [ "GMD", - "Dalasi Gambiya" + "Dalasida Gambiya" ], "GNF": [ "GNF", @@ -215,7 +215,7 @@ ], "GTQ": [ "GTQ", - "Quetsal Guatemala" + "Kuwestalka Guwatemala" ], "GYD": [ "GYD", @@ -223,19 +223,19 @@ ], "HKD": [ "HK$", - "Doollarka Hong Kong" + "Doolarka Hoon Koon" ], "HNL": [ - "LHN", - "Lembira Hondura" + "HNL", + "Lembirada Honduras" ], "HRK": [ "HRK", - "Kuna Korooshiya" + "Kunada Korooshiya" ], "HTG": [ "HTG", - "Goorde Haiti" + "Goordada Hiyati" ], "HUF": [ "HUF", @@ -263,19 +263,19 @@ ], "ISK": [ "ISK", - "Korona Eysland" + "Koronada Eysland" ], "JMD": [ "JMD", - "Doolarka Jamaaika" + "Doolarka Jamayka" ], "JOD": [ "JOD", - "Dinaarka Joordan" + "Dinaarka Urdun" ], "JPY": [ "JP¥", - "Yenta Jaban" + "Yenta Jabaan" ], "KES": [ "KES", @@ -283,19 +283,19 @@ ], "KGS": [ "KGS", - "Soom Kiyrgiystan" + "Somta Kiyrgiystan" ], "KHR": [ "KHR", - "Riyf Cambodiya" + "Riyf kambodiya" ], "KMF": [ "KMF", - "Farank Komora" + "Faranka Komoros" ], "KPW": [ "KPW", - "Wonka Waqooyi Kuuriya" + "Wonka Waqooyiga Kuuriya" ], "KRW": [ "₩", @@ -307,11 +307,11 @@ ], "KYD": [ "KYD", - "Doolarka jasiiradaha Kayman" + "Doolarka Kayman Aylaanis" ], "KZT": [ "KZT", - "Tenge Kasakhstan" + "Tengeda Kasakhstan" ], "LAK": [ "LAK", @@ -319,7 +319,7 @@ ], "LBP": [ "LBP", - "Bowndka Lebanon" + "Bowndka Lubnaan" ], "LKR": [ "LKR", @@ -327,7 +327,7 @@ ], "LRD": [ "LRD", - "Doollarka Liberiya" + "Doolarka Liberiya" ], "LYD": [ "LYD", @@ -339,11 +339,11 @@ ], "MDL": [ "MDL", - "Leeyuu Moldofa" + "Leeyuuda Moldofa" ], "MGA": [ "MGA", - "Ariari Malagasy" + "Arayrida Madagaskar" ], "MKD": [ "MKD", @@ -351,11 +351,11 @@ ], "MMK": [ "MMK", - "Kayat Mayanmaar" + "Kayatda Mayanmaar" ], "MNT": [ "MNT", - "Tugrik Mongoliya" + "Tugrikta Mongoliya" ], "MOP": [ "MOP", @@ -367,7 +367,7 @@ ], "MRU": [ "MRU", - "MRU" + "Oogiyada Mawritaaniya" ], "MUR": [ "MUR", @@ -375,7 +375,7 @@ ], "MVR": [ "MVR", - "Rufiya Maldifiya" + "Rufiyada Maldifiya" ], "MWK": [ "MWK", @@ -383,11 +383,11 @@ ], "MXN": [ "MX$", - "Beeso Meksikaan" + "Beesada Meksiko" ], "MYR": [ "MYR", - "Ringit Malayshiya" + "Ringitda Malayshiya" ], "MZN": [ "MZN", @@ -395,7 +395,7 @@ ], "NAD": [ "NAD", - "Doollarka Namibiya" + "Doolarka Namibiya" ], "NGN": [ "NGN", @@ -403,7 +403,7 @@ ], "NIO": [ "NIO", - "Nikaragua Kordoba" + "Kordobada Nikargow" ], "NOK": [ "NOK", @@ -419,15 +419,15 @@ ], "OMR": [ "OMR", - "Riyaalka Comaan" + "Riyaalka Cumaan" ], "PAB": [ "PAB", - "Balboa Panama" + "Balbow Banama" ], "PEN": [ "PEN", - "Sol Beeru" + "Solsha Beeru" ], "PGK": [ "PGK", @@ -443,11 +443,11 @@ ], "PLN": [ "PLN", - "Solotida Boland" + "Solotida Bolaan" ], "PYG": [ "PYG", - "Guarani Baraguay" + "Guranida Baraguway" ], "QAR": [ "QAR", @@ -455,7 +455,7 @@ ], "RON": [ "RON", - "Liyuu ROmaniya" + "Liyuuda Romaniya" ], "RSD": [ "RSD", @@ -463,11 +463,11 @@ ], "RUB": [ "RUB", - "Rubalka Ruush" + "Rubalka Ruushka" ], "RWF": [ "RWF", - "Farank Ruwanda" + "Faranka Ruwanda" ], "SAR": [ "SAR", @@ -475,7 +475,7 @@ ], "SBD": [ "SBD", - "Doolarka Jasiiradaha Solomon" + "Doolarka Solomon Aylaanis" ], "SCR": [ "SCR", @@ -491,7 +491,7 @@ ], "SGD": [ "SGD", - "Doollarka Singabuur" + "Doolarka Singabuur" ], "SHP": [ "SHP", @@ -511,11 +511,11 @@ ], "SSP": [ "SSP", - "Boownka Koonfurta Suudaan" + "Bowndka Koonfurta Suudaan" ], "STN": [ "STN", - "Dobra Sao Tome & Birinsibal" + "Dobra Sao Tome & Birinsibi" ], "SYP": [ "SYP", @@ -523,19 +523,19 @@ ], "SZL": [ "SZL", - "Lilangeenida iswasi" + "Lilangeenida iswaasi" ], "THB": [ "THB", - "Baatka Tayland" + "Baatka Taylaan" ], "TJS": [ "TJS", - "Somoon Tajikistan" + "Somoonida Tajikistan" ], "TMT": [ "TMT", - "Manaat Turkmenistan" + "Manaata Turkmenistan" ], "TND": [ "TND", @@ -543,7 +543,7 @@ ], "TOP": [ "TOP", - "Ba’anga Tonga" + "Ba’angada Tonga" ], "TRY": [ "TRY", @@ -551,11 +551,11 @@ ], "TTD": [ "TTD", - "Doolarka Tirinad iyo Tobago" + "Doolarka Tirinidad iyo Tobago" ], "TWD": [ "NT$", - "Doollarka Taywaanta Cusubta" + "Doolarka Taywaanta Cusub" ], "TZS": [ "TZS", @@ -567,19 +567,19 @@ ], "UGX": [ "UGX", - "Shilingka Uganda" + "Shilingka Yugandha" ], "USD": [ "US$", - "USD" + "Doolarka Mareeykanka" ], "UYU": [ "UYU", - "Beeso Uruguay" + "Beesada Urugway" ], "UZS": [ "UZS", - "Soom Usbekistan" + "Somta Usbekistan" ], "VEF": [ "VEF", @@ -587,11 +587,11 @@ ], "VES": [ "VES", - "Bolifar Fenezuela" + "Bolifarada Fenesuwela" ], "VND": [ "₫", - "Dong Fitnaam" + "Dongta Fitnaam" ], "VUV": [ "VUV", @@ -603,11 +603,11 @@ ], "XAF": [ "FCFA", - "Farank CFA ee Bartamaha Afrika" + "Faranka CFA ee Bartamaha Afrika" ], "XCD": [ "EC$", - "Doolaraka Bariga Kaaribyan" + "Doolarka Iist Kaaribyan" ], "XOF": [ "CFA", @@ -615,7 +615,7 @@ ], "XPF": [ "CFPF", - "Farank CFP" + "Faranka CFP" ], "YER": [ "YER", 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 d307dfdd8a91b..a67cc010f4fbb 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/so_DJ.json @@ -1,9 +1,9 @@ { - "Version": "2.1.38.69", + "Version": "2.1.47.71", "Names": { "DJF": [ "Fdj", - "Faran Jabbuuti" + "Faran Jabuuti" ] } } 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 a1715f513fc31..cfe6c65c3461f 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.38.69", + "Version": "2.1.47.71", "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 6d38b4e03bb98..3c0aac1a07fb8 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.38.69", + "Version": "2.1.47.71", "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 5a658b29bc4eb..8126e87e31684 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.43.50", + "Version": "2.1.48.42", "Names": { "AED": [ "AED", 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 5b1bac251696e..c499abfd6116a 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.38.39", + "Version": "2.1.47.71", "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 129d7dc46e16a..4725b5923ccd3 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.43.94", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", 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 0261313dd2f72..14f28a1460c39 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.44.50", + "Version": "2.1.48.77", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sv.json b/src/Symfony/Component/Intl/Resources/data/currencies/sv.json index 5d4e2bb6e7f5f..898078e89189d 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.43.94", + "Version": "2.1.48.90", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/sw.json b/src/Symfony/Component/Intl/Resources/data/currencies/sw.json index a6e199a586fe5..db9cc95c456b7 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.43.65", + "Version": "2.1.48.17", "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 864bb8a9bdf1d..d3934ae4dc034 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.43.65", + "Version": "2.1.47.71", "Names": { "CDF": [ "FC", 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 97a71feeceede..3b59ce05518f7 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.38.39", + "Version": "2.1.47.71", "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 e68099cad41a5..10882ea0dd477 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.43.50", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", 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 909219aeabb18..bba90bdfd0500 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.38.39", + "Version": "2.1.47.71", "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 a6ddffa725ec4..cae2d8cbf689c 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.38.39", + "Version": "2.1.47.71", "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 c5abb7437d3aa..1ebdb29387e57 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.38.39", + "Version": "2.1.47.71", "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 8bd138a0b474e..c2ec1ce7ff265 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.43.50", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/tg.json b/src/Symfony/Component/Intl/Resources/data/currencies/tg.json index 59b840edbef7a..5f89a11b6cd39 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.44.88", + "Version": "2.1.47.96", "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 717ae83ad1c16..88e4083980f6c 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.43.89", + "Version": "2.1.48.86", "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 f170fb99c509a..9446dd6868f30 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.44.88", + "Version": "2.1.47.82", "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 2dac381862039..d341f8dfb232d 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.43.65", + "Version": "2.1.47.82", "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 d57effab144a9..30179ef6196c5 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.43.65", + "Version": "2.1.48.86", "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 f792f7fce0401..d9b3a09c355ed 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.44.91", + "Version": "2.1.48.20", "Names": { "AED": [ "AED", @@ -121,10 +121,6 @@ "CLP", "Piso ng Chile" ], - "CNH": [ - "CNH", - "CNH" - ], "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 16ae120df1585..0a8a0867e83ec 100644 --- a/src/Symfony/Component/Intl/Resources/data/currencies/to.json +++ b/src/Symfony/Component/Intl/Resources/data/currencies/to.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.47.82", "Names": { "AUD": [ "AUD$", @@ -9,37 +9,17 @@ "R$", "BRL" ], - "FJD": [ - "FJD", - "FJD" - ], "NZD": [ "NZD$", "NZD" ], - "PGK": [ - "PGK", - "PGK" - ], - "SBD": [ - "SBD", - "SBD" - ], "TOP": [ "T$", "Paʻanga fakatonga" ], - "VUV": [ - "VUV", - "VUV" - ], "WST": [ "WST", "Tala fakahaʻamoa" - ], - "XPF": [ - "CFPF", - "XPF" ] } } diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/tr.json b/src/Symfony/Component/Intl/Resources/data/currencies/tr.json index b0c05bcb40e0e..01210bee0fe40 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.44.91", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/tt.json b/src/Symfony/Component/Intl/Resources/data/currencies/tt.json index 97a9862f14b87..cd4b4f83b56b3 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.44.88", + "Version": "2.1.47.85", "Names": { "BRL": [ "R$", @@ -7,7 +7,7 @@ ], "CNY": [ "CN¥", - "Кытай юане" + "кытай юане" ], "EUR": [ "€", @@ -23,7 +23,7 @@ ], "JPY": [ "JP¥", - "Япония иенасы" + "япон иенасы" ], "RUB": [ "₽", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/ug.json b/src/Symfony/Component/Intl/Resources/data/currencies/ug.json index a228b0e2658ba..9374ed0a050ce 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.44.88", + "Version": "2.1.47.82", "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 835bb1f0285e9..758a6a3eb4333 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.43.65", + "Version": "2.1.48.42", "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 b0622c8e6c11b..37252a666e60b 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.44.3", + "Version": "2.1.48.20", "Names": { "AED": [ "AED", 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 77550b4c4010b..566cf47c312b0 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.43.65", + "Version": "2.1.47.71", "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 a65ae54a0a2a6..c931700c42177 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.44.88", + "Version": "2.1.48.17", "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 d8bc69eb6d546..f20f18a2d92d3 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.38.69", + "Version": "2.1.47.82", "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 eea844828c2e1..38e7dd3d52230 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.43.2", + "Version": "2.1.48.17", "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 d9dddc25fb725..ddfd7adf627e4 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.43.65", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", @@ -17,6 +17,10 @@ "AFN", "Afghani Afghanistan" ], + "ALK": [ + "ALK", + "ALK" + ], "ALL": [ "ALL", "Lek Albania" @@ -261,6 +265,10 @@ "CNH", "Nhân dân tệ (hải ngoại)" ], + "CNX": [ + "CNX", + "CNX" + ], "CNY": [ "CN¥", "Nhân dân tệ" @@ -481,6 +489,10 @@ "ILP", "Pao Ixraen" ], + "ILR": [ + "ILR", + "ILR" + ], "ILS": [ "₪", "Sheqel Israel mới" @@ -497,6 +509,10 @@ "IRR", "Rial Iran" ], + "ISJ": [ + "ISJ", + "ISJ" + ], "ISK": [ "ISK", "Króna Iceland" @@ -685,6 +701,10 @@ "MUR", "Rupee Mauritius" ], + "MVP": [ + "MVP", + "MVP" + ], "MVR": [ "MVR", "Rufiyaa Maldives" @@ -1013,6 +1033,10 @@ "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 0b44b28786038..0352d0b79edb3 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.43.94", + "Version": "2.1.47.84", "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 b3b456363a3bf..0ca80d289a457 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.44.88", + "Version": "2.1.48.89", "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 fa0893f557102..500f6168a02e8 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.38.69", + "Version": "2.1.47.82", "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 59c7b58a4e212..169716ea123ef 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.44.88", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", @@ -21,6 +21,10 @@ "BIF", "Faransi ti Orílẹ́ède Bùùrúndì" ], + "BRL": [ + "R$", + "Owó ti Orílẹ̀-èdè Brazil" + ], "BWP": [ "BWP", "Pula ti Orílẹ́ède Bọ̀tìsúwánà" @@ -67,11 +71,11 @@ ], "EUR": [ "€", - "Uro" + "owó Yúrò" ], "GBP": [ "£", - "Pọọn ti Orílẹ́ède Bírítísì" + "Pọ́n-ùn ti Orilẹ̀-èdè Gẹ̀ẹ́sì" ], "GHC": [ "GHC", @@ -147,7 +151,11 @@ ], "NGN": [ "₦", - "Naira ti Orílẹ́ède Nàìjíríà" + "Náìrà ti Orílẹ̀-èdè Nàìjíríà" + ], + "RUB": [ + "₽", + "Owó ruble ti ilẹ̀ Rọ́ṣíà" ], "RWF": [ "RWF", @@ -206,8 +214,8 @@ "Siile ti Orílẹ́ède Uganda" ], "USD": [ - "US$", - "Dọla ti Orílẹ́ède Amerika" + "$", + "Dọ́là" ], "XAF": [ "FCFA", 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 a5d3aeeee80e0..9cb9f3d9cdc77 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.44.53", + "Version": "2.1.48.77", "Names": { "AED": [ "AED", @@ -21,6 +21,10 @@ "BIF", "Faransi ti Orílɛ́ède Bùùrúndì" ], + "BRL": [ + "R$", + "Owó ti Orílɛ̀-èdè Brazil" + ], "BWP": [ "BWP", "Pula ti Orílɛ́ède Bɔ̀tìsúwánà" @@ -65,9 +69,13 @@ "ETB", "Biri ti Orílɛ́ède Eutopia" ], + "EUR": [ + "€", + "owó Yúrò" + ], "GBP": [ "£", - "Pɔɔn ti Orílɛ́ède Bírítísì" + "Pɔ́n-ùn ti Orilɛ̀-èdè Gɛ̀ɛ́sì" ], "GHC": [ "GHC", @@ -143,7 +151,11 @@ ], "NGN": [ "₦", - "Naira ti Orílɛ́ède Nàìjíríà" + "Náìrà ti Orílɛ̀-èdè Nàìjíríà" + ], + "RUB": [ + "₽", + "Owó ruble ti ilɛ̀ Rɔ́shíà" ], "RWF": [ "RWF", @@ -169,6 +181,10 @@ "SHP", "Pɔɔun ti Orílɛ́ède ̣Elena" ], + "SLL": [ + "SLL", + "Lioni" + ], "SOS": [ "SOS", "Sile ti Orílɛ́ède Somali" @@ -181,6 +197,10 @@ "STN", "Dobira ti Orílɛ́ède Sao tome Ati Pirisipe" ], + "SZL": [ + "SZL", + "Lilangeni" + ], "TND": [ "TND", "Dina ti Orílɛ́ède Tunisia" @@ -194,8 +214,8 @@ "Siile ti Orílɛ́ède Uganda" ], "USD": [ - "US$", - "Dɔla ti Orílɛ́ède Amerika" + "$", + "Dɔ́là" ], "XAF": [ "FCFA", diff --git a/src/Symfony/Component/Intl/Resources/data/currencies/zh.json b/src/Symfony/Component/Intl/Resources/data/currencies/zh.json index 3efbabaf5470f..101ff1afc2618 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.44.76", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", @@ -1029,6 +1029,10 @@ "UYU", "乌拉圭比索" ], + "UYW": [ + "UYW", + "乌拉圭票面工资指数单位" + ], "UZS": [ "UZS", "乌兹别克斯坦苏姆" 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 14bba3c63c857..6120fc5714af0 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.43.65", + "Version": "2.1.47.86", "Names": { "AED": [ "AED", @@ -29,6 +29,10 @@ "BBD", "巴巴多斯元" ], + "BEC": [ + "BEC", + "比利時法郎(可兌換)" + ], "BIF": [ "BIF", "布隆迪法郎" 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 1e0c27c1b9741..aca0cba16d64a 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.38.39", + "Version": "2.1.47.71", "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 2bde2225a3d1f..3980ade9e01b0 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.38.39", + "Version": "2.1.47.71", "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 354db69559cbc..ee9456d90bc61 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.38.39", + "Version": "2.1.47.71", "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 fd33a0f0b117c..7f1add19dfd60 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.44.91", + "Version": "2.1.48.42", "Names": { "ADP": [ "ADP", @@ -265,10 +265,6 @@ "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 14bba3c63c857..6120fc5714af0 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.43.65", + "Version": "2.1.47.86", "Names": { "AED": [ "AED", @@ -29,6 +29,10 @@ "BBD", "巴巴多斯元" ], + "BEC": [ + "BEC", + "比利時法郎(可兌換)" + ], "BIF": [ "BIF", "布隆迪法郎" 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 f9ef9be99942a..155437cf2c47d 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.43.65", + "Version": "2.1.47.86", "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 f9ef9be99942a..155437cf2c47d 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.43.65", + "Version": "2.1.47.86", "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 354db69559cbc..ee9456d90bc61 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.38.39", + "Version": "2.1.47.71", "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 43e736e4f03b6..bb27cc2e9510d 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.43.65", + "Version": "2.1.48.17", "Names": { "AED": [ "AED", diff --git a/src/Symfony/Component/Intl/Resources/data/git-info.txt b/src/Symfony/Component/Intl/Resources/data/git-info.txt index 975d27c088bbf..918280227be4a 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: 46895456ad1b6660d17eaeba2c101600ad8d8eb8 -Author: Andy Heninger -Date: 2018-10-12T16:19:14-07:00 +Revision: 2f2aec5f91cffe49b7526d9b0d18a9acbdd0cc89 +Author: yumaoka +Date: 2019-03-25T16:18:16-04:00 diff --git a/src/Symfony/Component/Intl/Resources/data/languages/af.json b/src/Symfony/Component/Intl/Resources/data/languages/af.json index 2040b55105c25..ed018b74e879f 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/af.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/af.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "aa": "Afar", "ab": "Abkasies", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ak.json b/src/Symfony/Component/Intl/Resources/data/languages/ak.json index 174170cb2d773..71e6fb3e1f8ac 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.39.11", + "Version": "2.1.47.82", "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 3f8ec97d78413..f543af49394ba 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.43.65", + "Version": "2.1.48.18", "Names": { "aa": "አፋርኛ", "ab": "አብሐዚኛ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ar.json b/src/Symfony/Component/Intl/Resources/data/languages/ar.json index 2eb6f9a718811..845c162ff263f 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.43.50", + "Version": "2.1.48.22", "Names": { "aa": "الأفارية", "ab": "الأبخازية", 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 871a930f7b4db..bc92a7d7e40a0 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.38.80", + "Version": "2.1.49.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 aec83caac1f77..7a3ecec2968af 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.38.39", + "Version": "2.1.47.69", "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 2326c44d0aca4..45088361e4ef9 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ar_SA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ar_SA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.49.36", "Names": { "arn": "المابودونجونية", "gn": "الغورانية", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/as.json b/src/Symfony/Component/Intl/Resources/data/languages/as.json index 7af427777493f..0f7e3bb891ad8 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.43.94", + "Version": "2.1.48.17", "Names": { "aa": "আফাৰ", "ab": "আবখাজিয়ান", @@ -46,6 +46,7 @@ "bug": "বগিনীজ", "byn": "ব্লিন", "ca": "কাতালান", + "ccp": "চাক্‌মা", "ce": "চেচেন", "ceb": "চিবুৱানো", "cgg": "চিগা", @@ -244,6 +245,7 @@ "naq": "নামা", "nb": "নৰৱেজিয়ান বোকমাল", "nd": "উত্তৰ নিবেবেলে", + "nds": "ল’ জাৰ্মান", "ne": "নেপালী", "new": "নেৱাৰি", "ng": "এন্দোঙ্গা", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/az.json b/src/Symfony/Component/Intl/Resources/data/languages/az.json index 403d17657204c..a5c2d2b748288 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.44.53", + "Version": "2.1.48.17", "Names": { "aa": "afar", "ab": "abxaz", @@ -63,6 +63,7 @@ "cad": "keddo", "car": "karib", "cch": "atsam", + "ccp": "Çakma", "ce": "çeçen", "ceb": "sebuan", "cgg": "çiqa", 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 fd508d3d79577..658f89e2de053 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.44.53", + "Version": "2.1.47.82", "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 e63ed92c88216..43362768d84aa 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.43.65", + "Version": "2.1.48.17", "Names": { "aa": "афарская", "ab": "абхазская", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bg.json b/src/Symfony/Component/Intl/Resources/data/languages/bg.json index 13f92aa5ba85e..9d04b173029f3 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.43.94", + "Version": "2.1.48.42", "Names": { "aa": "афарски", "ab": "абхазки", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bm.json b/src/Symfony/Component/Intl/Resources/data/languages/bm.json index d3c4b838f8835..20a2be26a66e8 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.39.11", + "Version": "2.1.47.82", "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 2297f7e5bd82d..192b25a65dde6 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.44.91", + "Version": "2.1.48.36", "Names": { "aa": "আফার", "ab": "আবখাজিয়ান", 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 0584654d8e96f..05f6a708af480 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.43.65", + "Version": "2.1.47.69", "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 99ad248d2b000..4e8fb1528ff6e 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.38.69", + "Version": "2.1.47.82", "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 efb94bbb8ba26..c7e6134654971 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.44.91", + "Version": "2.1.48.86", "Names": { "aa": "afar", "ab": "abkhazeg", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bs.json b/src/Symfony/Component/Intl/Resources/data/languages/bs.json index 0043d2016cd0f..4361be2039a06 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.44.88", + "Version": "2.1.48.17", "Names": { "aa": "afarski", "ab": "abhaski", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/bs_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/languages/bs_Cyrl.json index 444521e8c19cc..7774e8662841d 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/bs_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/bs_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.41.34", + "Version": "2.1.48.17", "Names": { "aa": "афарски", "ab": "абказијски", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ca.json b/src/Symfony/Component/Intl/Resources/data/languages/ca.json index e96954d1def3d..8a38da73ca6f7 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.43.65", + "Version": "2.1.48.42", "Names": { "aa": "àfar", "ab": "abkhaz", @@ -79,6 +79,7 @@ "car": "carib", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "txetxè", "ceb": "cebuà", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ce.json b/src/Symfony/Component/Intl/Resources/data/languages/ce.json index 1f27509b6fcd5..489ef662a9c2c 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.41.34", + "Version": "2.1.47.82", "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 c5be77f5d2dd6..3780645d53afa 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.44.91", + "Version": "2.1.48.44", "Names": { "aa": "afarština", "ab": "abcházština", @@ -88,6 +88,7 @@ "car": "karibština", "cay": "kajugština", "cch": "atsam", + "ccp": "čakma", "ce": "čečenština", "ceb": "cebuánština", "cgg": "kiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/cy.json b/src/Symfony/Component/Intl/Resources/data/languages/cy.json index 9a25f3a35a751..23ce5341c3303 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.44.91", + "Version": "2.1.48.17", "Names": { "aa": "Affareg", "ab": "Abchaseg", @@ -76,6 +76,7 @@ "cad": "Cado", "car": "Caribeg", "cch": "Atsameg", + "ccp": "Tsiacma", "ce": "Tsietsieneg", "ceb": "Cebuano", "cgg": "Tsiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/da.json b/src/Symfony/Component/Intl/Resources/data/languages/da.json index 709f4ffad2880..b397850233e94 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.43.65", + "Version": "2.1.48.17", "Names": { "aa": "afar", "ab": "abkhasisk", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/de.json b/src/Symfony/Component/Intl/Resources/data/languages/de.json index 70baa8a9a0f6f..5f10f56ad815b 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.44.91", + "Version": "2.1.48.42", "Names": { "aa": "Afar", "ab": "Abchasisch", 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 c2ae270bb5271..5925fe2cf9e8a 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.43.65", + "Version": "2.1.47.69", "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 310d9591c0fbf..8151f0e98535b 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/de_CH.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.50", + "Version": "2.1.47.86", "Names": { "ace": "Aceh-Sprache", "ach": "Acholi-Sprache", 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 ea1c57fde687a..e7c4d0260bf5a 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.38.39", + "Version": "2.1.47.69", "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 02810cb3cb286..2813eb1974cde 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.41.34", + "Version": "2.1.47.82", "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 02df18f4cfb7c..79d1db8f8a6e3 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.44.88", + "Version": "2.1.47.82", "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 9dfe88e140ce1..f2e31ff0a36b5 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.43.65", + "Version": "2.1.49.26", "Names": { "aa": "Αφάρ", "ab": "Αμπχαζικά", @@ -71,6 +71,7 @@ "car": "Καρίμπ", "cay": "Καγιούγκα", "cch": "Ατσάμ", + "ccp": "Τσάκμα", "ce": "Τσετσενικά", "ceb": "Σεμπουάνο", "cgg": "Τσίγκα", @@ -306,7 +307,7 @@ "mi": "Μαορί", "mic": "Μικμάκ", "min": "Μινανγκαμπάου", - "mk": "Σλαβομακεδονικά", + "mk": "Μακεδονικά", "ml": "Μαλαγιαλαμικά", "mn": "Μογγολικά", "mnc": "Μαντσού", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/en.json b/src/Symfony/Component/Intl/Resources/data/languages/en.json index 7e59210f0db5a..1dd409aad0f6e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.65", "Names": { "aa": "Afar", "ab": "Abkhazian", 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 de16875ff8d89..20416196b0f60 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_AU.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.18", + "Version": "2.1.48.43", "Names": { "bn": "Bengali", "en_US": "United States English", 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 2626540f05898..3850e7b4e8bf0 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_CA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.47.86", "Names": { "bn": "Bengali", "mfe": "Mauritian", 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 04b751d5a69b2..b4bf860e6d6cb 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_GB.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.18", + "Version": "2.1.47.86", "Names": { "nds_NL": "West Low German" } 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 b959d14decfc5..292d29e63cd1d 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/en_IN.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/en_IN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.18", + "Version": "2.1.49.14", "Names": { "bn": "Bengali" } 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 19f70fb5c7b15..1d45bcf7b1075 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.44.88", + "Version": "2.1.47.86", "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 0920ff9f1a9fa..96362523e2df8 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.38.69", + "Version": "2.1.49.33", "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 d49100fd35f14..e591294d857ba 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.44.88", + "Version": "2.1.48.20", "Names": { "aa": "afar", "ab": "abjasio", 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 3c679916e5fee..57dd2888e9dbc 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_419.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_419.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.86", "Names": { "ace": "achenés", "ady": "adigeo", @@ -7,8 +7,8 @@ "arp": "arapajó", "ars": "árabe de Néyed", "bla": "siksiká", + "ccp": "chakma", "eu": "vasco", - "fon": "fon", "goh": "alemán de la alta edad antigua", "grc": "griego clásico", "gu": "gujarati", 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 c0f557c8f3a3e..76ddec4abdf5e 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.43.65", + "Version": "2.1.47.70", "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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 c0f557c8f3a3e..76ddec4abdf5e 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.43.65", + "Version": "2.1.47.70", "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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 34aa9cce0b822..645ab1b732e92 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/es_MX.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.5", + "Version": "2.1.47.96", "Names": { "ace": "acehnés", "arp": "arapaho", 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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 46ba3c939bd07..76ddec4abdf5e 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.38.39", + "Version": "2.1.47.70", "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 46ba3c939bd07..0ff2840bb2912 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.38.39", + "Version": "2.1.47.83", "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 381ece80056b8..4cc858205c7ff 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.38.39", + "Version": "2.1.47.70", "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 c0f557c8f3a3e..76ddec4abdf5e 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.43.65", + "Version": "2.1.47.70", "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 381ece80056b8..4cc858205c7ff 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.38.39", + "Version": "2.1.47.70", "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 2e643f5a7d5c1..4b89a55b11e7d 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.43.65", + "Version": "2.1.47.86", "Names": { "ace": "acehnés", "alt": "altái meridional", 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 6d7ce17a67a65..76ddec4abdf5e 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.41.45", + "Version": "2.1.47.70", "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 0c30b70a5bebc..1c68c0f81af36 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.44.91", + "Version": "2.1.48.42", "Names": { "aa": "afari", "ab": "abhaasi", @@ -86,6 +86,7 @@ "car": "kariibi", "cay": "kajuka", "cch": "aitšami", + "ccp": "Chakma", "ce": "tšetšeeni", "ceb": "sebu", "cgg": "tšiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/eu.json b/src/Symfony/Component/Intl/Resources/data/languages/eu.json index 5ce2e6a9bf5fe..0751072ea1c88 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.43.65", + "Version": "2.1.48.17", "Names": { "aa": "afarera", "ab": "abkhaziera", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fa.json b/src/Symfony/Component/Intl/Resources/data/languages/fa.json index 6a9e06641f4e4..6761f294b4529 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.43.65", + "Version": "2.1.48.42", "Names": { "aa": "آفاری", "ab": "آبخازی", @@ -71,6 +71,7 @@ "ca": "کاتالان", "cad": "کادویی", "car": "کاریبی", + "ccp": "چاکما", "ce": "چچنی", "ceb": "سبویی", "cgg": "چیگا", 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 07fd3a03c1b8c..610e5095f949e 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.43.65", + "Version": "2.1.47.86", "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 33166f79f90ba..494f0867715ac 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.39.11", + "Version": "2.1.47.82", "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 b4456d3233aed..7b74396d70006 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.44.91", + "Version": "2.1.48.42", "Names": { "aa": "afar", "ab": "abhaasi", @@ -88,6 +88,7 @@ "car": "karibi", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "tšetšeeni", "ceb": "cebuano", "cgg": "kiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fo.json b/src/Symfony/Component/Intl/Resources/data/languages/fo.json index 92d91ae01a71d..bd6daf1248f29 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.41.34", + "Version": "2.1.48.9", "Names": { "aa": "afar", "ab": "abkhasiskt", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/fr.json b/src/Symfony/Component/Intl/Resources/data/languages/fr.json index 5337c9dde1b4a..a8bd42254abe5 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.44.91", + "Version": "2.1.48.43", "Names": { "aa": "afar", "ab": "abkhaze", @@ -88,6 +88,7 @@ "car": "caribe", "cay": "cayuga", "cch": "atsam", + "ccp": "changma kodha", "ce": "tchétchène", "ceb": "cebuano", "cgg": "kiga", 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 707dac76f4714..fbbbf9d444ec1 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.43.65", + "Version": "2.1.47.70", "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 0a4a036ab7a4e..8798c30dde616 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/fr_CA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.86", "Names": { "ady": "adygué", "ang": "vieil anglais", 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 4d65f05e7aabc..79f2d8d35ad01 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.43.65", + "Version": "2.1.48.88", "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 28e7448269939..748f4fed62d18 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.41.34", + "Version": "2.1.47.82", "Names": { "aa": "Afar", "ab": "Abchazysk", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ga.json b/src/Symfony/Component/Intl/Resources/data/languages/ga.json index 13d996225a738..14e5a8dc8550e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ga.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ga.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.17", "Names": { "aa": "Afáiris", "ab": "Abcáisis", @@ -52,6 +52,7 @@ "bug": "Buiginis", "byn": "byn", "ca": "Catalóinis", + "ccp": "ccp", "ce": "Seisnis", "ceb": "Seabúáinis", "cgg": "cgg", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/gd.json b/src/Symfony/Component/Intl/Resources/data/languages/gd.json index bc03895c47a9f..d5c5f7fcd2a50 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.44.91", + "Version": "2.1.48.86", "Names": { "aa": "Afar", "ab": "Abchasais", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/gl.json b/src/Symfony/Component/Intl/Resources/data/languages/gl.json index b5e8c01033555..b2e77837fd6a6 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.43.94", + "Version": "2.1.48.17", "Names": { "aa": "afar", "ab": "abkhazo", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/gu.json b/src/Symfony/Component/Intl/Resources/data/languages/gu.json index e60ccabb0fc03..90514968b2e33 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.44.2", + "Version": "2.1.48.42", "Names": { "aa": "અફાર", "ab": "અબખાજિયન", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/gv.json b/src/Symfony/Component/Intl/Resources/data/languages/gv.json index ae61b8b8ffbae..8cbd7f3153c7a 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.38.69", + "Version": "2.1.47.82", "Names": { "gv": "Gaelg" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ha.json b/src/Symfony/Component/Intl/Resources/data/languages/ha.json index 80045c138d1c2..44ebb7da8481d 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ha.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ha.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.2", + "Version": "2.1.48.45", "Names": { "ak": "Akan", "am": "Amharik", @@ -9,11 +9,22 @@ "bn": "Bengali", "cs": "Harshen Cak", "de": "Jamusanci", + "de_AT": "Jamusanci Ostiriya", + "de_CH": "Jamusanci Suwizalan", "el": "Girkanci", "en": "Turanci", - "es": "Ispaniyanci", + "en_AU": "Turanci Ostareliya", + "en_CA": "Turanci Kanada", + "en_GB": "Turanci Biritaniya", + "en_US": "Turanci Amirka", + "es": "Sifaniyanci", + "es_419": "Sifaniyancin Latin Amirka", + "es_ES": "Sifaniyanci Turai", + "es_MX": "Sifaniyanci Mesiko", "fa": "Parisanci", "fr": "Faransanci", + "fr_CA": "Farasanci Kanada", + "fr_CH": "Farasanci Suwizalan", "ha": "Hausa", "hi": "Harshen Hindi", "hu": "Harshen Hungari", @@ -30,7 +41,9 @@ "nl": "Holanci", "pa": "Punjabi", "pl": "Harshen Polan", - "pt": "Harshen Portugal", + "pt": "Harshen Fotugis", + "pt_BR": "Fotugis Kasashen Birazil", + "pt_PT": "Fotugis kasashen Turai", "ro": "Romaniyanci", "ru": "Rashanci", "rw": "Kiniyaruwanda", @@ -40,10 +53,13 @@ "th": "Thai", "tr": "Harshen Turkiyya", "uk": "Harshen Yukuren", + "und": "Harshen da ba a sani ba", "ur": "Harshen Urdu", "vi": "Harshen Biyetinam", "yo": "Yarbanci", - "zh": "Harshen Sin", + "zh": "Harshen Sinanci", + "zh_Hans": "Sauƙaƙaƙƙen Sinanci", + "zh_Hant": "Sinanci na gargajiya", "zu": "Harshen Zulu" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ha_NE.json b/src/Symfony/Component/Intl/Resources/data/languages/ha_NE.json new file mode 100644 index 0000000000000..a4a782a0575eb --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/languages/ha_NE.json @@ -0,0 +1,65 @@ +{ + "Version": "2.1.48.77", + "Names": { + "ak": "Akan", + "am": "Amharik", + "ar": "Larabci", + "be": "Belarusanci", + "bg": "Bulgaranci", + "bn": "Bengali", + "cs": "Harshen Cak", + "de": "Jamusanci", + "de_AT": "Jamusanci Ostiriya", + "de_CH": "Jamusanci Suwizalan", + "el": "Girkanci", + "en": "Turanci", + "en_AU": "Turanci Ostareliya", + "en_CA": "Turanci Kanada", + "en_GB": "Turanci Biritaniya", + "en_US": "Turanci Amirka", + "es": "Sifaniyanci", + "es_419": "Sifaniyancin Latin Amirka", + "es_ES": "Sifaniyanci Turai", + "es_MX": "Sifaniyanci Mesiko", + "fa": "Parisanci", + "fr": "Faransanci", + "fr_CA": "Farasanci Kanada", + "fr_CH": "Farasanci Suwizalan", + "ha": "Hausa", + "hi": "Harshen Hindi", + "hu": "Harshen Hungari", + "id": "Harshen Indunusiya", + "ig": "Inyamuranci", + "it": "Italiyanci", + "ja": "Japananci", + "jv": "Jabananci", + "km": "Harshen Kimar", + "ko": "Harshen Koreya", + "ms": "Harshen Malai", + "my": "Burmanci", + "ne": "Nepali", + "nl": "Holanci", + "pa": "Punjabi", + "pl": "Harshen Polan", + "pt": "Harshen Fotugis", + "pt_BR": "Fotugis Kasashen Birazil", + "pt_PT": "Fotugis kasashen Turai", + "ro": "Romaniyanci", + "ru": "Rashanci", + "rw": "Kiniyaruwanda", + "so": "Somali", + "sv": "Harshen Suwedan", + "ta": "Tamil", + "th": "Thai", + "tr": "Harshen Turkiyya", + "uk": "Harshen Yukuren", + "und": "Harshen da ba a sani ba", + "ur": "Harshen Urdu", + "vi": "Harshen Biyetinam", + "yo": "Yarbanci", + "zh": "Harshen Sinanci", + "zh_Hans": "Sauƙaƙaƙƙen Sinanci", + "zh_Hant": "Sinanci na gargajiya", + "zu": "Harshen Zulu" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/languages/he.json b/src/Symfony/Component/Intl/Resources/data/languages/he.json index 95d81975de68f..2593a372ea58d 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.43.94", + "Version": "2.1.48.42", "Names": { "aa": "אפארית", "ab": "אבחזית", @@ -72,6 +72,7 @@ "car": "קאריב", "cay": "קאיוגה", "cch": "אטסם", + "ccp": "צ׳אקמה", "ce": "צ׳צ׳נית", "ceb": "סבואנו", "cgg": "צ׳יגה", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/hi.json b/src/Symfony/Component/Intl/Resources/data/languages/hi.json index 9dfe3162b91e0..aefd5565ee33a 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.43.50", + "Version": "2.1.48.17", "Names": { "aa": "अफ़ार", "ab": "अब्ख़ाज़ियन", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/hr.json b/src/Symfony/Component/Intl/Resources/data/languages/hr.json index 431f765ec8099..621294db3ad50 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.43.50", + "Version": "2.1.48.42", "Names": { "aa": "afarski", "ab": "abhaski", @@ -72,6 +72,7 @@ "car": "karipski", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "čečenski", "ceb": "cebuano", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/hu.json b/src/Symfony/Component/Intl/Resources/data/languages/hu.json index f90dbec13025e..4442185a28635 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.43.65", + "Version": "2.1.48.42", "Names": { "aa": "afar", "ab": "abház", @@ -71,6 +71,7 @@ "car": "karib", "cay": "kajuga", "cch": "atszam", + "ccp": "csakma", "ce": "csecsen", "ceb": "szebuano", "cgg": "kiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/hy.json b/src/Symfony/Component/Intl/Resources/data/languages/hy.json index 352c2bbdc59f1..6cc57073e3a08 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.43.50", + "Version": "2.1.48.17", "Names": { "aa": "աֆարերեն", "ab": "աբխազերեն", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ia.json b/src/Symfony/Component/Intl/Resources/data/languages/ia.json index 378b7d7f3f4e2..26868454bd683 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.44.15", + "Version": "2.1.48.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 680f40cf5fb10..d7fa79021927e 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.44.20", + "Version": "2.1.48.42", "Names": { "aa": "Afar", "ab": "Abkhaz", @@ -81,6 +81,7 @@ "car": "Karib", "cay": "Cayuga", "cch": "Atsam", + "ccp": "Chakma", "ce": "Chechen", "ceb": "Cebuano", "cgg": "Kiga", @@ -151,6 +152,8 @@ "fo": "Faroe", "fon": "Fon", "fr": "Prancis", + "fr_CA": "Perancis (Kanada)", + "fr_CH": "Perancis (Swiss)", "frc": "Prancis Cajun", "frm": "Prancis Abad Pertengahan", "fro": "Prancis Kuno", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ig.json b/src/Symfony/Component/Intl/Resources/data/languages/ig.json index 8a4d01f49528d..e5ea4c886eab9 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ig.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.45", "Names": { "ak": "Akan", "am": "Amariikị", @@ -8,19 +8,30 @@ "bg": "Bọlụgarịa", "bn": "Bengali", "cs": "Cheekị", - "de": "Jamaan", + "de": "Asụsụ Jaman", + "de_AT": "Jaman ndị Austria", + "de_CH": "Jaman Izugbe ndị Switzerland", "el": "Giriikị", - "en": "Oyibo", - "es": "Panya", + "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", + "es_ES": "Asụsụ Spanish ndị Europe", + "es_MX": "Asụsụ Spanish ndị Mexico", "fa": "Peshan", - "fr": "Fụrench", + "fr": "Asụsụ Fụrench", + "fr_CA": "Fụrench ndị Canada", + "fr_CH": "Fụrench ndị Switzerland", "ha": "Awụsa", "hi": "Hindi", "hu": "Magịya", "id": "Indonisia", - "ig": "Igbo", - "it": "Italo", - "ja": "Japanese", + "ig": "Asụsụ Igbo", + "it": "Asụsụ Italian", + "ja": "Asụsụ Japanese", "jv": "Java", "km": "Keme, Etiti", "ko": "Koria", @@ -30,9 +41,11 @@ "nl": "Dọọch", "pa": "Punjabi", "pl": "Poliishi", - "pt": "Potoki", + "pt": "Asụsụ Portuguese", + "pt_BR": "Asụsụ Portuguese ndị Brazil", + "pt_PT": "Asụsụ Portuguese ndị Europe", "ro": "Rumenia", - "ru": "Rọshan", + "ru": "Asụsụ Russian", "rw": "Rụwanda", "so": "Somali", "sv": "Sụwidiishi", @@ -40,10 +53,13 @@ "th": "Taị", "tr": "Tọkiishi", "uk": "Ukureenị", + "und": "Asụsụ amaghị", "ur": "Urudu", "vi": "Viyetịnaamụ", "yo": "Yoruba", "zh": "Mandarịịnị", + "zh_Hans": "Asụsụ Chinese dị mfe", + "zh_Hant": "Asụsụ Chinese Izugbe", "zu": "Zulu" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ii.json b/src/Symfony/Component/Intl/Resources/data/languages/ii.json index 68064497001a2..a60a51a6fd5a8 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.38.69", + "Version": "2.1.47.82", "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 680f40cf5fb10..d7fa79021927e 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.44.20", + "Version": "2.1.48.42", "Names": { "aa": "Afar", "ab": "Abkhaz", @@ -81,6 +81,7 @@ "car": "Karib", "cay": "Cayuga", "cch": "Atsam", + "ccp": "Chakma", "ce": "Chechen", "ceb": "Cebuano", "cgg": "Kiga", @@ -151,6 +152,8 @@ "fo": "Faroe", "fon": "Fon", "fr": "Prancis", + "fr_CA": "Perancis (Kanada)", + "fr_CH": "Perancis (Swiss)", "frc": "Prancis Cajun", "frm": "Prancis Abad Pertengahan", "fro": "Prancis Kuno", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/is.json b/src/Symfony/Component/Intl/Resources/data/languages/is.json index a4a2b6823f893..077f94b83f43f 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.44.91", + "Version": "2.1.48.17", "Names": { "aa": "afár", "ab": "abkasíska", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/it.json b/src/Symfony/Component/Intl/Resources/data/languages/it.json index db960641ba06d..65ad1e0303040 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.44.86", + "Version": "2.1.48.42", "Names": { "aa": "afar", "ab": "abcaso", @@ -88,6 +88,7 @@ "car": "caribico", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "ceceno", "ceb": "cebuano", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/iw.json b/src/Symfony/Component/Intl/Resources/data/languages/iw.json index 95d81975de68f..2593a372ea58d 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.43.94", + "Version": "2.1.48.42", "Names": { "aa": "אפארית", "ab": "אבחזית", @@ -72,6 +72,7 @@ "car": "קאריב", "cay": "קאיוגה", "cch": "אטסם", + "ccp": "צ׳אקמה", "ce": "צ׳צ׳נית", "ceb": "סבואנו", "cgg": "צ׳יגה", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ja.json b/src/Symfony/Component/Intl/Resources/data/languages/ja.json index 4aef23f00628c..18b8a88ae6596 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.44.91", + "Version": "2.1.48.42", "Names": { "aa": "アファル語", "ab": "アブハズ語", @@ -88,6 +88,7 @@ "car": "カリブ語", "cay": "カユーガ語", "cch": "チャワイ語", + "ccp": "チャクマ語", "ce": "チェチェン語", "ceb": "セブアノ語", "cgg": "チガ語", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/jv.json b/src/Symfony/Component/Intl/Resources/data/languages/jv.json index 925cd20f8239a..da6d7abc13904 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/jv.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/jv.json @@ -1,36 +1,230 @@ { - "Version": "2.1.44.15", + "Version": "2.1.48.44", "Names": { "af": "af", + "agq": "Aghem", + "ak": "Akan", + "am": "Amharik", "ar": "Arab", "ar_001": "Arab Standar Anyar", + "as": "Assam", + "asa": "Asu", + "ast": "Asturia", + "az": "Azerbaijan", "ban": "ban", + "bas": "Basaa", "be": "be", + "bem": "Bemba", + "bez": "Bena", + "bg": "Bulgaria", + "bm": "Bambara", "bn": "Bengali", + "bo": "Tibet", + "br": "Breton", + "brx": "Bodo", "bs": "bs", + "ca": "Katala", + "ce": "Chechen", + "ceb": "Cebuano", + "cgg": "Chiga", + "chr": "Cherokee", + "ckb": "Kurdi Tengah", "co": "Korsika", + "cs": "Ceska", + "cu": "Slavia Gerejani", + "cy": "Welsh", + "da": "Dansk", + "dav": "Taita", "de": "Jérman", + "dje": "Zarma", + "dsb": "Sorbia Non Standar", + "dua": "Duala", + "dyo": "Jola-Fonyi", + "dz": "Dzongkha", + "ebu": "Embu", + "ee": "Ewe", + "el": "Yunani", "en": "Inggris", + "eo": "Esperanto", "es": "Spanyol", "es_419": "Spanyol (Amerika Latin)", "es_ES": "Spanyol (Eropah)", "es_MX": "Spanyol (Meksiko)", + "et": "Estonia", + "eu": "Basque", + "ewo": "Ewondo", + "fa": "Persia", + "ff": "Fulah", + "fi": "Suomi", + "fil": "Tagalog", + "fo": "Faroe", "fr": "Prancis", + "fur": "Friulian", + "fy": "Frisia Sisih Kulon", + "ga": "Irlandia", + "gd": "Gaulia", + "gl": "Galisia", + "gsw": "Jerman Swiss", + "gu": "Gujarat", + "guz": "Gusii", + "gv": "Manx", + "ha": "Hausa", + "haw": "Hawaii", + "he": "Ibrani", "hi": "India", + "hmn": "Hmong", + "hr": "Kroasia", + "hsb": "Sorbia Standar", + "ht": "Kreol Haiti", + "hu": "Hungaria", + "hy": "Armenia", + "ia": "Interlingua", "id": "Indonesia", + "ig": "Iqbo", + "ii": "Sichuan Yi", + "is": "Islandia", "it": "Italia", "ja": "Jepang", + "jgo": "Ngomba", + "jmc": "Machame", "jv": "Jawa", + "ka": "Georgia", + "kab": "Kabyle", + "kam": "Kamba", + "kde": "Makonde", + "kea": "Kabuverdianu", + "khq": "Koyra Chiini", + "ki": "Kikuyu", + "kk": "Kazakh", + "kkj": "Kako", + "kl": "Kalaallisut", + "kln": "Kalenjin", + "km": "Khmer", + "kn": "Kannada", "ko": "Korea", + "kok": "Konkani", + "ks": "Kashmiri", + "ksb": "Shambala", + "ksf": "Bafia", + "ksh": "Colonia", + "ku": "Kurdis", + "kw": "Kernowek", + "ky": "Kirgis", + "la": "Latin", + "lag": "Langi", + "lb": "Luksemburg", + "lg": "Ganda", + "lkt": "Lakota", + "ln": "Lingala", + "lo": "Laos", + "lrc": "Luri Sisih Lor", + "lt": "Lithuania", + "lu": "Luba-Katanga", + "luo": "Luo", + "luy": "Luyia", + "lv": "Latvia", + "mas": "Masai", + "mer": "Meru", + "mfe": "Morisyen", + "mg": "Malagasi", + "mgh": "Makhuwa-Meeto", + "mgo": "Meta’", + "mi": "Maori", + "mk": "Makedonia", + "ml": "Malayalam", + "mn": "Mongolia", + "mr": "Marathi", + "ms": "Melayu", + "mt": "Malta", + "mua": "Mundang", + "mul": "Basa Multilingua", + "my": "Myanmar", + "mzn": "Mazanderani", + "naq": "Nama", + "nb": "Bokmål Norwegia", + "nd": "Ndebele Lor", + "nds": "Jerman Non Standar", + "ne": "Nepal", "nl": "Walanda", "nl_BE": "Flemis", + "nmg": "Kwasio", + "nn": "Nynorsk Norwegia", + "nnh": "Ngiemboon", + "nus": "Nuer", + "ny": "Nyanja", + "nyn": "Nyankole", + "om": "Oromo", + "or": "Odia", + "os": "Ossetia", + "pa": "Punjab", "pl": "Polandia", + "prg": "Prusia", + "ps": "Pashto", "pt": "Portugis", + "qu": "Quechua", + "rm": "Roman", + "rn": "Rundi", + "ro": "Rumania", + "rof": "Rombo", "ru": "Rusia", + "rw": "Kinyarwanda", + "rwk": "Rwa", + "sa": "Sanskerta", + "sah": "Sakha", + "saq": "Samburu", + "sbp": "Sangu", + "sd": "Sindhi", + "se": "Sami Sisih Lor", + "seh": "Sena", + "ses": "Koyraboro Senni", + "sg": "Sango", + "shi": "Tachelhit", + "si": "Sinhala", + "sk": "Slowakia", + "sl": "Slovenia", + "sm": "Samoa", + "smn": "Inari Sami", + "sn": "Shona", + "so": "Somalia", + "sq": "Albania", + "sr": "Serbia", + "st": "Sotho Sisih Kidul", + "su": "Sunda", + "sv": "Swedia", + "sw": "Swahili", + "ta": "Tamil", + "te": "Telugu", + "teo": "Teso", + "tg": "Tajik", "th": "Thailand", + "ti": "Tigrinya", + "tk": "Turkmen", + "to": "Tonga", "tr": "Turki", + "tt": "Tatar", + "twq": "Tasawaq", + "tzm": "Tamazight Atlas Tengah", + "ug": "Uighur", + "uk": "Ukraina", "und": "Basa Ora Dikenali", + "ur": "Urdu", + "uz": "Uzbek", + "vai": "Vai", + "vi": "Vietnam", + "vo": "Volapuk", + "vun": "Vunjo", + "wae": "Walser", + "wo": "Wolof", + "xh": "Xhosa", + "xog": "Soga", + "yav": "Yangben", + "yi": "Yiddish", + "yo": "Yoruba", + "yue": "Kanton", + "zgh": "Tamazight Moroko Standar", "zh": "Tyonghwa", - "zh_Hant": "Tyonghwa (Tradisional)" + "zh_Hant": "Tyonghwa (Tradisional)", + "zu": "Zulu", + "zxx": "Konten tanpa linguistik" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ka.json b/src/Symfony/Component/Intl/Resources/data/languages/ka.json index dce79d4c3ebc0..d08b4e3d2cbb0 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.43.50", + "Version": "2.1.48.17", "Names": { "aa": "აფარი", "ab": "აფხაზური", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ki.json b/src/Symfony/Component/Intl/Resources/data/languages/ki.json index d077e8b43dd9b..51cee452bae8c 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.39.11", + "Version": "2.1.47.82", "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 8cf586b7339df..ae2055878a243 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.44.88", + "Version": "2.1.48.17", "Names": { "aa": "афар тілі", "ab": "абхаз тілі", @@ -47,6 +47,7 @@ "bug": "бугис тілі", "byn": "блин тілі", "ca": "каталан тілі", + "ccp": "чакма тілі", "ce": "шешен тілі", "ceb": "себуано тілі", "cgg": "кига тілі", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/kl.json b/src/Symfony/Component/Intl/Resources/data/languages/kl.json index c5e626498d4a7..535229dfe4608 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.45.12", + "Version": "2.1.47.82", "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 105c8fcd3adab..9e329d019b4ca 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.44.88", + "Version": "2.1.48.17", "Names": { "aa": "អាហ្វារ", "ab": "អាប់ខាហ៊្សាន", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/kn.json b/src/Symfony/Component/Intl/Resources/data/languages/kn.json index 17c0a28a99442..cd522a9f98d98 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.44.88", + "Version": "2.1.48.17", "Names": { "aa": "ಅಫಾರ್", "ab": "ಅಬ್ಖಾಜಿಯನ್", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ko.json b/src/Symfony/Component/Intl/Resources/data/languages/ko.json index 3a93fe3878fd1..786c7cb520c8b 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.44.91", + "Version": "2.1.48.17", "Names": { "aa": "아파르어", "ab": "압카즈어", @@ -76,6 +76,7 @@ "car": "카리브어", "cay": "카유가어", "cch": "앗삼어", + "ccp": "차크마어", "ce": "체첸어", "ceb": "세부아노어", "cgg": "치가어", @@ -132,6 +133,7 @@ "enm": "중세 영어", "eo": "에스페란토어", "es": "스페인어", + "es_ES": "스페인어(유럽)", "et": "에스토니아어", "eu": "바스크어", "ewo": "이원도어", @@ -387,6 +389,7 @@ "pro": "고대 프로방스어", "ps": "파슈토어", "pt": "포르투갈어", + "pt_PT": "포르투갈어(유럽)", "qu": "케추아어", "quc": "키체어", "raj": "라자스탄어", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ks.json b/src/Symfony/Component/Intl/Resources/data/languages/ks.json index 71cf30f39ae90..638983cecfb3c 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ks.json @@ -1,14 +1,14 @@ { - "Version": "2.1.41.34", + "Version": "2.1.47.83", "Names": { "aa": "اَفار", "ab": "اَبخازِیان", "ace": "اَچَےنیٖز", "ach": "اَکولی", - "ada": "اَدَنٛگمیے", + "ada": "اَدَنگمیے", "ady": "اَدَیٖگیے", "ae": "اَویستَن", - "af": "اَفریٖکانٛز", + "af": "اَفریٖکانز", "afh": "اَفرِہِلی", "ain": "اینوٗ", "ak": "اَکان", @@ -17,8 +17,8 @@ "alt": "جنوٗبی اَلتایی", "am": "اَمہاری", "an": "اَراگونی", - "ang": "پرون اَنٛگریٖزی", - "anp": "اَنٛگِکا", + "ang": "پرون اَنگریٖزی", + "anp": "اَنگِکا", "ar": "عربی", "arc": "اَرَمیک", "arn": "ایرو کونِیَن", @@ -36,7 +36,7 @@ "bas": "باسا", "be": "بیلَروٗشیَن", "bej": "بیجا", - "bem": "بیٚمبا", + "bem": "بیمبا", "bg": "بینا", "bho": "بوجپوٗری", "bi": "بِسلاما", @@ -44,10 +44,10 @@ "bin": "بِنی", "bla": "سِکسِکا", "bm": "بَمبارا", - "bn": "بَنٛگٲلۍ", + "bn": "بَنگٲلۍ", "bo": "تِبتی", "br": "بریٹَن", - "bra": "برٛج", + "bra": "برج", "bs": "بوسنِیَن", "bua": "بُرِیَت", "bug": "بَگنیٖز", @@ -66,55 +66,55 @@ "chn": "چِنوٗک جارگَن", "cho": "چوکتَو", "chp": "شیپویان", - "chr": "چیٚروکی", + "chr": "چیروکی", "chy": "شییون", "co": "کارسِکَن", "cop": "کاپٹِک", "cr": "کری", "crh": "کرٕمیٖن تُرکی", - "cs": "چیٚک", + "cs": "چیک", "csb": "کَشوٗبِیَن", "cu": "چٔرچ سلاوِک", "cv": "چُواش", - "cy": "ویٚلش", + "cy": "ویلش", "da": "ڈینِش", "dak": "ڈکوٹا", "dar": "دَرگوا", "de": "جٔرمَن", "de_AT": "آسٹرِیَن جٔرمَن", "de_CH": "سٕوِس ہاےجٔرمَن", - "del": "ڈیٚلوییَر", + "del": "ڈیلوییَر", "den": "سلیو", "dgr": "ڈاگرِب", "din": "ڈِنکا", "doi": "ڈوگری", - "dsb": "بوٚنِم ساربِیَن", + "dsb": "بۆنِم ساربِیَن", "dua": "دُوالا", "dum": "وَستی پُرتُگالی", "dv": "دِویہی", "dyu": "ڈِیوٗلا", - "dz": "زونٛگکھا", + "dz": "زونگکھا", "ee": "ایٖو", - "efi": "ایٚفِک", + "efi": "ایفِک", "egy": "قدیٖمی مِصری", - "eka": "ایٚکاجُک", + "eka": "ایکاجُک", "el": "یوٗنٲنی", - "elx": "ایٚلامایِٹ", - "en": "اَنٛگیٖزۍ", - "en_AU": "آسٹریلیَن اَنٛگریٖزۍ", - "en_CA": "کینَڈِیٲیی اَنٛگریٖزۍ", - "en_GB": "بَرطانوی اَنٛگریٖزۍ", - "en_US": "یوٗ ایٚس اَنٛگریٖزۍ", - "enm": "وَسطی اَنٛگریٖزۍ", - "eo": "ایٚسپَرینٹو", + "elx": "ایلامایِٹ", + "en": "اَنگیٖزۍ", + "en_AU": "آسٹریلیَن اَنگریٖزۍ", + "en_CA": "کینَڈِیٲیی اَنگریٖزۍ", + "en_GB": "بَرطانوی اَنگریٖزۍ", + "en_US": "یوٗ ایس اَنگریٖزۍ", + "enm": "وَسطی اَنگریٖزۍ", + "eo": "ایسپَرینٹو", "es": "سپینِش", "es_419": "لیٹٕن امریٖکی سپینِش", "es_ES": "لِبیریَن سپینِش", - "et": "ایٚسٹونیَن", + "et": "ایسٹونیَن", "eu": "باسک", - "ewo": "ایٚوونڈو", + "ewo": "ایوونڈو", "fa": "فارسی", - "fan": "فینٛگ", + "fan": "فینگ", "fat": "فانٹی", "ff": "فُلاہ", "fi": "فِنِش", @@ -122,11 +122,11 @@ "fj": "فِجیَن", "fo": "فَروس", "fon": "فون", - "fr": "فریٚنچ", - "fr_CA": "کَنیڈیَن فریٚنچ", - "fr_CH": "سٕوٕس فریٚنچ", - "frm": "وسطی فریٚنچ", - "fro": "پرون فریٚنچ", + "fr": "فرینچ", + "fr_CA": "کَنیڈیَن فرینچ", + "fr_CH": "سٕوٕس فرینچ", + "frm": "وسطی فرینچ", + "fro": "پرون فرینچ", "frr": "شُمٲلی فرِشیَن", "frs": "مشرِقی فرِشیَن", "fur": "فروٗلِیَن", @@ -149,7 +149,7 @@ "grc": "قدیٖم یوٗنٲنی", "gsw": "سٕوِس جٔرمَن", "gu": "گُجرٲتی", - "gv": "مینٛکس", + "gv": "مینکس", "gwi": "گُوِچ اِن", "ha": "ہاوسا", "hai": "ہَیدا", @@ -158,24 +158,24 @@ "hi": "ہِندی", "hil": "ہِلیٖگینَن", "hit": "ہِتایِت", - "hmn": "ہمونٛگ", + "hmn": "ہمونگ", "ho": "ہِری موتوٗ", "hr": "کروشِیَن", - "hsb": "ہیٚرِم ساربِیَن", + "hsb": "ہیرِم ساربِیَن", "ht": "ہیتِیاں", - "hu": "ہَنٛگیریَن", + "hu": "ہَنگیریَن", "hup": "ہُپا", "hy": "اَرمینیَن", - "hz": "ہیٚریٖرو", - "ia": "اِنٹَرلِنٛگوا", + "hz": "ہیریٖرو", + "ia": "اِنٹَرلِنگوا", "iba": "اِبان", "id": "اِنڈونیشیا", - "ie": "اِنٹَر لِنٛنگویے", + "ie": "اِنٹَر لِننگویے", "ig": "اِگبو", "ii": "سِچوان یٖی", "ik": "اِنُپِیاک", "ilo": "اِلوکو", - "inh": "اِنٛگُش", + "inh": "اِنگُش", "io": "اِڈو", "is": "آیِسلینڈِک", "it": "اِٹیلیَن", @@ -195,7 +195,7 @@ "kbd": "کَبارڈِیَن", "kcg": "تَیَپ", "kfo": "کورو", - "kg": "کونٛگو", + "kg": "کونگو", "kha": "کھاسی", "kho": "کھوتَنیٖز", "ki": "کِکُیوٗ", @@ -230,10 +230,10 @@ "li": "لِمبٔرگِش", "ln": "لِنگالا", "lo": "لاو", - "lol": "مونٛگو", + "lol": "مونگو", "loz": "لوزی", "lt": "لِتھوانِیَن", - "lu": "لوُبا کَتَنٛگا", + "lu": "لوُبا کَتَنگا", "lua": "لوٗبا لوٗلُوا", "lui": "لویِسینو", "lun": "لُندا", @@ -244,7 +244,7 @@ "mag": "مَگاے", "mai": "میتَھلی", "mak": "مَکَسار", - "man": "مَندِنٛگو", + "man": "مَندِنگو", "mas": "مَساے", "mdf": "موکشا", "mdr": "مَندَر", @@ -254,11 +254,11 @@ "mh": "مارشَلیٖز", "mi": "ماوری", "mic": "مِکمیک", - "min": "مِنَنٛگکَباو", + "min": "مِنَنگکَباو", "mk": "میکَڈونیَن", "ml": "مٔلیالَم", - "mn": "مَنٛگولی", - "mnc": "مانٛچوٗ", + "mn": "مَنگولی", + "mnc": "مانچوٗ", "mni": "مَنیپوٗری", "moh": "موہاک", "mos": "موسی", @@ -270,52 +270,52 @@ "mwl": "مِراندیٖز", "mwr": "مارواڑی", "my": "بٔمیٖز", - "myv": "ایٚرزِیا", + "myv": "ایرزِیا", "na": "ناورُ", "nap": "نیٖپالیٹَن", "nb": "ناروییَن بوکمال", "nd": "شُمال ڈَبیل", - "nds": "بوٚنِم جٔرمَن", - "ne": "نیٚپٲلۍ", - "new": "نیٚواری", - "ng": "ڈونٛگا", + "nds": "بۆنِم جٔرمَن", + "ne": "نیپٲلۍ", + "new": "نیواری", + "ng": "ڈونگا", "nia": "نِیاس", "niu": "نِیویَن", "nl": "ڈَچ", - "nl_BE": "فلیٚمِش", + "nl_BE": "فلیمِش", "nn": "ناروییَن نَے نورسک", "no": "ناروییَن", "nog": "نوگاے", "non": "پرون نارسی", - "nqo": "ایٚن کو", - "nr": "جنوب ڈیٚبیل", + "nqo": "این کو", + "nr": "جنوب ڈیبیل", "nso": "شمالی ستھو", "nv": "نَواجو", "nwc": "کلاسِکَل نیواری", "ny": "نِیَنجا", - "nym": "نِیَمویٚزی", + "nym": "نِیَمویزی", "nyn": "نِیَنکول", "nyo": "نِیورو", "nzi": "نَظیٖما", "oc": "اوکسیٖٹَن", "oj": "اوجِبوا", - "om": "اوٚرومو", - "or": "اوٚرِیا", - "os": "اوٚسیٚٹِک", - "osa": "اوٚسیج", + "om": "اۆرومو", + "or": "اۆرِیا", + "os": "اۆسیٹِک", + "osa": "اۆسیج", "ota": "اوٹومَن تُرکِش", "pa": "پَنجٲبۍ", - "pag": "پَنٛگاسِنَن", + "pag": "پَنگاسِنَن", "pal": "پَہلَوی", - "pam": "پَمپَنٛگا", - "pap": "پَپِیامیٚنٹو", + "pam": "پَمپَنگا", + "pap": "پَپِیامینٹو", "pau": "پَلااُواں", "peo": "پرون فارسی", "phn": "فونیٖشیَن", "pi": "پالی", "pl": "پالِش", - "pon": "پانپیٚیَن", - "pro": "پرون پروویٚنچَل", + "pon": "پانپییَن", + "pro": "پرون پرووینچَل", "ps": "پَشتوٗ", "pt": "پُرتَگیٖز", "pt_BR": "برازیٖلی پُتَگیٖز", @@ -323,7 +323,7 @@ "qu": "کُویشُوا", "raj": "راجِستھٲنۍ", "rap": "رَپانوی", - "rar": "رَروٹونٛگَن", + "rar": "رَروٹونگَن", "rm": "رومانش", "rn": "رُندی", "ro": "رومٲنی", @@ -344,10 +344,10 @@ "sco": "سکاٹس", "sd": "سِندی", "se": "شُمٲلی سَمی", - "sel": "سیٚلکُپ", + "sel": "سیلکُپ", "sg": "سَنگو", "sga": "پرون ایرِش", - "sh": "سیٚربو کروشِیَن", + "sh": "سیربو کروشِیَن", "shn": "شان", "si": "سِنہالا", "sid": "سِدامو", @@ -364,8 +364,8 @@ "sog": "سوگڈِیَن", "sq": "البانِیَن", "sr": "سٔربِیَن", - "srn": "سرٛانَن ٹونٛگو", - "srr": "سیٚریر", + "srn": "سرانَن ٹونگو", + "srr": "سیریر", "ss": "سواتی", "st": "جنوبی ستھو", "su": "سَنڈَنیٖز", @@ -378,7 +378,7 @@ "ta": "تَمِل", "te": "تیلگوٗ", "tem": "ٹِمنیے", - "ter": "ٹیٚریٚنو", + "ter": "ٹیرینو", "tet": "ٹیٹَم", "tg": "تاجِک", "th": "تھاے", @@ -392,11 +392,11 @@ "tli": "ٹِلِنگِت", "tmh": "تاماشیک", "tn": "سوانا", - "to": "ٹونٛگا", - "tog": "نیاسا ٹونٛگا", + "to": "ٹونگا", + "tog": "نیاسا ٹونگا", "tpi": "ٹاک پِسِن", "tr": "تُرکِش", - "ts": "ژونٛگا", + "ts": "ژونگا", "tsi": "ژھِمشِیان", "tt": "تَتار", "tum": "تُمبُکا", @@ -427,15 +427,15 @@ "yap": "یَپیٖز", "yi": "یِدِش", "yo": "یورُبا", - "za": "زُہانٛگ", - "zap": "زَپوتیٚک", + "za": "زُہانگ", + "zap": "زَپوتیک", "zen": "زیناگا", "zh": "چیٖنی", - "zh_Hans": "سیٚود چیٖنی", + "zh_Hans": "سیود چیٖنی", "zh_Hant": "رِوٲجی چیٖنی", "zu": "زُلوٗ", "zun": "زوٗنی", - "zxx": "کانٛہہ تہِ لِسانیاتی مواد نہٕ", + "zxx": "کانہہ تہِ لِسانیاتی مواد نہٕ", "zza": "زازا" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ku.json b/src/Symfony/Component/Intl/Resources/data/languages/ku.json index 5ba0fc93da778..1926b9e63385c 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.44.82", + "Version": "2.1.47.83", "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 3c0dcd22c97bd..e7c9191789451 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.43.65", + "Version": "2.1.48.56", "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 553838e1d560c..53328856d3432 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.43.65", + "Version": "2.1.48.17", "Names": { "aa": "афарча", "ab": "абхазча", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lb.json b/src/Symfony/Component/Intl/Resources/data/languages/lb.json index 368a3b7badb44..76e5de610dc35 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.44.91", + "Version": "2.1.47.82", "Names": { "aa": "Afar", "ab": "Abchasesch", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lg.json b/src/Symfony/Component/Intl/Resources/data/languages/lg.json index 3aae433b3e1f7..6afb0d024ad15 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.39.11", + "Version": "2.1.47.82", "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 1091bdc1b6a14..5cadd5cb7dca1 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.39.11", + "Version": "2.1.47.82", "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 fb4bd6953fd94..ebae76637251b 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.43.50", + "Version": "2.1.48.17", "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 6e2a0dcdc5b5e..2615a19b2ca41 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.44.91", + "Version": "2.1.48.42", "Names": { "aa": "afarų", "ab": "abchazų", @@ -87,6 +87,7 @@ "car": "karibų", "cay": "kaijūgų", "cch": "atsamų", + "ccp": "Čakma", "ce": "čečėnų", "ceb": "sebuanų", "cgg": "čigų", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/lu.json b/src/Symfony/Component/Intl/Resources/data/languages/lu.json index c97484deefd37..7b77c3aee60a2 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.39.11", + "Version": "2.1.47.82", "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 885ef908f842d..b41dccad3981d 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.44.91", + "Version": "2.1.48.43", "Names": { "aa": "afāru", "ab": "abhāzu", @@ -71,6 +71,7 @@ "car": "karību", "cay": "kajuga", "cch": "atsamu", + "ccp": "čakmu", "ce": "čečenu", "ceb": "sebuāņu", "cgg": "kiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/meta.json b/src/Symfony/Component/Intl/Resources/data/languages/meta.json index 2d82df0a10e36..5fb04e0db1780 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.44.91", + "Version": "2.1.47.82", "Languages": [ "aa", "ab", @@ -626,6 +626,7 @@ "Alpha2ToAlpha3": { "aa": "aar", "ab": "abk", + "dz": "dzo", "af": "afr", "ak": "aka", "sq": "sqi", @@ -663,8 +664,8 @@ "da": "dan", "de": "deu", "dv": "div", + "mn": "mon", "nl": "nld", - "dz": "dzo", "et": "est", "el": "ell", "en": "eng", @@ -710,7 +711,6 @@ "ks": "kas", "kr": "kau", "kk": "kaz", - "mn": "mon", "km": "khm", "ki": "kik", "rw": "kin", @@ -737,6 +737,7 @@ "ms": "msa", "mg": "mlg", "mt": "mlt", + "ro": "ron", "na": "nau", "nv": "nav", "nr": "nbl", @@ -757,7 +758,6 @@ "pt": "por", "qu": "que", "rm": "roh", - "ro": "ron", "rn": "run", "ru": "rus", "sg": "sag", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mg.json b/src/Symfony/Component/Intl/Resources/data/languages/mg.json index dfd150381b459..d57bc800b8400 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.43.94", + "Version": "2.1.48.4", "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 b31f9774354fc..8b5012c786355 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.44.15", + "Version": "2.1.47.85", "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 0920f8d1b0795..6dc90b786d6b1 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.43.65", + "Version": "2.1.48.27", "Names": { "aa": "афарски", "ab": "апхаски", @@ -87,6 +87,7 @@ "car": "карипски", "cay": "кајуга", "cch": "ацам", + "ccp": "чакмански", "ce": "чеченски", "ceb": "себуански", "cgg": "чига", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ml.json b/src/Symfony/Component/Intl/Resources/data/languages/ml.json index c42abf7265d66..1b32a8190124c 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.43.50", + "Version": "2.1.48.42", "Names": { "aa": "അഫാർ", "ab": "അബ്‌ഖാസിയൻ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mn.json b/src/Symfony/Component/Intl/Resources/data/languages/mn.json index 4547416d1aac1..3c88c1f457f04 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.43.94", + "Version": "2.1.48.17", "Names": { "aa": "афар", "ab": "абхаз", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mo.json b/src/Symfony/Component/Intl/Resources/data/languages/mo.json index 6aa963baa1c36..9b1b18a939973 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/mo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/mo.json @@ -1,7 +1,527 @@ { - "Version": "2.1.38.39", + "Version": "2.1.48.20", "Names": { - "sw_CD": "swahili (R. D. Congo)", - "wal": "wolaytta" + "aa": "afar", + "ab": "abhază", + "ace": "aceh", + "ach": "acoli", + "ada": "adangme", + "ady": "adyghe", + "ae": "avestană", + "af": "afrikaans", + "afh": "afrihili", + "agq": "aghem", + "ain": "ainu", + "ak": "akan", + "akk": "akkadiană", + "ale": "aleută", + "alt": "altaică meridională", + "am": "amharică", + "an": "aragoneză", + "ang": "engleză veche", + "anp": "angika", + "ar": "arabă", + "ar_001": "arabă standard modernă", + "arc": "aramaică", + "arn": "mapuche", + "arp": "arapaho", + "ars": "arabă najdi", + "arw": "arawak", + "as": "asameză", + "asa": "asu", + "ast": "asturiană", + "av": "avară", + "awa": "awadhi", + "ay": "aymara", + "az": "azeră", + "ba": "bașkiră", + "bal": "baluchi", + "ban": "balineză", + "bas": "basaa", + "bax": "bamun", + "bbj": "ghomala", + "be": "belarusă", + "bej": "beja", + "bem": "bemba", + "bez": "bena", + "bfd": "bafut", + "bg": "bulgară", + "bgn": "baluchi occidentală", + "bho": "bhojpuri", + "bi": "bislama", + "bik": "bikol", + "bin": "bini", + "bkm": "kom", + "bla": "siksika", + "bm": "bambara", + "bn": "bengaleză", + "bo": "tibetană", + "br": "bretonă", + "bra": "braj", + "brx": "bodo", + "bs": "bosniacă", + "bss": "akoose", + "bua": "buriat", + "bug": "bugineză", + "bum": "bulu", + "byn": "blin", + "byv": "medumba", + "ca": "catalană", + "cad": "caddo", + "car": "carib", + "cay": "cayuga", + "cch": "atsam", + "ccp": "chakma", + "ce": "cecenă", + "ceb": "cebuană", + "cgg": "chiga", + "ch": "chamorro", + "chb": "chibcha", + "chg": "chagatai", + "chk": "chuukese", + "chm": "mari", + "chn": "jargon chinook", + "cho": "choctaw", + "chp": "chipewyan", + "chr": "cherokee", + "chy": "cheyenne", + "ckb": "kurdă centrală", + "co": "corsicană", + "cop": "coptă", + "cr": "cree", + "crh": "turcă crimeeană", + "crs": "creolă franceză seselwa", + "cs": "cehă", + "csb": "cașubiană", + "cu": "slavonă", + "cv": "ciuvașă", + "cy": "galeză", + "da": "daneză", + "dak": "dakota", + "dar": "dargwa", + "dav": "taita", + "de": "germană", + "de_CH": "germană standard (Elveția)", + "del": "delaware", + "den": "slave", + "dgr": "dogrib", + "din": "dinka", + "dje": "zarma", + "doi": "dogri", + "dsb": "sorabă de jos", + "dua": "duala", + "dum": "neerlandeză medie", + "dv": "divehi", + "dyo": "jola-fonyi", + "dyu": "dyula", + "dz": "dzongkha", + "dzg": "dazaga", + "ebu": "embu", + "ee": "ewe", + "efi": "efik", + "egy": "egipteană veche", + "eka": "ekajuk", + "el": "greacă", + "elx": "elamită", + "en": "engleză", + "enm": "engleză medie", + "eo": "esperanto", + "es": "spaniolă", + "es_ES": "spaniolă (Europa)", + "et": "estonă", + "eu": "bască", + "ewo": "ewondo", + "fa": "persană", + "fan": "fang", + "fat": "fanti", + "ff": "fulah", + "fi": "finlandeză", + "fil": "filipineză", + "fj": "fijiană", + "fo": "faroeză", + "fon": "fon", + "fr": "franceză", + "frc": "franceză cajun", + "frm": "franceză medie", + "fro": "franceză veche", + "frr": "frizonă nordică", + "frs": "frizonă orientală", + "fur": "friulană", + "fy": "frizonă occidentală", + "ga": "irlandeză", + "gaa": "ga", + "gag": "găgăuză", + "gan": "chineză gan", + "gay": "gayo", + "gba": "gbaya", + "gd": "gaelică scoțiană", + "gez": "geez", + "gil": "gilbertină", + "gl": "galiciană", + "gmh": "germană înaltă medie", + "gn": "guarani", + "goh": "germană înaltă veche", + "gon": "gondi", + "gor": "gorontalo", + "got": "gotică", + "grb": "grebo", + "grc": "greacă veche", + "gsw": "germană (Elveția)", + "gu": "gujarati", + "guz": "gusii", + "gv": "manx", + "gwi": "gwichʼin", + "ha": "hausa", + "hai": "haida", + "hak": "chineză hakka", + "haw": "hawaiiană", + "he": "ebraică", + "hi": "hindi", + "hil": "hiligaynon", + "hit": "hitită", + "hmn": "hmong", + "ho": "hiri motu", + "hr": "croată", + "hsb": "sorabă de sus", + "hsn": "chineză xiang", + "ht": "haitiană", + "hu": "maghiară", + "hup": "hupa", + "hy": "armeană", + "hz": "herero", + "ia": "interlingua", + "iba": "iban", + "ibb": "ibibio", + "id": "indoneziană", + "ie": "interlingue", + "ig": "igbo", + "ii": "yi din Sichuan", + "ik": "inupiak", + "ilo": "iloko", + "inh": "ingușă", + "io": "ido", + "is": "islandeză", + "it": "italiană", + "iu": "inuktitut", + "ja": "japoneză", + "jbo": "lojban", + "jgo": "ngomba", + "jmc": "machame", + "jpr": "iudeo-persană", + "jrb": "iudeo-arabă", + "jv": "javaneză", + "ka": "georgiană", + "kaa": "karakalpak", + "kab": "kabyle", + "kac": "kachin", + "kaj": "jju", + "kam": "kamba", + "kaw": "kawi", + "kbd": "kabardian", + "kbl": "kanembu", + "kcg": "tyap", + "kde": "makonde", + "kea": "kabuverdianu", + "kfo": "koro", + "kg": "congoleză", + "kha": "khasi", + "kho": "khotaneză", + "khq": "koyra chiini", + "ki": "kikuyu", + "kj": "kuanyama", + "kk": "kazahă", + "kkj": "kako", + "kl": "kalaallisut", + "kln": "kalenjin", + "km": "khmeră", + "kmb": "kimbundu", + "kn": "kannada", + "ko": "coreeană", + "koi": "komi-permiak", + "kok": "konkani", + "kos": "kosrae", + "kpe": "kpelle", + "kr": "kanuri", + "krc": "karaceai-balkar", + "krl": "kareliană", + "kru": "kurukh", + "ks": "cașmiră", + "ksb": "shambala", + "ksf": "bafia", + "ksh": "kölsch", + "ku": "kurdă", + "kum": "kumyk", + "kut": "kutenai", + "kv": "komi", + "kw": "cornică", + "ky": "kârgâză", + "la": "latină", + "lad": "ladino", + "lag": "langi", + "lah": "lahnda", + "lam": "lamba", + "lb": "luxemburgheză", + "lez": "lezghian", + "lg": "ganda", + "li": "limburgheză", + "lkt": "lakota", + "ln": "lingala", + "lo": "laoțiană", + "lol": "mongo", + "lou": "creolă (Louisiana)", + "loz": "lozi", + "lrc": "luri de nord", + "lt": "lituaniană", + "lu": "luba-katanga", + "lua": "luba-lulua", + "lui": "luiseno", + "lun": "lunda", + "luo": "luo", + "lus": "mizo", + "luy": "luyia", + "lv": "letonă", + "mad": "madureză", + "maf": "mafa", + "mag": "magahi", + "mai": "maithili", + "mak": "makasar", + "man": "mandingo", + "mas": "masai", + "mde": "maba", + "mdf": "moksha", + "mdr": "mandar", + "men": "mende", + "mer": "meru", + "mfe": "morisyen", + "mg": "malgașă", + "mga": "irlandeză medie", + "mgh": "makhuwa-meetto", + "mgo": "meta’", + "mh": "marshalleză", + "mi": "maori", + "mic": "micmac", + "min": "minangkabau", + "mk": "macedoneană", + "ml": "malayalam", + "mn": "mongolă", + "mnc": "manciuriană", + "mni": "manipuri", + "moh": "mohawk", + "mos": "mossi", + "mr": "marathi", + "ms": "malaeză", + "mt": "malteză", + "mua": "mundang", + "mul": "mai multe limbi", + "mus": "creek", + "mwl": "mirandeză", + "mwr": "marwari", + "my": "birmană", + "mye": "myene", + "myv": "erzya", + "mzn": "mazanderani", + "na": "nauru", + "nan": "chineză min nan", + "nap": "napolitană", + "naq": "nama", + "nb": "norvegiană bokmål", + "nd": "ndebele de nord", + "nds": "germana de jos", + "nds_NL": "saxona de jos", + "ne": "nepaleză", + "new": "newari", + "ng": "ndonga", + "nia": "nias", + "niu": "niueană", + "nl": "neerlandeză", + "nl_BE": "flamandă", + "nmg": "kwasio", + "nn": "norvegiană nynorsk", + "nnh": "ngiemboon", + "no": "norvegiană", + "nog": "nogai", + "non": "nordică veche", + "nqo": "n’ko", + "nr": "ndebele de sud", + "nso": "sotho de nord", + "nus": "nuer", + "nv": "navajo", + "nwc": "newari clasică", + "ny": "nyanja", + "nym": "nyamwezi", + "nyn": "nyankole", + "nyo": "nyoro", + "nzi": "nzima", + "oc": "occitană", + "oj": "ojibwa", + "om": "oromo", + "or": "odia", + "os": "osetă", + "osa": "osage", + "ota": "turcă otomană", + "pa": "punjabi", + "pag": "pangasinan", + "pal": "pahlavi", + "pam": "pampanga", + "pap": "papiamento", + "pau": "palauană", + "pcm": "pidgin nigerian", + "peo": "persană veche", + "phn": "feniciană", + "pi": "pali", + "pl": "poloneză", + "pon": "pohnpeiană", + "prg": "prusacă", + "pro": "provensală veche", + "ps": "paștună", + "pt": "portugheză", + "pt_PT": "portugheză (Europa)", + "qu": "quechua", + "quc": "quiché", + "raj": "rajasthani", + "rap": "rapanui", + "rar": "rarotongan", + "rm": "romanșă", + "rn": "kirundi", + "ro": "română", + "rof": "rombo", + "rom": "romani", + "root": "root", + "ru": "rusă", + "rup": "aromână", + "rw": "kinyarwanda", + "rwk": "rwa", + "sa": "sanscrită", + "sad": "sandawe", + "sah": "sakha", + "sam": "aramaică samariteană", + "saq": "samburu", + "sas": "sasak", + "sat": "santali", + "sba": "ngambay", + "sbp": "sangu", + "sc": "sardiniană", + "scn": "siciliană", + "sco": "scots", + "sd": "sindhi", + "sdh": "kurdă de sud", + "se": "sami de nord", + "see": "seneca", + "seh": "sena", + "sel": "selkup", + "ses": "koyraboro Senni", + "sg": "sango", + "sga": "irlandeză veche", + "sh": "sârbo-croată", + "shi": "tachelhit", + "shn": "shan", + "shu": "arabă ciadiană", + "si": "singhaleză", + "sid": "sidamo", + "sk": "slovacă", + "sl": "slovenă", + "sm": "samoană", + "sma": "sami de sud", + "smj": "sami lule", + "smn": "sami inari", + "sms": "sami skolt", + "sn": "shona", + "snk": "soninke", + "so": "somaleză", + "sog": "sogdien", + "sq": "albaneză", + "sr": "sârbă", + "srn": "sranan tongo", + "srr": "serer", + "ss": "swati", + "ssy": "saho", + "st": "sesotho", + "su": "sundaneză", + "suk": "sukuma", + "sus": "susu", + "sux": "sumeriană", + "sv": "suedeză", + "sw": "swahili", + "sw_CD": "swahili (R.D. Congo)", + "swb": "comoreză", + "syc": "siriacă clasică", + "syr": "siriacă", + "ta": "tamilă", + "te": "telugu", + "tem": "timne", + "teo": "teso", + "ter": "tereno", + "tet": "tetum", + "tg": "tadjică", + "th": "thailandeză", + "ti": "tigrină", + "tig": "tigre", + "tiv": "tiv", + "tk": "turkmenă", + "tkl": "tokelau", + "tl": "tagalog", + "tlh": "klingoniană", + "tli": "tlingit", + "tmh": "tamashek", + "tn": "setswana", + "to": "tongană", + "tog": "nyasa tonga", + "tpi": "tok pisin", + "tr": "turcă", + "trv": "taroko", + "ts": "tsonga", + "tsi": "tsimshian", + "tt": "tătară", + "tum": "tumbuka", + "tvl": "tuvalu", + "tw": "twi", + "twq": "tasawaq", + "ty": "tahitiană", + "tyv": "tuvană", + "tzm": "tamazight din Altasul Central", + "udm": "udmurt", + "ug": "uigură", + "uga": "ugaritică", + "uk": "ucraineană", + "umb": "umbundu", + "und": "limbă necunoscută", + "ur": "urdu", + "uz": "uzbecă", + "vai": "vai", + "ve": "venda", + "vi": "vietnameză", + "vo": "volapuk", + "vot": "votică", + "vun": "vunjo", + "wa": "valonă", + "wae": "walser", + "wal": "wolaita", + "war": "waray", + "was": "washo", + "wbp": "warlpiri", + "wo": "wolof", + "wuu": "chineză wu", + "xal": "calmucă", + "xh": "xhosa", + "xog": "soga", + "yao": "yao", + "yap": "yapeză", + "yav": "yangben", + "ybb": "yemba", + "yi": "idiș", + "yo": "yoruba", + "yue": "cantoneză", + "za": "zhuang", + "zap": "zapotecă", + "zbl": "simboluri Bilss", + "zen": "zenaga", + "zgh": "tamazight standard marocană", + "zh": "chineză", + "zh_Hans": "chineză simplificată", + "zh_Hant": "chineză tradițională", + "zu": "zulu", + "zun": "zuni", + "zxx": "fară conținut lingvistic", + "zza": "zaza" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mr.json b/src/Symfony/Component/Intl/Resources/data/languages/mr.json index 599faae1c3d8e..b0863e22aada7 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.43.65", + "Version": "2.1.48.42", "Names": { "aa": "अफार", "ab": "अबखेजियन", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ms.json b/src/Symfony/Component/Intl/Resources/data/languages/ms.json index 2715f19fe81d9..433a98e7ced79 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.44.91", + "Version": "2.1.49.2", "Names": { "aa": "Afar", "ab": "Abkhazia", @@ -67,6 +67,7 @@ "byv": "Medumba", "ca": "Catalonia", "cay": "Cayuga", + "ccp": "Chakma", "ce": "Chechen", "ceb": "Cebuano", "cgg": "Chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/mt.json b/src/Symfony/Component/Intl/Resources/data/languages/mt.json index 86d8d2477c0dd..fadad9efe136e 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.43.94", + "Version": "2.1.47.72", "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 6895afa3e1562..c76736e360e7b 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.44.88", + "Version": "2.1.48.36", "Names": { "aa": "အာဖာ", "ab": "အဘ်ခါဇီရာ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/nb.json b/src/Symfony/Component/Intl/Resources/data/languages/nb.json index 26f792bd2d605..b01690a158277 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.44.2", + "Version": "2.1.48.42", "Names": { "aa": "afar", "ab": "abkhasisk", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/nd.json b/src/Symfony/Component/Intl/Resources/data/languages/nd.json index 5872238f3fa01..811d68944c186 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.39.11", + "Version": "2.1.47.82", "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 6b5c6cb199521..da463776b625a 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.43.50", + "Version": "2.1.48.17", "Names": { "aa": "अफार", "ab": "अब्खाजियाली", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/nl.json b/src/Symfony/Component/Intl/Resources/data/languages/nl.json index 5704556525239..0455e56a8e3d8 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.45.14", + "Version": "2.1.48.86", "Names": { "aa": "Afar", "ab": "Abchazisch", @@ -87,6 +87,7 @@ "car": "Caribisch", "cay": "Cayuga", "cch": "Atsam", + "ccp": "Chakma", "ce": "Tsjetsjeens", "ceb": "Cebuano", "cgg": "Chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/nn.json b/src/Symfony/Component/Intl/Resources/data/languages/nn.json index 25a57fd2f597a..8c3b26f3aa3c4 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.43.94", + "Version": "2.1.47.82", "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 26f792bd2d605..b01690a158277 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.44.2", + "Version": "2.1.48.42", "Names": { "aa": "afar", "ab": "abkhasisk", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/om.json b/src/Symfony/Component/Intl/Resources/data/languages/om.json index de23c9690a1e6..69ca78a7a5acd 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.43.94", + "Version": "2.1.47.82", "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 d577e1e1402a8..217a867d5af57 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.43.65", + "Version": "2.1.48.17", "Names": { "aa": "ଅଫାର୍", "ab": "ଆବ୍ଖାଜିଆନ୍", @@ -61,6 +61,7 @@ "cad": "କାଡୋ", "car": "କାରିବ୍", "cch": "ଆତ୍ସମ୍", + "ccp": "ଚକମା", "ce": "ଚେଚନ୍", "ceb": "ସୀବୁଆନୋ", "cgg": "ଚିଗା", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/os.json b/src/Symfony/Component/Intl/Resources/data/languages/os.json index c3423ff5a3abd..5f8f51712d750 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.38.69", + "Version": "2.1.47.82", "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 c4d1502cb8f76..d76de2a782990 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.43.65", + "Version": "2.1.48.20", "Names": { "aa": "ਅਫ਼ਾਰ", "ab": "ਅਬਖਾਜ਼ੀਅਨ", 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 7a2bb3c86b7df..563ef06e23103 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.38.69", + "Version": "2.1.47.82", "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 13dcd9a0cd05f..81400501ddd01 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.43.50", + "Version": "2.1.48.42", "Names": { "aa": "afar", "ab": "abchaski", @@ -88,6 +88,7 @@ "car": "karaibski", "cay": "kajuga", "cch": "atsam", + "ccp": "czakma", "ce": "czeczeński", "ceb": "cebuano", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ps.json b/src/Symfony/Component/Intl/Resources/data/languages/ps.json index 101710c545c0a..67c96702f85bf 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/ps.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/ps.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.17", "Names": { "aa": "افري", "ab": "ابخازي", @@ -47,6 +47,7 @@ "bug": "بگنيايي", "byn": "بلین", "ca": "کټلاني", + "ccp": "چکما", "ce": "چيچيني", "ceb": "سیبوانوي", "cgg": "چيگايي", @@ -68,6 +69,7 @@ "dar": "درگوا", "dav": "ټایټا", "de": "الماني", + "de_AT": "اتريشي آلماني", "de_CH": "سوئس لوی جرمن", "dgr": "داگرب", "dje": "زرما", @@ -103,6 +105,8 @@ "fo": "فاروئې", "fon": "فان", "fr": "فرانسوي", + "fr_CA": "کاناډايي فرانسوي", + "fr_CH": "سويسي فرانسوي", "fur": "فرائیلیین", "fy": "فريزي", "ga": "ائيرلېنډي", @@ -242,6 +246,7 @@ "naq": "ناما", "nb": "ناروې بوکمال", "nd": "شمالي نديبل", + "nds": "کښته آلماني", "ne": "نېپالي", "new": "نيواري", "ng": "ندونگا", @@ -289,7 +294,6 @@ "ru": "روسي", "rup": "اروماني", "rw": "کینیارونډا", - "rwk": "Rwa", "sa": "سنسکریټ", "sad": "سنډاوی", "sah": "سخا", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ps_PK.json b/src/Symfony/Component/Intl/Resources/data/languages/ps_PK.json new file mode 100644 index 0000000000000..44ef6ad52ed71 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/languages/ps_PK.json @@ -0,0 +1,10 @@ +{ + "Version": "2.1.49.34", + "Names": { + "ar_001": "نوے معياري عربي", + "dsb": "لوړے سربي", + "fo": "فاروئے", + "kha": "خاسے", + "nb": "ناروے بوکمال" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/languages/pt.json b/src/Symfony/Component/Intl/Resources/data/languages/pt.json index 446adf5cce0c5..1319b72084960 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.43.65", + "Version": "2.1.48.42", "Names": { "aa": "afar", "ab": "abcázio", @@ -72,6 +72,7 @@ "car": "caribe", "cay": "cayuga", "cch": "atsam", + "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 6325d6751fbbe..8c74c607ebea1 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.44.9", + "Version": "2.1.47.89", "Names": { "af": "africanês", "alt": "altai do sul", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/qu.json b/src/Symfony/Component/Intl/Resources/data/languages/qu.json index 38a556c2aa282..4a7f22609c793 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/qu.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/qu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.47.82", "Names": { "af": "Afrikaans Simi", "am": "Amarico Simi", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/rm.json b/src/Symfony/Component/Intl/Resources/data/languages/rm.json index abc1c8b45ebee..3d319259268ec 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.43.94", + "Version": "2.1.48.4", "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 1f71565566a13..a06e6acd7fe64 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.39.11", + "Version": "2.1.47.82", "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 85e7ec7788d92..9b1b18a939973 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.43.94", + "Version": "2.1.48.20", "Names": { "aa": "afar", "ab": "abhază", @@ -71,6 +71,7 @@ "car": "carib", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "cecenă", "ceb": "cebuană", "cgg": "chiga", 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 6aa963baa1c36..594c54b9b4147 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.38.39", + "Version": "2.1.48.43", "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 b718541806e9a..cc0b63dc569b5 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.45.15", + "Version": "2.1.48.42", "Names": { "aa": "афарский", "ab": "абхазский", @@ -71,6 +71,7 @@ "car": "кариб", "cay": "кайюга", "cch": "атсам", + "ccp": "чакма", "ce": "чеченский", "ceb": "себуано", "cgg": "кига", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/rw.json b/src/Symfony/Component/Intl/Resources/data/languages/rw.json index f20f310c11cb8..32d7e31d66011 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.44.88", + "Version": "2.1.47.82", "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 30672ca3be5b8..e74fb65c3e200 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.43.94", + "Version": "2.1.48.17", "Names": { "aa": "افار", "ab": "ابقازیان", @@ -46,6 +46,7 @@ "bug": "بگنيز", "byn": "بلن", "ca": "ڪيٽالان", + "ccp": "چمڪا", "ce": "چیچن", "ceb": "سبوانو", "cgg": "چگا", @@ -91,6 +92,7 @@ "es": "اسپيني", "es_419": "لاطيني آمريڪي اسپينش", "es_ES": "يورپي اسپيني", + "es_MX": "ميڪسيڪين اسپيني", "et": "ايستونائي", "eu": "باسڪي", "ewo": "اوانڊو", @@ -243,6 +245,7 @@ "naq": "ناما", "nb": "نارويائي بوڪمال", "nd": "اتر دبيلي", + "nds": "لو جرمن", "ne": "نيپالي", "new": "نيواري", "ng": "ڊونگا", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/se.json b/src/Symfony/Component/Intl/Resources/data/languages/se.json index 1fc6aaa04e4c2..abb5fb9525792 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.43.94", + "Version": "2.1.48.4", "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 8d8fdfae7e7da..d373463be2989 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.44.88", + "Version": "2.1.47.83", "Names": { "ace": "ačehgiella", "ar_001": "standárda arábagiella", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sg.json b/src/Symfony/Component/Intl/Resources/data/languages/sg.json index 4439247dff434..dbb79356b9a85 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.39.11", + "Version": "2.1.47.82", "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 32e63b6a2a094..cad9fa57e78f0 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.44.50", + "Version": "2.1.48.77", "Names": { "aa": "afarski", "ab": "abhaski", @@ -62,6 +62,7 @@ "cad": "kado", "car": "karipski", "cch": "atsam", + "ccp": "ccp", "ce": "čečenski", "ceb": "sebuanski", "cgg": "čiga", 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 d728fd3af9154..066b5008b07f4 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.44.88", + "Version": "2.1.48.77", "Names": { "arn": "mapudungun", "be": "bjeloruski", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/si.json b/src/Symfony/Component/Intl/Resources/data/languages/si.json index 18972a2e57eff..a0c3f3bedc585 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.43.50", + "Version": "2.1.48.17", "Names": { "aa": "අෆාර්", "ab": "ඇබ්කාසියානු", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sk.json b/src/Symfony/Component/Intl/Resources/data/languages/sk.json index 0c933c2989eab..1000b61f65aab 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.43.65", + "Version": "2.1.48.42", "Names": { "aa": "afarčina", "ab": "abcházčina", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sl.json b/src/Symfony/Component/Intl/Resources/data/languages/sl.json index a77546b046f60..27e29546b25b9 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.44.91", + "Version": "2.1.48.42", "Names": { "aa": "afarščina", "ab": "abhaščina", @@ -61,6 +61,7 @@ "ca": "katalonščina", "cad": "kadoščina", "car": "karibski jezik", + "ccp": "chakma", "ce": "čečenščina", "ceb": "sebuanščina", "cgg": "čigajščina", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sn.json b/src/Symfony/Component/Intl/Resources/data/languages/sn.json index 66c7c54756947..fa5f1f0934efb 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.43.94", + "Version": "2.1.48.4", "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 24b04da98d6e1..1c42dee075af3 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/so.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/so.json @@ -1,65 +1,239 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.17", "Names": { + "af": "Afrikaanka", + "agq": "Ageem", "ak": "Akan", "am": "Axmaari", "ar": "Carabi", "ar_001": "Carabiga rasmiga ah", + "as": "Asaamiis", + "asa": "Asu", + "ast": "Astuuriyaan", + "az": "Asarbayjan", + "bas": "Basaa", "be": "Beleruusiyaan", + "bem": "Bemba", + "bez": "Bena", "bg": "Bulgeeriyaan", + "bm": "Bambaara", "bn": "Bangladesh", + "bo": "Tibeetaan", + "br": "Biriton", + "brx": "Bodo", + "bs": "Bosniyaan", + "ca": "Katalaan", + "ccp": "Jakma", + "ce": "Jejen", + "ceb": "Sebuano", + "cgg": "Jiga", + "chr": "Jerookee", + "ckb": "Bartamaha Kurdish", + "co": "Korsikan", "cs": "Jeeg", + "cu": "Kaniisadda Islaafik", + "cy": "Welsh", + "da": "Dhaanish", + "dav": "Taiita", "de": "Jarmal", "de_CH": "Jarmal (Iswiiserlaand)", + "dje": "Sarma", + "dsb": "Soorbiyaanka Hoose", + "dua": "Duaala", + "dyo": "Joola-Foonyi", + "dz": "D’zongqa", + "ebu": "Embuu", + "ee": "Eewe", "el": "Giriik", "en": "Ingiriisi", "en_AU": "Ingiriis Austaraaliyaan", "en_CA": "Ingiriis Kanadiyaan", "en_GB": "Ingiriis Biritish", "en_US": "Ingiriis Maraykan", + "eo": "Isberaanto", "es": "Isbaanish", "es_419": "Isbaanishka Laatiin Ameerika", "es_ES": "Isbaanish (Isbayn)", + "et": "Istooniyaan", + "eu": "Basquu", + "ewo": "Eewondho", "fa": "Faarisi", + "ff": "Fuulah", + "fi": "Finishka", + "fil": "Tagalog", + "fo": "Farowsi", "fr": "Faransiis", + "fr_CA": "Faransiiska Kanada", "fr_CH": "Faransiis (Iswiiserlaand)", + "fur": "Firiyuuliyaan", "fy": "Firiisiyan Galbeed", + "ga": "Ayrish", + "gd": "Iskot Giilik", + "gl": "Galiisiyaan", + "gsw": "Jarmal Iswiis", + "gu": "Gujaraati", + "guz": "Guusii", + "gv": "Mankis", "ha": "Hawsa", + "haw": "Hawaay", + "he": "Cibraani", "hi": "Hindi", + "hmn": "Hamong", + "hr": "Koro’eeshiyaan", + "hsb": "Sorobiyaanka Sare", + "ht": "Heeytiyaan Karawle", "hu": "Hangariyaan", - "id": "Indonesiyaan", + "hy": "Armeeniyaan", + "ia": "Interlinguwa", + "id": "Indunusiyaan", "ig": "Igbo", + "ii": "Sijuwan Yi", + "is": "Ayslandays", "it": "Talyaani", "ja": "Jabaaniis", + "jgo": "Ingoomba", + "jmc": "Chaga", "jv": "Jafaaniis", + "ka": "Joorijiyaan", + "kab": "Kabayle", + "kam": "Kaamba", + "kde": "Kimakonde", + "kea": "Kabuferdiyanu", + "khq": "Koyra Jiini", + "ki": "Kikuuyu", + "kk": "Kasaaq", + "kkj": "Kaako", + "kl": "Kalaallisuut", + "kln": "Kalenjiin", "km": "Kamboodhian", + "kn": "Kannadays", "ko": "Kuuriyaan", + "kok": "Konkani", + "ks": "Kaashmiir", + "ksb": "Shambaala", + "ksf": "Bafiya", + "ksh": "Kologniyaan", + "ku": "Kurdishka", + "kw": "Kornish", + "ky": "Kirgiis", + "la": "Laatiin", + "lag": "Laangi", + "lb": "Luksaamboorgish", + "lg": "Gandha", + "lkt": "Laakoota", + "ln": "Lingala", + "lo": "Lao", + "lrc": "Koonfurta Luuri", + "lt": "Lituwaanays", + "lu": "Luuba-kataanga", + "luo": "Luwada", + "luy": "Luhya", + "lv": "Laatfiyaan", + "mas": "Masaay", + "mer": "Meeru", + "mfe": "Moorisayn", + "mg": "Malagaasi", + "mgh": "Makhuwa", + "mgo": "Meetaa", + "mi": "Maaoori", + "mk": "Masadooniyaan", + "ml": "Malayalam", + "mn": "Mangooli", + "mr": "Maarati", "ms": "Malaay", + "mt": "Maltiis", + "mua": "Miyundhaang", + "mul": "Luuqado kala duwan", "my": "Burmese", + "mzn": "Masanderaani", + "naq": "Nama", + "nb": "Noorwijiyaan Bokma", + "nd": "Indhebeele", + "nds": "Jarmal Hooseeya", "ne": "Nebaali", "nl": "Holandays", "nl_BE": "Af faleemi", + "nmg": "Kuwaasiyo", + "nn": "Nowrwejiyan (naynoroski)", + "nnh": "Ingiyembuun", + "nus": "Nuweer", + "ny": "Inyaanja", + "nyn": "Inyankoole", + "om": "Oromo", + "or": "Oodhiya", + "os": "Oseetic", "pa": "Bunjaabi", "pl": "Boolish", + "prg": "Brashiyaanki Hore", + "ps": "Bashtuu", "pt": "Boortaqiis", "pt_BR": "Boortaqiiska Baraasiil", "pt_PT": "Boortaqiis (Boortuqaal)", + "qu": "Quwejuwa", + "rm": "Romaanis", + "rn": "Rundhi", "ro": "Romanka", + "rof": "Rombo", "ru": "Ruush", - "rw": "Rwanda", + "rw": "Ruwaandha", + "rwk": "Raawa", + "sa": "Sanskrit", + "sah": "Saaqa", + "saq": "Sambuuru", + "sbp": "Sangu", + "sd": "Siindhi", + "se": "Koonfurta Saami", + "seh": "Seena", + "ses": "Koyraboro Seenni", + "sg": "Sango", + "shi": "Shilha", + "si": "Sinhaleys", + "sk": "Isloofaak", + "sl": "Islofeeniyaan", + "sm": "Samowan", + "smn": "Inaari Saami", + "sn": "Shoona", "so": "Soomaali", + "sq": "Albeeniyaan", + "sr": "Seerbiyaan", + "st": "Sesooto", + "su": "Suudaaniis", "sv": "Swiidhis", + "sw": "Sawaaxili", "ta": "Tamiil", + "te": "Teluugu", + "teo": "Teeso", + "tg": "Taajik", "th": "Taaylandays", + "ti": "Tigrinya", + "tk": "Turkumaanish", + "to": "Toongan", "tr": "Turkish", + "tt": "Taatar", + "twq": "Tasaawaq", + "tzm": "Bartamaha Atlaas Tamasayt", + "ug": "Uighur", "uk": "Yukreeniyaan", "und": "Af aan la aqoon ama aan sax ahayn", "ur": "Urduu", + "uz": "Usbakis", + "vai": "Faayi", "vi": "Fiitnaamays", + "vo": "Folabuuk", + "vun": "Fuunjo", + "wae": "Walseer", + "wo": "Woolof", + "xh": "Hoosta", + "xog": "Sooga", + "yav": "Yaangbeen", + "yi": "Yadhish", "yo": "Yoruuba", - "zh": "Jayniis Mandarin", - "zh_Hans": "Jayniis rasmiga ah", - "zh_Hant": "Jayniiskii hore", - "zu": "Zuulu" + "yue": "Kantoneese", + "zgh": "Morokaanka Tamasayt Rasmiga", + "zh": "Shiinaha Mandarin", + "zh_Hans": "Shiinaha Rasmiga ah", + "zh_Hant": "Shiinahii Hore", + "zu": "Zuulu", + "zxx": "Luuqad Looma Hayo" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sq.json b/src/Symfony/Component/Intl/Resources/data/languages/sq.json index 9c8e56183b510..fa8ec41ef73fd 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.43.50", + "Version": "2.1.48.42", "Names": { "aa": "afarisht", "ab": "abkazisht", @@ -47,6 +47,7 @@ "bug": "buginezisht", "byn": "blinisht", "ca": "katalonisht", + "ccp": "çakmaisht", "ce": "çeçenisht", "ceb": "sebuanisht", "cgg": "çigisht", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sr.json b/src/Symfony/Component/Intl/Resources/data/languages/sr.json index 878f836a4a7d5..ea086f82329c9 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.43.94", + "Version": "2.1.48.42", "Names": { "aa": "афарски", "ab": "абхаски", @@ -62,6 +62,7 @@ "cad": "кадо", "car": "карипски", "cch": "атсам", + "ccp": "ccp", "ce": "чеченски", "ceb": "себуански", "cgg": "чига", 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 d768674a15e6b..a74389537d9ec 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.44.88", + "Version": "2.1.47.86", "Names": { "arn": "мапудунгун", "be": "бјелоруски", 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 d768674a15e6b..a74389537d9ec 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.44.88", + "Version": "2.1.47.86", "Names": { "arn": "мапудунгун", "be": "бјелоруски", 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 8cc12915bfc97..1dbe221c4f894 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.44.88", + "Version": "2.1.47.71", "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 1d41f7a84be11..96043408799b6 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.38.69", + "Version": "2.1.47.71", "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 32e63b6a2a094..cad9fa57e78f0 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.44.50", + "Version": "2.1.48.77", "Names": { "aa": "afarski", "ab": "abhaski", @@ -62,6 +62,7 @@ "cad": "kado", "car": "karipski", "cch": "atsam", + "ccp": "ccp", "ce": "čečenski", "ceb": "sebuanski", "cgg": "čiga", 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 d728fd3af9154..066b5008b07f4 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.44.88", + "Version": "2.1.48.77", "Names": { "arn": "mapudungun", "be": "bjeloruski", 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 a128dae7965ce..7f44a28d534bd 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.44.88", + "Version": "2.1.47.82", "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 c463e8e0ef154..60257572085e0 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.38.69", + "Version": "2.1.47.82", "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 a128dae7965ce..7f44a28d534bd 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.44.88", + "Version": "2.1.47.82", "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 1d41f7a84be11..96043408799b6 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.38.69", + "Version": "2.1.47.71", "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 ed0ca9c4cc56f..b40e040ace822 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.43.94", + "Version": "2.1.48.90", "Names": { "aa": "afar", "ab": "abchaziska", @@ -88,6 +88,7 @@ "car": "karibiska", "cay": "cayuga", "cch": "atsam", + "ccp": "chakma", "ce": "tjetjenska", "ceb": "cebuano", "cgg": "chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json b/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json index a51c496073545..1a3325700502e 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sv_FI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "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 de00afaf5349c..0bfda95a51742 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.43.65", + "Version": "2.1.48.17", "Names": { "aa": "Kiafar", "ab": "Kiabkhazi", 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 6aee56b245d9e..91a4115638aa7 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.43.65", + "Version": "2.1.47.71", "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 6d89e452ec6da..00a4940a2fd02 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/sw_KE.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/sw_KE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.71", "Names": { "arq": "Kiarabu cha Aljeria", "as": "Kiasamisi", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ta.json b/src/Symfony/Component/Intl/Resources/data/languages/ta.json index 3743e89ab32dc..1cd1a13825c70 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.43.50", + "Version": "2.1.48.17", "Names": { "aa": "அஃபார்", "ab": "அப்காஜியான்", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/te.json b/src/Symfony/Component/Intl/Resources/data/languages/te.json index 00c23882a7e05..531b3563bb5a9 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.43.50", + "Version": "2.1.48.17", "Names": { "aa": "అఫార్", "ab": "అబ్ఖాజియన్", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tg.json b/src/Symfony/Component/Intl/Resources/data/languages/tg.json index 929c16045b9bc..100357234d2af 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.44.88", + "Version": "2.1.47.96", "Names": { "af": "африкаанс", "am": "амҳарӣ", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/th.json b/src/Symfony/Component/Intl/Resources/data/languages/th.json index 662795036db05..2fb7f4870f2ca 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.43.89", + "Version": "2.1.48.86", "Names": { "aa": "อะฟาร์", "ab": "อับฮาเซีย", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ti.json b/src/Symfony/Component/Intl/Resources/data/languages/ti.json index f6be50e9a6d65..cc6387dcae85b 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.44.88", + "Version": "2.1.47.82", "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 baafd1212f619..ee0669b43c7be 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.43.65", + "Version": "2.1.48.86", "Names": { "aa": "afar dili", "ab": "abhaz dili", @@ -46,6 +46,7 @@ "bug": "bugiý dili", "byn": "blin dili", "ca": "katalan dili", + "ccp": "çakma dili", "ce": "çeçen dili", "ceb": "sebuan dili", "cgg": "kiga", @@ -237,6 +238,7 @@ "naq": "nama dili", "nb": "norwegiýa bukmol dili", "nd": "demirgazyk ndebele dili", + "nds": "aşaky nemes dili", "ne": "nepal dili", "new": "newari dili", "ng": "ndonga dili", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tl.json b/src/Symfony/Component/Intl/Resources/data/languages/tl.json index 12a65b8ee9be0..9a664d3023960 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.44.91", + "Version": "2.1.48.20", "Names": { "aa": "Afar", "ab": "Abkhazian", @@ -48,6 +48,7 @@ "bug": "Buginese", "byn": "Blin", "ca": "Catalan", + "ccp": "Chakma", "ce": "Chechen", "ceb": "Cebuano", "cgg": "Chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/to.json b/src/Symfony/Component/Intl/Resources/data/languages/to.json index cfa0cfe7654fa..cebc6433fb483 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.44.88", + "Version": "2.1.47.82", "Names": { "aa": "lea fakaʻafāla", "ab": "lea fakaʻapakasia", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tr.json b/src/Symfony/Component/Intl/Resources/data/languages/tr.json index 9f23aa7b844a8..df8002702f686 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.44.91", + "Version": "2.1.48.42", "Names": { "aa": "Afar", "ab": "Abhazca", @@ -89,6 +89,7 @@ "car": "Carib", "cay": "Kayuga dili", "cch": "Atsam", + "ccp": "Chakma", "ce": "Çeçence", "ceb": "Sebuano dili", "cgg": "Kigaca", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/tt.json b/src/Symfony/Component/Intl/Resources/data/languages/tt.json index 649f41e401445..9dba69027d1dd 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.44.88", + "Version": "2.1.47.85", "Names": { "af": "африкаанс", "am": "амхар", @@ -26,7 +26,6 @@ "cy": "уэльс", "da": "дания", "de": "алман", - "de_CH": "югары алман (Швейцария)", "dsb": "түбән сорб", "dv": "мальдив", "dz": "дзонг-кха", @@ -35,7 +34,6 @@ "eo": "эсперанто", "es": "испан", "es_419": "испан (Латин Америкасы)", - "es_ES": "испан (Европа)", "et": "эстон", "eu": "баск", "fa": "фарсы", @@ -107,7 +105,6 @@ "pl": "поляк", "ps": "пушту", "pt": "португал", - "pt_PT": "португал (Европа)", "qu": "кечуа", "quc": "киче", "rm": "ретороман", @@ -151,7 +148,7 @@ "wo": "волоф", "yi": "идиш", "yo": "йоруба", - "zh": "кытай", + "zh": "кытай (тәрҗемә киңәше: аерым алганда, мандарин кытайчасы)", "zh_Hans": "гадиләштерелгән кытай", "zh_Hant": "традицион кытай" } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ug.json b/src/Symfony/Component/Intl/Resources/data/languages/ug.json index ed355a6e1974a..7e4822d84022d 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.44.88", + "Version": "2.1.47.82", "Names": { "aa": "ئافارچە", "ab": "ئابخازچە", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/uk.json b/src/Symfony/Component/Intl/Resources/data/languages/uk.json index 98edede550b16..c7e73f420d5b3 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/uk.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/uk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.42", "Names": { "aa": "афарська", "ab": "абхазька", @@ -82,6 +82,7 @@ "car": "карібська", "cay": "кайюга", "cch": "атсам", + "ccp": "чакма", "ce": "чеченська", "ceb": "себуанська", "cgg": "кіга", @@ -111,6 +112,7 @@ "dar": "даргінська", "dav": "таіта", "de": "німецька", + "de_AT": "австрійська німецька", "de_CH": "верхньонімецька (Швейцарія)", "del": "делаварська", "den": "слейв", @@ -134,11 +136,16 @@ "el": "грецька", "elx": "еламська", "en": "англійська", + "en_AU": "австралійська англійська", + "en_CA": "канадська англійська", + "en_GB": "британська англійська", "en_US": "англійська (США)", "enm": "середньоанглійська", "eo": "есперанто", "es": "іспанська", + "es_419": "латиноамериканська іспанська", "es_ES": "іспанська (Європа)", + "es_MX": "мексиканська іспанська", "et": "естонська", "eu": "баскська", "ewo": "евондо", @@ -152,6 +159,8 @@ "fo": "фарерська", "fon": "фон", "fr": "французька", + "fr_CA": "канадська французька", + "fr_CH": "швейцарська французька", "frc": "кажунська французька", "frm": "середньофранцузька", "fro": "давньофранцузька", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/ur.json b/src/Symfony/Component/Intl/Resources/data/languages/ur.json index f953cd1efbf79..ab8911e8b61d0 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.44.3", + "Version": "2.1.48.20", "Names": { "aa": "افار", "ab": "ابقازیان", @@ -49,6 +49,7 @@ "bug": "بگینیز", "byn": "بلین", "ca": "کیٹالان", + "ccp": "چکمہ", "ce": "چیچن", "ceb": "سیبوآنو", "cgg": "چیگا", 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 5b16697006cd7..a3e1deba6a887 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.43.65", + "Version": "2.1.47.71", "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 e478913cdd6a3..741bd6a015e1f 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.44.88", + "Version": "2.1.48.17", "Names": { "aa": "afar", "ab": "abxaz", 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 aafa74ab340c6..1bfffd013f377 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.38.69", + "Version": "2.1.47.82", "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 169443ee7d077..fd5454065e559 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.43.2", + "Version": "2.1.48.17", "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 8b21c7856df93..86b7666a43d08 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.43.65", + "Version": "2.1.48.42", "Names": { "aa": "Tiếng Afar", "ab": "Tiếng Abkhazia", @@ -85,6 +85,7 @@ "car": "Tiếng Carib", "cay": "Tiếng Cayuga", "cch": "Tiếng Atsam", + "ccp": "Tiếng Chakma", "ce": "Tiếng Chechen", "ceb": "Tiếng Cebuano", "cgg": "Tiếng Chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/wo.json b/src/Symfony/Component/Intl/Resources/data/languages/wo.json index ef68419203e68..aad55efd45aa0 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.43.94", + "Version": "2.1.47.84", "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 d55597510011f..7c6fcdb193e70 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/xh.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/xh.json @@ -1,9 +1,6 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.89", "Names": { - "af": "isiBhulu", - "en": "isiNgesi", - "xh": "isiXhosa", - "zu": "isiZulu" + "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 52e1f80cf7ecc..e1d7492744778 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.38.69", + "Version": "2.1.47.82", "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 074dce5bcd617..44ef9b164a3f3 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/yo.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/yo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.17", "Names": { "af": "Èdè Afrikani", "ak": "Èdè Akani", @@ -16,11 +16,19 @@ "cs": "Èdè seeki", "cy": "Èdè Welshi", "da": "Èdè Ilẹ̀ Denmark", - "de": "Èdè Ilẹ̀ Gemani", + "de": "Èdè Ilẹ̀ Jámánì", + "de_AT": "Èdè Ilẹ̀ Jámánì orílẹ̀-èdè Ọ́síríà )", + "de_CH": "Èdè Ilẹ̀ Jámánì (Orílẹ́ède swítsàlandì)", "el": "Èdè Giriki", "en": "Èdè Gẹ̀ẹ́sì", + "en_AU": "Èdè Gẹ̀ẹ́sì (órílẹ̀-èdè Ọsirélíà)", + "en_CA": "Èdè Gẹ̀ẹ́sì (Orílẹ̀-èdè Kánádà)", + "en_GB": "Èdè òyìnbó Gẹ̀ẹ́sì", "eo": "Èdè Esperanto", - "es": "Èdè Sipanisi", + "es": "Èdè Sípáníìṣì", + "es_419": "Èdè Sípáníìṣì (orílẹ̀-èdè 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", @@ -28,6 +36,8 @@ "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ì)", "fy": "Èdè Frisia", "ga": "Èdè Ireland", "gd": "Èdè Gaelik ti Ilu Scotland", @@ -45,8 +55,8 @@ "ie": "Iru Èdè", "ig": "Èdè Ibo", "is": "Èdè Icelandic", - "it": "Èdè Italiani", - "ja": "Èdè Japanisi", + "it": "Èdè ilẹ̀ Ítálì", + "ja": "Èdè ilẹ̀ Japan", "jv": "Èdè Javanasi", "ka": "Èdè Georgia", "km": "Èdè kameri", @@ -66,9 +76,11 @@ "oc": "Èdè Occitani", "pa": "Èdè Punjabi", "pl": "Èdè Ilẹ̀ Polandi", - "pt": "Èdè Pọtugi", + "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ọọsia", + "ru": "Èdè Rọsià", "rw": "Èdè Ruwanda", "sa": "Èdè awon ara Indo", "sd": "Èdè Sindhi", @@ -91,13 +103,14 @@ "tlh": "Èdè Klingoni", "tr": "Èdè Tọọkisi", "uk": "Èdè Ukania", + "und": "Èdè àìmọ̀", "ur": "Èdè Udu", "uz": "Èdè Uzbek", "vi": "Èdè Jetinamu", "xh": "Èdè Xhosa", "yi": "Èdè Yiddishi", "yo": "Èdè Yorùbá", - "zh": "Èdè Mandari", + "zh": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà", "zu": "Èdè Ṣulu" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/yo_BJ.json b/src/Symfony/Component/Intl/Resources/data/languages/yo_BJ.json index 198226932409e..6f992494b1f10 100644 --- a/src/Symfony/Component/Intl/Resources/data/languages/yo_BJ.json +++ b/src/Symfony/Component/Intl/Resources/data/languages/yo_BJ.json @@ -1,13 +1,116 @@ { - "Version": "2.1.44.53", + "Version": "2.1.48.77", "Names": { + "af": "Èdè Afrikani", + "ak": "Èdè Akani", + "am": "Èdè Amariki", + "ar": "Èdè Arabiki", + "as": "Ti Assam", + "az": "Èdè Azerbaijani", + "be": "Èdè Belarusi", + "bg": "Èdè Bugaria", + "bn": "Èdè Bengali", + "br": "Èdè Bretoni", + "bs": "Èdè Bosnia", + "ca": "Èdè Catala", + "cs": "Èdè seeki", + "cy": "Èdè Welshi", "da": "Èdè Ilɛ̀ Denmark", - "de": "Èdè Ilɛ̀ Gemani", + "de": "Èdè Ilɛ̀ Jámánì", + "de_AT": "Èdè Ilɛ̀ Jámánì orílɛ̀-èdè Ɔ́síríà )", + "de_CH": "Èdè Ilɛ̀ Jámánì (Orílɛ́ède swítsàlandì)", + "el": "Èdè Giriki", "en": "Èdè Gɛ̀ɛ́sì", + "en_AU": "Èdè Gɛ̀ɛ́sì (órílɛ̀-èdè Ɔsirélíà)", + "en_CA": "Èdè Gɛ̀ɛ́sì (Orílɛ̀-èdè Kánádà)", + "en_GB": "Èdè òyìnbó Gɛ̀ɛ́sì", + "eo": "Èdè Esperanto", + "es": "Èdè Sípáníìshì", + "es_419": "Èdè Sípáníìshì (orílɛ̀-èdè Látìn-Amɛ́ríkà)", + "es_ES": "Èdè Sípáníìshì (orílɛ̀-èdè Yúróòpù)", + "es_MX": "Èdè Sípáníìshì (orílɛ̀-èdè Mɛ́síkò)", + "et": "Èdè Estonia", + "eu": "Èdè Baski", + "fa": "Èdè Pasia", + "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ì)", + "fy": "Èdè Frisia", + "ga": "Èdè Ireland", + "gd": "Èdè Gaelik ti Ilu Scotland", + "gl": "Èdè Galicia", + "gn": "Èdè Guarani", + "gu": "Èdè Gujarati", + "ha": "Èdè Hausa", + "he": "Èdè Heberu", + "hi": "Èdè Hindi", + "hr": "Èdè Kroatia", + "hu": "Èdè Hungaria", + "hy": "Èdè Ile Armenia", + "ia": "Èdè pipo", + "id": "Èdè Indonasia", + "ie": "Iru Èdè", + "ig": "Èdè Ibo", + "is": "Èdè Icelandic", + "it": "Èdè ilɛ̀ Ítálì", + "ja": "Èdè ilɛ̀ Japan", + "jv": "Èdè Javanasi", + "ka": "Èdè Georgia", + "km": "Èdè kameri", + "kn": "Èdè Kannada", + "ko": "Èdè Koria", + "la": "Èdè Latini", + "lt": "Èdè Lithuania", + "lv": "Èdè Latvianu", + "mk": "Èdè Macedonia", + "mr": "Èdè marathi", + "ms": "Èdè Malaya", + "mt": "Èdè Malta", + "my": "Èdè Bumiisi", + "ne": "Èdè Nepali", + "nl": "Èdè Duki", + "no": "Èdè Norway", + "oc": "Èdè Occitani", + "pa": "Èdè Punjabi", "pl": "Èdè Ilɛ̀ Polandi", - "pt": "Èdè Pɔtugi", - "ru": "Èdè ̣Rɔɔsia", + "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à", + "rw": "Èdè Ruwanda", + "sa": "Èdè awon ara Indo", + "sd": "Èdè Sindhi", + "sh": "Èdè Serbo-Croatiani", + "si": "Èdè Sinhalese", + "sk": "Èdè Slovaki", + "sl": "Èdè Slovenia", + "so": "Èdè ara Somalia", + "sq": "Èdè Albania", + "sr": "Èdè Serbia", + "st": "Èdè Sesoto", + "su": "Èdè Sudani", + "sv": "Èdè Suwidiisi", + "sw": "Èdè Swahili", + "ta": "Èdè Tamili", + "te": "Èdè Telugu", + "th": "Èdè Tai", + "ti": "Èdè Tigrinya", + "tk": "Èdè Turkmen", + "tlh": "Èdè Klingoni", "tr": "Èdè Tɔɔkisi", + "uk": "Èdè Ukania", + "und": "Èdè àìmɔ̀", + "ur": "Èdè Udu", + "uz": "Èdè Uzbek", + "vi": "Èdè Jetinamu", + "xh": "Èdè Xhosa", + "yi": "Èdè Yiddishi", + "yo": "Èdè Yorùbá", + "zh": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà", "zu": "Èdè Shulu" } } diff --git a/src/Symfony/Component/Intl/Resources/data/languages/zh.json b/src/Symfony/Component/Intl/Resources/data/languages/zh.json index 448f54a541950..d61f535b3f2e9 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.44.76", + "Version": "2.1.48.42", "Names": { "aa": "阿法尔语", "ab": "阿布哈西亚语", @@ -72,6 +72,7 @@ "car": "加勒比语", "cay": "卡尤加语", "cch": "阿灿语", + "ccp": "查克玛语", "ce": "车臣语", "ceb": "宿务语", "cgg": "奇加语", 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 0d4eda9359d4d..cfb9d6f9e1992 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.43.65", + "Version": "2.1.47.86", "Names": { "aa": "阿法爾文", "az": "阿塞拜疆文", 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 13ec4ff917f02..5c222d5bfa3b2 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.44.91", + "Version": "2.1.48.42", "Names": { "aa": "阿法文", "ab": "阿布哈茲文", @@ -88,6 +88,7 @@ "car": "加勒比文", "cay": "卡尤加文", "cch": "阿燦文", + "ccp": "查克馬文", "ce": "車臣文", "ceb": "宿霧文", "cgg": "奇加文", 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 0d4eda9359d4d..cfb9d6f9e1992 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.43.65", + "Version": "2.1.47.86", "Names": { "aa": "阿法爾文", "az": "阿塞拜疆文", diff --git a/src/Symfony/Component/Intl/Resources/data/languages/zu.json b/src/Symfony/Component/Intl/Resources/data/languages/zu.json index 609512e902a22..46cd472014df2 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.43.65", + "Version": "2.1.48.17", "Names": { "aa": "isi-Afar", "ab": "isi-Abkhazian", @@ -48,6 +48,7 @@ "bug": "isi-Buginese", "byn": "isi-Blin", "ca": "isi-Catalan", + "ccp": "i-Chakma", "ce": "isi-Chechen", "ceb": "isi-Cebuano", "cgg": "isi-Chiga", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/af.json b/src/Symfony/Component/Intl/Resources/data/locales/af.json index 1970d9bbae004..a4dfff7e6ace9 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/af.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/af.json @@ -94,6 +94,7 @@ "el_CY": "Grieks (Siprus)", "el_GR": "Grieks (Griekeland)", "en": "Engels", + "en_AE": "Engels (Verenigde Arabiese Emirate)", "en_AG": "Engels (Antigua en Barbuda)", "en_AI": "Engels (Anguilla)", "en_AS": "Engels (Amerikaanse Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "Persies (Afganistan)", "fa_IR": "Persies (Iran)", "ff": "Fulah", + "ff_CM": "Fulah (Kameroen)", + "ff_GN": "Fulah (Guinee)", + "ff_Latn": "Fulah (Latyn)", + "ff_Latn_BF": "Fulah (Latyn, Burkina Faso)", + "ff_Latn_CM": "Fulah (Latyn, Kameroen)", + "ff_Latn_GH": "Fulah (Latyn, Ghana)", + "ff_Latn_GM": "Fulah (Latyn, Gambië)", + "ff_Latn_GN": "Fulah (Latyn, Guinee)", + "ff_Latn_GW": "Fulah (Latyn, Guinee-Bissau)", + "ff_Latn_LR": "Fulah (Latyn, Liberië)", + "ff_Latn_MR": "Fulah (Latyn, Mauritanië)", + "ff_Latn_NE": "Fulah (Latyn, Niger)", + "ff_Latn_NG": "Fulah (Latyn, Nigerië)", + "ff_Latn_SL": "Fulah (Latyn, Sierra Leone)", + "ff_Latn_SN": "Fulah (Latyn, Senegal)", + "ff_MR": "Fulah (Mauritanië)", + "ff_SN": "Fulah (Senegal)", "fi": "Fins", "fi_FI": "Fins (Finland)", "fo": "Faroëes", @@ -429,6 +447,7 @@ "pl_PL": "Pools (Pole)", "ps": "Pasjto", "ps_AF": "Pasjto (Afganistan)", + "ps_PK": "Pasjto (Pakistan)", "pt": "Portugees", "pt_AO": "Portugees (Angola)", "pt_BR": "Portugees (Brasilië)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ak.json b/src/Symfony/Component/Intl/Resources/data/locales/ak.json index 6dc3f6df5abf1..34a039a294a81 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ak.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ak.json @@ -51,6 +51,7 @@ "el_CY": "Greek kasa (Saeprɔs)", "el_GR": "Greek kasa (Greekman)", "en": "Borɔfo", + "en_AE": "Borɔfo (United Arab Emirates)", "en_AG": "Borɔfo (Antigua ne Baabuda)", "en_AI": "Borɔfo (Anguila)", "en_AS": "Borɔfo (Amɛrika Samoa)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/am.json b/src/Symfony/Component/Intl/Resources/data/locales/am.json index 7e6dc2eb84395..00cf18cc0a476 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/am.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/am.json @@ -94,6 +94,7 @@ "el_CY": "ግሪክኛ (ሳይፕረስ)", "el_GR": "ግሪክኛ (ግሪክ)", "en": "እንግሊዝኛ", + "en_AE": "እንግሊዝኛ (የተባበሩት ዓረብ ኤምሬትስ)", "en_AG": "እንግሊዝኛ (አንቲጓ እና ባሩዳ)", "en_AI": "እንግሊዝኛ (አንጉይላ)", "en_AS": "እንግሊዝኛ (የአሜሪካ ሳሞአ)", @@ -233,6 +234,23 @@ "fa_AF": "ፐርሺያኛ (አፍጋኒስታን)", "fa_IR": "ፐርሺያኛ (ኢራን)", "ff": "ፉላህ", + "ff_CM": "ፉላህ (ካሜሩን)", + "ff_GN": "ፉላህ (ጊኒ)", + "ff_Latn": "ፉላህ (ላቲን)", + "ff_Latn_BF": "ፉላህ (ላቲን, ቡርኪና ፋሶ)", + "ff_Latn_CM": "ፉላህ (ላቲን, ካሜሩን)", + "ff_Latn_GH": "ፉላህ (ላቲን, ጋና)", + "ff_Latn_GM": "ፉላህ (ላቲን, ጋምቢያ)", + "ff_Latn_GN": "ፉላህ (ላቲን, ጊኒ)", + "ff_Latn_GW": "ፉላህ (ላቲን, ጊኒ ቢሳኦ)", + "ff_Latn_LR": "ፉላህ (ላቲን, ላይቤሪያ)", + "ff_Latn_MR": "ፉላህ (ላቲን, ሞሪቴኒያ)", + "ff_Latn_NE": "ፉላህ (ላቲን, ኒጀር)", + "ff_Latn_NG": "ፉላህ (ላቲን, ናይጄሪያ)", + "ff_Latn_SL": "ፉላህ (ላቲን, ሴራሊዮን)", + "ff_Latn_SN": "ፉላህ (ላቲን, ሴኔጋል)", + "ff_MR": "ፉላህ (ሞሪቴኒያ)", + "ff_SN": "ፉላህ (ሴኔጋል)", "fi": "ፊኒሽ", "fi_FI": "ፊኒሽ (ፊንላንድ)", "fo": "ፋሮኛ", @@ -429,6 +447,7 @@ "pl_PL": "ፖሊሽኛ (ፖላንድ)", "ps": "ፓሽቶኛ", "ps_AF": "ፓሽቶኛ (አፍጋኒስታን)", + "ps_PK": "ፓሽቶኛ (ፓኪስታን)", "pt": "ፖርቹጋልኛ", "pt_AO": "ፖርቹጋልኛ (አንጐላ)", "pt_BR": "ፖርቹጋልኛ (ብራዚል)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ar.json b/src/Symfony/Component/Intl/Resources/data/locales/ar.json index a05ab1269f0a0..0b7c31d2dbf6a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ar.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ar.json @@ -94,6 +94,7 @@ "el_CY": "اليونانية (قبرص)", "el_GR": "اليونانية (اليونان)", "en": "الإنجليزية", + "en_AE": "الإنجليزية (الإمارات العربية المتحدة)", "en_AG": "الإنجليزية (أنتيغوا وبربودا)", "en_AI": "الإنجليزية (أنغويلا)", "en_AS": "الإنجليزية (ساموا الأمريكية)", @@ -178,7 +179,7 @@ "en_SL": "الإنجليزية (سيراليون)", "en_SS": "الإنجليزية (جنوب السودان)", "en_SX": "الإنجليزية (سانت مارتن)", - "en_SZ": "الإنجليزية (سوازيلاند)", + "en_SZ": "الإنجليزية (إسواتيني)", "en_TC": "الإنجليزية (جزر توركس وكايكوس)", "en_TK": "الإنجليزية (توكيلو)", "en_TO": "الإنجليزية (تونغا)", @@ -233,6 +234,23 @@ "fa_AF": "الفارسية (أفغانستان)", "fa_IR": "الفارسية (إيران)", "ff": "الفولانية", + "ff_CM": "الفولانية (الكاميرون)", + "ff_GN": "الفولانية (غينيا)", + "ff_Latn": "الفولانية (اللاتينية)", + "ff_Latn_BF": "الفولانية (اللاتينية, بوركينا فاسو)", + "ff_Latn_CM": "الفولانية (اللاتينية, الكاميرون)", + "ff_Latn_GH": "الفولانية (اللاتينية, غانا)", + "ff_Latn_GM": "الفولانية (اللاتينية, غامبيا)", + "ff_Latn_GN": "الفولانية (اللاتينية, غينيا)", + "ff_Latn_GW": "الفولانية (اللاتينية, غينيا بيساو)", + "ff_Latn_LR": "الفولانية (اللاتينية, ليبيريا)", + "ff_Latn_MR": "الفولانية (اللاتينية, موريتانيا)", + "ff_Latn_NE": "الفولانية (اللاتينية, النيجر)", + "ff_Latn_NG": "الفولانية (اللاتينية, نيجيريا)", + "ff_Latn_SL": "الفولانية (اللاتينية, سيراليون)", + "ff_Latn_SN": "الفولانية (اللاتينية, السنغال)", + "ff_MR": "الفولانية (موريتانيا)", + "ff_SN": "الفولانية (السنغال)", "fi": "الفنلندية", "fi_FI": "الفنلندية (فنلندا)", "fo": "الفاروية", @@ -429,6 +447,7 @@ "pl_PL": "البولندية (بولندا)", "ps": "البشتو", "ps_AF": "البشتو (أفغانستان)", + "ps_PK": "البشتو (باكستان)", "pt": "البرتغالية", "pt_AO": "البرتغالية (أنغولا)", "pt_BR": "البرتغالية (البرازيل)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/as.json b/src/Symfony/Component/Intl/Resources/data/locales/as.json index 96d7f4a7236a8..9caabf74035ef 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/as.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/as.json @@ -94,6 +94,7 @@ "el_CY": "গ্ৰীক (চাইপ্ৰাছ)", "el_GR": "গ্ৰীক (গ্ৰীচ)", "en": "ইংৰাজী", + "en_AE": "ইংৰাজী (সংযুক্ত আৰব আমিৰাত)", "en_AG": "ইংৰাজী (এণ্টিগুৱা আৰু বাৰ্বুডা)", "en_AI": "ইংৰাজী (এনগুইলা)", "en_AS": "ইংৰাজী (আমেৰিকান চামোৱা)", @@ -178,7 +179,7 @@ "en_SL": "ইংৰাজী (চিয়েৰা লিঅ’ন)", "en_SS": "ইংৰাজী (দক্ষিণ চুডান)", "en_SX": "ইংৰাজী (চিণ্ট মাৰ্টেন)", - "en_SZ": "ইংৰাজী (স্বাজিলেণ্ড)", + "en_SZ": "ইংৰাজী (ইচ্চুটিনি)", "en_TC": "ইংৰাজী (টাৰ্কছ অৰু কেইক’ছ দ্বীপপুঞ্জ)", "en_TK": "ইংৰাজী (টোকেলাউ)", "en_TO": "ইংৰাজী (টংগা)", @@ -233,6 +234,23 @@ "fa_AF": "ফাৰ্ছী (আফগানিস্তান)", "fa_IR": "ফাৰ্ছী (ইৰান)", "ff": "ফুলাহ", + "ff_CM": "ফুলাহ (কেমেৰুণ)", + "ff_GN": "ফুলাহ (গিনি)", + "ff_Latn": "ফুলাহ (লেটিন)", + "ff_Latn_BF": "ফুলাহ (লেটিন, বুৰকিনা ফাচো)", + "ff_Latn_CM": "ফুলাহ (লেটিন, কেমেৰুণ)", + "ff_Latn_GH": "ফুলাহ (লেটিন, ঘানা)", + "ff_Latn_GM": "ফুলাহ (লেটিন, গাম্বিয়া)", + "ff_Latn_GN": "ফুলাহ (লেটিন, গিনি)", + "ff_Latn_GW": "ফুলাহ (লেটিন, গিনি-বিছাও)", + "ff_Latn_LR": "ফুলাহ (লেটিন, লিবেৰিয়া)", + "ff_Latn_MR": "ফুলাহ (লেটিন, মাউৰিটানিয়া)", + "ff_Latn_NE": "ফুলাহ (লেটিন, নাইজাৰ)", + "ff_Latn_NG": "ফুলাহ (লেটিন, নাইজেৰিয়া)", + "ff_Latn_SL": "ফুলাহ (লেটিন, চিয়েৰা লিঅ’ন)", + "ff_Latn_SN": "ফুলাহ (লেটিন, চেনেগাল)", + "ff_MR": "ফুলাহ (মাউৰিটানিয়া)", + "ff_SN": "ফুলাহ (চেনেগাল)", "fi": "ফিনিচ", "fi_FI": "ফিনিচ (ফিনলেণ্ড)", "fo": "ফাৰোইজ", @@ -427,6 +445,7 @@ "pl_PL": "প’লিচ (পোলেণ্ড)", "ps": "পুস্ত", "ps_AF": "পুস্ত (আফগানিস্তান)", + "ps_PK": "পুস্ত (পাকিস্তান)", "pt": "পৰ্তুগীজ", "pt_AO": "পৰ্তুগীজ (এংগোলা)", "pt_BR": "পৰ্তুগীজ (ব্ৰাজিল)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/az.json b/src/Symfony/Component/Intl/Resources/data/locales/az.json index 4b5b20149719f..0780c052e6f5a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/az.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/az.json @@ -94,6 +94,7 @@ "el_CY": "yunan (Kipr)", "el_GR": "yunan (Yunanıstan)", "en": "ingilis", + "en_AE": "ingilis (Birləşmiş Ərəb Əmirlikləri)", "en_AG": "ingilis (Antiqua və Barbuda)", "en_AI": "ingilis (Angilya)", "en_AS": "ingilis (Amerika Samoası)", @@ -178,7 +179,7 @@ "en_SL": "ingilis (Syerra-Leone)", "en_SS": "ingilis (Cənubi Sudan)", "en_SX": "ingilis (Sint-Marten)", - "en_SZ": "ingilis (Svazilend)", + "en_SZ": "ingilis (Esvatini)", "en_TC": "ingilis (Törks və Kaykos adaları)", "en_TK": "ingilis (Tokelau)", "en_TO": "ingilis (Tonqa)", @@ -233,6 +234,23 @@ "fa_AF": "fars (Əfqanıstan)", "fa_IR": "fars (İran)", "ff": "fula", + "ff_CM": "fula (Kamerun)", + "ff_GN": "fula (Qvineya)", + "ff_Latn": "fula (latın)", + "ff_Latn_BF": "fula (latın, Burkina Faso)", + "ff_Latn_CM": "fula (latın, Kamerun)", + "ff_Latn_GH": "fula (latın, Qana)", + "ff_Latn_GM": "fula (latın, Qambiya)", + "ff_Latn_GN": "fula (latın, Qvineya)", + "ff_Latn_GW": "fula (latın, Qvineya-Bisau)", + "ff_Latn_LR": "fula (latın, Liberiya)", + "ff_Latn_MR": "fula (latın, Mavritaniya)", + "ff_Latn_NE": "fula (latın, Niger)", + "ff_Latn_NG": "fula (latın, Nigeriya)", + "ff_Latn_SL": "fula (latın, Syerra-Leone)", + "ff_Latn_SN": "fula (latın, Seneqal)", + "ff_MR": "fula (Mavritaniya)", + "ff_SN": "fula (Seneqal)", "fi": "fin", "fi_FI": "fin (Finlandiya)", "fo": "farer", @@ -429,6 +447,7 @@ "pl_PL": "polyak (Polşa)", "ps": "puştu", "ps_AF": "puştu (Əfqanıstan)", + "ps_PK": "puştu (Pakistan)", "pt": "portuqal", "pt_AO": "portuqal (Anqola)", "pt_BR": "portuqal (Braziliya)", 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 371163f3c2c41..c4e43208e748a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/az_Cyrl.json @@ -94,6 +94,7 @@ "el_CY": "јунан (Кипр)", "el_GR": "јунан (Јунаныстан)", "en": "инҝилис", + "en_AE": "инҝилис (Бирләшмиш Әрәб Әмирликләри)", "en_AG": "инҝилис (Антигуа вә Барбуда)", "en_AI": "инҝилис (Анҝилја)", "en_AS": "инҝилис (Америка Самоасы)", @@ -233,6 +234,23 @@ "fa_AF": "фарс (Әфганыстан)", "fa_IR": "фарс (Иран)", "ff": "фула", + "ff_CM": "фула (Камерун)", + "ff_GN": "фула (Гвинеја)", + "ff_Latn": "фула (latın)", + "ff_Latn_BF": "фула (latın, Буркина Фасо)", + "ff_Latn_CM": "фула (latın, Камерун)", + "ff_Latn_GH": "фула (latın, Гана)", + "ff_Latn_GM": "фула (latın, Гамбија)", + "ff_Latn_GN": "фула (latın, Гвинеја)", + "ff_Latn_GW": "фула (latın, Гвинеја-Бисау)", + "ff_Latn_LR": "фула (latın, Либерија)", + "ff_Latn_MR": "фула (latın, Мавританија)", + "ff_Latn_NE": "фула (latın, Ниҝер)", + "ff_Latn_NG": "фула (latın, Ниҝерија)", + "ff_Latn_SL": "фула (latın, Сјерра-Леоне)", + "ff_Latn_SN": "фула (latın, Сенегал)", + "ff_MR": "фула (Мавританија)", + "ff_SN": "фула (Сенегал)", "fi": "фин", "fi_FI": "фин (Финландија)", "fo": "фарер", @@ -427,6 +445,7 @@ "pl_PL": "полјак (Полша)", "ps": "пушту", "ps_AF": "пушту (Әфганыстан)", + "ps_PK": "пушту (Пакистан)", "pt": "португал", "pt_AO": "португал (Ангола)", "pt_BR": "португал (Бразилија)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/be.json b/src/Symfony/Component/Intl/Resources/data/locales/be.json index 2088a62e21c97..cb14964710ed5 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/be.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/be.json @@ -94,6 +94,7 @@ "el_CY": "грэчаская (Кіпр)", "el_GR": "грэчаская (Грэцыя)", "en": "англійская", + "en_AE": "англійская (Аб’яднаныя Арабскія Эміраты)", "en_AG": "англійская (Антыгуа і Барбуда)", "en_AI": "англійская (Ангілья)", "en_AS": "англійская (Амерыканскае Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "фарсі (Афганістан)", "fa_IR": "фарсі (Іран)", "ff": "фула", + "ff_CM": "фула (Камерун)", + "ff_GN": "фула (Гвінея)", + "ff_Latn": "фула (лацініца)", + "ff_Latn_BF": "фула (лацініца, Буркіна-Фасо)", + "ff_Latn_CM": "фула (лацініца, Камерун)", + "ff_Latn_GH": "фула (лацініца, Гана)", + "ff_Latn_GM": "фула (лацініца, Гамбія)", + "ff_Latn_GN": "фула (лацініца, Гвінея)", + "ff_Latn_GW": "фула (лацініца, Гвінея-Бісау)", + "ff_Latn_LR": "фула (лацініца, Ліберыя)", + "ff_Latn_MR": "фула (лацініца, Маўрытанія)", + "ff_Latn_NE": "фула (лацініца, Нігер)", + "ff_Latn_NG": "фула (лацініца, Нігерыя)", + "ff_Latn_SL": "фула (лацініца, Сьера-Леонэ)", + "ff_Latn_SN": "фула (лацініца, Сенегал)", + "ff_MR": "фула (Маўрытанія)", + "ff_SN": "фула (Сенегал)", "fi": "фінская", "fi_FI": "фінская (Фінляндыя)", "fo": "фарэрская", @@ -429,6 +447,7 @@ "pl_PL": "польская (Польшча)", "ps": "пушту", "ps_AF": "пушту (Афганістан)", + "ps_PK": "пушту (Пакістан)", "pt": "партугальская", "pt_AO": "партугальская (Ангола)", "pt_BR": "партугальская (Бразілія)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/bg.json b/src/Symfony/Component/Intl/Resources/data/locales/bg.json index 0f21f993eef0c..abb8f98cabad6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/bg.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/bg.json @@ -94,6 +94,7 @@ "el_CY": "гръцки (Кипър)", "el_GR": "гръцки (Гърция)", "en": "английски", + "en_AE": "английски (Обединени арабски емирства)", "en_AG": "английски (Антигуа и Барбуда)", "en_AI": "английски (Ангуила)", "en_AS": "английски (Американска Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "персийски (Афганистан)", "fa_IR": "персийски (Иран)", "ff": "фула", + "ff_CM": "фула (Камерун)", + "ff_GN": "фула (Гвинея)", + "ff_Latn": "фула (латиница)", + "ff_Latn_BF": "фула (латиница, Буркина Фасо)", + "ff_Latn_CM": "фула (латиница, Камерун)", + "ff_Latn_GH": "фула (латиница, Гана)", + "ff_Latn_GM": "фула (латиница, Гамбия)", + "ff_Latn_GN": "фула (латиница, Гвинея)", + "ff_Latn_GW": "фула (латиница, Гвинея-Бисау)", + "ff_Latn_LR": "фула (латиница, Либерия)", + "ff_Latn_MR": "фула (латиница, Мавритания)", + "ff_Latn_NE": "фула (латиница, Нигер)", + "ff_Latn_NG": "фула (латиница, Нигерия)", + "ff_Latn_SL": "фула (латиница, Сиера Леоне)", + "ff_Latn_SN": "фула (латиница, Сенегал)", + "ff_MR": "фула (Мавритания)", + "ff_SN": "фула (Сенегал)", "fi": "фински", "fi_FI": "фински (Финландия)", "fo": "фарьорски", @@ -375,7 +393,7 @@ "mi": "маорски", "mi_NZ": "маорски (Нова Зеландия)", "mk": "македонски", - "mk_MK": "македонски (Македония)", + "mk_MK": "македонски (Северна Македония)", "ml": "малаялам", "ml_IN": "малаялам (Индия)", "mn": "монголски", @@ -429,6 +447,7 @@ "pl_PL": "полски (Полша)", "ps": "пущу", "ps_AF": "пущу (Афганистан)", + "ps_PK": "пущу (Пакистан)", "pt": "португалски", "pt_AO": "португалски (Ангола)", "pt_BR": "португалски (Бразилия)", @@ -487,7 +506,7 @@ "so_SO": "сомалийски (Сомалия)", "sq": "албански", "sq_AL": "албански (Албания)", - "sq_MK": "албански (Македония)", + "sq_MK": "албански (Северна Македония)", "sq_XK": "албански (Косово)", "sr": "сръбски", "sr_BA": "сръбски (Босна и Херцеговина)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/bm.json b/src/Symfony/Component/Intl/Resources/data/locales/bm.json index 3f3c909811ebb..95841671d190f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/bm.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/bm.json @@ -53,6 +53,7 @@ "el_CY": "gɛrɛsikan (Cipri)", "el_GR": "gɛrɛsikan (Gɛrɛsi)", "en": "angilɛkan", + "en_AE": "angilɛkan (Arabu mara kafoli)", "en_AG": "angilɛkan (Antiga-ni-Barbuda)", "en_AI": "angilɛkan (Angiya)", "en_AS": "angilɛkan (Samowa amerikani)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/bn.json b/src/Symfony/Component/Intl/Resources/data/locales/bn.json index 59007e655ef59..433103472716b 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/bn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/bn.json @@ -94,6 +94,7 @@ "el_CY": "গ্রিক (সাইপ্রাস)", "el_GR": "গ্রিক (গ্রীস)", "en": "ইংরেজি", + "en_AE": "ইংরেজি (সংযুক্ত আরব আমিরাত)", "en_AG": "ইংরেজি (অ্যান্টিগুয়া ও বারবুডা)", "en_AI": "ইংরেজি (এ্যাঙ্গুইলা)", "en_AS": "ইংরেজি (আমেরিকান সামোয়া)", @@ -178,7 +179,7 @@ "en_SL": "ইংরেজি (সিয়েরা লিওন)", "en_SS": "ইংরেজি (দক্ষিণ সুদান)", "en_SX": "ইংরেজি (সিন্ট মার্টেন)", - "en_SZ": "ইংরেজি (সোয়াজিল্যান্ড)", + "en_SZ": "ইংরেজি (ইসওয়াতিনি)", "en_TC": "ইংরেজি (তুর্কস ও কাইকোস দ্বীপপুঞ্জ)", "en_TK": "ইংরেজি (টোকেলাউ)", "en_TO": "ইংরেজি (টোঙ্গা)", @@ -233,6 +234,23 @@ "fa_AF": "ফার্সি (আফগানিস্তান)", "fa_IR": "ফার্সি (ইরান)", "ff": "ফুলাহ্", + "ff_CM": "ফুলাহ্ (ক্যামেরুন)", + "ff_GN": "ফুলাহ্ (গিনি)", + "ff_Latn": "ফুলাহ্ (ল্যাটিন)", + "ff_Latn_BF": "ফুলাহ্ (ল্যাটিন, বুরকিনা ফাসো)", + "ff_Latn_CM": "ফুলাহ্ (ল্যাটিন, ক্যামেরুন)", + "ff_Latn_GH": "ফুলাহ্ (ল্যাটিন, ঘানা)", + "ff_Latn_GM": "ফুলাহ্ (ল্যাটিন, গাম্বিয়া)", + "ff_Latn_GN": "ফুলাহ্ (ল্যাটিন, গিনি)", + "ff_Latn_GW": "ফুলাহ্ (ল্যাটিন, গিনি-বিসাউ)", + "ff_Latn_LR": "ফুলাহ্ (ল্যাটিন, লাইবেরিয়া)", + "ff_Latn_MR": "ফুলাহ্ (ল্যাটিন, মরিতানিয়া)", + "ff_Latn_NE": "ফুলাহ্ (ল্যাটিন, নাইজার)", + "ff_Latn_NG": "ফুলাহ্ (ল্যাটিন, নাইজেরিয়া)", + "ff_Latn_SL": "ফুলাহ্ (ল্যাটিন, সিয়েরা লিওন)", + "ff_Latn_SN": "ফুলাহ্ (ল্যাটিন, সেনেগাল)", + "ff_MR": "ফুলাহ্ (মরিতানিয়া)", + "ff_SN": "ফুলাহ্ (সেনেগাল)", "fi": "ফিনিশ", "fi_FI": "ফিনিশ (ফিনল্যান্ড)", "fo": "ফারোস", @@ -429,6 +447,7 @@ "pl_PL": "পোলিশ (পোল্যান্ড)", "ps": "পুশতু", "ps_AF": "পুশতু (আফগানিস্তান)", + "ps_PK": "পুশতু (পাকিস্তান)", "pt": "পর্তুগীজ", "pt_AO": "পর্তুগীজ (অ্যাঙ্গোলা)", "pt_BR": "পর্তুগীজ (ব্রাজিল)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/br.json b/src/Symfony/Component/Intl/Resources/data/locales/br.json index 2cb24e9787859..30ba42a7a5368 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/br.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/br.json @@ -94,6 +94,7 @@ "el_CY": "gresianeg (Kiprenez)", "el_GR": "gresianeg (Gres)", "en": "saozneg", + "en_AE": "saozneg (Emirelezhioù Arab Unanet)", "en_AG": "saozneg (Antigua ha Barbuda)", "en_AI": "saozneg (Anguilla)", "en_AS": "saozneg (Samoa Amerikan)", @@ -233,6 +234,23 @@ "fa_AF": "perseg (Afghanistan)", "fa_IR": "perseg (Iran)", "ff": "fula", + "ff_CM": "fula (Kameroun)", + "ff_GN": "fula (Ginea)", + "ff_Latn": "fula (latin)", + "ff_Latn_BF": "fula (latin, Burkina Faso)", + "ff_Latn_CM": "fula (latin, Kameroun)", + "ff_Latn_GH": "fula (latin, Ghana)", + "ff_Latn_GM": "fula (latin, Gambia)", + "ff_Latn_GN": "fula (latin, Ginea)", + "ff_Latn_GW": "fula (latin, Ginea-Bissau)", + "ff_Latn_LR": "fula (latin, Liberia)", + "ff_Latn_MR": "fula (latin, Maouritania)", + "ff_Latn_NE": "fula (latin, Niger)", + "ff_Latn_NG": "fula (latin, Nigeria)", + "ff_Latn_SL": "fula (latin, Sierra Leone)", + "ff_Latn_SN": "fula (latin, Senegal)", + "ff_MR": "fula (Maouritania)", + "ff_SN": "fula (Senegal)", "fi": "finneg", "fi_FI": "finneg (Finland)", "fo": "faeroeg", @@ -429,6 +447,7 @@ "pl_PL": "poloneg (Polonia)", "ps": "pachto", "ps_AF": "pachto (Afghanistan)", + "ps_PK": "pachto (Pakistan)", "pt": "portugaleg", "pt_AO": "portugaleg (Angola)", "pt_BR": "portugaleg (Brazil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/bs.json b/src/Symfony/Component/Intl/Resources/data/locales/bs.json index 6875af1adff10..476b53ab132a0 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/bs.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/bs.json @@ -94,6 +94,7 @@ "el_CY": "grčki (Kipar)", "el_GR": "grčki (Grčka)", "en": "engleski", + "en_AE": "engleski (Ujedinjeni Arapski Emirati)", "en_AG": "engleski (Antigva i Barbuda)", "en_AI": "engleski (Angvila)", "en_AS": "engleski (Američka Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "perzijski (Afganistan)", "fa_IR": "perzijski (Iran)", "ff": "fulah", + "ff_CM": "fulah (Kamerun)", + "ff_GN": "fulah (Gvineja)", + "ff_Latn": "fulah (latinica)", + "ff_Latn_BF": "fulah (latinica, Burkina Faso)", + "ff_Latn_CM": "fulah (latinica, Kamerun)", + "ff_Latn_GH": "fulah (latinica, Gana)", + "ff_Latn_GM": "fulah (latinica, Gambija)", + "ff_Latn_GN": "fulah (latinica, Gvineja)", + "ff_Latn_GW": "fulah (latinica, Gvineja-Bisao)", + "ff_Latn_LR": "fulah (latinica, Liberija)", + "ff_Latn_MR": "fulah (latinica, Mauritanija)", + "ff_Latn_NE": "fulah (latinica, Niger)", + "ff_Latn_NG": "fulah (latinica, Nigerija)", + "ff_Latn_SL": "fulah (latinica, Sijera Leone)", + "ff_Latn_SN": "fulah (latinica, Senegal)", + "ff_MR": "fulah (Mauritanija)", + "ff_SN": "fulah (Senegal)", "fi": "finski", "fi_FI": "finski (Finska)", "fo": "farski", @@ -429,6 +447,7 @@ "pl_PL": "poljski (Poljska)", "ps": "paštu", "ps_AF": "paštu (Afganistan)", + "ps_PK": "paštu (Pakistan)", "pt": "portugalski", "pt_AO": "portugalski (Angola)", "pt_BR": "portugalski (Brazil)", 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 e6ea4b6a578b1..6542369ed5634 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/bs_Cyrl.json @@ -94,6 +94,7 @@ "el_CY": "грчки (Кипар)", "el_GR": "грчки (Грчка)", "en": "енглески", + "en_AE": "енглески (Уједињени Арапски Емирати)", "en_AG": "енглески (Антигва и Барбуда)", "en_AI": "енглески (Ангвила)", "en_AS": "енглески (Америчка Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "персијски (Афганистан)", "fa_IR": "персијски (Иран)", "ff": "фулах", + "ff_CM": "фулах (Камерун)", + "ff_GN": "фулах (Гвинеја)", + "ff_Latn": "фулах (латиница)", + "ff_Latn_BF": "фулах (латиница, Буркина Фасо)", + "ff_Latn_CM": "фулах (латиница, Камерун)", + "ff_Latn_GH": "фулах (латиница, Гана)", + "ff_Latn_GM": "фулах (латиница, Гамбија)", + "ff_Latn_GN": "фулах (латиница, Гвинеја)", + "ff_Latn_GW": "фулах (латиница, Гвинеја-Бисау)", + "ff_Latn_LR": "фулах (латиница, Либерија)", + "ff_Latn_MR": "фулах (латиница, Мауританија)", + "ff_Latn_NE": "фулах (латиница, Нигер)", + "ff_Latn_NG": "фулах (латиница, Нигерија)", + "ff_Latn_SL": "фулах (латиница, Сијера Леоне)", + "ff_Latn_SN": "фулах (латиница, Сенегал)", + "ff_MR": "фулах (Мауританија)", + "ff_SN": "фулах (Сенегал)", "fi": "фински", "fi_FI": "фински (Финска)", "fo": "фарски", @@ -429,6 +447,7 @@ "pl_PL": "пољски (Пољска)", "ps": "паштунски", "ps_AF": "паштунски (Афганистан)", + "ps_PK": "паштунски (Пакистан)", "pt": "португалски", "pt_AO": "португалски (Ангола)", "pt_BR": "португалски (Бразил)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ca.json b/src/Symfony/Component/Intl/Resources/data/locales/ca.json index ed86cb7bc4995..b0450c823bb94 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ca.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ca.json @@ -94,6 +94,7 @@ "el_CY": "grec (Xipre)", "el_GR": "grec (Grècia)", "en": "anglès", + "en_AE": "anglès (Emirats Àrabs Units)", "en_AG": "anglès (Antigua i Barbuda)", "en_AI": "anglès (Anguilla)", "en_AS": "anglès (Samoa Nord-americana)", @@ -178,7 +179,7 @@ "en_SL": "anglès (Sierra Leone)", "en_SS": "anglès (Sudan del Sud)", "en_SX": "anglès (Sint Maarten)", - "en_SZ": "anglès (Swazilàndia)", + "en_SZ": "anglès (eSwatini)", "en_TC": "anglès (Illes Turks i Caicos)", "en_TK": "anglès (Tokelau)", "en_TO": "anglès (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "persa (Afganistan)", "fa_IR": "persa (Iran)", "ff": "ful", + "ff_CM": "ful (Camerun)", + "ff_GN": "ful (Guinea)", + "ff_Latn": "ful (llatí)", + "ff_Latn_BF": "ful (llatí, Burkina Faso)", + "ff_Latn_CM": "ful (llatí, Camerun)", + "ff_Latn_GH": "ful (llatí, Ghana)", + "ff_Latn_GM": "ful (llatí, Gàmbia)", + "ff_Latn_GN": "ful (llatí, Guinea)", + "ff_Latn_GW": "ful (llatí, Guinea Bissau)", + "ff_Latn_LR": "ful (llatí, Libèria)", + "ff_Latn_MR": "ful (llatí, Mauritània)", + "ff_Latn_NE": "ful (llatí, Níger)", + "ff_Latn_NG": "ful (llatí, Nigèria)", + "ff_Latn_SL": "ful (llatí, Sierra Leone)", + "ff_Latn_SN": "ful (llatí, Senegal)", + "ff_MR": "ful (Mauritània)", + "ff_SN": "ful (Senegal)", "fi": "finès", "fi_FI": "finès (Finlàndia)", "fo": "feroès", @@ -375,7 +393,7 @@ "mi": "maori", "mi_NZ": "maori (Nova Zelanda)", "mk": "macedoni", - "mk_MK": "macedoni (Macedònia)", + "mk_MK": "macedoni (Macedònia del Nord)", "ml": "malaiàlam", "ml_IN": "malaiàlam (Índia)", "mn": "mongol", @@ -429,6 +447,7 @@ "pl_PL": "polonès (Polònia)", "ps": "paixtu", "ps_AF": "paixtu (Afganistan)", + "ps_PK": "paixtu (Pakistan)", "pt": "portuguès", "pt_AO": "portuguès (Angola)", "pt_BR": "portuguès (Brasil)", @@ -487,7 +506,7 @@ "so_SO": "somali (Somàlia)", "sq": "albanès", "sq_AL": "albanès (Albània)", - "sq_MK": "albanès (Macedònia)", + "sq_MK": "albanès (Macedònia del Nord)", "sq_XK": "albanès (Kosovo)", "sr": "serbi", "sr_BA": "serbi (Bòsnia i Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ce.json b/src/Symfony/Component/Intl/Resources/data/locales/ce.json index fd4f39d77d0aa..d3851fc5addd6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ce.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ce.json @@ -94,6 +94,7 @@ "el_CY": "грекийн (Кипр)", "el_GR": "грекийн (Греци)", "en": "ингалсан", + "en_AE": "ингалсан (Ӏарбийн Цхьанатоьхна Эмираташ)", "en_AG": "ингалсан (Антигуа а, Барбуда а)", "en_AI": "ингалсан (Ангилья)", "en_AS": "ингалсан (Американ Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "гӀажарийн (ОвхӀан мохк)", "fa_IR": "гӀажарийн (ГӀажарийчоь)", "ff": "фулах", + "ff_CM": "фулах (Камерун)", + "ff_GN": "фулах (Гвиней)", + "ff_Latn": "фулах (латинан)", + "ff_Latn_BF": "фулах (латинан, Буркина- Фасо)", + "ff_Latn_CM": "фулах (латинан, Камерун)", + "ff_Latn_GH": "фулах (латинан, Гана)", + "ff_Latn_GM": "фулах (латинан, Гамби)", + "ff_Latn_GN": "фулах (латинан, Гвиней)", + "ff_Latn_GW": "фулах (латинан, Гвиней-Бисау)", + "ff_Latn_LR": "фулах (латинан, Либери)", + "ff_Latn_MR": "фулах (латинан, Мавритани)", + "ff_Latn_NE": "фулах (латинан, Нигер)", + "ff_Latn_NG": "фулах (латинан, Нигери)", + "ff_Latn_SL": "фулах (латинан, Сьерра- Леоне)", + "ff_Latn_SN": "фулах (латинан, Сенегал)", + "ff_MR": "фулах (Мавритани)", + "ff_SN": "фулах (Сенегал)", "fi": "финнийн", "fi_FI": "финнийн (Финлянди)", "fo": "фарерийн", @@ -427,6 +445,7 @@ "pl_PL": "полякийн (Польша)", "ps": "пушту", "ps_AF": "пушту (ОвхӀан мохк)", + "ps_PK": "пушту (Пакистан)", "pt": "португалихойн", "pt_AO": "португалихойн (Ангола)", "pt_BR": "португалихойн (Бразили)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/cs.json b/src/Symfony/Component/Intl/Resources/data/locales/cs.json index 089353294a4ad..cba6d3c4ce6fd 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/cs.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/cs.json @@ -94,6 +94,7 @@ "el_CY": "řečtina (Kypr)", "el_GR": "řečtina (Řecko)", "en": "angličtina", + "en_AE": "angličtina (Spojené arabské emiráty)", "en_AG": "angličtina (Antigua a Barbuda)", "en_AI": "angličtina (Anguilla)", "en_AS": "angličtina (Americká Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "perština (Afghánistán)", "fa_IR": "perština (Írán)", "ff": "fulbština", + "ff_CM": "fulbština (Kamerun)", + "ff_GN": "fulbština (Guinea)", + "ff_Latn": "fulbština (latinka)", + "ff_Latn_BF": "fulbština (latinka, Burkina Faso)", + "ff_Latn_CM": "fulbština (latinka, Kamerun)", + "ff_Latn_GH": "fulbština (latinka, Ghana)", + "ff_Latn_GM": "fulbština (latinka, Gambie)", + "ff_Latn_GN": "fulbština (latinka, Guinea)", + "ff_Latn_GW": "fulbština (latinka, Guinea-Bissau)", + "ff_Latn_LR": "fulbština (latinka, Libérie)", + "ff_Latn_MR": "fulbština (latinka, Mauritánie)", + "ff_Latn_NE": "fulbština (latinka, Niger)", + "ff_Latn_NG": "fulbština (latinka, Nigérie)", + "ff_Latn_SL": "fulbština (latinka, Sierra Leone)", + "ff_Latn_SN": "fulbština (latinka, Senegal)", + "ff_MR": "fulbština (Mauritánie)", + "ff_SN": "fulbština (Senegal)", "fi": "finština", "fi_FI": "finština (Finsko)", "fo": "faerština", @@ -375,7 +393,7 @@ "mi": "maorština", "mi_NZ": "maorština (Nový Zéland)", "mk": "makedonština", - "mk_MK": "makedonština (Makedonie)", + "mk_MK": "makedonština (Severní Makedonie)", "ml": "malajálamština", "ml_IN": "malajálamština (Indie)", "mn": "mongolština", @@ -429,6 +447,7 @@ "pl_PL": "polština (Polsko)", "ps": "paštština", "ps_AF": "paštština (Afghánistán)", + "ps_PK": "paštština (Pákistán)", "pt": "portugalština", "pt_AO": "portugalština (Angola)", "pt_BR": "portugalština (Brazílie)", @@ -487,7 +506,7 @@ "so_SO": "somálština (Somálsko)", "sq": "albánština", "sq_AL": "albánština (Albánie)", - "sq_MK": "albánština (Makedonie)", + "sq_MK": "albánština (Severní Makedonie)", "sq_XK": "albánština (Kosovo)", "sr": "srbština", "sr_BA": "srbština (Bosna a Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/cy.json b/src/Symfony/Component/Intl/Resources/data/locales/cy.json index 344d78e43de1b..76a3f6231ca5f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/cy.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/cy.json @@ -94,6 +94,7 @@ "el_CY": "Groeg (Cyprus)", "el_GR": "Groeg (Gwlad Groeg)", "en": "Saesneg", + "en_AE": "Saesneg (Emiradau Arabaidd Unedig)", "en_AG": "Saesneg (Antigua a Barbuda)", "en_AI": "Saesneg (Anguilla)", "en_AS": "Saesneg (Samoa America)", @@ -178,7 +179,7 @@ "en_SL": "Saesneg (Sierra Leone)", "en_SS": "Saesneg (De Swdan)", "en_SX": "Saesneg (Sint Maarten)", - "en_SZ": "Saesneg (Gwlad Swazi)", + "en_SZ": "Saesneg (Eswatini)", "en_TC": "Saesneg (Ynysoedd Turks a Caicos)", "en_TK": "Saesneg (Tokelau)", "en_TO": "Saesneg (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "Perseg (Afghanistan)", "fa_IR": "Perseg (Iran)", "ff": "Ffwla", + "ff_CM": "Ffwla (Camerŵn)", + "ff_GN": "Ffwla (Guinée)", + "ff_Latn": "Ffwla (Lladin)", + "ff_Latn_BF": "Ffwla (Lladin, Burkina Faso)", + "ff_Latn_CM": "Ffwla (Lladin, Camerŵn)", + "ff_Latn_GH": "Ffwla (Lladin, Ghana)", + "ff_Latn_GM": "Ffwla (Lladin, Gambia)", + "ff_Latn_GN": "Ffwla (Lladin, Guinée)", + "ff_Latn_GW": "Ffwla (Lladin, Guiné-Bissau)", + "ff_Latn_LR": "Ffwla (Lladin, Liberia)", + "ff_Latn_MR": "Ffwla (Lladin, Mauritania)", + "ff_Latn_NE": "Ffwla (Lladin, Niger)", + "ff_Latn_NG": "Ffwla (Lladin, Nigeria)", + "ff_Latn_SL": "Ffwla (Lladin, Sierra Leone)", + "ff_Latn_SN": "Ffwla (Lladin, Senegal)", + "ff_MR": "Ffwla (Mauritania)", + "ff_SN": "Ffwla (Senegal)", "fi": "Ffinneg", "fi_FI": "Ffinneg (Y Ffindir)", "fo": "Ffaröeg", @@ -429,6 +447,7 @@ "pl_PL": "Pwyleg (Gwlad Pwyl)", "ps": "Pashto", "ps_AF": "Pashto (Afghanistan)", + "ps_PK": "Pashto (Pakistan)", "pt": "Portiwgeeg", "pt_AO": "Portiwgeeg (Angola)", "pt_BR": "Portiwgeeg (Brasil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/da.json b/src/Symfony/Component/Intl/Resources/data/locales/da.json index fdac1a4135354..d484be943c6cf 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/da.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/da.json @@ -94,6 +94,7 @@ "el_CY": "græsk (Cypern)", "el_GR": "græsk (Grækenland)", "en": "engelsk", + "en_AE": "engelsk (De Forenede Arabiske Emirater)", "en_AG": "engelsk (Antigua og Barbuda)", "en_AI": "engelsk (Anguilla)", "en_AS": "engelsk (Amerikansk Samoa)", @@ -178,7 +179,7 @@ "en_SL": "engelsk (Sierra Leone)", "en_SS": "engelsk (Sydsudan)", "en_SX": "engelsk (Sint Maarten)", - "en_SZ": "engelsk (Swaziland)", + "en_SZ": "engelsk (Eswatini)", "en_TC": "engelsk (Turks- og Caicosøerne)", "en_TK": "engelsk (Tokelau)", "en_TO": "engelsk (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "persisk (Afghanistan)", "fa_IR": "persisk (Iran)", "ff": "fulah", + "ff_CM": "fulah (Cameroun)", + "ff_GN": "fulah (Guinea)", + "ff_Latn": "fulah (latinsk)", + "ff_Latn_BF": "fulah (latinsk, Burkina Faso)", + "ff_Latn_CM": "fulah (latinsk, Cameroun)", + "ff_Latn_GH": "fulah (latinsk, Ghana)", + "ff_Latn_GM": "fulah (latinsk, Gambia)", + "ff_Latn_GN": "fulah (latinsk, Guinea)", + "ff_Latn_GW": "fulah (latinsk, Guinea-Bissau)", + "ff_Latn_LR": "fulah (latinsk, Liberia)", + "ff_Latn_MR": "fulah (latinsk, Mauretanien)", + "ff_Latn_NE": "fulah (latinsk, Niger)", + "ff_Latn_NG": "fulah (latinsk, Nigeria)", + "ff_Latn_SL": "fulah (latinsk, Sierra Leone)", + "ff_Latn_SN": "fulah (latinsk, Senegal)", + "ff_MR": "fulah (Mauretanien)", + "ff_SN": "fulah (Senegal)", "fi": "finsk", "fi_FI": "finsk (Finland)", "fo": "færøsk", @@ -429,6 +447,7 @@ "pl_PL": "polsk (Polen)", "ps": "pashto", "ps_AF": "pashto (Afghanistan)", + "ps_PK": "pashto (Pakistan)", "pt": "portugisisk", "pt_AO": "portugisisk (Angola)", "pt_BR": "portugisisk (Brasilien)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/de.json b/src/Symfony/Component/Intl/Resources/data/locales/de.json index dd27a53ec79e6..ce3037d71cbcf 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/de.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/de.json @@ -94,6 +94,7 @@ "el_CY": "Griechisch (Zypern)", "el_GR": "Griechisch (Griechenland)", "en": "Englisch", + "en_AE": "Englisch (Vereinigte Arabische Emirate)", "en_AG": "Englisch (Antigua und Barbuda)", "en_AI": "Englisch (Anguilla)", "en_AS": "Englisch (Amerikanisch-Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "Persisch (Afghanistan)", "fa_IR": "Persisch (Iran)", "ff": "Ful", + "ff_CM": "Ful (Kamerun)", + "ff_GN": "Ful (Guinea)", + "ff_Latn": "Ful (Lateinisch)", + "ff_Latn_BF": "Ful (Lateinisch, Burkina Faso)", + "ff_Latn_CM": "Ful (Lateinisch, Kamerun)", + "ff_Latn_GH": "Ful (Lateinisch, Ghana)", + "ff_Latn_GM": "Ful (Lateinisch, Gambia)", + "ff_Latn_GN": "Ful (Lateinisch, Guinea)", + "ff_Latn_GW": "Ful (Lateinisch, Guinea-Bissau)", + "ff_Latn_LR": "Ful (Lateinisch, Liberia)", + "ff_Latn_MR": "Ful (Lateinisch, Mauretanien)", + "ff_Latn_NE": "Ful (Lateinisch, Niger)", + "ff_Latn_NG": "Ful (Lateinisch, Nigeria)", + "ff_Latn_SL": "Ful (Lateinisch, Sierra Leone)", + "ff_Latn_SN": "Ful (Lateinisch, Senegal)", + "ff_MR": "Ful (Mauretanien)", + "ff_SN": "Ful (Senegal)", "fi": "Finnisch", "fi_FI": "Finnisch (Finnland)", "fo": "Färöisch", @@ -375,7 +393,7 @@ "mi": "Maori", "mi_NZ": "Maori (Neuseeland)", "mk": "Mazedonisch", - "mk_MK": "Mazedonisch (Mazedonien)", + "mk_MK": "Mazedonisch (Nordmazedonien)", "ml": "Malayalam", "ml_IN": "Malayalam (Indien)", "mn": "Mongolisch", @@ -429,6 +447,7 @@ "pl_PL": "Polnisch (Polen)", "ps": "Paschtu", "ps_AF": "Paschtu (Afghanistan)", + "ps_PK": "Paschtu (Pakistan)", "pt": "Portugiesisch", "pt_AO": "Portugiesisch (Angola)", "pt_BR": "Portugiesisch (Brasilien)", @@ -487,7 +506,7 @@ "so_SO": "Somali (Somalia)", "sq": "Albanisch", "sq_AL": "Albanisch (Albanien)", - "sq_MK": "Albanisch (Mazedonien)", + "sq_MK": "Albanisch (Nordmazedonien)", "sq_XK": "Albanisch (Kosovo)", "sr": "Serbisch", "sr_BA": "Serbisch (Bosnien und Herzegowina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/dz.json b/src/Symfony/Component/Intl/Resources/data/locales/dz.json index 49d6456b3ded3..75d02ee54b446 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/dz.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/dz.json @@ -83,6 +83,7 @@ "el_CY": "གྲིཀ་ཁ (སཱའི་པྲས)", "el_GR": "གྲིཀ་ཁ (གིརིས྄)", "en": "ཨིང་ལིཤ་ཁ", + "en_AE": "ཨིང་ལིཤ་ཁ (ཡུ་ནཱའི་ཊེཌ་ ཨ་རབ་ ཨེ་མེ་རེཊས)", "en_AG": "ཨིང་ལིཤ་ཁ (ཨན་ཊི་གུ་ཝ་ ཨེནཌ་ བྷར་བྷུ་ཌ)", "en_AI": "ཨིང་ལིཤ་ཁ (ཨང་གི་ལ)", "en_AS": "ཨིང་ལིཤ་ཁ (ས་མོ་ཨ་ཡུ་ཨེས་ཨེ་མངའ་ཁོངས)", @@ -385,6 +386,7 @@ "pl_PL": "པོ་ལིཤ་ཁ (པོ་ལེནཌ)", "ps": "པཱཤ་ཏོ་ཁ", "ps_AF": "པཱཤ་ཏོ་ཁ (ཨཕ་གྷ་ནི་སཏཱན)", + "ps_PK": "པཱཤ་ཏོ་ཁ (པ་ཀི་སཏཱན)", "pt": "པོར་ཅུ་གིས་ཁ", "pt_AO": "པོར་ཅུ་གིས་ཁ (ཨང་གྷོ་ལ)", "pt_BR": "པོར་ཅུ་གིས་ཁ (བྲ་ཛིལ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ee.json b/src/Symfony/Component/Intl/Resources/data/locales/ee.json index cdbe02d3a38e1..fabbf771468fe 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ee.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ee.json @@ -91,6 +91,7 @@ "el_CY": "grisigbe (Saiprus nutome)", "el_GR": "grisigbe (Greece nutome)", "en": "Yevugbe", + "en_AE": "Yevugbe (United Arab Emirates nutome)", "en_AG": "Yevugbe (́Antigua kple Barbuda nutome)", "en_AI": "Yevugbe (Anguilla nutome)", "en_AS": "Yevugbe (Amerika Samoa nutome)", @@ -395,6 +396,7 @@ "pl_PL": "Polishgbe (Poland nutome)", "ps": "pashtogbe", "ps_AF": "pashtogbe (Afghanistan nutome)", + "ps_PK": "pashtogbe (Pakistan nutome)", "pt": "Portuguesegbe", "pt_AO": "Portuguesegbe (Angola nutome)", "pt_BR": "Portuguesegbe (Brazil nutome)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/el.json b/src/Symfony/Component/Intl/Resources/data/locales/el.json index 4709d7cf150c8..b2e86d85489bc 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/el.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/el.json @@ -94,6 +94,7 @@ "el_CY": "Ελληνικά (Κύπρος)", "el_GR": "Ελληνικά (Ελλάδα)", "en": "Αγγλικά", + "en_AE": "Αγγλικά (Ηνωμένα Αραβικά Εμιράτα)", "en_AG": "Αγγλικά (Αντίγκουα και Μπαρμπούντα)", "en_AI": "Αγγλικά (Ανγκουίλα)", "en_AS": "Αγγλικά (Αμερικανική Σαμόα)", @@ -233,6 +234,23 @@ "fa_AF": "Περσικά (Αφγανιστάν)", "fa_IR": "Περσικά (Ιράν)", "ff": "Φουλά", + "ff_CM": "Φουλά (Καμερούν)", + "ff_GN": "Φουλά (Γουινέα)", + "ff_Latn": "Φουλά (Λατινικό)", + "ff_Latn_BF": "Φουλά (Λατινικό, Μπουρκίνα Φάσο)", + "ff_Latn_CM": "Φουλά (Λατινικό, Καμερούν)", + "ff_Latn_GH": "Φουλά (Λατινικό, Γκάνα)", + "ff_Latn_GM": "Φουλά (Λατινικό, Γκάμπια)", + "ff_Latn_GN": "Φουλά (Λατινικό, Γουινέα)", + "ff_Latn_GW": "Φουλά (Λατινικό, Γουινέα Μπισάου)", + "ff_Latn_LR": "Φουλά (Λατινικό, Λιβερία)", + "ff_Latn_MR": "Φουλά (Λατινικό, Μαυριτανία)", + "ff_Latn_NE": "Φουλά (Λατινικό, Νίγηρας)", + "ff_Latn_NG": "Φουλά (Λατινικό, Νιγηρία)", + "ff_Latn_SL": "Φουλά (Λατινικό, Σιέρα Λεόνε)", + "ff_Latn_SN": "Φουλά (Λατινικό, Σενεγάλη)", + "ff_MR": "Φουλά (Μαυριτανία)", + "ff_SN": "Φουλά (Σενεγάλη)", "fi": "Φινλανδικά", "fi_FI": "Φινλανδικά (Φινλανδία)", "fo": "Φεροϊκά", @@ -374,8 +392,8 @@ "mg_MG": "Μαλγασικά (Μαδαγασκάρη)", "mi": "Μαορί", "mi_NZ": "Μαορί (Νέα Ζηλανδία)", - "mk": "Σλαβομακεδονικά", - "mk_MK": "Σλαβομακεδονικά (Πρώην Γιουγκοσλαβική Δημοκρατία της Μακεδονίας)", + "mk": "Μακεδονικά", + "mk_MK": "Μακεδονικά (Βόρεια Μακεδονία)", "ml": "Μαλαγιαλαμικά", "ml_IN": "Μαλαγιαλαμικά (Ινδία)", "mn": "Μογγολικά", @@ -429,6 +447,7 @@ "pl_PL": "Πολωνικά (Πολωνία)", "ps": "Πάστο", "ps_AF": "Πάστο (Αφγανιστάν)", + "ps_PK": "Πάστο (Πακιστάν)", "pt": "Πορτογαλικά", "pt_AO": "Πορτογαλικά (Αγκόλα)", "pt_BR": "Πορτογαλικά (Βραζιλία)", @@ -487,7 +506,7 @@ "so_SO": "Σομαλικά (Σομαλία)", "sq": "Αλβανικά", "sq_AL": "Αλβανικά (Αλβανία)", - "sq_MK": "Αλβανικά (Πρώην Γιουγκοσλαβική Δημοκρατία της Μακεδονίας)", + "sq_MK": "Αλβανικά (Βόρεια Μακεδονία)", "sq_XK": "Αλβανικά (Κοσσυφοπέδιο)", "sr": "Σερβικά", "sr_BA": "Σερβικά (Βοσνία - Ερζεγοβίνη)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/en.json b/src/Symfony/Component/Intl/Resources/data/locales/en.json index 49bda148e89e7..41de0fc444075 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/en.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/en.json @@ -94,6 +94,7 @@ "el_CY": "Greek (Cyprus)", "el_GR": "Greek (Greece)", "en": "English", + "en_AE": "English (United Arab Emirates)", "en_AG": "English (Antigua & Barbuda)", "en_AI": "English (Anguilla)", "en_AS": "English (American Samoa)", @@ -147,7 +148,7 @@ "en_LS": "English (Lesotho)", "en_MG": "English (Madagascar)", "en_MH": "English (Marshall Islands)", - "en_MO": "English (Macau SAR China)", + "en_MO": "English (Macao SAR China)", "en_MP": "English (Northern Mariana Islands)", "en_MS": "English (Montserrat)", "en_MT": "English (Malta)", @@ -178,7 +179,7 @@ "en_SL": "English (Sierra Leone)", "en_SS": "English (South Sudan)", "en_SX": "English (Sint Maarten)", - "en_SZ": "English (Swaziland)", + "en_SZ": "English (Eswatini)", "en_TC": "English (Turks & Caicos Islands)", "en_TK": "English (Tokelau)", "en_TO": "English (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "Persian (Afghanistan)", "fa_IR": "Persian (Iran)", "ff": "Fulah", + "ff_CM": "Fulah (Cameroon)", + "ff_GN": "Fulah (Guinea)", + "ff_Latn": "Fulah (Latin)", + "ff_Latn_BF": "Fulah (Latin, Burkina Faso)", + "ff_Latn_CM": "Fulah (Latin, Cameroon)", + "ff_Latn_GH": "Fulah (Latin, Ghana)", + "ff_Latn_GM": "Fulah (Latin, Gambia)", + "ff_Latn_GN": "Fulah (Latin, Guinea)", + "ff_Latn_GW": "Fulah (Latin, Guinea-Bissau)", + "ff_Latn_LR": "Fulah (Latin, Liberia)", + "ff_Latn_MR": "Fulah (Latin, Mauritania)", + "ff_Latn_NE": "Fulah (Latin, Niger)", + "ff_Latn_NG": "Fulah (Latin, Nigeria)", + "ff_Latn_SL": "Fulah (Latin, Sierra Leone)", + "ff_Latn_SN": "Fulah (Latin, Senegal)", + "ff_MR": "Fulah (Mauritania)", + "ff_SN": "Fulah (Senegal)", "fi": "Finnish", "fi_FI": "Finnish (Finland)", "fo": "Faroese", @@ -375,7 +393,7 @@ "mi": "Maori", "mi_NZ": "Maori (New Zealand)", "mk": "Macedonian", - "mk_MK": "Macedonian (Macedonia)", + "mk_MK": "Macedonian (North Macedonia)", "ml": "Malayalam", "ml_IN": "Malayalam (India)", "mn": "Mongolian", @@ -429,6 +447,7 @@ "pl_PL": "Polish (Poland)", "ps": "Pashto", "ps_AF": "Pashto (Afghanistan)", + "ps_PK": "Pashto (Pakistan)", "pt": "Portuguese", "pt_AO": "Portuguese (Angola)", "pt_BR": "Portuguese (Brazil)", @@ -437,7 +456,7 @@ "pt_GQ": "Portuguese (Equatorial Guinea)", "pt_GW": "Portuguese (Guinea-Bissau)", "pt_LU": "Portuguese (Luxembourg)", - "pt_MO": "Portuguese (Macau SAR China)", + "pt_MO": "Portuguese (Macao SAR China)", "pt_MZ": "Portuguese (Mozambique)", "pt_PT": "Portuguese (Portugal)", "pt_ST": "Portuguese (São Tomé & Príncipe)", @@ -487,7 +506,7 @@ "so_SO": "Somali (Somalia)", "sq": "Albanian", "sq_AL": "Albanian (Albania)", - "sq_MK": "Albanian (Macedonia)", + "sq_MK": "Albanian (North Macedonia)", "sq_XK": "Albanian (Kosovo)", "sr": "Serbian", "sr_BA": "Serbian (Bosnia & Herzegovina)", @@ -570,13 +589,13 @@ "zh_Hans": "Chinese (Simplified)", "zh_Hans_CN": "Chinese (Simplified, China)", "zh_Hans_HK": "Chinese (Simplified, Hong Kong SAR China)", - "zh_Hans_MO": "Chinese (Simplified, Macau SAR China)", + "zh_Hans_MO": "Chinese (Simplified, Macao SAR China)", "zh_Hans_SG": "Chinese (Simplified, Singapore)", "zh_Hant": "Chinese (Traditional)", "zh_Hant_HK": "Chinese (Traditional, Hong Kong SAR China)", - "zh_Hant_MO": "Chinese (Traditional, Macau SAR China)", + "zh_Hant_MO": "Chinese (Traditional, Macao SAR China)", "zh_Hant_TW": "Chinese (Traditional, Taiwan)", - "zh_MO": "Chinese (Macau SAR China)", + "zh_MO": "Chinese (Macao SAR China)", "zh_SG": "Chinese (Singapore)", "zh_TW": "Chinese (Taiwan)", "zu": "Zulu", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/eo.json b/src/Symfony/Component/Intl/Resources/data/locales/eo.json index b2a2720c4e44d..9bce7c22ced52 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/eo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/eo.json @@ -75,6 +75,7 @@ "el_CY": "greka (Kipro)", "el_GR": "greka (Grekujo)", "en": "angla", + "en_AE": "angla (Unuiĝintaj Arabaj Emirlandoj)", "en_AG": "angla (Antigvo-Barbudo)", "en_AI": "angla (Angvilo)", "en_AT": "angla (Aŭstrujo)", @@ -362,6 +363,7 @@ "pl_PL": "pola (Pollando)", "ps": "paŝtoa", "ps_AF": "paŝtoa (Afganujo)", + "ps_PK": "paŝtoa (Pakistano)", "pt": "portugala", "pt_AO": "portugala (Angolo)", "pt_BR": "portugala (Brazilo)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es.json b/src/Symfony/Component/Intl/Resources/data/locales/es.json index 4c8ec87806823..2f88dbb7b1c77 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es.json @@ -94,6 +94,7 @@ "el_CY": "griego (Chipre)", "el_GR": "griego (Grecia)", "en": "inglés", + "en_AE": "inglés (Emiratos Árabes Unidos)", "en_AG": "inglés (Antigua y Barbuda)", "en_AI": "inglés (Anguila)", "en_AS": "inglés (Samoa Americana)", @@ -178,7 +179,7 @@ "en_SL": "inglés (Sierra Leona)", "en_SS": "inglés (Sudán del Sur)", "en_SX": "inglés (Sint Maarten)", - "en_SZ": "inglés (Suazilandia)", + "en_SZ": "inglés (Esuatini)", "en_TC": "inglés (Islas Turcas y Caicos)", "en_TK": "inglés (Tokelau)", "en_TO": "inglés (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "persa (Afganistán)", "fa_IR": "persa (Irán)", "ff": "fula", + "ff_CM": "fula (Camerún)", + "ff_GN": "fula (Guinea)", + "ff_Latn": "fula (latino)", + "ff_Latn_BF": "fula (latino, Burkina Faso)", + "ff_Latn_CM": "fula (latino, Camerún)", + "ff_Latn_GH": "fula (latino, Ghana)", + "ff_Latn_GM": "fula (latino, Gambia)", + "ff_Latn_GN": "fula (latino, Guinea)", + "ff_Latn_GW": "fula (latino, Guinea-Bisáu)", + "ff_Latn_LR": "fula (latino, Liberia)", + "ff_Latn_MR": "fula (latino, Mauritania)", + "ff_Latn_NE": "fula (latino, Níger)", + "ff_Latn_NG": "fula (latino, Nigeria)", + "ff_Latn_SL": "fula (latino, Sierra Leona)", + "ff_Latn_SN": "fula (latino, Senegal)", + "ff_MR": "fula (Mauritania)", + "ff_SN": "fula (Senegal)", "fi": "finés", "fi_FI": "finés (Finlandia)", "fo": "feroés", @@ -429,6 +447,7 @@ "pl_PL": "polaco (Polonia)", "ps": "pastún", "ps_AF": "pastún (Afganistán)", + "ps_PK": "pastún (Pakistán)", "pt": "portugués", "pt_AO": "portugués (Angola)", "pt_BR": "portugués (Brasil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/es_419.json b/src/Symfony/Component/Intl/Resources/data/locales/es_419.json index b1e5750940087..94161a67bffca 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_419.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_419.json @@ -7,11 +7,25 @@ "bs_Latn": "bosnio (latín)", "bs_Latn_BA": "bosnio (latín, Bosnia-Herzegovina)", "en_GG": "inglés (Guernesey)", + "en_SZ": "inglés (Suazilandia)", "en_UM": "inglés (Islas Ultramarinas de EE.UU.)", "en_VI": "inglés (Islas Vírgenes de los Estados Unidos)", "es_IC": "español (Islas Canarias)", "eu": "vasco", "eu_ES": "vasco (España)", + "ff_Latn": "fula (latín)", + "ff_Latn_BF": "fula (latín, Burkina Faso)", + "ff_Latn_CM": "fula (latín, Camerún)", + "ff_Latn_GH": "fula (latín, Ghana)", + "ff_Latn_GM": "fula (latín, Gambia)", + "ff_Latn_GN": "fula (latín, Guinea)", + "ff_Latn_GW": "fula (latín, Guinea-Bisáu)", + "ff_Latn_LR": "fula (latín, Liberia)", + "ff_Latn_MR": "fula (latín, Mauritania)", + "ff_Latn_NE": "fula (latín, Níger)", + "ff_Latn_NG": "fula (latín, Nigeria)", + "ff_Latn_SL": "fula (latín, Sierra Leona)", + "ff_Latn_SN": "fula (latín, Senegal)", "fr_CG": "francés (República del Congo)", "fr_CI": "francés (Costa de Marfil)", "gu": "gujarati", 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 9ba36972b99dc..f21eb3fae8830 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/es_MX.json @@ -1,6 +1,7 @@ { "Names": { "ar_SA": "árabe (Arabia Saudita)", + "en_SZ": "inglés (Eswatini)", "pa": "punyabí", "pa_Arab": "punyabí (árabe)", "pa_Arab_PK": "punyabí (árabe, Pakistán)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/et.json b/src/Symfony/Component/Intl/Resources/data/locales/et.json index 62fa7855e6da6..10643f60abf1b 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/et.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/et.json @@ -94,6 +94,7 @@ "el_CY": "kreeka (Küpros)", "el_GR": "kreeka (Kreeka)", "en": "inglise", + "en_AE": "inglise (Araabia Ühendemiraadid)", "en_AG": "inglise (Antigua ja Barbuda)", "en_AI": "inglise (Anguilla)", "en_AS": "inglise (Ameerika Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "pärsia (Afganistan)", "fa_IR": "pärsia (Iraan)", "ff": "fula", + "ff_CM": "fula (Kamerun)", + "ff_GN": "fula (Guinea)", + "ff_Latn": "fula (ladina)", + "ff_Latn_BF": "fula (ladina, Burkina Faso)", + "ff_Latn_CM": "fula (ladina, Kamerun)", + "ff_Latn_GH": "fula (ladina, Ghana)", + "ff_Latn_GM": "fula (ladina, Gambia)", + "ff_Latn_GN": "fula (ladina, Guinea)", + "ff_Latn_GW": "fula (ladina, Guinea-Bissau)", + "ff_Latn_LR": "fula (ladina, Libeeria)", + "ff_Latn_MR": "fula (ladina, Mauritaania)", + "ff_Latn_NE": "fula (ladina, Niger)", + "ff_Latn_NG": "fula (ladina, Nigeeria)", + "ff_Latn_SL": "fula (ladina, Sierra Leone)", + "ff_Latn_SN": "fula (ladina, Senegal)", + "ff_MR": "fula (Mauritaania)", + "ff_SN": "fula (Senegal)", "fi": "soome", "fi_FI": "soome (Soome)", "fo": "fääri", @@ -375,7 +393,7 @@ "mi": "maoori", "mi_NZ": "maoori (Uus-Meremaa)", "mk": "makedoonia", - "mk_MK": "makedoonia (Makedoonia)", + "mk_MK": "makedoonia (Põhja-Makedoonia)", "ml": "malajalami", "ml_IN": "malajalami (India)", "mn": "mongoli", @@ -429,6 +447,7 @@ "pl_PL": "poola (Poola)", "ps": "puštu", "ps_AF": "puštu (Afganistan)", + "ps_PK": "puštu (Pakistan)", "pt": "portugali", "pt_AO": "portugali (Angola)", "pt_BR": "portugali (Brasiilia)", @@ -487,7 +506,7 @@ "so_SO": "somaali (Somaalia)", "sq": "albaania", "sq_AL": "albaania (Albaania)", - "sq_MK": "albaania (Makedoonia)", + "sq_MK": "albaania (Põhja-Makedoonia)", "sq_XK": "albaania (Kosovo)", "sr": "serbia", "sr_BA": "serbia (Bosnia ja Hertsegoviina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/eu.json b/src/Symfony/Component/Intl/Resources/data/locales/eu.json index 04bc5606c49cd..ef90efd437090 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/eu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/eu.json @@ -94,6 +94,7 @@ "el_CY": "greziera (Zipre)", "el_GR": "greziera (Grezia)", "en": "ingeles", + "en_AE": "ingeles (Arabiar Emirerri Batuak)", "en_AG": "ingeles (Antigua eta Barbuda)", "en_AI": "ingeles (Aingira)", "en_AS": "ingeles (Samoa Estatubatuarra)", @@ -233,6 +234,23 @@ "fa_AF": "persiera (Afganistan)", "fa_IR": "persiera (Iran)", "ff": "fula", + "ff_CM": "fula (Kamerun)", + "ff_GN": "fula (Ginea)", + "ff_Latn": "fula (latinoa)", + "ff_Latn_BF": "fula (latinoa, Burkina Faso)", + "ff_Latn_CM": "fula (latinoa, Kamerun)", + "ff_Latn_GH": "fula (latinoa, Ghana)", + "ff_Latn_GM": "fula (latinoa, Gambia)", + "ff_Latn_GN": "fula (latinoa, Ginea)", + "ff_Latn_GW": "fula (latinoa, Ginea Bissau)", + "ff_Latn_LR": "fula (latinoa, Liberia)", + "ff_Latn_MR": "fula (latinoa, Mauritania)", + "ff_Latn_NE": "fula (latinoa, Niger)", + "ff_Latn_NG": "fula (latinoa, Nigeria)", + "ff_Latn_SL": "fula (latinoa, Sierra Leona)", + "ff_Latn_SN": "fula (latinoa, Senegal)", + "ff_MR": "fula (Mauritania)", + "ff_SN": "fula (Senegal)", "fi": "finlandiera", "fi_FI": "finlandiera (Finlandia)", "fo": "faroera", @@ -429,6 +447,7 @@ "pl_PL": "poloniera (Polonia)", "ps": "paxtuera", "ps_AF": "paxtuera (Afganistan)", + "ps_PK": "paxtuera (Pakistan)", "pt": "portuges", "pt_AO": "portuges (Angola)", "pt_BR": "portuges (Brasil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fa.json b/src/Symfony/Component/Intl/Resources/data/locales/fa.json index b25e4a01ecca6..8700054b5bfac 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fa.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fa.json @@ -94,6 +94,7 @@ "el_CY": "یونانی (قبرس)", "el_GR": "یونانی (یونان)", "en": "انگلیسی", + "en_AE": "انگلیسی (امارات متحدهٔ عربی)", "en_AG": "انگلیسی (آنتیگوا و باربودا)", "en_AI": "انگلیسی (آنگویلا)", "en_AS": "انگلیسی (ساموآی امریکا)", @@ -178,7 +179,7 @@ "en_SL": "انگلیسی (سیرالئون)", "en_SS": "انگلیسی (سودان جنوبی)", "en_SX": "انگلیسی (سنت مارتن)", - "en_SZ": "انگلیسی (سوازیلند)", + "en_SZ": "انگلیسی (اسواتینی)", "en_TC": "انگلیسی (جزایر تورکس و کایکوس)", "en_TK": "انگلیسی (توکلائو)", "en_TO": "انگلیسی (تونگا)", @@ -233,6 +234,23 @@ "fa_AF": "فارسی (افغانستان)", "fa_IR": "فارسی (ایران)", "ff": "فولانی", + "ff_CM": "فولانی (کامرون)", + "ff_GN": "فولانی (گینه)", + "ff_Latn": "فولانی (لاتینی)", + "ff_Latn_BF": "فولانی (لاتینی, بورکینافاسو)", + "ff_Latn_CM": "فولانی (لاتینی, کامرون)", + "ff_Latn_GH": "فولانی (لاتینی, غنا)", + "ff_Latn_GM": "فولانی (لاتینی, گامبیا)", + "ff_Latn_GN": "فولانی (لاتینی, گینه)", + "ff_Latn_GW": "فولانی (لاتینی, گینهٔ بیسائو)", + "ff_Latn_LR": "فولانی (لاتینی, لیبریا)", + "ff_Latn_MR": "فولانی (لاتینی, موریتانی)", + "ff_Latn_NE": "فولانی (لاتینی, نیجر)", + "ff_Latn_NG": "فولانی (لاتینی, نیجریه)", + "ff_Latn_SL": "فولانی (لاتینی, سیرالئون)", + "ff_Latn_SN": "فولانی (لاتینی, سنگال)", + "ff_MR": "فولانی (موریتانی)", + "ff_SN": "فولانی (سنگال)", "fi": "فنلاندی", "fi_FI": "فنلاندی (فنلاند)", "fo": "فارویی", @@ -375,7 +393,7 @@ "mi": "مائوریایی", "mi_NZ": "مائوریایی (نیوزیلند)", "mk": "مقدونی", - "mk_MK": "مقدونی (مقدونیه)", + "mk_MK": "مقدونی (مقدونیهٔ شمالی)", "ml": "مالایالامی", "ml_IN": "مالایالامی (هند)", "mn": "مغولی", @@ -429,6 +447,7 @@ "pl_PL": "لهستانی (لهستان)", "ps": "پشتو", "ps_AF": "پشتو (افغانستان)", + "ps_PK": "پشتو (پاکستان)", "pt": "پرتغالی", "pt_AO": "پرتغالی (آنگولا)", "pt_BR": "پرتغالی (برزیل)", @@ -487,7 +506,7 @@ "so_SO": "سومالیایی (سومالی)", "sq": "آلبانیایی", "sq_AL": "آلبانیایی (آلبانی)", - "sq_MK": "آلبانیایی (مقدونیه)", + "sq_MK": "آلبانیایی (مقدونیهٔ شمالی)", "sq_XK": "آلبانیایی (کوزوو)", "sr": "صربی", "sr_BA": "صربی (بوسنی و هرزگوین)", 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 4e9e60361c7c8..7c539df40db81 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fa_AF.json @@ -85,6 +85,16 @@ "es_VE": "هسپانوی (ونزویلا)", "et_EE": "استونیایی (استونیا)", "eu_ES": "باسکی (هسپانیه)", + "ff_GN": "فولانی (گینیا)", + "ff_Latn_GH": "فولانی (لاتینی, گانا)", + "ff_Latn_GN": "فولانی (لاتینی, گینیا)", + "ff_Latn_GW": "فولانی (لاتینی, گینیا بیسائو)", + "ff_Latn_MR": "فولانی (لاتینی, موریتانیا)", + "ff_Latn_NG": "فولانی (لاتینی, نیجریا)", + "ff_Latn_SL": "فولانی (لاتینی, سیرالیون)", + "ff_Latn_SN": "فولانی (لاتینی, سینیگال)", + "ff_MR": "فولانی (موریتانیا)", + "ff_SN": "فولانی (سینیگال)", "fi": "فنلندی", "fi_FI": "فنلندی (فنلند)", "fo_DK": "فارویی (دنمارک)", @@ -197,7 +207,7 @@ "so_SO": "سومالیایی (سومالیه)", "sq": "البانیایی", "sq_AL": "البانیایی (البانیا)", - "sq_MK": "البانیایی (مقدونیه)", + "sq_MK": "البانیایی (مقدونیهٔ شمالی)", "sq_XK": "البانیایی (کوسوا)", "sr_BA": "صربی (بوسنیا و هرزه‌گوینا)", "sr_Cyrl_BA": "صربی (سیریلی, بوسنیا و هرزه‌گوینا)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ff.json b/src/Symfony/Component/Intl/Resources/data/locales/ff.json index 8dcbcf7be6080..70a523a07022d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ff.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ff.json @@ -51,6 +51,7 @@ "el_CY": "Gerke (Siipar)", "el_GR": "Gerke (Gerees)", "en": "Engeleere", + "en_AE": "Engeleere (Emiraat Araab Denntuɗe)", "en_AG": "Engeleere (Antiguwaa e Barbudaa)", "en_AI": "Engeleere (Anngiyaa)", "en_AS": "Engeleere (Samowa Amerik)", @@ -172,6 +173,10 @@ "fa_AF": "Perseere (Afganistaan)", "fa_IR": "Perseere (Iraan)", "ff": "Pulaar", + "ff_CM": "Pulaar (Kameruun)", + "ff_GN": "Pulaar (Gine)", + "ff_MR": "Pulaar (Muritani)", + "ff_SN": "Pulaar (Senegaal)", "fr": "Farayseere", "fr_BE": "Farayseere (Beljik)", "fr_BF": "Farayseere (Burkibaa Faaso)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ff_CM.json b/src/Symfony/Component/Intl/Resources/data/locales/ff_CM.json new file mode 100644 index 0000000000000..4431c4faf37d0 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/locales/ff_CM.json @@ -0,0 +1,3 @@ +{ + "%%ALIAS": "ff_Latn_CM" +} diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ff_GN.json b/src/Symfony/Component/Intl/Resources/data/locales/ff_GN.json new file mode 100644 index 0000000000000..b7e3c9b3179dc --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/locales/ff_GN.json @@ -0,0 +1,3 @@ +{ + "%%ALIAS": "ff_Latn_GN" +} diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ff_MR.json b/src/Symfony/Component/Intl/Resources/data/locales/ff_MR.json new file mode 100644 index 0000000000000..e6fe2dcec2b3a --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/locales/ff_MR.json @@ -0,0 +1,3 @@ +{ + "%%ALIAS": "ff_Latn_MR" +} diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ff_SN.json b/src/Symfony/Component/Intl/Resources/data/locales/ff_SN.json new file mode 100644 index 0000000000000..9bb9a1b6c2acc --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/locales/ff_SN.json @@ -0,0 +1,3 @@ +{ + "%%ALIAS": "ff_Latn_SN" +} diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fi.json b/src/Symfony/Component/Intl/Resources/data/locales/fi.json index 931049bdc9c29..e0c3737751a8c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fi.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fi.json @@ -94,6 +94,7 @@ "el_CY": "kreikka (Kypros)", "el_GR": "kreikka (Kreikka)", "en": "englanti", + "en_AE": "englanti (Arabiemiirikunnat)", "en_AG": "englanti (Antigua ja Barbuda)", "en_AI": "englanti (Anguilla)", "en_AS": "englanti (Amerikan Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "persia (Afganistan)", "fa_IR": "persia (Iran)", "ff": "fulani", + "ff_CM": "fulani (Kamerun)", + "ff_GN": "fulani (Guinea)", + "ff_Latn": "fulani (latinalainen)", + "ff_Latn_BF": "fulani (latinalainen, Burkina Faso)", + "ff_Latn_CM": "fulani (latinalainen, Kamerun)", + "ff_Latn_GH": "fulani (latinalainen, Ghana)", + "ff_Latn_GM": "fulani (latinalainen, Gambia)", + "ff_Latn_GN": "fulani (latinalainen, Guinea)", + "ff_Latn_GW": "fulani (latinalainen, Guinea-Bissau)", + "ff_Latn_LR": "fulani (latinalainen, Liberia)", + "ff_Latn_MR": "fulani (latinalainen, Mauritania)", + "ff_Latn_NE": "fulani (latinalainen, Niger)", + "ff_Latn_NG": "fulani (latinalainen, Nigeria)", + "ff_Latn_SL": "fulani (latinalainen, Sierra Leone)", + "ff_Latn_SN": "fulani (latinalainen, Senegal)", + "ff_MR": "fulani (Mauritania)", + "ff_SN": "fulani (Senegal)", "fi": "suomi", "fi_FI": "suomi (Suomi)", "fo": "fääri", @@ -375,7 +393,7 @@ "mi": "maori", "mi_NZ": "maori (Uusi-Seelanti)", "mk": "makedonia", - "mk_MK": "makedonia (Makedonia)", + "mk_MK": "makedonia (Pohjois-Makedonia)", "ml": "malajalam", "ml_IN": "malajalam (Intia)", "mn": "mongoli", @@ -429,6 +447,7 @@ "pl_PL": "puola (Puola)", "ps": "paštu", "ps_AF": "paštu (Afganistan)", + "ps_PK": "paštu (Pakistan)", "pt": "portugali", "pt_AO": "portugali (Angola)", "pt_BR": "portugali (Brasilia)", @@ -487,7 +506,7 @@ "so_SO": "somali (Somalia)", "sq": "albania", "sq_AL": "albania (Albania)", - "sq_MK": "albania (Makedonia)", + "sq_MK": "albania (Pohjois-Makedonia)", "sq_XK": "albania (Kosovo)", "sr": "serbia", "sr_BA": "serbia (Bosnia ja Hertsegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fo.json b/src/Symfony/Component/Intl/Resources/data/locales/fo.json index 439c77d3d43cd..704f7743fddbe 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fo.json @@ -94,6 +94,7 @@ "el_CY": "grikskt (Kýpros)", "el_GR": "grikskt (Grikkaland)", "en": "enskt", + "en_AE": "enskt (Sameindu Emirríkini)", "en_AG": "enskt (Antigua & Barbuda)", "en_AI": "enskt (Anguilla)", "en_AS": "enskt (Amerikanska Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "persiskt (Afganistan)", "fa_IR": "persiskt (Iran)", "ff": "fulah", + "ff_CM": "fulah (Kamerun)", + "ff_GN": "fulah (Guinea)", + "ff_Latn": "fulah (latínskt)", + "ff_Latn_BF": "fulah (latínskt, Burkina Faso)", + "ff_Latn_CM": "fulah (latínskt, Kamerun)", + "ff_Latn_GH": "fulah (latínskt, Gana)", + "ff_Latn_GM": "fulah (latínskt, Gambia)", + "ff_Latn_GN": "fulah (latínskt, Guinea)", + "ff_Latn_GW": "fulah (latínskt, Guinea-Bissau)", + "ff_Latn_LR": "fulah (latínskt, Liberia)", + "ff_Latn_MR": "fulah (latínskt, Móritania)", + "ff_Latn_NE": "fulah (latínskt, Niger)", + "ff_Latn_NG": "fulah (latínskt, Nigeria)", + "ff_Latn_SL": "fulah (latínskt, Sierra Leona)", + "ff_Latn_SN": "fulah (latínskt, Senegal)", + "ff_MR": "fulah (Móritania)", + "ff_SN": "fulah (Senegal)", "fi": "finskt", "fi_FI": "finskt (Finnland)", "fo": "føroyskt", @@ -429,6 +447,7 @@ "pl_PL": "pólskt (Pólland)", "ps": "pashto", "ps_AF": "pashto (Afganistan)", + "ps_PK": "pashto (Pakistan)", "pt": "portugiskiskt", "pt_AO": "portugiskiskt (Angola)", "pt_BR": "portugiskiskt (Brasil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fr.json b/src/Symfony/Component/Intl/Resources/data/locales/fr.json index b8769678793b5..c36a1685fbce6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fr.json @@ -94,6 +94,7 @@ "el_CY": "grec (Chypre)", "el_GR": "grec (Grèce)", "en": "anglais", + "en_AE": "anglais (Émirats arabes unis)", "en_AG": "anglais (Antigua-et-Barbuda)", "en_AI": "anglais (Anguilla)", "en_AS": "anglais (Samoa américaines)", @@ -178,7 +179,7 @@ "en_SL": "anglais (Sierra Leone)", "en_SS": "anglais (Soudan du Sud)", "en_SX": "anglais (Saint-Martin (partie néerlandaise))", - "en_SZ": "anglais (Swaziland)", + "en_SZ": "anglais (Eswatini)", "en_TC": "anglais (Îles Turques-et-Caïques)", "en_TK": "anglais (Tokelau)", "en_TO": "anglais (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "persan (Afghanistan)", "fa_IR": "persan (Iran)", "ff": "peul", + "ff_CM": "peul (Cameroun)", + "ff_GN": "peul (Guinée)", + "ff_Latn": "peul (latin)", + "ff_Latn_BF": "peul (latin, Burkina Faso)", + "ff_Latn_CM": "peul (latin, Cameroun)", + "ff_Latn_GH": "peul (latin, Ghana)", + "ff_Latn_GM": "peul (latin, Gambie)", + "ff_Latn_GN": "peul (latin, Guinée)", + "ff_Latn_GW": "peul (latin, Guinée-Bissau)", + "ff_Latn_LR": "peul (latin, Libéria)", + "ff_Latn_MR": "peul (latin, Mauritanie)", + "ff_Latn_NE": "peul (latin, Niger)", + "ff_Latn_NG": "peul (latin, Nigéria)", + "ff_Latn_SL": "peul (latin, Sierra Leone)", + "ff_Latn_SN": "peul (latin, Sénégal)", + "ff_MR": "peul (Mauritanie)", + "ff_SN": "peul (Sénégal)", "fi": "finnois", "fi_FI": "finnois (Finlande)", "fo": "féroïen", @@ -429,6 +447,7 @@ "pl_PL": "polonais (Pologne)", "ps": "pachto", "ps_AF": "pachto (Afghanistan)", + "ps_PK": "pachto (Pakistan)", "pt": "portugais", "pt_AO": "portugais (Angola)", "pt_BR": "portugais (Brésil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/fy.json b/src/Symfony/Component/Intl/Resources/data/locales/fy.json index dc6d6780d8cd2..c664128ef3728 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/fy.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/fy.json @@ -94,6 +94,7 @@ "el_CY": "Gryks (Syprus)", "el_GR": "Gryks (Grikelân)", "en": "Ingelsk", + "en_AE": "Ingelsk (Verenigde Arabyske Emiraten)", "en_AG": "Ingelsk (Antigua en Barbuda)", "en_AI": "Ingelsk (Anguilla)", "en_AS": "Ingelsk (Amerikaansk Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "Perzysk (Afghanistan)", "fa_IR": "Perzysk (Iran)", "ff": "Fulah", + "ff_CM": "Fulah (Kameroen)", + "ff_GN": "Fulah (Guinee)", + "ff_Latn": "Fulah (Latyn)", + "ff_Latn_BF": "Fulah (Latyn, Burkina Faso)", + "ff_Latn_CM": "Fulah (Latyn, Kameroen)", + "ff_Latn_GH": "Fulah (Latyn, Ghana)", + "ff_Latn_GM": "Fulah (Latyn, Gambia)", + "ff_Latn_GN": "Fulah (Latyn, Guinee)", + "ff_Latn_GW": "Fulah (Latyn, Guinee-Bissau)", + "ff_Latn_LR": "Fulah (Latyn, Liberia)", + "ff_Latn_MR": "Fulah (Latyn, Mauritanië)", + "ff_Latn_NE": "Fulah (Latyn, Niger)", + "ff_Latn_NG": "Fulah (Latyn, Nigeria)", + "ff_Latn_SL": "Fulah (Latyn, Sierra Leone)", + "ff_Latn_SN": "Fulah (Latyn, Senegal)", + "ff_MR": "Fulah (Mauritanië)", + "ff_SN": "Fulah (Senegal)", "fi": "Finsk", "fi_FI": "Finsk (Finlân)", "fo": "Faeröersk", @@ -429,6 +447,7 @@ "pl_PL": "Poalsk (Polen)", "ps": "Pasjtoe", "ps_AF": "Pasjtoe (Afghanistan)", + "ps_PK": "Pasjtoe (Pakistan)", "pt": "Portugeesk", "pt_AO": "Portugeesk (Angola)", "pt_BR": "Portugeesk (Brazilië)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ga.json b/src/Symfony/Component/Intl/Resources/data/locales/ga.json index 0367a2a0e2918..d44d3b355a3d5 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ga.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ga.json @@ -94,6 +94,7 @@ "el_CY": "Gréigis (an Chipir)", "el_GR": "Gréigis (an Ghréig)", "en": "Béarla", + "en_AE": "Béarla (Aontas na nÉimíríochtaí Arabacha)", "en_AG": "Béarla (Antigua agus Barbúda)", "en_AI": "Béarla (Angaíle)", "en_AS": "Béarla (Samó Mheiriceá)", @@ -233,6 +234,23 @@ "fa_AF": "Peirsis (an Afganastáin)", "fa_IR": "Peirsis (an Iaráin)", "ff": "Fuláinis", + "ff_CM": "Fuláinis (Camarún)", + "ff_GN": "Fuláinis (an Ghuine)", + "ff_Latn": "Fuláinis (Laidineach)", + "ff_Latn_BF": "Fuláinis (Laidineach, Buircíne Fasó)", + "ff_Latn_CM": "Fuláinis (Laidineach, Camarún)", + "ff_Latn_GH": "Fuláinis (Laidineach, Gána)", + "ff_Latn_GM": "Fuláinis (Laidineach, an Ghaimbia)", + "ff_Latn_GN": "Fuláinis (Laidineach, an Ghuine)", + "ff_Latn_GW": "Fuláinis (Laidineach, Guine Bissau)", + "ff_Latn_LR": "Fuláinis (Laidineach, an Libéir)", + "ff_Latn_MR": "Fuláinis (Laidineach, an Mháratáin)", + "ff_Latn_NE": "Fuláinis (Laidineach, an Nígir)", + "ff_Latn_NG": "Fuláinis (Laidineach, an Nigéir)", + "ff_Latn_SL": "Fuláinis (Laidineach, Siarra Leon)", + "ff_Latn_SN": "Fuláinis (Laidineach, an tSeineagáil)", + "ff_MR": "Fuláinis (an Mháratáin)", + "ff_SN": "Fuláinis (an tSeineagáil)", "fi": "Fionlainnis", "fi_FI": "Fionlainnis (an Fhionlainn)", "fo": "Faróis", @@ -429,6 +447,7 @@ "pl_PL": "Polainnis (an Pholainn)", "ps": "Paistis", "ps_AF": "Paistis (an Afganastáin)", + "ps_PK": "Paistis (an Phacastáin)", "pt": "Portaingéilis", "pt_AO": "Portaingéilis (Angóla)", "pt_BR": "Portaingéilis (an Bhrasaíl)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/gd.json b/src/Symfony/Component/Intl/Resources/data/locales/gd.json index 31e19b12c9e0f..682459c52b0b2 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/gd.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/gd.json @@ -94,6 +94,7 @@ "el_CY": "Greugais (Cìopras)", "el_GR": "Greugais (A’ Ghreug)", "en": "Beurla", + "en_AE": "Beurla (Na h-Iomaratan Arabach Aonaichte)", "en_AG": "Beurla (Aintìoga is Barbuda)", "en_AI": "Beurla (Anguillia)", "en_AS": "Beurla (Samotha na h-Aimeireaga)", @@ -233,6 +234,23 @@ "fa_AF": "Peirsis (Afghanastàn)", "fa_IR": "Peirsis (Ioràn)", "ff": "Fulah", + "ff_CM": "Fulah (Camarun)", + "ff_GN": "Fulah (Gini)", + "ff_Latn": "Fulah (Laideann)", + "ff_Latn_BF": "Fulah (Laideann, Buirciona Faso)", + "ff_Latn_CM": "Fulah (Laideann, Camarun)", + "ff_Latn_GH": "Fulah (Laideann, Gàna)", + "ff_Latn_GM": "Fulah (Laideann, A’ Ghaimbia)", + "ff_Latn_GN": "Fulah (Laideann, Gini)", + "ff_Latn_GW": "Fulah (Laideann, Gini-Bioso)", + "ff_Latn_LR": "Fulah (Laideann, Libèir)", + "ff_Latn_MR": "Fulah (Laideann, Moratàinea)", + "ff_Latn_NE": "Fulah (Laideann, Nìgeir)", + "ff_Latn_NG": "Fulah (Laideann, Nigèiria)", + "ff_Latn_SL": "Fulah (Laideann, Siarra Leòmhann)", + "ff_Latn_SN": "Fulah (Laideann, Seanagal)", + "ff_MR": "Fulah (Moratàinea)", + "ff_SN": "Fulah (Seanagal)", "fi": "Fionnlannais", "fi_FI": "Fionnlannais (An Fhionnlann)", "fo": "Fàrothais", @@ -429,6 +447,7 @@ "pl_PL": "Pòlainnis (A’ Phòlainn)", "ps": "Pashto", "ps_AF": "Pashto (Afghanastàn)", + "ps_PK": "Pashto (Pagastàn)", "pt": "Portagailis", "pt_AO": "Portagailis (Angòla)", "pt_BR": "Portagailis (Braisil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/gl.json b/src/Symfony/Component/Intl/Resources/data/locales/gl.json index 77af72eb6ca91..61d68e02ef68a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/gl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/gl.json @@ -94,6 +94,7 @@ "el_CY": "grego (Chipre)", "el_GR": "grego (Grecia)", "en": "inglés", + "en_AE": "inglés (Os Emiratos Árabes Unidos)", "en_AG": "inglés (Antigua e Barbuda)", "en_AI": "inglés (Anguila)", "en_AS": "inglés (Samoa Americana)", @@ -233,6 +234,23 @@ "fa_AF": "persa (Afganistán)", "fa_IR": "persa (Irán)", "ff": "fula", + "ff_CM": "fula (Camerún)", + "ff_GN": "fula (Guinea)", + "ff_Latn": "fula (latino)", + "ff_Latn_BF": "fula (latino, Burkina Faso)", + "ff_Latn_CM": "fula (latino, Camerún)", + "ff_Latn_GH": "fula (latino, Ghana)", + "ff_Latn_GM": "fula (latino, Gambia)", + "ff_Latn_GN": "fula (latino, Guinea)", + "ff_Latn_GW": "fula (latino, A Guinea Bissau)", + "ff_Latn_LR": "fula (latino, Liberia)", + "ff_Latn_MR": "fula (latino, Mauritania)", + "ff_Latn_NE": "fula (latino, Níxer)", + "ff_Latn_NG": "fula (latino, Nixeria)", + "ff_Latn_SL": "fula (latino, Serra Leoa)", + "ff_Latn_SN": "fula (latino, Senegal)", + "ff_MR": "fula (Mauritania)", + "ff_SN": "fula (Senegal)", "fi": "finés", "fi_FI": "finés (Finlandia)", "fo": "feroés", @@ -429,6 +447,7 @@ "pl_PL": "polaco (Polonia)", "ps": "paxto", "ps_AF": "paxto (Afganistán)", + "ps_PK": "paxto (Paquistán)", "pt": "portugués", "pt_AO": "portugués (Angola)", "pt_BR": "portugués (O Brasil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/gu.json b/src/Symfony/Component/Intl/Resources/data/locales/gu.json index 698fbcb977e52..c9cfc258ee5ec 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/gu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/gu.json @@ -94,6 +94,7 @@ "el_CY": "ગ્રીક (સાયપ્રસ)", "el_GR": "ગ્રીક (ગ્રીસ)", "en": "અંગ્રેજી", + "en_AE": "અંગ્રેજી (યુનાઇટેડ આરબ અમીરાત)", "en_AG": "અંગ્રેજી (ઍન્ટિગુઆ અને બર્મુડા)", "en_AI": "અંગ્રેજી (ઍંગ્વિલા)", "en_AS": "અંગ્રેજી (અમેરિકન સમોઆ)", @@ -233,6 +234,23 @@ "fa_AF": "ફારસી (અફઘાનિસ્તાન)", "fa_IR": "ફારસી (ઈરાન)", "ff": "ફુલાહ", + "ff_CM": "ફુલાહ (કૅમરૂન)", + "ff_GN": "ફુલાહ (ગિની)", + "ff_Latn": "ફુલાહ (લેટિન)", + "ff_Latn_BF": "ફુલાહ (લેટિન, બુર્કિના ફાસો)", + "ff_Latn_CM": "ફુલાહ (લેટિન, કૅમરૂન)", + "ff_Latn_GH": "ફુલાહ (લેટિન, ઘાના)", + "ff_Latn_GM": "ફુલાહ (લેટિન, ગેમ્બિયા)", + "ff_Latn_GN": "ફુલાહ (લેટિન, ગિની)", + "ff_Latn_GW": "ફુલાહ (લેટિન, ગિની-બિસાઉ)", + "ff_Latn_LR": "ફુલાહ (લેટિન, લાઇબેરિયા)", + "ff_Latn_MR": "ફુલાહ (લેટિન, મૌરિટાનિયા)", + "ff_Latn_NE": "ફુલાહ (લેટિન, નાઇજર)", + "ff_Latn_NG": "ફુલાહ (લેટિન, નાઇજેરિયા)", + "ff_Latn_SL": "ફુલાહ (લેટિન, સીએરા લેઓન)", + "ff_Latn_SN": "ફુલાહ (લેટિન, સેનેગલ)", + "ff_MR": "ફુલાહ (મૌરિટાનિયા)", + "ff_SN": "ફુલાહ (સેનેગલ)", "fi": "ફિનિશ", "fi_FI": "ફિનિશ (ફિનલેન્ડ)", "fo": "ફોરિસ્ત", @@ -375,7 +393,7 @@ "mi": "માઓરી", "mi_NZ": "માઓરી (ન્યુઝીલેન્ડ)", "mk": "મેસેડોનિયન", - "mk_MK": "મેસેડોનિયન (મેસેડોનિયા)", + "mk_MK": "મેસેડોનિયન (ઉત્તર મેસેડોનિયા)", "ml": "મલયાલમ", "ml_IN": "મલયાલમ (ભારત)", "mn": "મોંગોલિયન", @@ -429,6 +447,7 @@ "pl_PL": "પોલીશ (પોલેંડ)", "ps": "પશ્તો", "ps_AF": "પશ્તો (અફઘાનિસ્તાન)", + "ps_PK": "પશ્તો (પાકિસ્તાન)", "pt": "પોર્ટુગીઝ", "pt_AO": "પોર્ટુગીઝ (અંગોલા)", "pt_BR": "પોર્ટુગીઝ (બ્રાઝિલ)", @@ -487,7 +506,7 @@ "so_SO": "સોમાલી (સોમાલિયા)", "sq": "અલ્બેનિયન", "sq_AL": "અલ્બેનિયન (અલ્બેનિયા)", - "sq_MK": "અલ્બેનિયન (મેસેડોનિયા)", + "sq_MK": "અલ્બેનિયન (ઉત્તર મેસેડોનિયા)", "sq_XK": "અલ્બેનિયન (કોસોવો)", "sr": "સર્બિયન", "sr_BA": "સર્બિયન (બોસ્નિયા અને હર્ઝેગોવિના)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ha.json b/src/Symfony/Component/Intl/Resources/data/locales/ha.json index 9b745e0e9fce4..041006c930cd8 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ha.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ha.json @@ -51,6 +51,7 @@ "el_CY": "Girkanci (Sifurus)", "el_GR": "Girkanci (Girka)", "en": "Turanci", + "en_AE": "Turanci (Haɗaɗɗiyar Daular Larabawa)", "en_AG": "Turanci (Antigwa da Barbuba)", "en_AI": "Turanci (Angila)", "en_AS": "Turanci (Samowa Ta Amurka)", @@ -76,7 +77,7 @@ "en_FJ": "Turanci (Fiji)", "en_FK": "Turanci (Tsibiran Falkilan)", "en_FM": "Turanci (Mikuronesiya)", - "en_GB": "Turanci (Birtaniya)", + "en_GB": "Turanci (Biritaniya)", "en_GD": "Turanci (Girnada)", "en_GH": "Turanci (Gana)", "en_GI": "Turanci (Jibaraltar)", @@ -133,7 +134,7 @@ "en_TV": "Turanci (Tubalu)", "en_TZ": "Turanci (Tanzaniya)", "en_UG": "Turanci (Yuganda)", - "en_US": "Turanci (Amurka)", + "en_US": "Turanci (Amirka)", "en_VC": "Turanci (San Binsan Da Girnadin)", "en_VG": "Turanci (Tsibirin Birjin Na Birtaniya)", "en_VI": "Turanci (Tsibiran Birjin Ta Amurka)", @@ -142,32 +143,32 @@ "en_ZA": "Turanci (Afirka Ta Kudu)", "en_ZM": "Turanci (Zambiya)", "en_ZW": "Turanci (Zimbabuwe)", - "es": "Ispaniyanci", - "es_AR": "Ispaniyanci (Arjantiniya)", - "es_BO": "Ispaniyanci (Bolibiya)", - "es_BR": "Ispaniyanci (Birazil)", - "es_BZ": "Ispaniyanci (Beliz)", - "es_CL": "Ispaniyanci (Cayile)", - "es_CO": "Ispaniyanci (Kolambiya)", - "es_CR": "Ispaniyanci (Kwasta Rika)", - "es_CU": "Ispaniyanci (Kyuba)", - "es_DO": "Ispaniyanci (Jamhuriyar Dominika)", - "es_EC": "Ispaniyanci (Ekwador)", - "es_ES": "Ispaniyanci (Sipen)", - "es_GQ": "Ispaniyanci (Gini Ta Ikwaita)", - "es_GT": "Ispaniyanci (Gwatamala)", - "es_HN": "Ispaniyanci (Honduras)", - "es_MX": "Ispaniyanci (Makasiko)", - "es_NI": "Ispaniyanci (Nikaraguwa)", - "es_PA": "Ispaniyanci (Panama)", - "es_PE": "Ispaniyanci (Peru)", - "es_PH": "Ispaniyanci (Filipin)", - "es_PR": "Ispaniyanci (Porto Riko)", - "es_PY": "Ispaniyanci (Paragai)", - "es_SV": "Ispaniyanci (El Salbador)", - "es_US": "Ispaniyanci (Amurka)", - "es_UY": "Ispaniyanci (Yurugai)", - "es_VE": "Ispaniyanci (Benezuwela)", + "es": "Sifaniyanci", + "es_AR": "Sifaniyanci (Arjantiniya)", + "es_BO": "Sifaniyanci (Bolibiya)", + "es_BR": "Sifaniyanci (Birazil)", + "es_BZ": "Sifaniyanci (Beliz)", + "es_CL": "Sifaniyanci (Cayile)", + "es_CO": "Sifaniyanci (Kolambiya)", + "es_CR": "Sifaniyanci (Kwasta Rika)", + "es_CU": "Sifaniyanci (Kyuba)", + "es_DO": "Sifaniyanci (Jamhuriyar Dominika)", + "es_EC": "Sifaniyanci (Ekwador)", + "es_ES": "Sifaniyanci (Sipen)", + "es_GQ": "Sifaniyanci (Gini Ta Ikwaita)", + "es_GT": "Sifaniyanci (Gwatamala)", + "es_HN": "Sifaniyanci (Honduras)", + "es_MX": "Sifaniyanci (Makasiko)", + "es_NI": "Sifaniyanci (Nikaraguwa)", + "es_PA": "Sifaniyanci (Panama)", + "es_PE": "Sifaniyanci (Peru)", + "es_PH": "Sifaniyanci (Filipin)", + "es_PR": "Sifaniyanci (Porto Riko)", + "es_PY": "Sifaniyanci (Paragai)", + "es_SV": "Sifaniyanci (El Salbador)", + "es_US": "Sifaniyanci (Amirka)", + "es_UY": "Sifaniyanci (Yurugai)", + "es_VE": "Sifaniyanci (Benezuwela)", "fa": "Parisanci", "fa_AF": "Parisanci (Afaganistan)", "fa_IR": "Parisanci (Iran)", @@ -234,7 +235,7 @@ "it_SM": "Italiyanci (San Marino)", "it_VA": "Italiyanci (Batikan)", "ja": "Japananci", - "ja_JP": "Japananci (Japan)", + "ja_JP": "Japananci (Jàpân)", "jv": "Jabananci", "jv_ID": "Jabananci (Indunusiya)", "km": "Harshen Kimar", @@ -257,22 +258,24 @@ "nl_NL": "Holanci (Holan)", "nl_SR": "Holanci (Suriname)", "pa": "Punjabi", + "pa_Arab": "Punjabi (Larabci)", + "pa_Arab_PK": "Punjabi (Larabci, Pakistan)", "pa_IN": "Punjabi (Indiya)", "pa_PK": "Punjabi (Pakistan)", "pl": "Harshen Polan", "pl_PL": "Harshen Polan (Polan)", - "pt": "Harshen Portugal", - "pt_AO": "Harshen Portugal (Angola)", - "pt_BR": "Harshen Portugal (Birazil)", - "pt_CH": "Harshen Portugal (Suwizalan)", - "pt_CV": "Harshen Portugal (Tsibiran Kap Barde)", - "pt_GQ": "Harshen Portugal (Gini Ta Ikwaita)", - "pt_GW": "Harshen Portugal (Gini Bisau)", - "pt_LU": "Harshen Portugal (Lukusambur)", - "pt_MZ": "Harshen Portugal (Mozambik)", - "pt_PT": "Harshen Portugal (Portugal)", - "pt_ST": "Harshen Portugal (Sawo Tome Da Paransip)", - "pt_TL": "Harshen Portugal (Timor Ta Gabas)", + "pt": "Harshen Fotugis", + "pt_AO": "Harshen Fotugis (Angola)", + "pt_BR": "Harshen Fotugis (Birazil)", + "pt_CH": "Harshen Fotugis (Suwizalan)", + "pt_CV": "Harshen Fotugis (Tsibiran Kap Barde)", + "pt_GQ": "Harshen Fotugis (Gini Ta Ikwaita)", + "pt_GW": "Harshen Fotugis (Gini Bisau)", + "pt_LU": "Harshen Fotugis (Lukusambur)", + "pt_MZ": "Harshen Fotugis (Mozambik)", + "pt_PT": "Harshen Fotugis (Portugal)", + "pt_ST": "Harshen Fotugis (Sawo Tome Da Paransip)", + "pt_TL": "Harshen Fotugis (Timor Ta Gabas)", "ro": "Romaniyanci", "ro_MD": "Romaniyanci (Maldoba)", "ro_RO": "Romaniyanci (Romaniya)", @@ -313,10 +316,15 @@ "yo": "Yarbanci", "yo_BJ": "Yarbanci (Binin)", "yo_NG": "Yarbanci (Najeriya)", - "zh": "Harshen Sin", - "zh_CN": "Harshen Sin (Caina, Sin)", - "zh_SG": "Harshen Sin (Singapur)", - "zh_TW": "Harshen Sin (Taiwan)", + "zh": "Harshen Sinanci", + "zh_CN": "Harshen Sinanci (Caina, Sin)", + "zh_Hans": "Harshen Sinanci (Sauƙaƙaƙƙen)", + "zh_Hans_CN": "Harshen Sinanci (Sauƙaƙaƙƙen, Caina, 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)", + "zh_SG": "Harshen Sinanci (Singapur)", + "zh_TW": "Harshen Sinanci (Taiwan)", "zu": "Harshen Zulu", "zu_ZA": "Harshen Zulu (Afirka Ta Kudu)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/he.json b/src/Symfony/Component/Intl/Resources/data/locales/he.json index ebc81170e34b0..530ced45eddb9 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/he.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/he.json @@ -94,6 +94,7 @@ "el_CY": "יוונית (קפריסין)", "el_GR": "יוונית (יוון)", "en": "אנגלית", + "en_AE": "אנגלית (איחוד האמירויות הערביות)", "en_AG": "אנגלית (אנטיגואה וברבודה)", "en_AI": "אנגלית (אנגווילה)", "en_AS": "אנגלית (סמואה האמריקנית)", @@ -178,7 +179,7 @@ "en_SL": "אנגלית (סיירה לאונה)", "en_SS": "אנגלית (דרום סודן)", "en_SX": "אנגלית (סנט מארטן)", - "en_SZ": "אנגלית (סווזילנד)", + "en_SZ": "אנגלית (אסוואטיני)", "en_TC": "אנגלית (איי טרקס וקייקוס)", "en_TK": "אנגלית (טוקלאו)", "en_TO": "אנגלית (טונגה)", @@ -233,6 +234,23 @@ "fa_AF": "פרסית (אפגניסטן)", "fa_IR": "פרסית (איראן)", "ff": "פולה", + "ff_CM": "פולה (קמרון)", + "ff_GN": "פולה (גינאה)", + "ff_Latn": "פולה (לטיני)", + "ff_Latn_BF": "פולה (לטיני, בורקינה פאסו)", + "ff_Latn_CM": "פולה (לטיני, קמרון)", + "ff_Latn_GH": "פולה (לטיני, גאנה)", + "ff_Latn_GM": "פולה (לטיני, גמביה)", + "ff_Latn_GN": "פולה (לטיני, גינאה)", + "ff_Latn_GW": "פולה (לטיני, גינאה-ביסאו)", + "ff_Latn_LR": "פולה (לטיני, ליבריה)", + "ff_Latn_MR": "פולה (לטיני, מאוריטניה)", + "ff_Latn_NE": "פולה (לטיני, ניז׳ר)", + "ff_Latn_NG": "פולה (לטיני, ניגריה)", + "ff_Latn_SL": "פולה (לטיני, סיירה לאונה)", + "ff_Latn_SN": "פולה (לטיני, סנגל)", + "ff_MR": "פולה (מאוריטניה)", + "ff_SN": "פולה (סנגל)", "fi": "פינית", "fi_FI": "פינית (פינלנד)", "fo": "פארואזית", @@ -375,7 +393,7 @@ "mi": "מאורית", "mi_NZ": "מאורית (ניו זילנד)", "mk": "מקדונית", - "mk_MK": "מקדונית (מקדוניה)", + "mk_MK": "מקדונית (מקדוניה הצפונית)", "ml": "מליאלאם", "ml_IN": "מליאלאם (הודו)", "mn": "מונגולית", @@ -429,6 +447,7 @@ "pl_PL": "פולנית (פולין)", "ps": "פאשטו", "ps_AF": "פאשטו (אפגניסטן)", + "ps_PK": "פאשטו (פקיסטן)", "pt": "פורטוגזית", "pt_AO": "פורטוגזית (אנגולה)", "pt_BR": "פורטוגזית (ברזיל)", @@ -487,7 +506,7 @@ "so_SO": "סומלית (סומליה)", "sq": "אלבנית", "sq_AL": "אלבנית (אלבניה)", - "sq_MK": "אלבנית (מקדוניה)", + "sq_MK": "אלבנית (מקדוניה הצפונית)", "sq_XK": "אלבנית (קוסובו)", "sr": "סרבית", "sr_BA": "סרבית (בוסניה והרצגובינה)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/hi.json b/src/Symfony/Component/Intl/Resources/data/locales/hi.json index 312d4ca0953e3..b398a1fbe22f3 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/hi.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/hi.json @@ -94,6 +94,7 @@ "el_CY": "यूनानी (साइप्रस)", "el_GR": "यूनानी (यूनान)", "en": "अंग्रेज़ी", + "en_AE": "अंग्रेज़ी (संयुक्त अरब अमीरात)", "en_AG": "अंग्रेज़ी (एंटिगुआ और बरबुडा)", "en_AI": "अंग्रेज़ी (एंग्विला)", "en_AS": "अंग्रेज़ी (अमेरिकी समोआ)", @@ -233,6 +234,23 @@ "fa_AF": "फ़ारसी (अफ़गानिस्तान)", "fa_IR": "फ़ारसी (ईरान)", "ff": "फुलाह", + "ff_CM": "फुलाह (कैमरून)", + "ff_GN": "फुलाह (गिनी)", + "ff_Latn": "फुलाह (लैटिन)", + "ff_Latn_BF": "फुलाह (लैटिन, बुर्किना फ़ासो)", + "ff_Latn_CM": "फुलाह (लैटिन, कैमरून)", + "ff_Latn_GH": "फुलाह (लैटिन, घाना)", + "ff_Latn_GM": "फुलाह (लैटिन, गाम्बिया)", + "ff_Latn_GN": "फुलाह (लैटिन, गिनी)", + "ff_Latn_GW": "फुलाह (लैटिन, गिनी-बिसाउ)", + "ff_Latn_LR": "फुलाह (लैटिन, लाइबेरिया)", + "ff_Latn_MR": "फुलाह (लैटिन, मॉरिटानिया)", + "ff_Latn_NE": "फुलाह (लैटिन, नाइजर)", + "ff_Latn_NG": "फुलाह (लैटिन, नाइजीरिया)", + "ff_Latn_SL": "फुलाह (लैटिन, सिएरा लियोन)", + "ff_Latn_SN": "फुलाह (लैटिन, सेनेगल)", + "ff_MR": "फुलाह (मॉरिटानिया)", + "ff_SN": "फुलाह (सेनेगल)", "fi": "फ़िनिश", "fi_FI": "फ़िनिश (फ़िनलैंड)", "fo": "फ़ैरोइज़", @@ -429,6 +447,7 @@ "pl_PL": "पोलिश (पोलैंड)", "ps": "पश्तो", "ps_AF": "पश्तो (अफ़गानिस्तान)", + "ps_PK": "पश्तो (पाकिस्तान)", "pt": "पुर्तगाली", "pt_AO": "पुर्तगाली (अंगोला)", "pt_BR": "पुर्तगाली (ब्राज़ील)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/hr.json b/src/Symfony/Component/Intl/Resources/data/locales/hr.json index 7e6783e34d174..114112e942db0 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/hr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/hr.json @@ -94,6 +94,7 @@ "el_CY": "grčki (Cipar)", "el_GR": "grčki (Grčka)", "en": "engleski", + "en_AE": "engleski (Ujedinjeni Arapski Emirati)", "en_AG": "engleski (Antigva i Barbuda)", "en_AI": "engleski (Angvila)", "en_AS": "engleski (Američka Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "perzijski (Afganistan)", "fa_IR": "perzijski (Iran)", "ff": "fula", + "ff_CM": "fula (Kamerun)", + "ff_GN": "fula (Gvineja)", + "ff_Latn": "fula (latinica)", + "ff_Latn_BF": "fula (latinica, Burkina Faso)", + "ff_Latn_CM": "fula (latinica, Kamerun)", + "ff_Latn_GH": "fula (latinica, Gana)", + "ff_Latn_GM": "fula (latinica, Gambija)", + "ff_Latn_GN": "fula (latinica, Gvineja)", + "ff_Latn_GW": "fula (latinica, Gvineja Bisau)", + "ff_Latn_LR": "fula (latinica, Liberija)", + "ff_Latn_MR": "fula (latinica, Mauretanija)", + "ff_Latn_NE": "fula (latinica, Niger)", + "ff_Latn_NG": "fula (latinica, Nigerija)", + "ff_Latn_SL": "fula (latinica, Sijera Leone)", + "ff_Latn_SN": "fula (latinica, Senegal)", + "ff_MR": "fula (Mauretanija)", + "ff_SN": "fula (Senegal)", "fi": "finski", "fi_FI": "finski (Finska)", "fo": "ferojski", @@ -375,7 +393,7 @@ "mi": "maorski", "mi_NZ": "maorski (Novi Zeland)", "mk": "makedonski", - "mk_MK": "makedonski (Makedonija)", + "mk_MK": "makedonski (Sjeverna Makedonija)", "ml": "malajalamski", "ml_IN": "malajalamski (Indija)", "mn": "mongolski", @@ -429,6 +447,7 @@ "pl_PL": "poljski (Poljska)", "ps": "paštunski", "ps_AF": "paštunski (Afganistan)", + "ps_PK": "paštunski (Pakistan)", "pt": "portugalski", "pt_AO": "portugalski (Angola)", "pt_BR": "portugalski (Brazil)", @@ -487,7 +506,7 @@ "so_SO": "somalski (Somalija)", "sq": "albanski", "sq_AL": "albanski (Albanija)", - "sq_MK": "albanski (Makedonija)", + "sq_MK": "albanski (Sjeverna Makedonija)", "sq_XK": "albanski (Kosovo)", "sr": "srpski", "sr_BA": "srpski (Bosna i Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/hu.json b/src/Symfony/Component/Intl/Resources/data/locales/hu.json index acd01e756af73..1f98c1ef7d600 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/hu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/hu.json @@ -94,6 +94,7 @@ "el_CY": "görög (Ciprus)", "el_GR": "görög (Görögország)", "en": "angol", + "en_AE": "angol (Egyesült Arab Emírségek)", "en_AG": "angol (Antigua és Barbuda)", "en_AI": "angol (Anguilla)", "en_AS": "angol (Amerikai Szamoa)", @@ -233,6 +234,23 @@ "fa_AF": "perzsa (Afganisztán)", "fa_IR": "perzsa (Irán)", "ff": "fulani", + "ff_CM": "fulani (Kamerun)", + "ff_GN": "fulani (Guinea)", + "ff_Latn": "fulani (Latin)", + "ff_Latn_BF": "fulani (Latin, Burkina Faso)", + "ff_Latn_CM": "fulani (Latin, Kamerun)", + "ff_Latn_GH": "fulani (Latin, Ghána)", + "ff_Latn_GM": "fulani (Latin, Gambia)", + "ff_Latn_GN": "fulani (Latin, Guinea)", + "ff_Latn_GW": "fulani (Latin, Bissau-Guinea)", + "ff_Latn_LR": "fulani (Latin, Libéria)", + "ff_Latn_MR": "fulani (Latin, Mauritánia)", + "ff_Latn_NE": "fulani (Latin, Niger)", + "ff_Latn_NG": "fulani (Latin, Nigéria)", + "ff_Latn_SL": "fulani (Latin, Sierra Leone)", + "ff_Latn_SN": "fulani (Latin, Szenegál)", + "ff_MR": "fulani (Mauritánia)", + "ff_SN": "fulani (Szenegál)", "fi": "finn", "fi_FI": "finn (Finnország)", "fo": "feröeri", @@ -375,7 +393,7 @@ "mi": "maori", "mi_NZ": "maori (Új-Zéland)", "mk": "macedón", - "mk_MK": "macedón (Macedónia)", + "mk_MK": "macedón (Észak-Macedónia)", "ml": "malajálam", "ml_IN": "malajálam (India)", "mn": "mongol", @@ -429,6 +447,7 @@ "pl_PL": "lengyel (Lengyelország)", "ps": "pastu", "ps_AF": "pastu (Afganisztán)", + "ps_PK": "pastu (Pakisztán)", "pt": "portugál", "pt_AO": "portugál (Angola)", "pt_BR": "portugál (Brazília)", @@ -487,7 +506,7 @@ "so_SO": "szomáli (Szomália)", "sq": "albán", "sq_AL": "albán (Albánia)", - "sq_MK": "albán (Macedónia)", + "sq_MK": "albán (Észak-Macedónia)", "sq_XK": "albán (Koszovó)", "sr": "szerb", "sr_BA": "szerb (Bosznia-Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/hy.json b/src/Symfony/Component/Intl/Resources/data/locales/hy.json index 987c3b6193528..fa8fcff9adfb7 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/hy.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/hy.json @@ -94,6 +94,7 @@ "el_CY": "հունարեն (Կիպրոս)", "el_GR": "հունարեն (Հունաստան)", "en": "անգլերեն", + "en_AE": "անգլերեն (Արաբական Միացյալ Էմիրություններ)", "en_AG": "անգլերեն (Անտիգուա և Բարբուդա)", "en_AI": "անգլերեն (Անգուիլա)", "en_AS": "անգլերեն (Ամերիկյան Սամոա)", @@ -178,7 +179,7 @@ "en_SL": "անգլերեն (Սիեռա Լեոնե)", "en_SS": "անգլերեն (Հարավային Սուդան)", "en_SX": "անգլերեն (Սինտ Մարտեն)", - "en_SZ": "անգլերեն (Սվազիլենդ)", + "en_SZ": "անգլերեն (Էսվատինի)", "en_TC": "անգլերեն (Թըրքս և Կայկոս կղզիներ)", "en_TK": "անգլերեն (Տոկելաու)", "en_TO": "անգլերեն (Տոնգա)", @@ -233,6 +234,23 @@ "fa_AF": "պարսկերեն (Աֆղանստան)", "fa_IR": "պարսկերեն (Իրան)", "ff": "ֆուլահ", + "ff_CM": "ֆուլահ (Կամերուն)", + "ff_GN": "ֆուլահ (Գվինեա)", + "ff_Latn": "ֆուլահ (լատինական)", + "ff_Latn_BF": "ֆուլահ (լատինական, Բուրկինա Ֆասո)", + "ff_Latn_CM": "ֆուլահ (լատինական, Կամերուն)", + "ff_Latn_GH": "ֆուլահ (լատինական, Գանա)", + "ff_Latn_GM": "ֆուլահ (լատինական, Գամբիա)", + "ff_Latn_GN": "ֆուլահ (լատինական, Գվինեա)", + "ff_Latn_GW": "ֆուլահ (լատինական, Գվինեա-Բիսաու)", + "ff_Latn_LR": "ֆուլահ (լատինական, Լիբերիա)", + "ff_Latn_MR": "ֆուլահ (լատինական, Մավրիտանիա)", + "ff_Latn_NE": "ֆուլահ (լատինական, Նիգեր)", + "ff_Latn_NG": "ֆուլահ (լատինական, Նիգերիա)", + "ff_Latn_SL": "ֆուլահ (լատինական, Սիեռա Լեոնե)", + "ff_Latn_SN": "ֆուլահ (լատինական, Սենեգալ)", + "ff_MR": "ֆուլահ (Մավրիտանիա)", + "ff_SN": "ֆուլահ (Սենեգալ)", "fi": "ֆիններեն", "fi_FI": "ֆիններեն (Ֆինլանդիա)", "fo": "ֆարյորերեն", @@ -429,6 +447,7 @@ "pl_PL": "լեհերեն (Լեհաստան)", "ps": "փուշթու", "ps_AF": "փուշթու (Աֆղանստան)", + "ps_PK": "փուշթու (Պակիստան)", "pt": "պորտուգալերեն", "pt_AO": "պորտուգալերեն (Անգոլա)", "pt_BR": "պորտուգալերեն (Բրազիլիա)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ia.json b/src/Symfony/Component/Intl/Resources/data/locales/ia.json index 19825a6208749..47e8125358157 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ia.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ia.json @@ -88,6 +88,7 @@ "el_CY": "greco (Cypro)", "el_GR": "greco (Grecia)", "en": "anglese", + "en_AE": "anglese (Emiratos Arabe Unite)", "en_AG": "anglese (Antigua e Barbuda)", "en_AS": "anglese (Samoa american)", "en_AT": "anglese (Austria)", @@ -198,6 +199,23 @@ "fa_AF": "persa (Afghanistan)", "fa_IR": "persa (Iran)", "ff": "fula", + "ff_CM": "fula (Camerun)", + "ff_GN": "fula (Guinea)", + "ff_Latn": "fula (latin)", + "ff_Latn_BF": "fula (latin, Burkina Faso)", + "ff_Latn_CM": "fula (latin, Camerun)", + "ff_Latn_GH": "fula (latin, Ghana)", + "ff_Latn_GM": "fula (latin, Gambia)", + "ff_Latn_GN": "fula (latin, Guinea)", + "ff_Latn_GW": "fula (latin, Guinea-Bissau)", + "ff_Latn_LR": "fula (latin, Liberia)", + "ff_Latn_MR": "fula (latin, Mauritania)", + "ff_Latn_NE": "fula (latin, Niger)", + "ff_Latn_NG": "fula (latin, Nigeria)", + "ff_Latn_SL": "fula (latin, Sierra Leone)", + "ff_Latn_SN": "fula (latin, Senegal)", + "ff_MR": "fula (Mauritania)", + "ff_SN": "fula (Senegal)", "fi": "finnese", "fi_FI": "finnese (Finlandia)", "fo": "feroese", @@ -370,6 +388,7 @@ "pl_PL": "polonese (Polonia)", "ps": "pashto", "ps_AF": "pashto (Afghanistan)", + "ps_PK": "pashto (Pakistan)", "pt": "portugese", "pt_AO": "portugese (Angola)", "pt_BR": "portugese (Brasil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/id.json b/src/Symfony/Component/Intl/Resources/data/locales/id.json index d42348b3edfd9..2e560230ce896 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/id.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/id.json @@ -94,6 +94,7 @@ "el_CY": "Yunani (Siprus)", "el_GR": "Yunani (Yunani)", "en": "Inggris", + "en_AE": "Inggris (Uni Emirat Arab)", "en_AG": "Inggris (Antigua dan Barbuda)", "en_AI": "Inggris (Anguilla)", "en_AS": "Inggris (Samoa Amerika)", @@ -178,7 +179,7 @@ "en_SL": "Inggris (Sierra Leone)", "en_SS": "Inggris (Sudan Selatan)", "en_SX": "Inggris (Sint Maarten)", - "en_SZ": "Inggris (Swaziland)", + "en_SZ": "Inggris (eSwatini)", "en_TC": "Inggris (Kepulauan Turks dan Caicos)", "en_TK": "Inggris (Tokelau)", "en_TO": "Inggris (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "Persia (Afganistan)", "fa_IR": "Persia (Iran)", "ff": "Fula", + "ff_CM": "Fula (Kamerun)", + "ff_GN": "Fula (Guinea)", + "ff_Latn": "Fula (Latin)", + "ff_Latn_BF": "Fula (Latin, Burkina Faso)", + "ff_Latn_CM": "Fula (Latin, Kamerun)", + "ff_Latn_GH": "Fula (Latin, Ghana)", + "ff_Latn_GM": "Fula (Latin, Gambia)", + "ff_Latn_GN": "Fula (Latin, Guinea)", + "ff_Latn_GW": "Fula (Latin, Guinea-Bissau)", + "ff_Latn_LR": "Fula (Latin, Liberia)", + "ff_Latn_MR": "Fula (Latin, Mauritania)", + "ff_Latn_NE": "Fula (Latin, Niger)", + "ff_Latn_NG": "Fula (Latin, Nigeria)", + "ff_Latn_SL": "Fula (Latin, Sierra Leone)", + "ff_Latn_SN": "Fula (Latin, Senegal)", + "ff_MR": "Fula (Mauritania)", + "ff_SN": "Fula (Senegal)", "fi": "Suomi", "fi_FI": "Suomi (Finlandia)", "fo": "Faroe", @@ -375,7 +393,7 @@ "mi": "Maori", "mi_NZ": "Maori (Selandia Baru)", "mk": "Makedonia", - "mk_MK": "Makedonia (Makedonia)", + "mk_MK": "Makedonia (Makedonia Utara)", "ml": "Malayalam", "ml_IN": "Malayalam (India)", "mn": "Mongolia", @@ -419,8 +437,6 @@ "os_GE": "Ossetia (Georgia)", "os_RU": "Ossetia (Rusia)", "pa": "Punjabi", - "pa_Arab": "Punjabi (Arab)", - "pa_Arab_PK": "Punjabi (Arab, Pakistan)", "pa_Guru": "Punjabi (Gurmukhi)", "pa_Guru_IN": "Punjabi (Gurmukhi, India)", "pa_IN": "Punjabi (India)", @@ -429,6 +445,7 @@ "pl_PL": "Polski (Polandia)", "ps": "Pashto", "ps_AF": "Pashto (Afganistan)", + "ps_PK": "Pashto (Pakistan)", "pt": "Portugis", "pt_AO": "Portugis (Angola)", "pt_BR": "Portugis (Brasil)", @@ -487,7 +504,7 @@ "so_SO": "Somalia (Somalia)", "sq": "Albania", "sq_AL": "Albania (Albania)", - "sq_MK": "Albania (Makedonia)", + "sq_MK": "Albania (Makedonia Utara)", "sq_XK": "Albania (Kosovo)", "sr": "Serbia", "sr_BA": "Serbia (Bosnia dan Herzegovina)", @@ -547,8 +564,6 @@ "ur_PK": "Urdu (Pakistan)", "uz": "Uzbek", "uz_AF": "Uzbek (Afganistan)", - "uz_Arab": "Uzbek (Arab)", - "uz_Arab_AF": "Uzbek (Arab, Afganistan)", "uz_Cyrl": "Uzbek (Sirilik)", "uz_Cyrl_UZ": "Uzbek (Sirilik, Uzbekistan)", "uz_Latn": "Uzbek (Latin)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ig.json b/src/Symfony/Component/Intl/Resources/data/locales/ig.json index da8a4d2e4e6a8..a448d2e333493 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ig.json @@ -8,53 +8,76 @@ "be": "Belaruusu", "bg": "Bọlụgarịa", "bn": "Bengali", + "bn_IN": "Bengali (Mba India)", "cs": "Cheekị", - "de": "Jamaan", + "de": "Asụsụ Jaman", + "de_DE": "Asụsụ Jaman (Mba Germany)", + "de_IT": "Asụsụ Jaman (Mba Italy)", "el": "Giriikị", - "en": "Oyibo", - "en_BM": "Oyibo (Bemuda)", - "en_NG": "Oyibo (Naịjịrịa)", - "es": "Panya", + "en": "Asụsụ Bekee", + "en_BM": "Asụsụ Bekee (Bemuda)", + "en_DE": "Asụsụ Bekee (Mba Germany)", + "en_GB": "Asụsụ Bekee (Mba United Kingdom)", + "en_IN": "Asụsụ Bekee (Mba India)", + "en_NG": "Asụsụ Bekee (Naịjịrịa)", + "en_US": "Asụsụ Bekee (Mba United States)", + "es": "Asụsụ Spanish", + "es_BR": "Asụsụ Spanish (Mba Brazil)", + "es_US": "Asụsụ Spanish (Mba United States)", "fa": "Peshan", - "fr": "Fụrench", - "fr_BJ": "Fụrench (Binin)", - "fr_HT": "Fụrench (Hati)", - "fr_KM": "Fụrench (Comorosu)", + "fr": "Asụsụ Fụrench", + "fr_BJ": "Asụsụ Fụrench (Binin)", + "fr_FR": "Asụsụ Fụrench (Mba France)", + "fr_HT": "Asụsụ Fụrench (Hati)", + "fr_KM": "Asụsụ Fụrench (Comorosu)", "ha": "Awụsa", "ha_NG": "Awụsa (Naịjịrịa)", "hi": "Hindi", + "hi_IN": "Hindi (Mba India)", "hu": "Magịya", "id": "Indonisia", - "ig": "Igbo", - "ig_NG": "Igbo (Naịjịrịa)", - "it": "Italo", - "ja": "Japanese", + "ig": "Asụsụ Igbo", + "ig_NG": "Asụsụ Igbo (Naịjịrịa)", + "it": "Asụsụ Italian", + "it_IT": "Asụsụ Italian (Mba Italy)", + "ja": "Asụsụ Japanese", + "ja_JP": "Asụsụ Japanese (Mba Japan)", "jv": "Java", "km": "Keme, Etiti", "ko": "Koria", "ms": "Maleyi", "my": "Mịanma", "ne": "Nepali", + "ne_IN": "Nepali (Mba India)", "nl": "Dọọch", "pa": "Punjabi", + "pa_Arab": "Punjabi (Mkpụrụ Okwu Arabic)", + "pa_IN": "Punjabi (Mba India)", "pl": "Poliishi", - "pt": "Potoki", + "pt": "Asụsụ Portuguese", + "pt_BR": "Asụsụ Portuguese (Mba Brazil)", "ro": "Rumenia", - "ru": "Rọshan", + "ru": "Asụsụ Russian", + "ru_RU": "Asụsụ Russian (Mba Russia)", "rw": "Rụwanda", "so": "Somali", "sv": "Sụwidiishi", "ta": "Tamụlụ", + "ta_IN": "Tamụlụ (Mba India)", "th": "Taị", "tr": "Tọkiishi", "uk": "Ukureenị", "ur": "Urudu", + "ur_IN": "Urudu (Mba India)", "vi": "Viyetịnaamụ", "yo": "Yoruba", "yo_BJ": "Yoruba (Binin)", "yo_NG": "Yoruba (Naịjịrịa)", "zh": "Mandarịịnị", - "zh_CN": "Mandarịịnị (Chaina)", + "zh_CN": "Mandarịịnị (Mba China)", + "zh_Hans": "Mandarịịnị (Nke dị mfe)", + "zh_Hans_CN": "Mandarịịnị (Nke dị mfe, Mba China)", + "zh_Hant": "Mandarịịnị (Izugbe)", "zu": "Zulu" } } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/is.json b/src/Symfony/Component/Intl/Resources/data/locales/is.json index 9469832227745..3252530ebe128 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/is.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/is.json @@ -94,6 +94,7 @@ "el_CY": "gríska (Kýpur)", "el_GR": "gríska (Grikkland)", "en": "enska", + "en_AE": "enska (Sameinuðu arabísku furstadæmin)", "en_AG": "enska (Antígva og Barbúda)", "en_AI": "enska (Angvilla)", "en_AS": "enska (Bandaríska Samóa)", @@ -233,6 +234,23 @@ "fa_AF": "persneska (Afganistan)", "fa_IR": "persneska (Íran)", "ff": "fúla", + "ff_CM": "fúla (Kamerún)", + "ff_GN": "fúla (Gínea)", + "ff_Latn": "fúla (latneskt)", + "ff_Latn_BF": "fúla (latneskt, Búrkína Fasó)", + "ff_Latn_CM": "fúla (latneskt, Kamerún)", + "ff_Latn_GH": "fúla (latneskt, Gana)", + "ff_Latn_GM": "fúla (latneskt, Gambía)", + "ff_Latn_GN": "fúla (latneskt, Gínea)", + "ff_Latn_GW": "fúla (latneskt, Gínea-Bissá)", + "ff_Latn_LR": "fúla (latneskt, Líbería)", + "ff_Latn_MR": "fúla (latneskt, Máritanía)", + "ff_Latn_NE": "fúla (latneskt, Níger)", + "ff_Latn_NG": "fúla (latneskt, Nígería)", + "ff_Latn_SL": "fúla (latneskt, Síerra Leóne)", + "ff_Latn_SN": "fúla (latneskt, Senegal)", + "ff_MR": "fúla (Máritanía)", + "ff_SN": "fúla (Senegal)", "fi": "finnska", "fi_FI": "finnska (Finnland)", "fo": "færeyska", @@ -429,6 +447,7 @@ "pl_PL": "pólska (Pólland)", "ps": "pastú", "ps_AF": "pastú (Afganistan)", + "ps_PK": "pastú (Pakistan)", "pt": "portúgalska", "pt_AO": "portúgalska (Angóla)", "pt_BR": "portúgalska (Brasilía)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/it.json b/src/Symfony/Component/Intl/Resources/data/locales/it.json index 6f7559bf41fb6..d461d40518e46 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/it.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/it.json @@ -94,6 +94,7 @@ "el_CY": "greco (Cipro)", "el_GR": "greco (Grecia)", "en": "inglese", + "en_AE": "inglese (Emirati Arabi Uniti)", "en_AG": "inglese (Antigua e Barbuda)", "en_AI": "inglese (Anguilla)", "en_AS": "inglese (Samoa americane)", @@ -233,6 +234,23 @@ "fa_AF": "persiano (Afghanistan)", "fa_IR": "persiano (Iran)", "ff": "fulah", + "ff_CM": "fulah (Camerun)", + "ff_GN": "fulah (Guinea)", + "ff_Latn": "fulah (latino)", + "ff_Latn_BF": "fulah (latino, Burkina Faso)", + "ff_Latn_CM": "fulah (latino, Camerun)", + "ff_Latn_GH": "fulah (latino, Ghana)", + "ff_Latn_GM": "fulah (latino, Gambia)", + "ff_Latn_GN": "fulah (latino, Guinea)", + "ff_Latn_GW": "fulah (latino, Guinea-Bissau)", + "ff_Latn_LR": "fulah (latino, Liberia)", + "ff_Latn_MR": "fulah (latino, Mauritania)", + "ff_Latn_NE": "fulah (latino, Niger)", + "ff_Latn_NG": "fulah (latino, Nigeria)", + "ff_Latn_SL": "fulah (latino, Sierra Leone)", + "ff_Latn_SN": "fulah (latino, Senegal)", + "ff_MR": "fulah (Mauritania)", + "ff_SN": "fulah (Senegal)", "fi": "finlandese", "fi_FI": "finlandese (Finlandia)", "fo": "faroese", @@ -375,7 +393,7 @@ "mi": "maori", "mi_NZ": "maori (Nuova Zelanda)", "mk": "macedone", - "mk_MK": "macedone (Repubblica di Macedonia)", + "mk_MK": "macedone (Macedonia del Nord)", "ml": "malayalam", "ml_IN": "malayalam (India)", "mn": "mongolo", @@ -429,6 +447,7 @@ "pl_PL": "polacco (Polonia)", "ps": "pashto", "ps_AF": "pashto (Afghanistan)", + "ps_PK": "pashto (Pakistan)", "pt": "portoghese", "pt_AO": "portoghese (Angola)", "pt_BR": "portoghese (Brasile)", @@ -487,7 +506,7 @@ "so_SO": "somalo (Somalia)", "sq": "albanese", "sq_AL": "albanese (Albania)", - "sq_MK": "albanese (Repubblica di Macedonia)", + "sq_MK": "albanese (Macedonia del Nord)", "sq_XK": "albanese (Kosovo)", "sr": "serbo", "sr_BA": "serbo (Bosnia ed Erzegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ja.json b/src/Symfony/Component/Intl/Resources/data/locales/ja.json index ef8e161f8c612..fe46bdbfaec31 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ja.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ja.json @@ -94,6 +94,7 @@ "el_CY": "ギリシャ語 (キプロス)", "el_GR": "ギリシャ語 (ギリシャ)", "en": "英語", + "en_AE": "英語 (アラブ首長国連邦)", "en_AG": "英語 (アンティグア・バーブーダ)", "en_AI": "英語 (アンギラ)", "en_AS": "英語 (米領サモア)", @@ -178,7 +179,7 @@ "en_SL": "英語 (シエラレオネ)", "en_SS": "英語 (南スーダン)", "en_SX": "英語 (シント・マールテン)", - "en_SZ": "英語 (スワジランド)", + "en_SZ": "英語 (エスワティニ)", "en_TC": "英語 (タークス・カイコス諸島)", "en_TK": "英語 (トケラウ)", "en_TO": "英語 (トンガ)", @@ -233,6 +234,23 @@ "fa_AF": "ペルシア語 (アフガニスタン)", "fa_IR": "ペルシア語 (イラン)", "ff": "フラ語", + "ff_CM": "フラ語 (カメルーン)", + "ff_GN": "フラ語 (ギニア)", + "ff_Latn": "フラ語 (ラテン文字)", + "ff_Latn_BF": "フラ語 (ラテン文字, ブルキナファソ)", + "ff_Latn_CM": "フラ語 (ラテン文字, カメルーン)", + "ff_Latn_GH": "フラ語 (ラテン文字, ガーナ)", + "ff_Latn_GM": "フラ語 (ラテン文字, ガンビア)", + "ff_Latn_GN": "フラ語 (ラテン文字, ギニア)", + "ff_Latn_GW": "フラ語 (ラテン文字, ギニアビサウ)", + "ff_Latn_LR": "フラ語 (ラテン文字, リベリア)", + "ff_Latn_MR": "フラ語 (ラテン文字, モーリタニア)", + "ff_Latn_NE": "フラ語 (ラテン文字, ニジェール)", + "ff_Latn_NG": "フラ語 (ラテン文字, ナイジェリア)", + "ff_Latn_SL": "フラ語 (ラテン文字, シエラレオネ)", + "ff_Latn_SN": "フラ語 (ラテン文字, セネガル)", + "ff_MR": "フラ語 (モーリタニア)", + "ff_SN": "フラ語 (セネガル)", "fi": "フィンランド語", "fi_FI": "フィンランド語 (フィンランド)", "fo": "フェロー語", @@ -375,7 +393,7 @@ "mi": "マオリ語", "mi_NZ": "マオリ語 (ニュージーランド)", "mk": "マケドニア語", - "mk_MK": "マケドニア語 (マケドニア)", + "mk_MK": "マケドニア語 (北マケドニア)", "ml": "マラヤーラム語", "ml_IN": "マラヤーラム語 (インド)", "mn": "モンゴル語", @@ -429,6 +447,7 @@ "pl_PL": "ポーランド語 (ポーランド)", "ps": "パシュトゥー語", "ps_AF": "パシュトゥー語 (アフガニスタン)", + "ps_PK": "パシュトゥー語 (パキスタン)", "pt": "ポルトガル語", "pt_AO": "ポルトガル語 (アンゴラ)", "pt_BR": "ポルトガル語 (ブラジル)", @@ -487,7 +506,7 @@ "so_SO": "ソマリ語 (ソマリア)", "sq": "アルバニア語", "sq_AL": "アルバニア語 (アルバニア)", - "sq_MK": "アルバニア語 (マケドニア)", + "sq_MK": "アルバニア語 (北マケドニア)", "sq_XK": "アルバニア語 (コソボ)", "sr": "セルビア語", "sr_BA": "セルビア語 (ボスニア・ヘルツェゴビナ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/jv.json b/src/Symfony/Component/Intl/Resources/data/locales/jv.json index 8b7efc63b101d..c476d2b820d66 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/jv.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/jv.json @@ -3,6 +3,10 @@ "af": "af", "af_NA": "af (Namibia)", "af_ZA": "af (Afrika Kidul)", + "ak": "Akan", + "ak_GH": "Akan (Ghana)", + "am": "Amharik", + "am_ET": "Amharik (Étiopia)", "ar": "Arab", "ar_AE": "Arab (Uni Émirat Arab)", "ar_BH": "Arab (Bahrain)", @@ -31,16 +35,45 @@ "ar_TD": "Arab (Chad)", "ar_TN": "Arab (Tunisia)", "ar_YE": "Arab (Yaman)", + "as": "Assam", + "az": "Azerbaijan", + "az_AZ": "Azerbaijan (Azerbaijan)", + "az_Cyrl": "Azerbaijan (Sirilik)", + "az_Cyrl_AZ": "Azerbaijan (Sirilik, Azerbaijan)", + "az_Latn": "Azerbaijan (Latin)", + "az_Latn_AZ": "Azerbaijan (Latin, Azerbaijan)", "be": "be", "be_BY": "be (Bélarus)", + "bg": "Bulgaria", + "bg_BG": "Bulgaria (Bulgari)", + "bm": "Bambara", + "bm_ML": "Bambara (Mali)", "bn": "Bengali", "bn_BD": "Bengali (Banggaladésa)", + "bo": "Tibet", + "bo_CN": "Tibet (Tyongkok)", + "br": "Breton", + "br_FR": "Breton (Prancis)", "bs": "bs", "bs_BA": "bs (Bosnia lan Hèrségovina)", "bs_Cyrl": "bs (Sirilik)", "bs_Cyrl_BA": "bs (Sirilik, Bosnia lan Hèrségovina)", "bs_Latn": "bs (Latin)", "bs_Latn_BA": "bs (Latin, Bosnia lan Hèrségovina)", + "ca": "Katala", + "ca_AD": "Katala (Andora)", + "ca_ES": "Katala (Sepanyol)", + "ca_FR": "Katala (Prancis)", + "ca_IT": "Katala (Itali)", + "ce": "Chechen", + "ce_RU": "Chechen (Rusia)", + "cs": "Ceska", + "cs_CZ": "Ceska (Céko)", + "cy": "Welsh", + "cy_GB": "Welsh (Karajan Manunggal)", + "da": "Dansk", + "da_DK": "Dansk (Dhènemarken)", + "da_GL": "Dansk (Greenland)", "de": "Jérman", "de_AT": "Jérman (Ostenrik)", "de_BE": "Jérman (Bèlgi)", @@ -49,7 +82,15 @@ "de_IT": "Jérman (Itali)", "de_LI": "Jérman (Liktenstén)", "de_LU": "Jérman (Luksemburg)", + "dz": "Dzongkha", + "dz_BT": "Dzongkha (Bhutan)", + "ee": "Ewe", + "ee_GH": "Ewe (Ghana)", + "ee_TG": "Ewe (Togo)", + "el": "Yunani", + "el_CY": "Yunani (Siprus)", "en": "Inggris", + "en_AE": "Inggris (Uni Émirat Arab)", "en_AG": "Inggris (Antigua lan Barbuda)", "en_AI": "Inggris (Anguilla)", "en_AS": "Inggris (Samoa Amerika)", @@ -63,6 +104,7 @@ "en_BW": "Inggris (Botswana)", "en_BZ": "Inggris (Bélisé)", "en_CA": "Inggris (Kanada)", + "en_CC": "Inggris (Kapuloan Cocos (Keeling))", "en_CH": "Inggris (Switserlan)", "en_CK": "Inggris (Kapuloan Cook)", "en_CM": "Inggris (Kamerun)", @@ -136,13 +178,16 @@ "en_TV": "Inggris (Tuvalu)", "en_TZ": "Inggris (Tansania)", "en_UG": "Inggris (Uganda)", + "en_UM": "Inggris (Kapuloan AS Paling Njaba)", "en_US": "Inggris (Amérika Sarékat)", + "en_VG": "Inggris (Kapuloan Virgin Britania)", "en_VI": "Inggris (Kapuloan Virgin Amérika)", "en_VU": "Inggris (Vanuatu)", "en_WS": "Inggris (Samoa)", "en_ZA": "Inggris (Afrika Kidul)", "en_ZM": "Inggris (Sambia)", "en_ZW": "Inggris (Simbabwe)", + "eo": "Esperanto", "es": "Spanyol", "es_AR": "Spanyol (Argèntina)", "es_BO": "Spanyol (Bolivia)", @@ -170,6 +215,36 @@ "es_US": "Spanyol (Amérika Sarékat)", "es_UY": "Spanyol (Uruguay)", "es_VE": "Spanyol (Vénésuéla)", + "et": "Estonia", + "et_EE": "Estonia (Éstonia)", + "eu": "Basque", + "eu_ES": "Basque (Sepanyol)", + "fa": "Persia", + "fa_AF": "Persia (Afganistan)", + "fa_IR": "Persia (Iran)", + "ff": "Fulah", + "ff_CM": "Fulah (Kamerun)", + "ff_GN": "Fulah (Guinea)", + "ff_Latn": "Fulah (Latin)", + "ff_Latn_BF": "Fulah (Latin, Burkina Faso)", + "ff_Latn_CM": "Fulah (Latin, Kamerun)", + "ff_Latn_GH": "Fulah (Latin, Ghana)", + "ff_Latn_GM": "Fulah (Latin, Gambia)", + "ff_Latn_GN": "Fulah (Latin, Guinea)", + "ff_Latn_GW": "Fulah (Latin, Guinea-Bissau)", + "ff_Latn_LR": "Fulah (Latin, Libèria)", + "ff_Latn_MR": "Fulah (Latin, Mauritania)", + "ff_Latn_NE": "Fulah (Latin, Nigér)", + "ff_Latn_NG": "Fulah (Latin, Nigéria)", + "ff_Latn_SL": "Fulah (Latin, Siéra Léoné)", + "ff_Latn_SN": "Fulah (Latin, Sénégal)", + "ff_MR": "Fulah (Mauritania)", + "ff_SN": "Fulah (Sénégal)", + "fi": "Suomi", + "fi_FI": "Suomi (Finlan)", + "fo": "Faroe", + "fo_DK": "Faroe (Dhènemarken)", + "fo_FO": "Faroe (Kapuloan Faro)", "fr": "Prancis", "fr_BE": "Prancis (Bèlgi)", "fr_BF": "Prancis (Burkina Faso)", @@ -187,6 +262,7 @@ "fr_FR": "Prancis (Prancis)", "fr_GA": "Prancis (Gabon)", "fr_GF": "Prancis (Guyana Prancis)", + "fr_GN": "Prancis (Guinea)", "fr_GP": "Prancis (Guadélup)", "fr_HT": "Prancis (Haiti)", "fr_KM": "Prancis (Komoro)", @@ -213,19 +289,109 @@ "fr_VU": "Prancis (Vanuatu)", "fr_WF": "Prancis (Wallis lan Futuna)", "fr_YT": "Prancis (Mayotte)", + "fy": "Frisia Sisih Kulon", + "fy_NL": "Frisia Sisih Kulon (Walanda)", + "ga": "Irlandia", + "ga_IE": "Irlandia (Républik Irlan)", + "gd": "Gaulia", + "gd_GB": "Gaulia (Karajan Manunggal)", + "gl": "Galisia", + "gl_ES": "Galisia (Sepanyol)", + "gu": "Gujarat", + "gv": "Manx", + "gv_IM": "Manx (Pulo Man)", + "ha": "Hausa", + "ha_GH": "Hausa (Ghana)", + "ha_NE": "Hausa (Nigér)", + "ha_NG": "Hausa (Nigéria)", + "he": "Ibrani", + "he_IL": "Ibrani (Israèl)", "hi": "India", + "hr": "Kroasia", + "hr_BA": "Kroasia (Bosnia lan Hèrségovina)", + "hr_HR": "Kroasia (Kroasia)", + "hu": "Hungaria", + "hu_HU": "Hungaria (Honggari)", + "hy": "Armenia", + "hy_AM": "Armenia (Arménia)", + "ia": "Interlingua", "id": "Indonesia", "id_ID": "Indonesia (Indonésia)", + "ig": "Iqbo", + "ig_NG": "Iqbo (Nigéria)", + "ii": "Sichuan Yi", + "ii_CN": "Sichuan Yi (Tyongkok)", + "is": "Islandia", + "is_IS": "Islandia (Èslan)", "it": "Italia", "it_CH": "Italia (Switserlan)", "it_IT": "Italia (Itali)", "it_SM": "Italia (San Marino)", + "it_VA": "Italia (Kutha Vatikan)", "ja": "Jepang", "ja_JP": "Jepang (Jepang)", "jv": "Jawa", "jv_ID": "Jawa (Indonésia)", + "ka": "Georgia", + "ka_GE": "Georgia (Géorgia)", + "ki": "Kikuyu", + "ki_KE": "Kikuyu (Kénya)", + "kk": "Kazakh", + "kk_KZ": "Kazakh (Kasakstan)", + "kl": "Kalaallisut", + "kl_GL": "Kalaallisut (Greenland)", + "km": "Khmer", + "km_KH": "Khmer (Kamboja)", + "kn": "Kannada", "ko": "Korea", "ko_KR": "Korea (Koréa Kidul)", + "ks": "Kashmiri", + "ku": "Kurdis", + "ku_TR": "Kurdis (Turki)", + "kw": "Kernowek", + "kw_GB": "Kernowek (Karajan Manunggal)", + "ky": "Kirgis", + "ky_KG": "Kirgis (Kirgistan)", + "lb": "Luksemburg", + "lb_LU": "Luksemburg (Luksemburg)", + "lg": "Ganda", + "lg_UG": "Ganda (Uganda)", + "ln": "Lingala", + "ln_AO": "Lingala (Angola)", + "ln_CD": "Lingala (Kongo - Kinshasa)", + "ln_CF": "Lingala (Républik Afrika Tengah)", + "ln_CG": "Lingala (Kongo - Brassaville)", + "lo": "Laos", + "lo_LA": "Laos (Laos)", + "lt": "Lithuania", + "lt_LT": "Lithuania (Litowen)", + "lu": "Luba-Katanga", + "lu_CD": "Luba-Katanga (Kongo - Kinshasa)", + "lv": "Latvia", + "lv_LV": "Latvia (Latvia)", + "mg": "Malagasi", + "mg_MG": "Malagasi (Madagaskar)", + "mi": "Maori", + "mk": "Makedonia", + "ml": "Malayalam", + "mn": "Mongolia", + "mn_MN": "Mongolia (Mongolia)", + "mr": "Marathi", + "ms": "Melayu", + "ms_BN": "Melayu (Brunéi)", + "ms_MY": "Melayu (Malaysia)", + "ms_SG": "Melayu (Singapura)", + "mt": "Malta", + "mt_MT": "Malta (Malta)", + "my": "Myanmar", + "my_MM": "Myanmar (Myanmar (Burma))", + "nb": "Bokmål Norwegia", + "nb_NO": "Bokmål Norwegia (Nurwègen)", + "nb_SJ": "Bokmål Norwegia (Svalbard lan Jan Mayen)", + "nd": "Ndebele Lor", + "nd_ZW": "Ndebele Lor (Simbabwe)", + "ne": "Nepal", + "ne_NP": "Nepal (Népal)", "nl": "Walanda", "nl_AW": "Walanda (Aruba)", "nl_BE": "Walanda (Bèlgi)", @@ -234,39 +400,164 @@ "nl_NL": "Walanda (Walanda)", "nl_SR": "Walanda (Suriname)", "nl_SX": "Walanda (Sint Martén)", + "nn": "Nynorsk Norwegia", + "nn_NO": "Nynorsk Norwegia (Nurwègen)", + "om": "Oromo", + "om_ET": "Oromo (Étiopia)", + "om_KE": "Oromo (Kénya)", + "or": "Odia", + "os": "Ossetia", + "os_GE": "Ossetia (Géorgia)", + "os_RU": "Ossetia (Rusia)", + "pa": "Punjab", + "pa_Arab": "Punjab (Arab)", + "pa_Arab_PK": "Punjab (Arab, Pakistan)", + "pa_Guru": "Punjab (Gurmukhi)", + "pa_PK": "Punjab (Pakistan)", "pl": "Polandia", "pl_PL": "Polandia (Polen)", + "ps": "Pashto", + "ps_AF": "Pashto (Afganistan)", + "ps_PK": "Pashto (Pakistan)", "pt": "Portugis", "pt_AO": "Portugis (Angola)", "pt_BR": "Portugis (Brasil)", "pt_CH": "Portugis (Switserlan)", "pt_CV": "Portugis (Pongol Verdé)", + "pt_GW": "Portugis (Guinea-Bissau)", "pt_LU": "Portugis (Luksemburg)", "pt_MO": "Portugis (Laladan Administratif Astamiwa Makau)", "pt_MZ": "Portugis (Mosambik)", "pt_PT": "Portugis (Portugal)", "pt_ST": "Portugis (Sao Tomé lan Principé)", "pt_TL": "Portugis (Timor Leste)", + "qu": "Quechua", + "qu_BO": "Quechua (Bolivia)", + "qu_EC": "Quechua (Ékuadhor)", + "qu_PE": "Quechua (Peru)", + "rm": "Roman", + "rm_CH": "Roman (Switserlan)", + "rn": "Rundi", + "rn_BI": "Rundi (Burundi)", + "ro": "Rumania", + "ro_MD": "Rumania (Moldova)", + "ro_RO": "Rumania (Ruméni)", "ru": "Rusia", "ru_BY": "Rusia (Bélarus)", "ru_KG": "Rusia (Kirgistan)", "ru_KZ": "Rusia (Kasakstan)", "ru_MD": "Rusia (Moldova)", + "ru_RU": "Rusia (Rusia)", "ru_UA": "Rusia (Ukrania)", + "rw": "Kinyarwanda", + "rw_RW": "Kinyarwanda (Rwanda)", + "sd": "Sindhi", + "sd_PK": "Sindhi (Pakistan)", + "se": "Sami Sisih Lor", + "se_FI": "Sami Sisih Lor (Finlan)", + "se_NO": "Sami Sisih Lor (Nurwègen)", + "se_SE": "Sami Sisih Lor (Swèdhen)", + "sg": "Sango", + "sg_CF": "Sango (Républik Afrika Tengah)", + "si": "Sinhala", + "si_LK": "Sinhala (Sri Lanka)", + "sk": "Slowakia", + "sk_SK": "Slowakia (Slowak)", + "sl": "Slovenia", + "sl_SI": "Slovenia (Slovénia)", + "sn": "Shona", + "sn_ZW": "Shona (Simbabwe)", + "so": "Somalia", + "so_DJ": "Somalia (Jibuti)", + "so_ET": "Somalia (Étiopia)", + "so_KE": "Somalia (Kénya)", + "so_SO": "Somalia (Somalia)", + "sq": "Albania", + "sq_AL": "Albania (Albani)", + "sq_XK": "Albania (Kosovo)", + "sr": "Serbia", + "sr_BA": "Serbia (Bosnia lan Hèrségovina)", + "sr_Cyrl": "Serbia (Sirilik)", + "sr_Cyrl_BA": "Serbia (Sirilik, Bosnia lan Hèrségovina)", + "sr_Cyrl_ME": "Serbia (Sirilik, Montenégro)", + "sr_Cyrl_XK": "Serbia (Sirilik, Kosovo)", + "sr_Latn": "Serbia (Latin)", + "sr_Latn_BA": "Serbia (Latin, Bosnia lan Hèrségovina)", + "sr_Latn_ME": "Serbia (Latin, Montenégro)", + "sr_Latn_XK": "Serbia (Latin, Kosovo)", + "sr_ME": "Serbia (Montenégro)", + "sr_XK": "Serbia (Kosovo)", + "sv": "Swedia", + "sv_AX": "Swedia (Kapuloan Alan)", + "sv_FI": "Swedia (Finlan)", + "sv_SE": "Swedia (Swèdhen)", + "sw": "Swahili", + "sw_CD": "Swahili (Kongo - Kinshasa)", + "sw_KE": "Swahili (Kénya)", + "sw_TZ": "Swahili (Tansania)", + "sw_UG": "Swahili (Uganda)", + "ta": "Tamil", + "ta_LK": "Tamil (Sri Lanka)", + "ta_MY": "Tamil (Malaysia)", + "ta_SG": "Tamil (Singapura)", + "te": "Telugu", + "tg": "Tajik", + "tg_TJ": "Tajik (Tajikistan)", "th": "Thailand", "th_TH": "Thailand (Tanah Thai)", + "ti": "Tigrinya", + "ti_ER": "Tigrinya (Éritréa)", + "ti_ET": "Tigrinya (Étiopia)", + "tk": "Turkmen", + "tk_TM": "Turkmen (Turkménistan)", + "to": "Tonga", + "to_TO": "Tonga (Tonga)", "tr": "Turki", "tr_CY": "Turki (Siprus)", "tr_TR": "Turki (Turki)", + "tt": "Tatar", + "tt_RU": "Tatar (Rusia)", + "ug": "Uighur", + "ug_CN": "Uighur (Tyongkok)", + "uk": "Ukraina", + "uk_UA": "Ukraina (Ukrania)", + "ur": "Urdu", + "ur_PK": "Urdu (Pakistan)", + "uz": "Uzbek", + "uz_AF": "Uzbek (Afganistan)", + "uz_Arab": "Uzbek (Arab)", + "uz_Arab_AF": "Uzbek (Arab, Afganistan)", + "uz_Cyrl": "Uzbek (Sirilik)", + "uz_Cyrl_UZ": "Uzbek (Sirilik, Usbèkistan)", + "uz_Latn": "Uzbek (Latin)", + "uz_Latn_UZ": "Uzbek (Latin, Usbèkistan)", + "uz_UZ": "Uzbek (Usbèkistan)", + "vi": "Vietnam", + "vi_VN": "Vietnam (Viètnam)", + "wo": "Wolof", + "wo_SN": "Wolof (Sénégal)", + "xh": "Xhosa", + "xh_ZA": "Xhosa (Afrika Kidul)", + "yi": "Yiddish", + "yo": "Yoruba", + "yo_BJ": "Yoruba (Bénin)", + "yo_NG": "Yoruba (Nigéria)", "zh": "Tyonghwa", "zh_CN": "Tyonghwa (Tyongkok)", "zh_HK": "Tyonghwa (Laladan Administratif Astamiwa Hong Kong)", + "zh_Hans": "Tyonghwa (Prasaja)", + "zh_Hans_CN": "Tyonghwa (Prasaja, Tyongkok)", + "zh_Hans_HK": "Tyonghwa (Prasaja, Laladan Administratif Astamiwa Hong Kong)", + "zh_Hans_MO": "Tyonghwa (Prasaja, Laladan Administratif Astamiwa Makau)", + "zh_Hans_SG": "Tyonghwa (Prasaja, Singapura)", "zh_Hant": "Tyonghwa (Tradhisional)", "zh_Hant_HK": "Tyonghwa (Tradhisional, Laladan Administratif Astamiwa Hong Kong)", "zh_Hant_MO": "Tyonghwa (Tradhisional, Laladan Administratif Astamiwa Makau)", "zh_Hant_TW": "Tyonghwa (Tradhisional, Taiwan)", "zh_MO": "Tyonghwa (Laladan Administratif Astamiwa Makau)", "zh_SG": "Tyonghwa (Singapura)", - "zh_TW": "Tyonghwa (Taiwan)" + "zh_TW": "Tyonghwa (Taiwan)", + "zu": "Zulu", + "zu_ZA": "Zulu (Afrika Kidul)" } } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ka.json b/src/Symfony/Component/Intl/Resources/data/locales/ka.json index 612c5ae41b727..d4bead5f270c6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ka.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ka.json @@ -94,6 +94,7 @@ "el_CY": "ბერძნული (კვიპროსი)", "el_GR": "ბერძნული (საბერძნეთი)", "en": "ინგლისური", + "en_AE": "ინგლისური (არაბთა გაერთიანებული საამიროები)", "en_AG": "ინგლისური (ანტიგუა და ბარბუდა)", "en_AI": "ინგლისური (ანგილია)", "en_AS": "ინგლისური (ამერიკის სამოა)", @@ -233,6 +234,23 @@ "fa_AF": "სპარსული (ავღანეთი)", "fa_IR": "სპარსული (ირანი)", "ff": "ფულა", + "ff_CM": "ფულა (კამერუნი)", + "ff_GN": "ფულა (გვინეა)", + "ff_Latn": "ფულა (ლათინური)", + "ff_Latn_BF": "ფულა (ლათინური, ბურკინა-ფასო)", + "ff_Latn_CM": "ფულა (ლათინური, კამერუნი)", + "ff_Latn_GH": "ფულა (ლათინური, განა)", + "ff_Latn_GM": "ფულა (ლათინური, გამბია)", + "ff_Latn_GN": "ფულა (ლათინური, გვინეა)", + "ff_Latn_GW": "ფულა (ლათინური, გვინეა-ბისაუ)", + "ff_Latn_LR": "ფულა (ლათინური, ლიბერია)", + "ff_Latn_MR": "ფულა (ლათინური, მავრიტანია)", + "ff_Latn_NE": "ფულა (ლათინური, ნიგერი)", + "ff_Latn_NG": "ფულა (ლათინური, ნიგერია)", + "ff_Latn_SL": "ფულა (ლათინური, სიერა-ლეონე)", + "ff_Latn_SN": "ფულა (ლათინური, სენეგალი)", + "ff_MR": "ფულა (მავრიტანია)", + "ff_SN": "ფულა (სენეგალი)", "fi": "ფინური", "fi_FI": "ფინური (ფინეთი)", "fo": "ფარერული", @@ -429,6 +447,7 @@ "pl_PL": "პოლონური (პოლონეთი)", "ps": "პუშტუ", "ps_AF": "პუშტუ (ავღანეთი)", + "ps_PK": "პუშტუ (პაკისტანი)", "pt": "პორტუგალიური", "pt_AO": "პორტუგალიური (ანგოლა)", "pt_BR": "პორტუგალიური (ბრაზილია)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ki.json b/src/Symfony/Component/Intl/Resources/data/locales/ki.json index 490263f301be7..f439120cc1a5f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ki.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ki.json @@ -51,6 +51,7 @@ "el_CY": "Kigiriki (Kuprosi)", "el_GR": "Kigiriki (Ugiriki)", "en": "Gĩthungũ", + "en_AE": "Gĩthungũ (Falme za Kiarabu)", "en_AG": "Gĩthungũ (Antigua na Barbuda)", "en_AI": "Gĩthungũ (Anguilla)", "en_AS": "Gĩthungũ (Samoa ya Marekani)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/kk.json b/src/Symfony/Component/Intl/Resources/data/locales/kk.json index 6e956a689da7a..2d1759eb0a0e5 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/kk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/kk.json @@ -94,6 +94,7 @@ "el_CY": "грек тілі (Кипр)", "el_GR": "грек тілі (Грекия)", "en": "ағылшын тілі", + "en_AE": "ағылшын тілі (Біріккен Араб Әмірліктері)", "en_AG": "ағылшын тілі (Антигуа және Барбуда)", "en_AI": "ағылшын тілі (Ангилья)", "en_AS": "ағылшын тілі (Америкалық Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "парсы тілі (Ауғанстан)", "fa_IR": "парсы тілі (Иран)", "ff": "фула тілі", + "ff_CM": "фула тілі (Камерун)", + "ff_GN": "фула тілі (Гвинея)", + "ff_Latn": "фула тілі (латын жазуы)", + "ff_Latn_BF": "фула тілі (латын жазуы, Буркина-Фасо)", + "ff_Latn_CM": "фула тілі (латын жазуы, Камерун)", + "ff_Latn_GH": "фула тілі (латын жазуы, Гана)", + "ff_Latn_GM": "фула тілі (латын жазуы, Гамбия)", + "ff_Latn_GN": "фула тілі (латын жазуы, Гвинея)", + "ff_Latn_GW": "фула тілі (латын жазуы, Гвинея-Бисау)", + "ff_Latn_LR": "фула тілі (латын жазуы, Либерия)", + "ff_Latn_MR": "фула тілі (латын жазуы, Мавритания)", + "ff_Latn_NE": "фула тілі (латын жазуы, Нигер)", + "ff_Latn_NG": "фула тілі (латын жазуы, Нигерия)", + "ff_Latn_SL": "фула тілі (латын жазуы, Сьерра-Леоне)", + "ff_Latn_SN": "фула тілі (латын жазуы, Сенегал)", + "ff_MR": "фула тілі (Мавритания)", + "ff_SN": "фула тілі (Сенегал)", "fi": "фин тілі", "fi_FI": "фин тілі (Финляндия)", "fo": "фарер тілі", @@ -429,6 +447,7 @@ "pl_PL": "поляк тілі (Польша)", "ps": "пушту тілі", "ps_AF": "пушту тілі (Ауғанстан)", + "ps_PK": "пушту тілі (Пәкістан)", "pt": "португал тілі", "pt_AO": "португал тілі (Ангола)", "pt_BR": "португал тілі (Бразилия)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/km.json b/src/Symfony/Component/Intl/Resources/data/locales/km.json index c2080724ab850..0b26b482dc9bd 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/km.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/km.json @@ -94,6 +94,7 @@ "el_CY": "ក្រិក (ស៊ីប)", "el_GR": "ក្រិក (ក្រិក)", "en": "អង់គ្លេស", + "en_AE": "អង់គ្លេស (អេមីរ៉ាត​អារ៉ាប់​រួម)", "en_AG": "អង់គ្លេស (អង់ទីហ្គា និង បាប៊ុយដា)", "en_AI": "អង់គ្លេស (អង់ហ្គីឡា)", "en_AS": "អង់គ្លេស (សាម័រ អាមេរិកាំង)", @@ -233,6 +234,23 @@ "fa_AF": "ភឺសៀន (អាហ្វហ្គានីស្ថាន)", "fa_IR": "ភឺសៀន (អ៊ីរ៉ង់)", "ff": "ហ្វ៊ូឡា", + "ff_CM": "ហ្វ៊ូឡា (កាមេរូន)", + "ff_GN": "ហ្វ៊ូឡា (ហ្គីណេ)", + "ff_Latn": "ហ្វ៊ូឡា (ឡាតាំង)", + "ff_Latn_BF": "ហ្វ៊ូឡា (ឡាតាំង, បួគីណាហ្វាសូ)", + "ff_Latn_CM": "ហ្វ៊ូឡា (ឡាតាំង, កាមេរូន)", + "ff_Latn_GH": "ហ្វ៊ូឡា (ឡាតាំង, ហ្គាណា)", + "ff_Latn_GM": "ហ្វ៊ូឡា (ឡាតាំង, ហ្គំប៊ី)", + "ff_Latn_GN": "ហ្វ៊ូឡា (ឡាតាំង, ហ្គីណេ)", + "ff_Latn_GW": "ហ្វ៊ូឡា (ឡាតាំង, ហ្គីណេប៊ីស្សូ)", + "ff_Latn_LR": "ហ្វ៊ូឡា (ឡាតាំង, លីបេរីយ៉ា)", + "ff_Latn_MR": "ហ្វ៊ូឡា (ឡាតាំង, ម៉ូរីតានី)", + "ff_Latn_NE": "ហ្វ៊ូឡា (ឡាតាំង, នីហ្សេ)", + "ff_Latn_NG": "ហ្វ៊ូឡា (ឡាតាំង, នីហ្សេរីយ៉ា)", + "ff_Latn_SL": "ហ្វ៊ូឡា (ឡាតាំង, សៀរ៉ាឡេអូន)", + "ff_Latn_SN": "ហ្វ៊ូឡា (ឡាតាំង, សេណេហ្គាល់)", + "ff_MR": "ហ្វ៊ូឡា (ម៉ូរីតានី)", + "ff_SN": "ហ្វ៊ូឡា (សេណេហ្គាល់)", "fi": "ហ្វាំងឡង់", "fi_FI": "ហ្វាំងឡង់ (ហ្វាំងឡង់)", "fo": "ហ្វារូស", @@ -429,6 +447,7 @@ "pl_PL": "ប៉ូឡូញ (ប៉ូឡូញ)", "ps": "បាស្តូ", "ps_AF": "បាស្តូ (អាហ្វហ្គានីស្ថាន)", + "ps_PK": "បាស្តូ (ប៉ាគីស្ថាន)", "pt": "ព័រទុយហ្គាល់", "pt_AO": "ព័រទុយហ្គាល់ (អង់ហ្គោឡា)", "pt_BR": "ព័រទុយហ្គាល់ (ប្រេស៊ីល)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/kn.json b/src/Symfony/Component/Intl/Resources/data/locales/kn.json index 2645e58285206..565ab4eee9179 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/kn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/kn.json @@ -94,6 +94,7 @@ "el_CY": "ಗ್ರೀಕ್ (ಸೈಪ್ರಸ್)", "el_GR": "ಗ್ರೀಕ್ (ಗ್ರೀಸ್)", "en": "ಇಂಗ್ಲಿಷ್", + "en_AE": "ಇಂಗ್ಲಿಷ್ (ಯುನೈಟೆಡ್ ಅರಬ್ ಎಮಿರೇಟ್ಸ್)", "en_AG": "ಇಂಗ್ಲಿಷ್ (ಆಂಟಿಗುವಾ ಮತ್ತು ಬರ್ಬುಡಾ)", "en_AI": "ಇಂಗ್ಲಿಷ್ (ಆಂಗ್ವಿಲ್ಲಾ)", "en_AS": "ಇಂಗ್ಲಿಷ್ (ಅಮೇರಿಕನ್ ಸಮೋವಾ)", @@ -233,6 +234,23 @@ "fa_AF": "ಪರ್ಶಿಯನ್ (ಅಫಘಾನಿಸ್ಥಾನ)", "fa_IR": "ಪರ್ಶಿಯನ್ (ಇರಾನ್)", "ff": "ಫುಲಾ", + "ff_CM": "ಫುಲಾ (ಕ್ಯಾಮರೂನ್)", + "ff_GN": "ಫುಲಾ (ಗಿನಿ)", + "ff_Latn": "ಫುಲಾ (ಲ್ಯಾಟಿನ್)", + "ff_Latn_BF": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಬುರ್ಕಿನಾ ಫಾಸೊ)", + "ff_Latn_CM": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಕ್ಯಾಮರೂನ್)", + "ff_Latn_GH": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಘಾನಾ)", + "ff_Latn_GM": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಗ್ಯಾಂಬಿಯಾ)", + "ff_Latn_GN": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಗಿನಿ)", + "ff_Latn_GW": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಗಿನಿ-ಬಿಸ್ಸಾವ್)", + "ff_Latn_LR": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಲಿಬೇರಿಯಾ)", + "ff_Latn_MR": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಮಾರಿಟೇನಿಯಾ)", + "ff_Latn_NE": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ನೈಜರ್)", + "ff_Latn_NG": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ನೈಜೀರಿಯಾ)", + "ff_Latn_SL": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಸಿಯೆರ್ರಾ ಲಿಯೋನ್)", + "ff_Latn_SN": "ಫುಲಾ (ಲ್ಯಾಟಿನ್, ಸೆನೆಗಲ್)", + "ff_MR": "ಫುಲಾ (ಮಾರಿಟೇನಿಯಾ)", + "ff_SN": "ಫುಲಾ (ಸೆನೆಗಲ್)", "fi": "ಫಿನ್ನಿಶ್", "fi_FI": "ಫಿನ್ನಿಶ್ (ಫಿನ್‌ಲ್ಯಾಂಡ್)", "fo": "ಫರೋಸಿ", @@ -429,6 +447,7 @@ "pl_PL": "ಪೊಲಿಶ್ (ಪೋಲ್ಯಾಂಡ್)", "ps": "ಪಾಷ್ಟೋ", "ps_AF": "ಪಾಷ್ಟೋ (ಅಫಘಾನಿಸ್ಥಾನ)", + "ps_PK": "ಪಾಷ್ಟೋ (ಪಾಕಿಸ್ತಾನ)", "pt": "ಪೋರ್ಚುಗೀಸ್", "pt_AO": "ಪೋರ್ಚುಗೀಸ್ (ಅಂಗೋಲಾ)", "pt_BR": "ಪೋರ್ಚುಗೀಸ್ (ಬ್ರೆಜಿಲ್)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ko.json b/src/Symfony/Component/Intl/Resources/data/locales/ko.json index 89771db0c2b19..9263b01b4240a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ko.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ko.json @@ -94,6 +94,7 @@ "el_CY": "그리스어 (키프로스)", "el_GR": "그리스어 (그리스)", "en": "영어", + "en_AE": "영어 (아랍에미리트)", "en_AG": "영어 (앤티가 바부다)", "en_AI": "영어 (앵귈라)", "en_AS": "영어 (아메리칸 사모아)", @@ -178,7 +179,7 @@ "en_SL": "영어 (시에라리온)", "en_SS": "영어 (남수단)", "en_SX": "영어 (신트마르턴)", - "en_SZ": "영어 (스와질란드)", + "en_SZ": "영어 (에스와티니)", "en_TC": "영어 (터크스 케이커스 제도)", "en_TK": "영어 (토켈라우)", "en_TO": "영어 (통가)", @@ -233,6 +234,23 @@ "fa_AF": "페르시아어 (아프가니스탄)", "fa_IR": "페르시아어 (이란)", "ff": "풀라어", + "ff_CM": "풀라어 (카메룬)", + "ff_GN": "풀라어 (기니)", + "ff_Latn": "풀라어 (로마자)", + "ff_Latn_BF": "풀라어 (로마자, 부르키나파소)", + "ff_Latn_CM": "풀라어 (로마자, 카메룬)", + "ff_Latn_GH": "풀라어 (로마자, 가나)", + "ff_Latn_GM": "풀라어 (로마자, 감비아)", + "ff_Latn_GN": "풀라어 (로마자, 기니)", + "ff_Latn_GW": "풀라어 (로마자, 기니비사우)", + "ff_Latn_LR": "풀라어 (로마자, 라이베리아)", + "ff_Latn_MR": "풀라어 (로마자, 모리타니)", + "ff_Latn_NE": "풀라어 (로마자, 니제르)", + "ff_Latn_NG": "풀라어 (로마자, 나이지리아)", + "ff_Latn_SL": "풀라어 (로마자, 시에라리온)", + "ff_Latn_SN": "풀라어 (로마자, 세네갈)", + "ff_MR": "풀라어 (모리타니)", + "ff_SN": "풀라어 (세네갈)", "fi": "핀란드어", "fi_FI": "핀란드어 (핀란드)", "fo": "페로어", @@ -429,6 +447,7 @@ "pl_PL": "폴란드어 (폴란드)", "ps": "파슈토어", "ps_AF": "파슈토어 (아프가니스탄)", + "ps_PK": "파슈토어 (파키스탄)", "pt": "포르투갈어", "pt_AO": "포르투갈어 (앙골라)", "pt_BR": "포르투갈어 (브라질)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ks.json b/src/Symfony/Component/Intl/Resources/data/locales/ks.json index 8ac82b78c9a61..a8de48fcb0b50 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ks.json @@ -1,8 +1,8 @@ { "Names": { - "af": "اَفریٖکانٛز", - "af_NA": "اَفریٖکانٛز (نامِبِیا)", - "af_ZA": "اَفریٖکانٛز (جَنوٗبی اَفریٖکا)", + "af": "اَفریٖکانز", + "af_NA": "اَفریٖکانز (نامِبِیا)", + "af_ZA": "اَفریٖکانز (جَنوٗبی اَفریٖکا)", "ak": "اَکان", "ak_GH": "اَکان (گانا)", "am": "اَمہاری", @@ -11,7 +11,7 @@ "ar_AE": "عربی (مُتحدہ عرَب امارات)", "ar_BH": "عربی (بحریٖن)", "ar_DJ": "عربی (جِبوٗتی)", - "ar_DZ": "عربی (اٮ۪لجیرِیا)", + "ar_DZ": "عربی (اؠلجیرِیا)", "ar_EG": "عربی (مِسٔر)", "ar_EH": "عربی (مشرِقی سَہارا)", "ar_ER": "عربی (اِرٕٹِیا)", @@ -19,7 +19,7 @@ "ar_IQ": "عربی (ایٖراق)", "ar_KM": "عربی (کَمورَس)", "ar_KW": "عربی (کُویت)", - "ar_LB": "عربی (لٮ۪بنان)", + "ar_LB": "عربی (لؠبنان)", "ar_LY": "عربی (لِبیا)", "ar_MA": "عربی (موروکو)", "ar_MR": "عربی (مارٕٹانِیا)", @@ -34,7 +34,7 @@ "ar_TN": "عربی (ٹونیشِیا)", "ar_YE": "عربی (یَمَن)", "as": "اسٲمۍ", - "as_IN": "اسٲمۍ (ہِنٛدوستان)", + "as_IN": "اسٲمۍ (ہِندوستان)", "az": "اَزَربیجانی", "az_AZ": "اَزَربیجانی (آزَرباجان)", "az_Cyrl": "اَزَربیجانی (سَیرِلِک)", @@ -47,14 +47,14 @@ "bg_BG": "بینا (بَلجیرِیا)", "bm": "بَمبارا", "bm_ML": "بَمبارا (مالی)", - "bn": "بَنٛگٲلۍ", - "bn_BD": "بَنٛگٲلۍ (بَنٛگلادیش)", - "bn_IN": "بَنٛگٲلۍ (ہِنٛدوستان)", + "bn": "بَنگٲلۍ", + "bn_BD": "بَنگٲلۍ (بَنگلادیش)", + "bn_IN": "بَنگٲلۍ (ہِندوستان)", "bo": "تِبتی", "bo_CN": "تِبتی (چیٖن)", - "bo_IN": "تِبتی (ہِنٛدوستان)", + "bo_IN": "تِبتی (ہِندوستان)", "br": "بریٹَن", - "br_FR": "بریٹَن (فرٛانس)", + "br_FR": "بریٹَن (فرانس)", "bs": "بوسنِیَن", "bs_BA": "بوسنِیَن (بوسنِیا تہٕ ہَرزِگووِنا)", "bs_Cyrl": "بوسنِیَن (سَیرِلِک)", @@ -62,139 +62,140 @@ "bs_Latn": "بوسنِیَن (لیٹِن)", "bs_Latn_BA": "بوسنِیَن (لیٹِن, بوسنِیا تہٕ ہَرزِگووِنا)", "ca": "کَتلان", - "ca_AD": "کَتلان (اٮ۪نڑورا)", + "ca_AD": "کَتلان (اؠنڑورا)", "ca_ES": "کَتلان (سٕپین)", - "ca_FR": "کَتلان (فرٛانس)", + "ca_FR": "کَتلان (فرانس)", "ca_IT": "کَتلان (اِٹلی)", "ce": "چیچَن", "ce_RU": "چیچَن (روٗس)", - "cs": "چیٚک", - "cs_CZ": "چیٚک (چیک جَموٗرِیَت)", - "cy": "ویٚلش", - "cy_GB": "ویٚلش (یُنایٹِڑ کِنٛگڈَم)", + "cs": "چیک", + "cs_CZ": "چیک (چیک جَموٗرِیَت)", + "cy": "ویلش", + "cy_GB": "ویلش (یُنایٹِڑ کِنگڈَم)", "da": "ڈینِش", - "da_DK": "ڈینِش (ڈینٛمارٕک)", - "da_GL": "ڈینِش (گریٖنلینٛڑ)", + "da_DK": "ڈینِش (ڈینمارٕک)", + "da_GL": "ڈینِش (گریٖنلینڑ)", "de": "جٔرمَن", "de_AT": "جٔرمَن (آسٹِیا)", - "de_BE": "جٔرمَن (بیٛلجِیَم)", - "de_CH": "جٔرمَن (سُوِزَرلینٛڑ)", + "de_BE": "جٔرمَن (بیلجِیَم)", + "de_CH": "جٔرمَن (سُوِزَرلینڑ)", "de_DE": "جٔرمَن (جرمٔنی)", "de_IT": "جٔرمَن (اِٹلی)", - "de_LI": "جٔرمَن (لِکٹیٛسٹیٖن)", + "de_LI": "جٔرمَن (لِکٹیسٹیٖن)", "de_LU": "جٔرمَن (لَکسَمبٔرٕگ)", - "dz": "زونٛگکھا", - "dz_BT": "زونٛگکھا (بوٗٹان)", + "dz": "زونگکھا", + "dz_BT": "زونگکھا (بوٗٹان)", "ee": "ایٖو", "ee_GH": "ایٖو (گانا)", "ee_TG": "ایٖو (ٹوگو)", "el": "یوٗنٲنی", - "el_CY": "یوٗنٲنی (سایفرٛس)", + "el_CY": "یوٗنٲنی (سایفرس)", "el_GR": "یوٗنٲنی (گریٖس)", - "en": "اَنٛگیٖزۍ", - "en_AG": "اَنٛگیٖزۍ (اٮ۪نٹِگُوا تہٕ باربوڑا)", - "en_AI": "اَنٛگیٖزۍ (انگوئیلا)", - "en_AS": "اَنٛگیٖزۍ (اَمریٖکَن سَموا)", - "en_AT": "اَنٛگیٖزۍ (آسٹِیا)", - "en_AU": "اَنٛگیٖزۍ (آسٹریلِیا)", - "en_BB": "اَنٛگیٖزۍ (باربیڈاس)", - "en_BE": "اَنٛگیٖزۍ (بیٛلجِیَم)", - "en_BI": "اَنٛگیٖزۍ (بورَنڈِ)", - "en_BM": "اَنٛگیٖزۍ (بٔرمیوڈا)", - "en_BS": "اَنٛگیٖزۍ (بَہامَس)", - "en_BW": "اَنٛگیٖزۍ (بوتَسوانا)", - "en_BZ": "اَنٛگیٖزۍ (بیلِج)", - "en_CA": "اَنٛگیٖزۍ (کینَڑا)", - "en_CC": "اَنٛگیٖزۍ (کوکَس کیٖلِنٛگ جٔزیٖرٕ)", - "en_CH": "اَنٛگیٖزۍ (سُوِزَرلینٛڑ)", - "en_CK": "اَنٛگیٖزۍ (کُک جٔزیٖرٕ)", - "en_CM": "اَنٛگیٖزۍ (کیٚمِروٗن)", - "en_CX": "اَنٛگیٖزۍ (کرِسمَس جٔزیٖرٕ)", - "en_CY": "اَنٛگیٖزۍ (سایفرٛس)", - "en_DE": "اَنٛگیٖزۍ (جرمٔنی)", - "en_DK": "اَنٛگیٖزۍ (ڈینٛمارٕک)", - "en_DM": "اَنٛگیٖزۍ (ڈومِنِکا)", - "en_ER": "اَنٛگیٖزۍ (اِرٕٹِیا)", - "en_FI": "اَنٛگیٖزۍ (فِنلینٛڑ)", - "en_FJ": "اَنٛگیٖزۍ (فِجی)", - "en_FK": "اَنٛگیٖزۍ (فٕلاکلینٛڑ جٔزیٖرٕ)", - "en_GB": "اَنٛگیٖزۍ (یُنایٹِڑ کِنٛگڈَم)", - "en_GD": "اَنٛگیٖزۍ (گرٛنیڑا)", - "en_GG": "اَنٛگیٖزۍ (گیوَنَرسے)", - "en_GH": "اَنٛگیٖزۍ (گانا)", - "en_GI": "اَنٛگیٖزۍ (جِبرالٹَر)", - "en_GM": "اَنٛگیٖزۍ (گَمبِیا)", - "en_GU": "اَنٛگیٖزۍ (گُوام)", - "en_GY": "اَنٛگیٖزۍ (گُیانا)", - "en_HK": "اَنٛگیٖزۍ (ہانٛگ کانٛگ ایس اے آر چیٖن)", - "en_IE": "اَنٛگیٖزۍ (اَیَرلینٛڑ)", - "en_IL": "اَنٛگیٖزۍ (اِسرایٖل)", - "en_IM": "اَنٛگیٖزۍ (آیِل آف میٛن)", - "en_IN": "اَنٛگیٖزۍ (ہِنٛدوستان)", - "en_IO": "اَنٛگیٖزۍ (برطانوی بحرِ ہِنٛدۍ علاقہٕ)", - "en_JE": "اَنٛگیٖزۍ (جٔرسی)", - "en_JM": "اَنٛگیٖزۍ (جَمایکا)", - "en_KE": "اَنٛگیٖزۍ (کِنٛیا)", - "en_KI": "اَنٛگیٖزۍ (کِرٕباتی)", - "en_KN": "اَنٛگیٖزۍ (سینٛٹ کِٹَس تہٕ نیوِس)", - "en_KY": "اَنٛگیٖزۍ (کیمَن جٔزیٖرٕ)", - "en_LC": "اَنٛگیٖزۍ (سینٛٹ لوٗسِیا)", - "en_LR": "اَنٛگیٖزۍ (لایبیرِیا)", - "en_LS": "اَنٛگیٖزۍ (لیسوتھو)", - "en_MG": "اَنٛگیٖزۍ (میڑاگاسکار)", - "en_MH": "اَنٛگیٖزۍ (مارشَل جٔزیٖرٕ)", - "en_MO": "اَنٛگیٖزۍ (مَکاوو ایس اے آر چیٖن)", - "en_MP": "اَنٛگیٖزۍ (شُمٲلی مارِیانا جٔزیٖرٕ)", - "en_MS": "اَنٛگیٖزۍ (مانٛٹسیراٹ)", - "en_MT": "اَنٛگیٖزۍ (مالٹا)", - "en_MU": "اَنٛگیٖزۍ (مورِشَس)", - "en_MW": "اَنٛگیٖزۍ (ملاوی)", - "en_MY": "اَنٛگیٖزۍ (مَلیشِیا)", - "en_NA": "اَنٛگیٖزۍ (نامِبِیا)", - "en_NF": "اَنٛگیٖزۍ (نارفاک جٔزیٖرٕ)", - "en_NG": "اَنٛگیٖزۍ (نایجیرِیا)", - "en_NL": "اَنٛگیٖزۍ (نیٖدَرلینٛڑ)", - "en_NR": "اَنٛگیٖزۍ (نارووٗ)", - "en_NU": "اَنٛگیٖزۍ (نیوٗ)", - "en_NZ": "اَنٛگیٖزۍ (نیوٗزِلینٛڑ)", - "en_PG": "اَنٛگیٖزۍ (پاپُوا نیوٗ گیٖنی)", - "en_PH": "اَنٛگیٖزۍ (فِلِپِینس)", - "en_PK": "اَنٛگیٖزۍ (پاکِستان)", - "en_PN": "اَنٛگیٖزۍ (پِٹکیرٕنۍ جٔزیٖرٕ)", - "en_PR": "اَنٛگیٖزۍ (پٔرٹو رِکو)", - "en_PW": "اَنٛگیٖزۍ (پَلاو)", - "en_RW": "اَنٛگیٖزۍ (روٗوانٛڈا)", - "en_SB": "اَنٛگیٖزۍ (سولامان جٔزیٖرٕ)", - "en_SC": "اَنٛگیٖزۍ (سیشَلِس)", - "en_SD": "اَنٛگیٖزۍ (سوٗڈان)", - "en_SE": "اَنٛگیٖزۍ (سُوِڈَن)", - "en_SG": "اَنٛگیٖزۍ (ٛسِنٛگاپوٗر)", - "en_SH": "اَنٛگیٖزۍ (سینٛٹ ہٮ۪لِنا)", - "en_SI": "اَنٛگیٖزۍ (سَلووینِیا)", - "en_SL": "اَنٛگیٖزۍ (سیٖرالیوون)", - "en_SZ": "اَنٛگیٖزۍ (سُوزِلینٛڑ)", - "en_TC": "اَنٛگیٖزۍ (تُرُک تہٕ کیکوس جٔزیٖرٕ)", - "en_TK": "اَنٛگیٖزۍ (توکیلاو)", - "en_TO": "اَنٛگیٖزۍ (ٹونٛگا)", - "en_TT": "اَنٛگیٖزۍ (ٹرٛنِنداد تہٕ ٹوبیگو)", - "en_TV": "اَنٛگیٖزۍ (توٗوالوٗ)", - "en_TZ": "اَنٛگیٖزۍ (تَنجانِیا)", - "en_UG": "اَنٛگیٖزۍ (یوٗگانٛڑا)", - "en_UM": "اَنٛگیٖزۍ (یوٗنایٹِڑ سِٹیٹِس ماینَر آوُٹلییِنٛگ جٔزیٖرٕ)", - "en_US": "اَنٛگیٖزۍ (یوٗنایٹِڑ سِٹیٹِس)", - "en_VC": "اَنٛگیٖزۍ (سینٛٹ وینسٮ۪ٹ تہٕ گرٛیناڑاینٕز)", - "en_VG": "اَنٛگیٖزۍ (بَرطانوی ؤرجِن جٔزیٖرٕ)", - "en_VI": "اَنٛگیٖزۍ (یوٗ ایس ؤرجِن جٔزیٖرٕ)", - "en_VU": "اَنٛگیٖزۍ (وانوٗتوٗ)", - "en_WS": "اَنٛگیٖزۍ (سیمووا)", - "en_ZA": "اَنٛگیٖزۍ (جَنوٗبی اَفریٖکا)", - "en_ZM": "اَنٛگیٖزۍ (جامبِیا)", - "en_ZW": "اَنٛگیٖزۍ (زِمبابے)", - "eo": "ایٚسپَرینٹو", + "en": "اَنگیٖزۍ", + "en_AE": "اَنگیٖزۍ (مُتحدہ عرَب امارات)", + "en_AG": "اَنگیٖزۍ (اؠنٹِگُوا تہٕ باربوڑا)", + "en_AI": "اَنگیٖزۍ (انگوئیلا)", + "en_AS": "اَنگیٖزۍ (اَمریٖکَن سَموا)", + "en_AT": "اَنگیٖزۍ (آسٹِیا)", + "en_AU": "اَنگیٖزۍ (آسٹریلِیا)", + "en_BB": "اَنگیٖزۍ (باربیڈاس)", + "en_BE": "اَنگیٖزۍ (بیلجِیَم)", + "en_BI": "اَنگیٖزۍ (بورَنڈِ)", + "en_BM": "اَنگیٖزۍ (بٔرمیوڈا)", + "en_BS": "اَنگیٖزۍ (بَہامَس)", + "en_BW": "اَنگیٖزۍ (بوتَسوانا)", + "en_BZ": "اَنگیٖزۍ (بیلِج)", + "en_CA": "اَنگیٖزۍ (کینَڑا)", + "en_CC": "اَنگیٖزۍ (کوکَس کیٖلِنگ جٔزیٖرٕ)", + "en_CH": "اَنگیٖزۍ (سُوِزَرلینڑ)", + "en_CK": "اَنگیٖزۍ (کُک جٔزیٖرٕ)", + "en_CM": "اَنگیٖزۍ (کیمِروٗن)", + "en_CX": "اَنگیٖزۍ (کرِسمَس جٔزیٖرٕ)", + "en_CY": "اَنگیٖزۍ (سایفرس)", + "en_DE": "اَنگیٖزۍ (جرمٔنی)", + "en_DK": "اَنگیٖزۍ (ڈینمارٕک)", + "en_DM": "اَنگیٖزۍ (ڈومِنِکا)", + "en_ER": "اَنگیٖزۍ (اِرٕٹِیا)", + "en_FI": "اَنگیٖزۍ (فِنلینڑ)", + "en_FJ": "اَنگیٖزۍ (فِجی)", + "en_FK": "اَنگیٖزۍ (فٕلاکلینڑ جٔزیٖرٕ)", + "en_GB": "اَنگیٖزۍ (یُنایٹِڑ کِنگڈَم)", + "en_GD": "اَنگیٖزۍ (گرنیڑا)", + "en_GG": "اَنگیٖزۍ (گیوَنَرسے)", + "en_GH": "اَنگیٖزۍ (گانا)", + "en_GI": "اَنگیٖزۍ (جِبرالٹَر)", + "en_GM": "اَنگیٖزۍ (گَمبِیا)", + "en_GU": "اَنگیٖزۍ (گُوام)", + "en_GY": "اَنگیٖزۍ (گُیانا)", + "en_HK": "اَنگیٖزۍ (ہانگ کانگ ایس اے آر چیٖن)", + "en_IE": "اَنگیٖزۍ (اَیَرلینڑ)", + "en_IL": "اَنگیٖزۍ (اِسرایٖل)", + "en_IM": "اَنگیٖزۍ (آیِل آف مین)", + "en_IN": "اَنگیٖزۍ (ہِندوستان)", + "en_IO": "اَنگیٖزۍ (برطانوی بحرِ ہِندۍ علاقہٕ)", + "en_JE": "اَنگیٖزۍ (جٔرسی)", + "en_JM": "اَنگیٖزۍ (جَمایکا)", + "en_KE": "اَنگیٖزۍ (کِنیا)", + "en_KI": "اَنگیٖزۍ (کِرٕباتی)", + "en_KN": "اَنگیٖزۍ (سینٹ کِٹَس تہٕ نیوِس)", + "en_KY": "اَنگیٖزۍ (کیمَن جٔزیٖرٕ)", + "en_LC": "اَنگیٖزۍ (سینٹ لوٗسِیا)", + "en_LR": "اَنگیٖزۍ (لایبیرِیا)", + "en_LS": "اَنگیٖزۍ (لیسوتھو)", + "en_MG": "اَنگیٖزۍ (میڑاگاسکار)", + "en_MH": "اَنگیٖزۍ (مارشَل جٔزیٖرٕ)", + "en_MO": "اَنگیٖزۍ (مَکاوو ایس اے آر چیٖن)", + "en_MP": "اَنگیٖزۍ (شُمٲلی مارِیانا جٔزیٖرٕ)", + "en_MS": "اَنگیٖزۍ (مانٹسیراٹ)", + "en_MT": "اَنگیٖزۍ (مالٹا)", + "en_MU": "اَنگیٖزۍ (مورِشَس)", + "en_MW": "اَنگیٖزۍ (ملاوی)", + "en_MY": "اَنگیٖزۍ (مَلیشِیا)", + "en_NA": "اَنگیٖزۍ (نامِبِیا)", + "en_NF": "اَنگیٖزۍ (نارفاک جٔزیٖرٕ)", + "en_NG": "اَنگیٖزۍ (نایجیرِیا)", + "en_NL": "اَنگیٖزۍ (نیٖدَرلینڑ)", + "en_NR": "اَنگیٖزۍ (نارووٗ)", + "en_NU": "اَنگیٖزۍ (نیوٗ)", + "en_NZ": "اَنگیٖزۍ (نیوٗزِلینڑ)", + "en_PG": "اَنگیٖزۍ (پاپُوا نیوٗ گیٖنی)", + "en_PH": "اَنگیٖزۍ (فِلِپِینس)", + "en_PK": "اَنگیٖزۍ (پاکِستان)", + "en_PN": "اَنگیٖزۍ (پِٹکیرٕنۍ جٔزیٖرٕ)", + "en_PR": "اَنگیٖزۍ (پٔرٹو رِکو)", + "en_PW": "اَنگیٖزۍ (پَلاو)", + "en_RW": "اَنگیٖزۍ (روٗوانڈا)", + "en_SB": "اَنگیٖزۍ (سولامان جٔزیٖرٕ)", + "en_SC": "اَنگیٖزۍ (سیشَلِس)", + "en_SD": "اَنگیٖزۍ (سوٗڈان)", + "en_SE": "اَنگیٖزۍ (سُوِڈَن)", + "en_SG": "اَنگیٖزۍ (سِنگاپوٗر)", + "en_SH": "اَنگیٖزۍ (سینٹ ہؠلِنا)", + "en_SI": "اَنگیٖزۍ (سَلووینِیا)", + "en_SL": "اَنگیٖزۍ (سیٖرالیوون)", + "en_SZ": "اَنگیٖزۍ (سُوزِلینڑ)", + "en_TC": "اَنگیٖزۍ (تُرُک تہٕ کیکوس جٔزیٖرٕ)", + "en_TK": "اَنگیٖزۍ (توکیلاو)", + "en_TO": "اَنگیٖزۍ (ٹونگا)", + "en_TT": "اَنگیٖزۍ (ٹرنِنداد تہٕ ٹوبیگو)", + "en_TV": "اَنگیٖزۍ (توٗوالوٗ)", + "en_TZ": "اَنگیٖزۍ (تَنجانِیا)", + "en_UG": "اَنگیٖزۍ (یوٗگانڑا)", + "en_UM": "اَنگیٖزۍ (یوٗنایٹِڑ سِٹیٹِس ماینَر آوُٹلییِنگ جٔزیٖرٕ)", + "en_US": "اَنگیٖزۍ (یوٗنایٹِڑ سِٹیٹِس)", + "en_VC": "اَنگیٖزۍ (سینٹ وینسؠٹ تہٕ گریناڑاینٕز)", + "en_VG": "اَنگیٖزۍ (بَرطانوی ؤرجِن جٔزیٖرٕ)", + "en_VI": "اَنگیٖزۍ (یوٗ ایس ؤرجِن جٔزیٖرٕ)", + "en_VU": "اَنگیٖزۍ (وانوٗتوٗ)", + "en_WS": "اَنگیٖزۍ (سیمووا)", + "en_ZA": "اَنگیٖزۍ (جَنوٗبی اَفریٖکا)", + "en_ZM": "اَنگیٖزۍ (جامبِیا)", + "en_ZW": "اَنگیٖزۍ (زِمبابے)", + "eo": "ایسپَرینٹو", "es": "سپینِش", "es_AR": "سپینِش (أرجَنٹینا)", "es_BO": "سپینِش (بولِوِیا)", - "es_BR": "سپینِش (برٛازِل)", + "es_BR": "سپینِش (برازِل)", "es_BZ": "سپینِش (بیلِج)", "es_CL": "سپینِش (چِلی)", "es_CO": "سپینِش (کولَمبِیا)", @@ -205,89 +206,106 @@ "es_ES": "سپینِش (سٕپین)", "es_GQ": "سپینِش (اِکوِٹورِیَل گِنی)", "es_GT": "سپینِش (گوتیدالا)", - "es_HN": "سپینِش (ہانٛڈوٗرِس)", - "es_MX": "سپینِش (مٮ۪کسِکو)", + "es_HN": "سپینِش (ہانڈوٗرِس)", + "es_MX": "سپینِش (مؠکسِکو)", "es_NI": "سپینِش (ناکاراگُوا)", "es_PA": "سپینِش (پَناما)", "es_PE": "سپینِش (پیٖروٗ)", "es_PH": "سپینِش (فِلِپِینس)", "es_PR": "سپینِش (پٔرٹو رِکو)", "es_PY": "سپینِش (پَراگُے)", - "es_SV": "سپینِش (اٮ۪ل سَلواڑور)", + "es_SV": "سپینِش (اؠل سَلواڑور)", "es_US": "سپینِش (یوٗنایٹِڑ سِٹیٹِس)", "es_UY": "سپینِش (یوٗروگے)", "es_VE": "سپینِش (وینازوٗلا)", - "et": "ایٚسٹونیَن", - "et_EE": "ایٚسٹونیَن (ایسٹونِیا)", + "et": "ایسٹونیَن", + "et_EE": "ایسٹونیَن (ایسٹونِیا)", "eu": "باسک", "eu_ES": "باسک (سٕپین)", "fa": "فارسی", "fa_AF": "فارسی (اَفغانَستان)", "fa_IR": "فارسی (ایٖران)", "ff": "فُلاہ", + "ff_CM": "فُلاہ (کیمِروٗن)", + "ff_GN": "فُلاہ (گِنی)", + "ff_Latn": "فُلاہ (لیٹِن)", + "ff_Latn_BF": "فُلاہ (لیٹِن, بُرکِنا فیسو)", + "ff_Latn_CM": "فُلاہ (لیٹِن, کیمِروٗن)", + "ff_Latn_GH": "فُلاہ (لیٹِن, گانا)", + "ff_Latn_GM": "فُلاہ (لیٹِن, گَمبِیا)", + "ff_Latn_GN": "فُلاہ (لیٹِن, گِنی)", + "ff_Latn_GW": "فُلاہ (لیٹِن, گیٖنی بِساو)", + "ff_Latn_LR": "فُلاہ (لیٹِن, لایبیرِیا)", + "ff_Latn_MR": "فُلاہ (لیٹِن, مارٕٹانِیا)", + "ff_Latn_NE": "فُلاہ (لیٹِن, نایجَر)", + "ff_Latn_NG": "فُلاہ (لیٹِن, نایجیرِیا)", + "ff_Latn_SL": "فُلاہ (لیٹِن, سیٖرالیوون)", + "ff_Latn_SN": "فُلاہ (لیٹِن, سینیگَل)", + "ff_MR": "فُلاہ (مارٕٹانِیا)", + "ff_SN": "فُلاہ (سینیگَل)", "fi": "فِنِش", - "fi_FI": "فِنِش (فِنلینٛڑ)", + "fi_FI": "فِنِش (فِنلینڑ)", "fo": "فَروس", - "fo_DK": "فَروس (ڈینٛمارٕک)", - "fr": "فریٚنچ", - "fr_BE": "فریٚنچ (بیٛلجِیَم)", - "fr_BF": "فریٚنچ (بُرکِنا فیسو)", - "fr_BI": "فریٚنچ (بورَنڈِ)", - "fr_BJ": "فریٚنچ (بِنِن)", - "fr_BL": "فریٚنچ (سینٛٹ بارتَھیلمی)", - "fr_CA": "فریٚنچ (کینَڑا)", - "fr_CD": "فریٚنچ (کونٛگو کِنشاسا)", - "fr_CF": "فریٚنچ (مرکٔزی اَفریٖکی جموٗریَت)", - "fr_CG": "فریٚنچ (کونٛگو بٔرٛزاوِلی)", - "fr_CH": "فریٚنچ (سُوِزَرلینٛڑ)", - "fr_CI": "فریٚنچ (اَیوٕری کوسٹ)", - "fr_CM": "فریٚنچ (کیٚمِروٗن)", - "fr_DJ": "فریٚنچ (جِبوٗتی)", - "fr_DZ": "فریٚنچ (اٮ۪لجیرِیا)", - "fr_FR": "فریٚنچ (فرٛانس)", - "fr_GA": "فریٚنچ (گیبان)", - "fr_GF": "فریٚنچ (فرٛانسِسی گِانا)", - "fr_GN": "فریٚنچ (گِنی)", - "fr_GP": "فریٚنچ (گَواڑیلوپ)", - "fr_GQ": "فریٚنچ (اِکوِٹورِیَل گِنی)", - "fr_HT": "فریٚنچ (ہایتی)", - "fr_KM": "فریٚنچ (کَمورَس)", - "fr_LU": "فریٚنچ (لَکسَمبٔرٕگ)", - "fr_MA": "فریٚنچ (موروکو)", - "fr_MC": "فریٚنچ (مونیٚکو)", - "fr_MF": "فریٚنچ (سینٛٹ مارٹِن)", - "fr_MG": "فریٚنچ (میڑاگاسکار)", - "fr_ML": "فریٚنچ (مالی)", - "fr_MQ": "فریٚنچ (مارٹِنِک)", - "fr_MR": "فریٚنچ (مارٕٹانِیا)", - "fr_MU": "فریٚنچ (مورِشَس)", - "fr_NC": "فریٚنچ (نِو کیلِڑونِیا)", - "fr_NE": "فریٚنچ (نایجَر)", - "fr_PF": "فریٚنچ (فرٛانسی پولِنیشِیا)", - "fr_PM": "فریٚنچ (سینٛٹ پیٖری تہٕ موکیلِیَن)", - "fr_RE": "فریٚنچ (رِیوٗنِیَن)", - "fr_RW": "فریٚنچ (روٗوانٛڈا)", - "fr_SC": "فریٚنچ (سیشَلِس)", - "fr_SN": "فریٚنچ (سینیگَل)", - "fr_SY": "فریٚنچ (شام)", - "fr_TD": "فریٚنچ (چاڑ)", - "fr_TG": "فریٚنچ (ٹوگو)", - "fr_TN": "فریٚنچ (ٹونیشِیا)", - "fr_VU": "فریٚنچ (وانوٗتوٗ)", - "fr_WF": "فریٚنچ (والِس تہٕ فیوٗچوٗنا)", - "fr_YT": "فریٚنچ (مَییٹ)", + "fo_DK": "فَروس (ڈینمارٕک)", + "fr": "فرینچ", + "fr_BE": "فرینچ (بیلجِیَم)", + "fr_BF": "فرینچ (بُرکِنا فیسو)", + "fr_BI": "فرینچ (بورَنڈِ)", + "fr_BJ": "فرینچ (بِنِن)", + "fr_BL": "فرینچ (سینٹ بارتَھیلمی)", + "fr_CA": "فرینچ (کینَڑا)", + "fr_CD": "فرینچ (کونگو کِنشاسا)", + "fr_CF": "فرینچ (مرکٔزی اَفریٖکی جموٗریَت)", + "fr_CG": "فرینچ (کونگو بٔرزاوِلی)", + "fr_CH": "فرینچ (سُوِزَرلینڑ)", + "fr_CI": "فرینچ (اَیوٕری کوسٹ)", + "fr_CM": "فرینچ (کیمِروٗن)", + "fr_DJ": "فرینچ (جِبوٗتی)", + "fr_DZ": "فرینچ (اؠلجیرِیا)", + "fr_FR": "فرینچ (فرانس)", + "fr_GA": "فرینچ (گیبان)", + "fr_GF": "فرینچ (فرانسِسی گِانا)", + "fr_GN": "فرینچ (گِنی)", + "fr_GP": "فرینچ (گَواڑیلوپ)", + "fr_GQ": "فرینچ (اِکوِٹورِیَل گِنی)", + "fr_HT": "فرینچ (ہایتی)", + "fr_KM": "فرینچ (کَمورَس)", + "fr_LU": "فرینچ (لَکسَمبٔرٕگ)", + "fr_MA": "فرینچ (موروکو)", + "fr_MC": "فرینچ (مونیکو)", + "fr_MF": "فرینچ (سینٹ مارٹِن)", + "fr_MG": "فرینچ (میڑاگاسکار)", + "fr_ML": "فرینچ (مالی)", + "fr_MQ": "فرینچ (مارٹِنِک)", + "fr_MR": "فرینچ (مارٕٹانِیا)", + "fr_MU": "فرینچ (مورِشَس)", + "fr_NC": "فرینچ (نِو کیلِڑونِیا)", + "fr_NE": "فرینچ (نایجَر)", + "fr_PF": "فرینچ (فرانسی پولِنیشِیا)", + "fr_PM": "فرینچ (سینٹ پیٖری تہٕ موکیلِیَن)", + "fr_RE": "فرینچ (رِیوٗنِیَن)", + "fr_RW": "فرینچ (روٗوانڈا)", + "fr_SC": "فرینچ (سیشَلِس)", + "fr_SN": "فرینچ (سینیگَل)", + "fr_SY": "فرینچ (شام)", + "fr_TD": "فرینچ (چاڑ)", + "fr_TG": "فرینچ (ٹوگو)", + "fr_TN": "فرینچ (ٹونیشِیا)", + "fr_VU": "فرینچ (وانوٗتوٗ)", + "fr_WF": "فرینچ (والِس تہٕ فیوٗچوٗنا)", + "fr_YT": "فرینچ (مَییٹ)", "fy": "مغربی فرِشیَن", - "fy_NL": "مغربی فرِشیَن (نیٖدَرلینٛڑ)", + "fy_NL": "مغربی فرِشیَن (نیٖدَرلینڑ)", "ga": "اَیرِش", - "ga_IE": "اَیرِش (اَیَرلینٛڑ)", + "ga_IE": "اَیرِش (اَیَرلینڑ)", "gd": "سکوٹِش گیےلِک", - "gd_GB": "سکوٹِش گیےلِک (یُنایٹِڑ کِنٛگڈَم)", + "gd_GB": "سکوٹِش گیےلِک (یُنایٹِڑ کِنگڈَم)", "gl": "گیلِشِیَن", "gl_ES": "گیلِشِیَن (سٕپین)", "gu": "گُجرٲتی", - "gu_IN": "گُجرٲتی (ہِنٛدوستان)", - "gv": "مینٛکس", - "gv_IM": "مینٛکس (آیِل آف میٛن)", + "gu_IN": "گُجرٲتی (ہِندوستان)", + "gv": "مینکس", + "gv_IM": "مینکس (آیِل آف مین)", "ha": "ہاوسا", "ha_GH": "ہاوسا (گانا)", "ha_NE": "ہاوسا (نایجَر)", @@ -295,15 +313,15 @@ "he": "عبرٲنۍ", "he_IL": "عبرٲنۍ (اِسرایٖل)", "hi": "ہِندی", - "hi_IN": "ہِندی (ہِنٛدوستان)", + "hi_IN": "ہِندی (ہِندوستان)", "hr": "کروشِیَن", "hr_BA": "کروشِیَن (بوسنِیا تہٕ ہَرزِگووِنا)", - "hr_HR": "کروشِیَن (کرٛوشِیا)", - "hu": "ہَنٛگیریَن", - "hu_HU": "ہَنٛگیریَن (ہَنٛگری)", + "hr_HR": "کروشِیَن (کروشِیا)", + "hu": "ہَنگیریَن", + "hu_HU": "ہَنگیریَن (ہَنگری)", "hy": "اَرمینیَن", "hy_AM": "اَرمینیَن (اَرمانِیا)", - "ia": "اِنٹَرلِنٛگوا", + "ia": "اِنٹَرلِنگوا", "id": "اِنڈونیشیا", "id_ID": "اِنڈونیشیا (اِنڑونیشِیا)", "ig": "اِگبو", @@ -311,9 +329,9 @@ "ii": "سِچوان یٖی", "ii_CN": "سِچوان یٖی (چیٖن)", "is": "آیِسلینڈِک", - "is_IS": "آیِسلینڈِک (اَیِسلینٛڑ)", + "is_IS": "آیِسلینڈِک (اَیِسلینڑ)", "it": "اِٹیلیَن", - "it_CH": "اِٹیلیَن (سُوِزَرلینٛڑ)", + "it_CH": "اِٹیلیَن (سُوِزَرلینڑ)", "it_IT": "اِٹیلیَن (اِٹلی)", "it_SM": "اِٹیلیَن (سین میرِنو)", "it_VA": "اِٹیلیَن (ویٹِکَن سِٹی)", @@ -324,59 +342,59 @@ "ka": "جارجِیَن", "ka_GE": "جارجِیَن (جارجِیا)", "ki": "کِکُیوٗ", - "ki_KE": "کِکُیوٗ (کِنٛیا)", + "ki_KE": "کِکُیوٗ (کِنیا)", "kk": "کازَخ", "kk_KZ": "کازَخ (کَزاکِستان)", "kl": "کَلالِسُت", - "kl_GL": "کَلالِسُت (گریٖنلینٛڑ)", + "kl_GL": "کَلالِسُت (گریٖنلینڑ)", "km": "خَمیر", "km_KH": "خَمیر (کَمبوڑِیا)", "kn": "کَنَڑ", - "kn_IN": "کَنَڑ (ہِنٛدوستان)", + "kn_IN": "کَنَڑ (ہِندوستان)", "ko": "کوریَن", "ko_KP": "کوریَن (شُمٲلی کورِیا)", "ko_KR": "کوریَن (جنوٗبی کورِیا)", "ks": "کٲشُر", - "ks_IN": "کٲشُر (ہِنٛدوستان)", + "ks_IN": "کٲشُر (ہِندوستان)", "ku": "کُردِش", "ku_TR": "کُردِش (تُرکی)", "kw": "کورنِش", - "kw_GB": "کورنِش (یُنایٹِڑ کِنٛگڈَم)", + "kw_GB": "کورنِش (یُنایٹِڑ کِنگڈَم)", "ky": "کِرگِز", "ky_KG": "کِرگِز (کِرگِستان)", "lb": "لُکھزیمبورگِش", "lb_LU": "لُکھزیمبورگِش (لَکسَمبٔرٕگ)", "lg": "گاندا", - "lg_UG": "گاندا (یوٗگانٛڑا)", + "lg_UG": "گاندا (یوٗگانڑا)", "ln": "لِنگالا", "ln_AO": "لِنگالا (انگولا)", - "ln_CD": "لِنگالا (کونٛگو کِنشاسا)", + "ln_CD": "لِنگالا (کونگو کِنشاسا)", "ln_CF": "لِنگالا (مرکٔزی اَفریٖکی جموٗریَت)", - "ln_CG": "لِنگالا (کونٛگو بٔرٛزاوِلی)", + "ln_CG": "لِنگالا (کونگو بٔرزاوِلی)", "lo": "لاو", "lo_LA": "لاو (لاس)", "lt": "لِتھوانِیَن", "lt_LT": "لِتھوانِیَن (لِتھُوانِیا)", - "lu": "لوُبا کَتَنٛگا", - "lu_CD": "لوُبا کَتَنٛگا (کونٛگو کِنشاسا)", + "lu": "لوُبا کَتَنگا", + "lu_CD": "لوُبا کَتَنگا (کونگو کِنشاسا)", "lv": "لَتوِیَن", - "lv_LV": "لَتوِیَن (لیٛٹوِیا)", + "lv_LV": "لَتوِیَن (لیٹوِیا)", "mg": "مَلاگَسی", "mg_MG": "مَلاگَسی (میڑاگاسکار)", "mi": "ماوری", - "mi_NZ": "ماوری (نیوٗزِلینٛڑ)", + "mi_NZ": "ماوری (نیوٗزِلینڑ)", "mk": "میکَڈونیَن", - "mk_MK": "میکَڈونیَن (مٮ۪سوڑونِیا)", + "mk_MK": "میکَڈونیَن (مؠسوڑونِیا)", "ml": "مٔلیالَم", - "ml_IN": "مٔلیالَم (ہِنٛدوستان)", - "mn": "مَنٛگولی", - "mn_MN": "مَنٛگولی (مَنٛگولِیا)", + "ml_IN": "مٔلیالَم (ہِندوستان)", + "mn": "مَنگولی", + "mn_MN": "مَنگولی (مَنگولِیا)", "mr": "مَرٲٹھۍ", - "mr_IN": "مَرٲٹھۍ (ہِنٛدوستان)", + "mr_IN": "مَرٲٹھۍ (ہِندوستان)", "ms": "مَلَے", "ms_BN": "مَلَے (بُرنٔے)", "ms_MY": "مَلَے (مَلیشِیا)", - "ms_SG": "مَلَے (ٛسِنٛگاپوٗر)", + "ms_SG": "مَلَے (سِنگاپوٗر)", "mt": "مَلتیٖس", "mt_MT": "مَلتیٖس (مالٹا)", "my": "بٔمیٖز", @@ -386,42 +404,43 @@ "nb_SJ": "ناروییَن بوکمال (سَوالبریڑ تہٕ جان ماییڑ)", "nd": "شُمال ڈَبیل", "nd_ZW": "شُمال ڈَبیل (زِمبابے)", - "ne": "نیٚپٲلۍ", - "ne_IN": "نیٚپٲلۍ (ہِنٛدوستان)", - "ne_NP": "نیٚپٲلۍ (نیپال)", + "ne": "نیپٲلۍ", + "ne_IN": "نیپٲلۍ (ہِندوستان)", + "ne_NP": "نیپٲلۍ (نیپال)", "nl": "ڈَچ", "nl_AW": "ڈَچ (اَروٗبا)", - "nl_BE": "ڈَچ (بیٛلجِیَم)", + "nl_BE": "ڈَچ (بیلجِیَم)", "nl_BQ": "ڈَچ (برطانوی قُطبہِ جَنوٗبی علاقہٕ)", - "nl_NL": "ڈَچ (نیٖدَرلینٛڑ)", + "nl_NL": "ڈَچ (نیٖدَرلینڑ)", "nl_SR": "ڈَچ (سُرِنام)", "nn": "ناروییَن نَے نورسک", "nn_NO": "ناروییَن نَے نورسک (ناروے)", "no": "ناروییَن", "no_NO": "ناروییَن (ناروے)", - "om": "اوٚرومو", - "om_ET": "اوٚرومو (اِتھوپِیا)", - "om_KE": "اوٚرومو (کِنٛیا)", - "or": "اوٚرِیا", - "or_IN": "اوٚرِیا (ہِنٛدوستان)", - "os": "اوٚسیٚٹِک", - "os_GE": "اوٚسیٚٹِک (جارجِیا)", - "os_RU": "اوٚسیٚٹِک (روٗس)", + "om": "اۆرومو", + "om_ET": "اۆرومو (اِتھوپِیا)", + "om_KE": "اۆرومو (کِنیا)", + "or": "اۆرِیا", + "or_IN": "اۆرِیا (ہِندوستان)", + "os": "اۆسیٹِک", + "os_GE": "اۆسیٹِک (جارجِیا)", + "os_RU": "اۆسیٹِک (روٗس)", "pa": "پَنجٲبۍ", "pa_Arab": "پَنجٲبۍ (اَربی)", "pa_Arab_PK": "پَنجٲبۍ (اَربی, پاکِستان)", "pa_Guru": "پَنجٲبۍ (گُجرٲتۍ)", - "pa_Guru_IN": "پَنجٲبۍ (گُجرٲتۍ, ہِنٛدوستان)", - "pa_IN": "پَنجٲبۍ (ہِنٛدوستان)", + "pa_Guru_IN": "پَنجٲبۍ (گُجرٲتۍ, ہِندوستان)", + "pa_IN": "پَنجٲبۍ (ہِندوستان)", "pa_PK": "پَنجٲبۍ (پاکِستان)", "pl": "پالِش", - "pl_PL": "پالِش (پولینٛڑ)", + "pl_PL": "پالِش (پولینڑ)", "ps": "پَشتوٗ", "ps_AF": "پَشتوٗ (اَفغانَستان)", + "ps_PK": "پَشتوٗ (پاکِستان)", "pt": "پُرتَگیٖز", "pt_AO": "پُرتَگیٖز (انگولا)", - "pt_BR": "پُرتَگیٖز (برٛازِل)", - "pt_CH": "پُرتَگیٖز (سُوِزَرلینٛڑ)", + "pt_BR": "پُرتَگیٖز (برازِل)", + "pt_CH": "پُرتَگیٖز (سُوِزَرلینڑ)", "pt_CV": "پُرتَگیٖز (کیپ ؤرڑی)", "pt_GQ": "پُرتَگیٖز (اِکوِٹورِیَل گِنی)", "pt_GW": "پُرتَگیٖز (گیٖنی بِساو)", @@ -429,14 +448,14 @@ "pt_MO": "پُرتَگیٖز (مَکاوو ایس اے آر چیٖن)", "pt_MZ": "پُرتَگیٖز (موزَمبِک)", "pt_PT": "پُرتَگیٖز (پُرتِگال)", - "pt_ST": "پُرتَگیٖز (ساو توم تہٕ پرٛنسِپی)", + "pt_ST": "پُرتَگیٖز (ساو توم تہٕ پرنسِپی)", "pt_TL": "پُرتَگیٖز (مَشرِقی تایمور)", "qu": "کُویشُوا", "qu_BO": "کُویشُوا (بولِوِیا)", "qu_EC": "کُویشُوا (اِکواڑور)", "qu_PE": "کُویشُوا (پیٖروٗ)", "rm": "رومانش", - "rm_CH": "رومانش (سُوِزَرلینٛڑ)", + "rm_CH": "رومانش (سُوِزَرلینڑ)", "rn": "رُندی", "rn_BI": "رُندی (بورَنڈِ)", "ro": "رومٲنی", @@ -450,19 +469,19 @@ "ru_RU": "روٗسی (روٗس)", "ru_UA": "روٗسی (یوٗرِکین)", "rw": "کِنیاوِندا", - "rw_RW": "کِنیاوِندا (روٗوانٛڈا)", + "rw_RW": "کِنیاوِندا (روٗوانڈا)", "sd": "سِندی", "sd_PK": "سِندی (پاکِستان)", "se": "شُمٲلی سَمی", - "se_FI": "شُمٲلی سَمی (فِنلینٛڑ)", + "se_FI": "شُمٲلی سَمی (فِنلینڑ)", "se_NO": "شُمٲلی سَمی (ناروے)", "se_SE": "شُمٲلی سَمی (سُوِڈَن)", "sg": "سَنگو", "sg_CF": "سَنگو (مرکٔزی اَفریٖکی جموٗریَت)", - "sh": "سیٚربو کروشِیَن", - "sh_BA": "سیٚربو کروشِیَن (بوسنِیا تہٕ ہَرزِگووِنا)", + "sh": "سیربو کروشِیَن", + "sh_BA": "سیربو کروشِیَن (بوسنِیا تہٕ ہَرزِگووِنا)", "si": "سِنہالا", - "si_LK": "سِنہالا (سِریٖلَنٛکا)", + "si_LK": "سِنہالا (سِریٖلَنکا)", "sk": "سلووَک", "sk_SK": "سلووَک (سَلوواکِیا)", "sl": "سلووینیَن", @@ -472,43 +491,43 @@ "so": "سومٲلی", "so_DJ": "سومٲلی (جِبوٗتی)", "so_ET": "سومٲلی (اِتھوپِیا)", - "so_KE": "سومٲلی (کِنٛیا)", + "so_KE": "سومٲلی (کِنیا)", "so_SO": "سومٲلی (سومالِیا)", "sq": "البانِیَن", - "sq_AL": "البانِیَن (اٮ۪لبانِیا)", - "sq_MK": "البانِیَن (مٮ۪سوڑونِیا)", + "sq_AL": "البانِیَن (اؠلبانِیا)", + "sq_MK": "البانِیَن (مؠسوڑونِیا)", "sr": "سٔربِیَن", "sr_BA": "سٔربِیَن (بوسنِیا تہٕ ہَرزِگووِنا)", "sr_Cyrl": "سٔربِیَن (سَیرِلِک)", "sr_Cyrl_BA": "سٔربِیَن (سَیرِلِک, بوسنِیا تہٕ ہَرزِگووِنا)", - "sr_Cyrl_ME": "سٔربِیَن (سَیرِلِک, موٹونیٛگِریو)", + "sr_Cyrl_ME": "سٔربِیَن (سَیرِلِک, موٹونیگِریو)", "sr_Cyrl_RS": "سٔربِیَن (سَیرِلِک, سَربِیا)", "sr_Latn": "سٔربِیَن (لیٹِن)", "sr_Latn_BA": "سٔربِیَن (لیٹِن, بوسنِیا تہٕ ہَرزِگووِنا)", - "sr_Latn_ME": "سٔربِیَن (لیٹِن, موٹونیٛگِریو)", + "sr_Latn_ME": "سٔربِیَن (لیٹِن, موٹونیگِریو)", "sr_Latn_RS": "سٔربِیَن (لیٹِن, سَربِیا)", - "sr_ME": "سٔربِیَن (موٹونیٛگِریو)", + "sr_ME": "سٔربِیَن (موٹونیگِریو)", "sr_RS": "سٔربِیَن (سَربِیا)", "sv": "سویٖڈِش", - "sv_AX": "سویٖڈِش (ایلینٛڑ جٔزیٖرٕ)", - "sv_FI": "سویٖڈِش (فِنلینٛڑ)", + "sv_AX": "سویٖڈِش (ایلینڑ جٔزیٖرٕ)", + "sv_FI": "سویٖڈِش (فِنلینڑ)", "sv_SE": "سویٖڈِش (سُوِڈَن)", "sw": "سواہِلی", - "sw_CD": "سواہِلی (کونٛگو کِنشاسا)", - "sw_KE": "سواہِلی (کِنٛیا)", + "sw_CD": "سواہِلی (کونگو کِنشاسا)", + "sw_KE": "سواہِلی (کِنیا)", "sw_TZ": "سواہِلی (تَنجانِیا)", - "sw_UG": "سواہِلی (یوٗگانٛڑا)", + "sw_UG": "سواہِلی (یوٗگانڑا)", "ta": "تَمِل", - "ta_IN": "تَمِل (ہِنٛدوستان)", - "ta_LK": "تَمِل (سِریٖلَنٛکا)", + "ta_IN": "تَمِل (ہِندوستان)", + "ta_LK": "تَمِل (سِریٖلَنکا)", "ta_MY": "تَمِل (مَلیشِیا)", - "ta_SG": "تَمِل (ٛسِنٛگاپوٗر)", + "ta_SG": "تَمِل (سِنگاپوٗر)", "te": "تیلگوٗ", - "te_IN": "تیلگوٗ (ہِنٛدوستان)", + "te_IN": "تیلگوٗ (ہِندوستان)", "tg": "تاجِک", "tg_TJ": "تاجِک (تاجکِستان)", "th": "تھاے", - "th_TH": "تھاے (تھایلینٛڑ)", + "th_TH": "تھاے (تھایلینڑ)", "ti": "ٹِگرِنیا", "ti_ER": "ٹِگرِنیا (اِرٕٹِیا)", "ti_ET": "ٹِگرِنیا (اِتھوپِیا)", @@ -516,17 +535,17 @@ "tk_TM": "تُرکمین (تُرمِنِستان)", "tl": "تَماشیک", "tl_PH": "تَماشیک (فِلِپِینس)", - "to": "ٹونٛگا", - "to_TO": "ٹونٛگا (ٹونٛگا)", + "to": "ٹونگا", + "to_TO": "ٹونگا (ٹونگا)", "tr": "تُرکِش", - "tr_CY": "تُرکِش (سایفرٛس)", + "tr_CY": "تُرکِش (سایفرس)", "tr_TR": "تُرکِش (تُرکی)", "tt": "تَتار", "tt_RU": "تَتار (روٗس)", "uk": "یوٗکرینیٲیی", "uk_UA": "یوٗکرینیٲیی (یوٗرِکین)", "ur": "اُردوٗ", - "ur_IN": "اُردوٗ (ہِنٛدوستان)", + "ur_IN": "اُردوٗ (ہِندوستان)", "ur_PK": "اُردوٗ (پاکِستان)", "uz": "اُزبیک", "uz_AF": "اُزبیک (اَفغانَستان)", @@ -549,18 +568,18 @@ "yo_NG": "یورُبا (نایجیرِیا)", "zh": "چیٖنی", "zh_CN": "چیٖنی (چیٖن)", - "zh_HK": "چیٖنی (ہانٛگ کانٛگ ایس اے آر چیٖن)", + "zh_HK": "چیٖنی (ہانگ کانگ ایس اے آر چیٖن)", "zh_Hans": "چیٖنی (سِمپلِفایِڑ ہان)", "zh_Hans_CN": "چیٖنی (سِمپلِفایِڑ ہان, چیٖن)", - "zh_Hans_HK": "چیٖنی (سِمپلِفایِڑ ہان, ہانٛگ کانٛگ ایس اے آر چیٖن)", + "zh_Hans_HK": "چیٖنی (سِمپلِفایِڑ ہان, ہانگ کانگ ایس اے آر چیٖن)", "zh_Hans_MO": "چیٖنی (سِمپلِفایِڑ ہان, مَکاوو ایس اے آر چیٖن)", - "zh_Hans_SG": "چیٖنی (سِمپلِفایِڑ ہان, ٛسِنٛگاپوٗر)", + "zh_Hans_SG": "چیٖنی (سِمپلِفایِڑ ہان, سِنگاپوٗر)", "zh_Hant": "چیٖنی (ٹریڑِشَنَل)", - "zh_Hant_HK": "چیٖنی (ٹریڑِشَنَل, ہانٛگ کانٛگ ایس اے آر چیٖن)", + "zh_Hant_HK": "چیٖنی (ٹریڑِشَنَل, ہانگ کانگ ایس اے آر چیٖن)", "zh_Hant_MO": "چیٖنی (ٹریڑِشَنَل, مَکاوو ایس اے آر چیٖن)", "zh_Hant_TW": "چیٖنی (ٹریڑِشَنَل, تایوان)", "zh_MO": "چیٖنی (مَکاوو ایس اے آر چیٖن)", - "zh_SG": "چیٖنی (ٛسِنٛگاپوٗر)", + "zh_SG": "چیٖنی (سِنگاپوٗر)", "zh_TW": "چیٖنی (تایوان)", "zu": "زُلوٗ", "zu_ZA": "زُلوٗ (جَنوٗبی اَفریٖکا)" diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ku.json b/src/Symfony/Component/Intl/Resources/data/locales/ku.json index 5aecabb20d68b..fcbd921b383f0 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ku.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ku.json @@ -92,6 +92,7 @@ "el_CY": "yewnanî (Kîpros)", "el_GR": "yewnanî (Yewnanistan)", "en": "îngilîzî", + "en_AE": "îngilîzî (Emîrtiyên Erebî yên Yekbûyî)", "en_AG": "îngilîzî (Antîgua û Berbûda)", "en_AS": "îngilîzî (Samoaya Amerîkanî)", "en_AT": "îngilîzî (Awistirya)", @@ -215,6 +216,23 @@ "fa_AF": "farisî (Efxanistan)", "fa_IR": "farisî (Îran)", "ff": "fulahî", + "ff_CM": "fulahî (Kamerûn)", + "ff_GN": "fulahî (Gîne)", + "ff_Latn": "fulahî (latînî)", + "ff_Latn_BF": "fulahî (latînî, Burkîna Faso)", + "ff_Latn_CM": "fulahî (latînî, Kamerûn)", + "ff_Latn_GH": "fulahî (latînî, Gana)", + "ff_Latn_GM": "fulahî (latînî, Gambiya)", + "ff_Latn_GN": "fulahî (latînî, Gîne)", + "ff_Latn_GW": "fulahî (latînî, Gîne-Bissau)", + "ff_Latn_LR": "fulahî (latînî, Lîberya)", + "ff_Latn_MR": "fulahî (latînî, Morîtanya)", + "ff_Latn_NE": "fulahî (latînî, Nîjer)", + "ff_Latn_NG": "fulahî (latînî, Nîjerya)", + "ff_Latn_SL": "fulahî (latînî, Sierra Leone)", + "ff_Latn_SN": "fulahî (latînî, Senegal)", + "ff_MR": "fulahî (Morîtanya)", + "ff_SN": "fulahî (Senegal)", "fi": "fînî", "fi_FI": "fînî (Fînlenda)", "fo": "ferî", @@ -394,6 +412,7 @@ "pl_PL": "polonî (Polonya)", "ps": "peştûyî", "ps_AF": "peştûyî (Efxanistan)", + "ps_PK": "peştûyî (Pakistan)", "pt": "portugalî", "pt_AO": "portugalî (Angola)", "pt_BR": "portugalî (Brazîl)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ky.json b/src/Symfony/Component/Intl/Resources/data/locales/ky.json index 79d4ba02b40ad..dad00b2dbea21 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ky.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ky.json @@ -94,6 +94,7 @@ "el_CY": "грекче (Кипр)", "el_GR": "грекче (Греция)", "en": "англисче", + "en_AE": "англисче (Бириккен Араб Эмираттары)", "en_AG": "англисче (Антигуа жана Барбуда)", "en_AI": "англисче (Ангилья)", "en_AS": "англисче (Америкалык Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "фарсча (Афганистан)", "fa_IR": "фарсча (Иран)", "ff": "фулача", + "ff_CM": "фулача (Камерун)", + "ff_GN": "фулача (Гвинея)", + "ff_Latn": "фулача (Латын)", + "ff_Latn_BF": "фулача (Латын, Буркина-Фасо)", + "ff_Latn_CM": "фулача (Латын, Камерун)", + "ff_Latn_GH": "фулача (Латын, Гана)", + "ff_Latn_GM": "фулача (Латын, Гамбия)", + "ff_Latn_GN": "фулача (Латын, Гвинея)", + "ff_Latn_GW": "фулача (Латын, Гвинея-Бисау)", + "ff_Latn_LR": "фулача (Латын, Либерия)", + "ff_Latn_MR": "фулача (Латын, Мавритания)", + "ff_Latn_NE": "фулача (Латын, Нигер)", + "ff_Latn_NG": "фулача (Латын, Нигерия)", + "ff_Latn_SL": "фулача (Латын, Сьерра-Леоне)", + "ff_Latn_SN": "фулача (Латын, Сенегал)", + "ff_MR": "фулача (Мавритания)", + "ff_SN": "фулача (Сенегал)", "fi": "финче", "fi_FI": "финче (Финляндия)", "fo": "фарерче", @@ -429,6 +447,7 @@ "pl_PL": "полякча (Польша)", "ps": "пуштуча", "ps_AF": "пуштуча (Афганистан)", + "ps_PK": "пуштуча (Пакистан)", "pt": "португалча", "pt_AO": "португалча (Ангола)", "pt_BR": "португалча (Бразилия)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lb.json b/src/Symfony/Component/Intl/Resources/data/locales/lb.json index 84559b697b5e1..b74f767316613 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lb.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lb.json @@ -94,6 +94,7 @@ "el_CY": "Griichesch (Zypern)", "el_GR": "Griichesch (Griicheland)", "en": "Englesch", + "en_AE": "Englesch (Vereenegt Arabesch Emirater)", "en_AG": "Englesch (Antigua a Barbuda)", "en_AI": "Englesch (Anguilla)", "en_AS": "Englesch (Amerikanesch-Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "Persesch (Afghanistan)", "fa_IR": "Persesch (Iran)", "ff": "Ful", + "ff_CM": "Ful (Kamerun)", + "ff_GN": "Ful (Guinea)", + "ff_Latn": "Ful (Laténgesch)", + "ff_Latn_BF": "Ful (Laténgesch, Burkina Faso)", + "ff_Latn_CM": "Ful (Laténgesch, Kamerun)", + "ff_Latn_GH": "Ful (Laténgesch, Ghana)", + "ff_Latn_GM": "Ful (Laténgesch, Gambia)", + "ff_Latn_GN": "Ful (Laténgesch, Guinea)", + "ff_Latn_GW": "Ful (Laténgesch, Guinea-Bissau)", + "ff_Latn_LR": "Ful (Laténgesch, Liberia)", + "ff_Latn_MR": "Ful (Laténgesch, Mauretanien)", + "ff_Latn_NE": "Ful (Laténgesch, Niger)", + "ff_Latn_NG": "Ful (Laténgesch, Nigeria)", + "ff_Latn_SL": "Ful (Laténgesch, Sierra Leone)", + "ff_Latn_SN": "Ful (Laténgesch, Senegal)", + "ff_MR": "Ful (Mauretanien)", + "ff_SN": "Ful (Senegal)", "fi": "Finnesch", "fi_FI": "Finnesch (Finnland)", "fo": "Färöesch", @@ -429,6 +447,7 @@ "pl_PL": "Polnesch (Polen)", "ps": "Paschtu", "ps_AF": "Paschtu (Afghanistan)", + "ps_PK": "Paschtu (Pakistan)", "pt": "Portugisesch", "pt_AO": "Portugisesch (Angola)", "pt_BR": "Portugisesch (Brasilien)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lg.json b/src/Symfony/Component/Intl/Resources/data/locales/lg.json index e76396d4b6b94..3937d29830ad6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lg.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lg.json @@ -51,6 +51,7 @@ "el_CY": "Lugereeki\/Luyonaani (Sipuriya)", "el_GR": "Lugereeki\/Luyonaani (Bugereeki\/Buyonaani)", "en": "Lungereza", + "en_AE": "Lungereza (Emireeti)", "en_AG": "Lungereza (Antigwa ne Barabuda)", "en_AI": "Lungereza (Angwila)", "en_AS": "Lungereza (Samowa omumerika)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ln.json b/src/Symfony/Component/Intl/Resources/data/locales/ln.json index 1a3d55f294877..3ed687b2e1211 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ln.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ln.json @@ -51,6 +51,7 @@ "el_CY": "ligeleki (Sípɛlɛ)", "el_GR": "ligeleki (Geleki)", "en": "lingɛlɛ́sa", + "en_AE": "lingɛlɛ́sa (Lɛmila alabo)", "en_AG": "lingɛlɛ́sa (Antiga mpé Barbuda)", "en_AI": "lingɛlɛ́sa (Angiyɛ)", "en_AS": "lingɛlɛ́sa (Samoa ya Ameriki)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lo.json b/src/Symfony/Component/Intl/Resources/data/locales/lo.json index d0303d53e9455..b2c65e48ddf0d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lo.json @@ -94,6 +94,7 @@ "el_CY": "ກຣີກ (ໄຊປຣັສ)", "el_GR": "ກຣີກ (ກຣີຊ)", "en": "ອັງກິດ", + "en_AE": "ອັງກິດ (ສະຫະລັດອາຣັບເອມິເຣດ)", "en_AG": "ອັງກິດ (ແອນທິກົວ ແລະ ບາບູດາ)", "en_AI": "ອັງກິດ (ແອນກຸຍລາ)", "en_AS": "ອັງກິດ (ອາເມຣິກາ ຊາມົວ)", @@ -178,7 +179,7 @@ "en_SL": "ອັງກິດ (ເຊຍຣາ ລີໂອນ)", "en_SS": "ອັງກິດ (ຊູດານໃຕ້)", "en_SX": "ອັງກິດ (ຊິນ ມາເທັນ)", - "en_SZ": "ອັງກິດ (ສະວາຊິແລນ)", + "en_SZ": "ອັງກິດ (​ເອ​ສະ​ວາ​ຕິ​ນີ)", "en_TC": "ອັງກິດ (ໝູ່ເກາະ ເທີກ ແລະ ໄຄໂຄສ)", "en_TK": "ອັງກິດ (ໂຕເກເລົາ)", "en_TO": "ອັງກິດ (ທອງກາ)", @@ -233,6 +234,23 @@ "fa_AF": "ເປີຊຽນ (ອາຟການິດສະຖານ)", "fa_IR": "ເປີຊຽນ (ອີຣານ)", "ff": "ຟູລາ", + "ff_CM": "ຟູລາ (ຄາເມຣູນ)", + "ff_GN": "ຟູລາ (ກິນີ)", + "ff_Latn": "ຟູລາ (ລາຕິນ)", + "ff_Latn_BF": "ຟູລາ (ລາຕິນ, ເບີກິນາ ຟາໂຊ)", + "ff_Latn_CM": "ຟູລາ (ລາຕິນ, ຄາເມຣູນ)", + "ff_Latn_GH": "ຟູລາ (ລາຕິນ, ການາ)", + "ff_Latn_GM": "ຟູລາ (ລາຕິນ, ສາທາລະນະລັດແກມເບຍ)", + "ff_Latn_GN": "ຟູລາ (ລາຕິນ, ກິນີ)", + "ff_Latn_GW": "ຟູລາ (ລາຕິນ, ກິນີ-ບິສເຊົາ)", + "ff_Latn_LR": "ຟູລາ (ລາຕິນ, ລິເບີເຣຍ)", + "ff_Latn_MR": "ຟູລາ (ລາຕິນ, ມົວຣິເທເນຍ)", + "ff_Latn_NE": "ຟູລາ (ລາຕິນ, ນິເຈີ)", + "ff_Latn_NG": "ຟູລາ (ລາຕິນ, ໄນຈີເຣຍ)", + "ff_Latn_SL": "ຟູລາ (ລາຕິນ, ເຊຍຣາ ລີໂອນ)", + "ff_Latn_SN": "ຟູລາ (ລາຕິນ, ເຊນີໂກລ)", + "ff_MR": "ຟູລາ (ມົວຣິເທເນຍ)", + "ff_SN": "ຟູລາ (ເຊນີໂກລ)", "fi": "ຟິນນິຊ", "fi_FI": "ຟິນນິຊ (ຟິນແລນ)", "fo": "ຟາໂຣສ", @@ -429,6 +447,7 @@ "pl_PL": "ໂປລິຊ (ໂປແລນ)", "ps": "ປາສໂຕ", "ps_AF": "ປາສໂຕ (ອາຟການິດສະຖານ)", + "ps_PK": "ປາສໂຕ (ປາກິດສະຖານ)", "pt": "ປອກຕຸຍກິສ", "pt_AO": "ປອກຕຸຍກິສ (ແອງໂກລາ)", "pt_BR": "ປອກຕຸຍກິສ (ບຣາຊິວ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lt.json b/src/Symfony/Component/Intl/Resources/data/locales/lt.json index fee988060e81b..0c0108d06690e 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lt.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lt.json @@ -94,6 +94,7 @@ "el_CY": "graikų (Kipras)", "el_GR": "graikų (Graikija)", "en": "anglų", + "en_AE": "anglų (Jungtiniai Arabų Emyratai)", "en_AG": "anglų (Antigva ir Barbuda)", "en_AI": "anglų (Angilija)", "en_AS": "anglų (Amerikos Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "persų (Afganistanas)", "fa_IR": "persų (Iranas)", "ff": "fulahų", + "ff_CM": "fulahų (Kamerūnas)", + "ff_GN": "fulahų (Gvinėja)", + "ff_Latn": "fulahų (lotynų)", + "ff_Latn_BF": "fulahų (lotynų, Burkina Fasas)", + "ff_Latn_CM": "fulahų (lotynų, Kamerūnas)", + "ff_Latn_GH": "fulahų (lotynų, Gana)", + "ff_Latn_GM": "fulahų (lotynų, Gambija)", + "ff_Latn_GN": "fulahų (lotynų, Gvinėja)", + "ff_Latn_GW": "fulahų (lotynų, Bisau Gvinėja)", + "ff_Latn_LR": "fulahų (lotynų, Liberija)", + "ff_Latn_MR": "fulahų (lotynų, Mauritanija)", + "ff_Latn_NE": "fulahų (lotynų, Nigeris)", + "ff_Latn_NG": "fulahų (lotynų, Nigerija)", + "ff_Latn_SL": "fulahų (lotynų, Siera Leonė)", + "ff_Latn_SN": "fulahų (lotynų, Senegalas)", + "ff_MR": "fulahų (Mauritanija)", + "ff_SN": "fulahų (Senegalas)", "fi": "suomių", "fi_FI": "suomių (Suomija)", "fo": "farerų", @@ -375,7 +393,7 @@ "mi": "maorių", "mi_NZ": "maorių (Naujoji Zelandija)", "mk": "makedonų", - "mk_MK": "makedonų (Makedonija)", + "mk_MK": "makedonų (Šiaurės Makedonija)", "ml": "malajalių", "ml_IN": "malajalių (Indija)", "mn": "mongolų", @@ -429,6 +447,7 @@ "pl_PL": "lenkų (Lenkija)", "ps": "puštūnų", "ps_AF": "puštūnų (Afganistanas)", + "ps_PK": "puštūnų (Pakistanas)", "pt": "portugalų", "pt_AO": "portugalų (Angola)", "pt_BR": "portugalų (Brazilija)", @@ -487,7 +506,7 @@ "so_SO": "somaliečių (Somalis)", "sq": "albanų", "sq_AL": "albanų (Albanija)", - "sq_MK": "albanų (Makedonija)", + "sq_MK": "albanų (Šiaurės Makedonija)", "sq_XK": "albanų (Kosovas)", "sr": "serbų", "sr_BA": "serbų (Bosnija ir Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lu.json b/src/Symfony/Component/Intl/Resources/data/locales/lu.json index 471ec36f57c30..20b2ae4b2a805 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lu.json @@ -51,6 +51,7 @@ "el_CY": "Giliki (Shipele)", "el_GR": "Giliki (Ngeleka)", "en": "Lingelesa", + "en_AE": "Lingelesa (Lemila alabu)", "en_AG": "Lingelesa (Antiga ne Barbuda)", "en_AI": "Lingelesa (Angiye)", "en_AS": "Lingelesa (Samoa wa Ameriki)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/lv.json b/src/Symfony/Component/Intl/Resources/data/locales/lv.json index 161b6f3b8c659..57266fd549770 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/lv.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/lv.json @@ -94,6 +94,7 @@ "el_CY": "grieķu (Kipra)", "el_GR": "grieķu (Grieķija)", "en": "angļu", + "en_AE": "angļu (Apvienotie Arābu Emirāti)", "en_AG": "angļu (Antigva un Barbuda)", "en_AI": "angļu (Angilja)", "en_AS": "angļu (ASV Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "persiešu (Afganistāna)", "fa_IR": "persiešu (Irāna)", "ff": "fulu", + "ff_CM": "fulu (Kamerūna)", + "ff_GN": "fulu (Gvineja)", + "ff_Latn": "fulu (latīņu)", + "ff_Latn_BF": "fulu (latīņu, Burkinafaso)", + "ff_Latn_CM": "fulu (latīņu, Kamerūna)", + "ff_Latn_GH": "fulu (latīņu, Gana)", + "ff_Latn_GM": "fulu (latīņu, Gambija)", + "ff_Latn_GN": "fulu (latīņu, Gvineja)", + "ff_Latn_GW": "fulu (latīņu, Gvineja-Bisava)", + "ff_Latn_LR": "fulu (latīņu, Libērija)", + "ff_Latn_MR": "fulu (latīņu, Mauritānija)", + "ff_Latn_NE": "fulu (latīņu, Nigēra)", + "ff_Latn_NG": "fulu (latīņu, Nigērija)", + "ff_Latn_SL": "fulu (latīņu, Sjerraleone)", + "ff_Latn_SN": "fulu (latīņu, Senegāla)", + "ff_MR": "fulu (Mauritānija)", + "ff_SN": "fulu (Senegāla)", "fi": "somu", "fi_FI": "somu (Somija)", "fo": "fēru", @@ -375,7 +393,7 @@ "mi": "maoru", "mi_NZ": "maoru (Jaunzēlande)", "mk": "maķedoniešu", - "mk_MK": "maķedoniešu (Maķedonija)", + "mk_MK": "maķedoniešu (Ziemeļmaķedonija)", "ml": "malajalu", "ml_IN": "malajalu (Indija)", "mn": "mongoļu", @@ -429,6 +447,7 @@ "pl_PL": "poļu (Polija)", "ps": "puštu", "ps_AF": "puštu (Afganistāna)", + "ps_PK": "puštu (Pakistāna)", "pt": "portugāļu", "pt_AO": "portugāļu (Angola)", "pt_BR": "portugāļu (Brazīlija)", @@ -487,7 +506,7 @@ "so_SO": "somāļu (Somālija)", "sq": "albāņu", "sq_AL": "albāņu (Albānija)", - "sq_MK": "albāņu (Maķedonija)", + "sq_MK": "albāņu (Ziemeļmaķedonija)", "sq_XK": "albāņu (Kosova)", "sr": "serbu", "sr_BA": "serbu (Bosnija un Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/meta.json b/src/Symfony/Component/Intl/Resources/data/locales/meta.json index f4218c4f74b9d..12eb1bfabcc4d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/meta.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/meta.json @@ -97,6 +97,7 @@ "en", "en_001", "en_150", + "en_AE", "en_AG", "en_AI", "en_AS", @@ -203,6 +204,7 @@ "en_ZM", "en_ZW", "eo", + "eo_001", "es", "es_419", "es_AR", @@ -240,6 +242,23 @@ "fa_AF", "fa_IR", "ff", + "ff_CM", + "ff_GN", + "ff_Latn", + "ff_Latn_BF", + "ff_Latn_CM", + "ff_Latn_GH", + "ff_Latn_GM", + "ff_Latn_GN", + "ff_Latn_GW", + "ff_Latn_LR", + "ff_Latn_MR", + "ff_Latn_NE", + "ff_Latn_NG", + "ff_Latn_SL", + "ff_Latn_SN", + "ff_MR", + "ff_SN", "fi", "fi_FI", "fo", @@ -444,6 +463,7 @@ "pl_PL", "ps", "ps_AF", + "ps_PK", "pt", "pt_AO", "pt_BR", @@ -612,11 +632,15 @@ "bs_BA": "bs_Latn_BA", "en_NH": "en_VU", "en_RH": "en_ZW", + "ff_CM": "ff_Latn_CM", + "ff_GN": "ff_Latn_GN", + "ff_MR": "ff_Latn_MR", + "ff_SN": "ff_Latn_SN", "in": "id", "in_ID": "id_ID", "iw": "he", "iw_IL": "he_IL", - "mo": "ro_MD", + "mo": "ro", "no": "nb", "no_NO": "nb_NO", "no_NO_NY": "nn_NO", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mg.json b/src/Symfony/Component/Intl/Resources/data/locales/mg.json index ebb9d1f9f1fbf..c6ba587dd4dfa 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mg.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mg.json @@ -51,6 +51,7 @@ "el_CY": "Grika (Sypra)", "el_GR": "Grika (Gresy)", "en": "Anglisy", + "en_AE": "Anglisy (Emirà Arabo mitambatra)", "en_AG": "Anglisy (Antiga sy Barboda)", "en_AI": "Anglisy (Anguilla)", "en_AS": "Anglisy (Samoa amerikanina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mk.json b/src/Symfony/Component/Intl/Resources/data/locales/mk.json index aede2a2948d6e..62684958da97f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mk.json @@ -94,6 +94,7 @@ "el_CY": "грчки (Кипар)", "el_GR": "грчки (Грција)", "en": "англиски", + "en_AE": "англиски (Обединети Арапски Емирати)", "en_AG": "англиски (Антига и Барбуда)", "en_AI": "англиски (Ангвила)", "en_AS": "англиски (Американска Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "персиски (Авганистан)", "fa_IR": "персиски (Иран)", "ff": "фула", + "ff_CM": "фула (Камерун)", + "ff_GN": "фула (Гвинеја)", + "ff_Latn": "фула (латинично писмо)", + "ff_Latn_BF": "фула (латинично писмо, Буркина Фасо)", + "ff_Latn_CM": "фула (латинично писмо, Камерун)", + "ff_Latn_GH": "фула (латинично писмо, Гана)", + "ff_Latn_GM": "фула (латинично писмо, Гамбија)", + "ff_Latn_GN": "фула (латинично писмо, Гвинеја)", + "ff_Latn_GW": "фула (латинично писмо, Гвинеја-Бисау)", + "ff_Latn_LR": "фула (латинично писмо, Либерија)", + "ff_Latn_MR": "фула (латинично писмо, Мавританија)", + "ff_Latn_NE": "фула (латинично писмо, Нигер)", + "ff_Latn_NG": "фула (латинично писмо, Нигерија)", + "ff_Latn_SL": "фула (латинично писмо, Сиера Леоне)", + "ff_Latn_SN": "фула (латинично писмо, Сенегал)", + "ff_MR": "фула (Мавританија)", + "ff_SN": "фула (Сенегал)", "fi": "фински", "fi_FI": "фински (Финска)", "fo": "фарски", @@ -375,7 +393,7 @@ "mi": "маорски", "mi_NZ": "маорски (Нов Зеланд)", "mk": "македонски", - "mk_MK": "македонски (Македонија)", + "mk_MK": "македонски (Северна Македонија)", "ml": "малајамски", "ml_IN": "малајамски (Индија)", "mn": "монголски", @@ -429,6 +447,7 @@ "pl_PL": "полски (Полска)", "ps": "паштунски", "ps_AF": "паштунски (Авганистан)", + "ps_PK": "паштунски (Пакистан)", "pt": "португалски", "pt_AO": "португалски (Ангола)", "pt_BR": "португалски (Бразил)", @@ -487,7 +506,7 @@ "so_SO": "сомалиски (Сомалија)", "sq": "албански", "sq_AL": "албански (Албанија)", - "sq_MK": "албански (Македонија)", + "sq_MK": "албански (Северна Македонија)", "sq_XK": "албански (Косово)", "sr": "српски", "sr_BA": "српски (Босна и Херцеговина)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ml.json b/src/Symfony/Component/Intl/Resources/data/locales/ml.json index 9458fe31810b6..1f6bb330c5dcc 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ml.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ml.json @@ -94,6 +94,7 @@ "el_CY": "ഗ്രീക്ക് (സൈപ്രസ്)", "el_GR": "ഗ്രീക്ക് (ഗ്രീസ്)", "en": "ഇംഗ്ലീഷ്", + "en_AE": "ഇംഗ്ലീഷ് (യുണൈറ്റഡ് അറബ് എമിറൈറ്റ്‌സ്)", "en_AG": "ഇംഗ്ലീഷ് (ആൻറിഗ്വയും ബർബുഡയും)", "en_AI": "ഇംഗ്ലീഷ് (ആൻഗ്വില്ല)", "en_AS": "ഇംഗ്ലീഷ് (അമേരിക്കൻ സമോവ)", @@ -233,6 +234,23 @@ "fa_AF": "പേർഷ്യൻ (അഫ്‌ഗാനിസ്ഥാൻ)", "fa_IR": "പേർഷ്യൻ (ഇറാൻ)", "ff": "ഫുല", + "ff_CM": "ഫുല (കാമറൂൺ)", + "ff_GN": "ഫുല (ഗിനിയ)", + "ff_Latn": "ഫുല (ലാറ്റിൻ)", + "ff_Latn_BF": "ഫുല (ലാറ്റിൻ, ബർക്കിന ഫാസോ)", + "ff_Latn_CM": "ഫുല (ലാറ്റിൻ, കാമറൂൺ)", + "ff_Latn_GH": "ഫുല (ലാറ്റിൻ, ഘാന)", + "ff_Latn_GM": "ഫുല (ലാറ്റിൻ, ഗാംബിയ)", + "ff_Latn_GN": "ഫുല (ലാറ്റിൻ, ഗിനിയ)", + "ff_Latn_GW": "ഫുല (ലാറ്റിൻ, ഗിനിയ-ബിസൗ)", + "ff_Latn_LR": "ഫുല (ലാറ്റിൻ, ലൈബീരിയ)", + "ff_Latn_MR": "ഫുല (ലാറ്റിൻ, മൗറിറ്റാനിയ)", + "ff_Latn_NE": "ഫുല (ലാറ്റിൻ, നൈജർ)", + "ff_Latn_NG": "ഫുല (ലാറ്റിൻ, നൈജീരിയ)", + "ff_Latn_SL": "ഫുല (ലാറ്റിൻ, സിയെറ ലിയോൺ)", + "ff_Latn_SN": "ഫുല (ലാറ്റിൻ, സെനഗൽ)", + "ff_MR": "ഫുല (മൗറിറ്റാനിയ)", + "ff_SN": "ഫുല (സെനഗൽ)", "fi": "ഫിന്നിഷ്", "fi_FI": "ഫിന്നിഷ് (ഫിൻലാൻഡ്)", "fo": "ഫാറോസ്", @@ -375,7 +393,7 @@ "mi": "മവോറി", "mi_NZ": "മവോറി (ന്യൂസിലാൻറ്)", "mk": "മാസിഡോണിയൻ", - "mk_MK": "മാസിഡോണിയൻ (മാസിഡോണിയ)", + "mk_MK": "മാസിഡോണിയൻ (നോർത്ത് മാസിഡോണിയ)", "ml": "മലയാളം", "ml_IN": "മലയാളം (ഇന്ത്യ)", "mn": "മംഗോളിയൻ", @@ -429,6 +447,7 @@ "pl_PL": "പോളിഷ് (പോളണ്ട്)", "ps": "പഷ്‌തോ", "ps_AF": "പഷ്‌തോ (അഫ്‌ഗാനിസ്ഥാൻ)", + "ps_PK": "പഷ്‌തോ (പാക്കിസ്ഥാൻ)", "pt": "പോർച്ചുഗീസ്", "pt_AO": "പോർച്ചുഗീസ് (അംഗോള)", "pt_BR": "പോർച്ചുഗീസ് (ബ്രസീൽ)", @@ -487,7 +506,7 @@ "so_SO": "സോമാലി (സോമാലിയ)", "sq": "അൽബേനിയൻ", "sq_AL": "അൽബേനിയൻ (അൽബേനിയ)", - "sq_MK": "അൽബേനിയൻ (മാസിഡോണിയ)", + "sq_MK": "അൽബേനിയൻ (നോർത്ത് മാസിഡോണിയ)", "sq_XK": "അൽബേനിയൻ (കൊസോവൊ)", "sr": "സെർബിയൻ", "sr_BA": "സെർബിയൻ (ബോസ്നിയയും ഹെർസഗോവിനയും)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mn.json b/src/Symfony/Component/Intl/Resources/data/locales/mn.json index 39b459461cb9d..d953e9beb1188 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mn.json @@ -94,6 +94,7 @@ "el_CY": "грек (Кипр)", "el_GR": "грек (Грек)", "en": "англи", + "en_AE": "англи (Арабын Нэгдсэн Эмирт Улс)", "en_AG": "англи (Антигуа ба Барбуда)", "en_AI": "англи (Ангилья)", "en_AS": "англи (Америкийн Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "перс (Афганистан)", "fa_IR": "перс (Иран)", "ff": "фула", + "ff_CM": "фула (Камерун)", + "ff_GN": "фула (Гвиней)", + "ff_Latn": "фула (латин)", + "ff_Latn_BF": "фула (латин, Буркина Фасо)", + "ff_Latn_CM": "фула (латин, Камерун)", + "ff_Latn_GH": "фула (латин, Гана)", + "ff_Latn_GM": "фула (латин, Гамби)", + "ff_Latn_GN": "фула (латин, Гвиней)", + "ff_Latn_GW": "фула (латин, Гвиней-Бисау)", + "ff_Latn_LR": "фула (латин, Либери)", + "ff_Latn_MR": "фула (латин, Мавритани)", + "ff_Latn_NE": "фула (латин, Нигер)", + "ff_Latn_NG": "фула (латин, Нигери)", + "ff_Latn_SL": "фула (латин, Сьерра-Леоне)", + "ff_Latn_SN": "фула (латин, Сенегал)", + "ff_MR": "фула (Мавритани)", + "ff_SN": "фула (Сенегал)", "fi": "фин", "fi_FI": "фин (Финлянд)", "fo": "фарер", @@ -429,6 +447,7 @@ "pl_PL": "польш (Польш)", "ps": "пушту", "ps_AF": "пушту (Афганистан)", + "ps_PK": "пушту (Пакистан)", "pt": "португал", "pt_AO": "португал (Ангол)", "pt_BR": "португал (Бразил)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mo.json b/src/Symfony/Component/Intl/Resources/data/locales/mo.json index 98a042d478145..ba570cd8c6d68 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mo.json @@ -1,3 +1,3 @@ { - "%%ALIAS": "ro_MD" + "%%ALIAS": "ro" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mr.json b/src/Symfony/Component/Intl/Resources/data/locales/mr.json index 958b742ec837f..e7b3463b70cfd 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mr.json @@ -94,6 +94,7 @@ "el_CY": "ग्रीक (सायप्रस)", "el_GR": "ग्रीक (ग्रीस)", "en": "इंग्रजी", + "en_AE": "इंग्रजी (संयुक्त अरब अमीरात)", "en_AG": "इंग्रजी (अँटिग्वा आणि बर्बुडा)", "en_AI": "इंग्रजी (अँग्विला)", "en_AS": "इंग्रजी (अमेरिकन सामोआ)", @@ -233,6 +234,23 @@ "fa_AF": "फारसी (अफगाणिस्तान)", "fa_IR": "फारसी (इराण)", "ff": "फुलाह", + "ff_CM": "फुलाह (कॅमेरून)", + "ff_GN": "फुलाह (गिनी)", + "ff_Latn": "फुलाह (लॅटिन)", + "ff_Latn_BF": "फुलाह (लॅटिन, बुर्किना फासो)", + "ff_Latn_CM": "फुलाह (लॅटिन, कॅमेरून)", + "ff_Latn_GH": "फुलाह (लॅटिन, घाना)", + "ff_Latn_GM": "फुलाह (लॅटिन, गाम्बिया)", + "ff_Latn_GN": "फुलाह (लॅटिन, गिनी)", + "ff_Latn_GW": "फुलाह (लॅटिन, गिनी-बिसाउ)", + "ff_Latn_LR": "फुलाह (लॅटिन, लायबेरिया)", + "ff_Latn_MR": "फुलाह (लॅटिन, मॉरिटानिया)", + "ff_Latn_NE": "फुलाह (लॅटिन, नाइजर)", + "ff_Latn_NG": "फुलाह (लॅटिन, नायजेरिया)", + "ff_Latn_SL": "फुलाह (लॅटिन, सिएरा लिओन)", + "ff_Latn_SN": "फुलाह (लॅटिन, सेनेगल)", + "ff_MR": "फुलाह (मॉरिटानिया)", + "ff_SN": "फुलाह (सेनेगल)", "fi": "फिन्निश", "fi_FI": "फिन्निश (फिनलंड)", "fo": "फरोइज", @@ -375,7 +393,7 @@ "mi": "माओरी", "mi_NZ": "माओरी (न्यूझीलंड)", "mk": "मॅसेडोनियन", - "mk_MK": "मॅसेडोनियन (मॅसेडोनिया)", + "mk_MK": "मॅसेडोनियन (उत्तर मॅसेडोनिया)", "ml": "मल्याळम", "ml_IN": "मल्याळम (भारत)", "mn": "मंगोलियन", @@ -429,6 +447,7 @@ "pl_PL": "पोलिश (पोलंड)", "ps": "पश्तो", "ps_AF": "पश्तो (अफगाणिस्तान)", + "ps_PK": "पश्तो (पाकिस्तान)", "pt": "पोर्तुगीज", "pt_AO": "पोर्तुगीज (अंगोला)", "pt_BR": "पोर्तुगीज (ब्राझिल)", @@ -487,7 +506,7 @@ "so_SO": "सोमाली (सोमालिया)", "sq": "अल्बानियन", "sq_AL": "अल्बानियन (अल्बानिया)", - "sq_MK": "अल्बानियन (मॅसेडोनिया)", + "sq_MK": "अल्बानियन (उत्तर मॅसेडोनिया)", "sq_XK": "अल्बानियन (कोसोव्हो)", "sr": "सर्बियन", "sr_BA": "सर्बियन (बोस्निया अणि हर्जेगोविना)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ms.json b/src/Symfony/Component/Intl/Resources/data/locales/ms.json index 0af5db58d378d..d2ec6472f49c4 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ms.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ms.json @@ -94,6 +94,7 @@ "el_CY": "Greek (Cyprus)", "el_GR": "Greek (Greece)", "en": "Inggeris", + "en_AE": "Inggeris (Emiriah Arab Bersatu)", "en_AG": "Inggeris (Antigua dan Barbuda)", "en_AI": "Inggeris (Anguilla)", "en_AS": "Inggeris (Samoa Amerika)", @@ -233,6 +234,23 @@ "fa_AF": "Parsi (Afghanistan)", "fa_IR": "Parsi (Iran)", "ff": "Fulah", + "ff_CM": "Fulah (Cameroon)", + "ff_GN": "Fulah (Guinea)", + "ff_Latn": "Fulah (Latin)", + "ff_Latn_BF": "Fulah (Latin, Burkina Faso)", + "ff_Latn_CM": "Fulah (Latin, Cameroon)", + "ff_Latn_GH": "Fulah (Latin, Ghana)", + "ff_Latn_GM": "Fulah (Latin, Gambia)", + "ff_Latn_GN": "Fulah (Latin, Guinea)", + "ff_Latn_GW": "Fulah (Latin, Guinea Bissau)", + "ff_Latn_LR": "Fulah (Latin, Liberia)", + "ff_Latn_MR": "Fulah (Latin, Mauritania)", + "ff_Latn_NE": "Fulah (Latin, Niger)", + "ff_Latn_NG": "Fulah (Latin, Nigeria)", + "ff_Latn_SL": "Fulah (Latin, Sierra Leone)", + "ff_Latn_SN": "Fulah (Latin, Senegal)", + "ff_MR": "Fulah (Mauritania)", + "ff_SN": "Fulah (Senegal)", "fi": "Finland", "fi_FI": "Finland (Finland)", "fo": "Faroe", @@ -375,7 +393,7 @@ "mi": "Maori", "mi_NZ": "Maori (New Zealand)", "mk": "Macedonia", - "mk_MK": "Macedonia (Macedonia)", + "mk_MK": "Macedonia (Macedonia Utara)", "ml": "Malayalam", "ml_IN": "Malayalam (India)", "mn": "Mongolia", @@ -429,6 +447,7 @@ "pl_PL": "Poland (Poland)", "ps": "Pashto", "ps_AF": "Pashto (Afghanistan)", + "ps_PK": "Pashto (Pakistan)", "pt": "Portugis", "pt_AO": "Portugis (Angola)", "pt_BR": "Portugis (Brazil)", @@ -487,7 +506,7 @@ "so_SO": "Somali (Somalia)", "sq": "Albania", "sq_AL": "Albania (Albania)", - "sq_MK": "Albania (Macedonia)", + "sq_MK": "Albania (Macedonia Utara)", "sq_XK": "Albania (Kosovo)", "sr": "Serbia", "sr_BA": "Serbia (Bosnia dan Herzegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/mt.json b/src/Symfony/Component/Intl/Resources/data/locales/mt.json index c488f73669eeb..affa0e95f5367 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/mt.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/mt.json @@ -94,6 +94,7 @@ "el_CY": "Grieg (Ċipru)", "el_GR": "Grieg (il-Greċja)", "en": "Ingliż", + "en_AE": "Ingliż (l-Emirati Għarab Magħquda)", "en_AG": "Ingliż (Antigua u Barbuda)", "en_AI": "Ingliż (Anguilla)", "en_AS": "Ingliż (is-Samoa Amerikana)", @@ -233,6 +234,23 @@ "fa_AF": "Persjan (l-Afganistan)", "fa_IR": "Persjan (l-Iran)", "ff": "Fulah", + "ff_CM": "Fulah (il-Kamerun)", + "ff_GN": "Fulah (il-Guinea)", + "ff_Latn": "Fulah (Latin)", + "ff_Latn_BF": "Fulah (Latin, il-Burkina Faso)", + "ff_Latn_CM": "Fulah (Latin, il-Kamerun)", + "ff_Latn_GH": "Fulah (Latin, il-Ghana)", + "ff_Latn_GM": "Fulah (Latin, il-Gambja)", + "ff_Latn_GN": "Fulah (Latin, il-Guinea)", + "ff_Latn_GW": "Fulah (Latin, il-Guinea-Bissau)", + "ff_Latn_LR": "Fulah (Latin, il-Liberja)", + "ff_Latn_MR": "Fulah (Latin, il-Mauritania)", + "ff_Latn_NE": "Fulah (Latin, in-Niġer)", + "ff_Latn_NG": "Fulah (Latin, in-Niġerja)", + "ff_Latn_SL": "Fulah (Latin, Sierra Leone)", + "ff_Latn_SN": "Fulah (Latin, is-Senegal)", + "ff_MR": "Fulah (il-Mauritania)", + "ff_SN": "Fulah (is-Senegal)", "fi": "Finlandiż", "fi_FI": "Finlandiż (il-Finlandja)", "fo": "Faroese", @@ -427,6 +445,7 @@ "pl_PL": "Pollakk (il-Polonja)", "ps": "Pashto", "ps_AF": "Pashto (l-Afganistan)", + "ps_PK": "Pashto (il-Pakistan)", "pt": "Portugiż", "pt_AO": "Portugiż (l-Angola)", "pt_BR": "Portugiż (Il-Brażil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/my.json b/src/Symfony/Component/Intl/Resources/data/locales/my.json index 24df7120f9969..ea602c6b04271 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/my.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/my.json @@ -94,6 +94,7 @@ "el_CY": "ဂရိ (ဆိုက်ပရပ်စ်)", "el_GR": "ဂရိ (ဂရိ)", "en": "အင်္ဂလိပ်", + "en_AE": "အင်္ဂလိပ် (ယူအေအီး)", "en_AG": "အင်္ဂလိပ် (အန်တီဂွါနှင့် ဘာဘူဒါ)", "en_AI": "အင်္ဂလိပ် (အန်ဂီလာ)", "en_AS": "အင်္ဂလိပ် (အမေရိကန် ဆမိုးအား)", @@ -233,6 +234,23 @@ "fa_AF": "ပါရှန် (အာဖဂန်နစ္စတန်)", "fa_IR": "ပါရှန် (အီရန်)", "ff": "ဖူလာ", + "ff_CM": "ဖူလာ (ကင်မရွန်း)", + "ff_GN": "ဖူလာ (ဂီနီ)", + "ff_Latn": "ဖူလာ (လက်တင်)", + "ff_Latn_BF": "ဖူလာ (လက်တင်, ဘာကီးနား ဖားဆို)", + "ff_Latn_CM": "ဖူလာ (လက်တင်, ကင်မရွန်း)", + "ff_Latn_GH": "ဖူလာ (လက်တင်, ဂါနာ)", + "ff_Latn_GM": "ဖူလာ (လက်တင်, ဂမ်ဘီရာ)", + "ff_Latn_GN": "ဖူလာ (လက်တင်, ဂီနီ)", + "ff_Latn_GW": "ဖူလာ (လက်တင်, ဂီနီ-ဘီစော)", + "ff_Latn_LR": "ဖူလာ (လက်တင်, လိုက်ဘေးရီးယား)", + "ff_Latn_MR": "ဖူလာ (လက်တင်, မော်ရီတေးနီးယား)", + "ff_Latn_NE": "ဖူလာ (လက်တင်, နိုင်ဂျာ)", + "ff_Latn_NG": "ဖူလာ (လက်တင်, နိုင်ဂျီးရီးယား)", + "ff_Latn_SL": "ဖူလာ (လက်တင်, ဆီယာရာ လီယွန်း)", + "ff_Latn_SN": "ဖူလာ (လက်တင်, ဆီနီဂေါ)", + "ff_MR": "ဖူလာ (မော်ရီတေးနီးယား)", + "ff_SN": "ဖူလာ (ဆီနီဂေါ)", "fi": "ဖင်လန်", "fi_FI": "ဖင်လန် (ဖင်လန်)", "fo": "ဖာရို", @@ -429,6 +447,7 @@ "pl_PL": "ပိုလန် (ပိုလန်)", "ps": "ပက်ရှ်တွန်း", "ps_AF": "ပက်ရှ်တွန်း (အာဖဂန်နစ္စတန်)", + "ps_PK": "ပက်ရှ်တွန်း (ပါကစ္စတန်)", "pt": "ပေါ်တူဂီ", "pt_AO": "ပေါ်တူဂီ (အန်ဂိုလာ)", "pt_BR": "ပေါ်တူဂီ (ဘရာဇီး)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/nb.json b/src/Symfony/Component/Intl/Resources/data/locales/nb.json index 0363659d030cd..8e804c480042f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/nb.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/nb.json @@ -94,6 +94,7 @@ "el_CY": "gresk (Kypros)", "el_GR": "gresk (Hellas)", "en": "engelsk", + "en_AE": "engelsk (De forente arabiske emirater)", "en_AG": "engelsk (Antigua og Barbuda)", "en_AI": "engelsk (Anguilla)", "en_AS": "engelsk (Amerikansk Samoa)", @@ -178,7 +179,7 @@ "en_SL": "engelsk (Sierra Leone)", "en_SS": "engelsk (Sør-Sudan)", "en_SX": "engelsk (Sint Maarten)", - "en_SZ": "engelsk (Swaziland)", + "en_SZ": "engelsk (Eswatini)", "en_TC": "engelsk (Turks- og Caicosøyene)", "en_TK": "engelsk (Tokelau)", "en_TO": "engelsk (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "persisk (Afghanistan)", "fa_IR": "persisk (Iran)", "ff": "fulfulde", + "ff_CM": "fulfulde (Kamerun)", + "ff_GN": "fulfulde (Guinea)", + "ff_Latn": "fulfulde (latinsk)", + "ff_Latn_BF": "fulfulde (latinsk, Burkina Faso)", + "ff_Latn_CM": "fulfulde (latinsk, Kamerun)", + "ff_Latn_GH": "fulfulde (latinsk, Ghana)", + "ff_Latn_GM": "fulfulde (latinsk, Gambia)", + "ff_Latn_GN": "fulfulde (latinsk, Guinea)", + "ff_Latn_GW": "fulfulde (latinsk, Guinea-Bissau)", + "ff_Latn_LR": "fulfulde (latinsk, Liberia)", + "ff_Latn_MR": "fulfulde (latinsk, Mauritania)", + "ff_Latn_NE": "fulfulde (latinsk, Niger)", + "ff_Latn_NG": "fulfulde (latinsk, Nigeria)", + "ff_Latn_SL": "fulfulde (latinsk, Sierra Leone)", + "ff_Latn_SN": "fulfulde (latinsk, Senegal)", + "ff_MR": "fulfulde (Mauritania)", + "ff_SN": "fulfulde (Senegal)", "fi": "finsk", "fi_FI": "finsk (Finland)", "fo": "færøysk", @@ -375,7 +393,7 @@ "mi": "maori", "mi_NZ": "maori (New Zealand)", "mk": "makedonsk", - "mk_MK": "makedonsk (Makedonia)", + "mk_MK": "makedonsk (Nord-Makedonia)", "ml": "malayalam", "ml_IN": "malayalam (India)", "mn": "mongolsk", @@ -429,6 +447,7 @@ "pl_PL": "polsk (Polen)", "ps": "pashto", "ps_AF": "pashto (Afghanistan)", + "ps_PK": "pashto (Pakistan)", "pt": "portugisisk", "pt_AO": "portugisisk (Angola)", "pt_BR": "portugisisk (Brasil)", @@ -487,7 +506,7 @@ "so_SO": "somali (Somalia)", "sq": "albansk", "sq_AL": "albansk (Albania)", - "sq_MK": "albansk (Makedonia)", + "sq_MK": "albansk (Nord-Makedonia)", "sq_XK": "albansk (Kosovo)", "sr": "serbisk", "sr_BA": "serbisk (Bosnia-Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/nd.json b/src/Symfony/Component/Intl/Resources/data/locales/nd.json index 2ca0bec937034..6a59cd7da657d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/nd.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/nd.json @@ -51,6 +51,7 @@ "el_CY": "isi-Giliki (Cyprus)", "el_GR": "isi-Giliki (Greece)", "en": "isi-Ngisi", + "en_AE": "isi-Ngisi (United Arab Emirates)", "en_AG": "isi-Ngisi (Antigua le Barbuda)", "en_AI": "isi-Ngisi (Anguilla)", "en_AS": "isi-Ngisi (Samoa ye Amelika)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ne.json b/src/Symfony/Component/Intl/Resources/data/locales/ne.json index 8c321cabfc4e9..d46d508708267 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ne.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ne.json @@ -94,6 +94,7 @@ "el_CY": "ग्रीक (साइप्रस)", "el_GR": "ग्रीक (ग्रीस)", "en": "अङ्ग्रेजी", + "en_AE": "अङ्ग्रेजी (संयुक्त अरब इमिराट्स)", "en_AG": "अङ्ग्रेजी (एन्टिगुआ र बारबुडा)", "en_AI": "अङ्ग्रेजी (आङ्गुइला)", "en_AS": "अङ्ग्रेजी (अमेरिकी समोआ)", @@ -233,6 +234,23 @@ "fa_AF": "फारसी (अफगानिस्तान)", "fa_IR": "फारसी (इरान)", "ff": "फुलाह", + "ff_CM": "फुलाह (क्यामरून)", + "ff_GN": "फुलाह (गिनी)", + "ff_Latn": "फुलाह (ल्याटिन)", + "ff_Latn_BF": "फुलाह (ल्याटिन, बुर्किना फासो)", + "ff_Latn_CM": "फुलाह (ल्याटिन, क्यामरून)", + "ff_Latn_GH": "फुलाह (ल्याटिन, घाना)", + "ff_Latn_GM": "फुलाह (ल्याटिन, गाम्विया)", + "ff_Latn_GN": "फुलाह (ल्याटिन, गिनी)", + "ff_Latn_GW": "फुलाह (ल्याटिन, गिनी-बिसाउ)", + "ff_Latn_LR": "फुलाह (ल्याटिन, लाइबेरिया)", + "ff_Latn_MR": "फुलाह (ल्याटिन, माउरिटानिया)", + "ff_Latn_NE": "फुलाह (ल्याटिन, नाइजर)", + "ff_Latn_NG": "फुलाह (ल्याटिन, नाइजेरिया)", + "ff_Latn_SL": "फुलाह (ल्याटिन, सिएर्रा लिओन)", + "ff_Latn_SN": "फुलाह (ल्याटिन, सेनेगल)", + "ff_MR": "फुलाह (माउरिटानिया)", + "ff_SN": "फुलाह (सेनेगल)", "fi": "फिनिस", "fi_FI": "फिनिस (फिनल्याण्ड)", "fo": "फारोज", @@ -429,6 +447,7 @@ "pl_PL": "पोलिस (पोल्याण्ड)", "ps": "पास्तो", "ps_AF": "पास्तो (अफगानिस्तान)", + "ps_PK": "पास्तो (पाकिस्तान)", "pt": "पोर्तुगी", "pt_AO": "पोर्तुगी (अङ्गोला)", "pt_BR": "पोर्तुगी (ब्राजिल)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/nl.json b/src/Symfony/Component/Intl/Resources/data/locales/nl.json index bdc89bcaeac71..dbcbc3b03913e 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/nl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/nl.json @@ -94,6 +94,7 @@ "el_CY": "Grieks (Cyprus)", "el_GR": "Grieks (Griekenland)", "en": "Engels", + "en_AE": "Engels (Verenigde Arabische Emiraten)", "en_AG": "Engels (Antigua en Barbuda)", "en_AI": "Engels (Anguilla)", "en_AS": "Engels (Amerikaans-Samoa)", @@ -178,7 +179,7 @@ "en_SL": "Engels (Sierra Leone)", "en_SS": "Engels (Zuid-Soedan)", "en_SX": "Engels (Sint-Maarten)", - "en_SZ": "Engels (Swaziland)", + "en_SZ": "Engels (eSwatini)", "en_TC": "Engels (Turks- en Caicoseilanden)", "en_TK": "Engels (Tokelau)", "en_TO": "Engels (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "Perzisch (Afghanistan)", "fa_IR": "Perzisch (Iran)", "ff": "Fulah", + "ff_CM": "Fulah (Kameroen)", + "ff_GN": "Fulah (Guinee)", + "ff_Latn": "Fulah (Latijns)", + "ff_Latn_BF": "Fulah (Latijns, Burkina Faso)", + "ff_Latn_CM": "Fulah (Latijns, Kameroen)", + "ff_Latn_GH": "Fulah (Latijns, Ghana)", + "ff_Latn_GM": "Fulah (Latijns, Gambia)", + "ff_Latn_GN": "Fulah (Latijns, Guinee)", + "ff_Latn_GW": "Fulah (Latijns, Guinee-Bissau)", + "ff_Latn_LR": "Fulah (Latijns, Liberia)", + "ff_Latn_MR": "Fulah (Latijns, Mauritanië)", + "ff_Latn_NE": "Fulah (Latijns, Niger)", + "ff_Latn_NG": "Fulah (Latijns, Nigeria)", + "ff_Latn_SL": "Fulah (Latijns, Sierra Leone)", + "ff_Latn_SN": "Fulah (Latijns, Senegal)", + "ff_MR": "Fulah (Mauritanië)", + "ff_SN": "Fulah (Senegal)", "fi": "Fins", "fi_FI": "Fins (Finland)", "fo": "Faeröers", @@ -375,7 +393,7 @@ "mi": "Maori", "mi_NZ": "Maori (Nieuw-Zeeland)", "mk": "Macedonisch", - "mk_MK": "Macedonisch (Macedonië)", + "mk_MK": "Macedonisch (Noord-Macedonië)", "ml": "Malayalam", "ml_IN": "Malayalam (India)", "mn": "Mongools", @@ -429,6 +447,7 @@ "pl_PL": "Pools (Polen)", "ps": "Pasjtoe", "ps_AF": "Pasjtoe (Afghanistan)", + "ps_PK": "Pasjtoe (Pakistan)", "pt": "Portugees", "pt_AO": "Portugees (Angola)", "pt_BR": "Portugees (Brazilië)", @@ -487,7 +506,7 @@ "so_SO": "Somalisch (Somalië)", "sq": "Albanees", "sq_AL": "Albanees (Albanië)", - "sq_MK": "Albanees (Macedonië)", + "sq_MK": "Albanees (Noord-Macedonië)", "sq_XK": "Albanees (Kosovo)", "sr": "Servisch", "sr_BA": "Servisch (Bosnië en Herzegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/nn.json b/src/Symfony/Component/Intl/Resources/data/locales/nn.json index 12b323a52c804..6694f1a5cd3bf 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/nn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/nn.json @@ -94,6 +94,7 @@ "el_CY": "gresk (Kypros)", "el_GR": "gresk (Hellas)", "en": "engelsk", + "en_AE": "engelsk (Dei sameinte arabiske emirata)", "en_AG": "engelsk (Antigua og Barbuda)", "en_AI": "engelsk (Anguilla)", "en_AS": "engelsk (Amerikansk Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "persisk (Afghanistan)", "fa_IR": "persisk (Iran)", "ff": "fulfulde", + "ff_CM": "fulfulde (Kamerun)", + "ff_GN": "fulfulde (Guinea)", + "ff_Latn": "fulfulde (latinsk)", + "ff_Latn_BF": "fulfulde (latinsk, Burkina Faso)", + "ff_Latn_CM": "fulfulde (latinsk, Kamerun)", + "ff_Latn_GH": "fulfulde (latinsk, Ghana)", + "ff_Latn_GM": "fulfulde (latinsk, Gambia)", + "ff_Latn_GN": "fulfulde (latinsk, Guinea)", + "ff_Latn_GW": "fulfulde (latinsk, Guinea-Bissau)", + "ff_Latn_LR": "fulfulde (latinsk, Liberia)", + "ff_Latn_MR": "fulfulde (latinsk, Mauritania)", + "ff_Latn_NE": "fulfulde (latinsk, Niger)", + "ff_Latn_NG": "fulfulde (latinsk, Nigeria)", + "ff_Latn_SL": "fulfulde (latinsk, Sierra Leone)", + "ff_Latn_SN": "fulfulde (latinsk, Senegal)", + "ff_MR": "fulfulde (Mauritania)", + "ff_SN": "fulfulde (Senegal)", "fi": "finsk", "fi_FI": "finsk (Finland)", "fo": "færøysk", @@ -429,6 +447,7 @@ "pl_PL": "polsk (Polen)", "ps": "pashto", "ps_AF": "pashto (Afghanistan)", + "ps_PK": "pashto (Pakistan)", "pt": "portugisisk", "pt_AO": "portugisisk (Angola)", "pt_BR": "portugisisk (Brasil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/or.json b/src/Symfony/Component/Intl/Resources/data/locales/or.json index 091e1681cf442..a235e8de9e14a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/or.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/or.json @@ -94,6 +94,7 @@ "el_CY": "ଗ୍ରୀକ୍ (ସାଇପ୍ରସ୍)", "el_GR": "ଗ୍ରୀକ୍ (ଗ୍ରୀସ୍)", "en": "ଇଂରାଜୀ", + "en_AE": "ଇଂରାଜୀ (ସଂଯୁକ୍ତ ଆରବ ଏମିରେଟସ୍)", "en_AG": "ଇଂରାଜୀ (ଆଣ୍ଟିଗୁଆ ଏବଂ ବାରବୁଦା)", "en_AI": "ଇଂରାଜୀ (ଆଙ୍ଗୁଇଲ୍ଲା)", "en_AS": "ଇଂରାଜୀ (ଆମେରିକାନ୍ ସାମୋଆ)", @@ -178,7 +179,7 @@ "en_SL": "ଇଂରାଜୀ (ସିଏରା ଲିଓନ)", "en_SS": "ଇଂରାଜୀ (ଦକ୍ଷିଣ ସୁଦାନ)", "en_SX": "ଇଂରାଜୀ (ସିଣ୍ଟ ମାର୍ଟୀନ୍‌)", - "en_SZ": "ଇଂରାଜୀ (ସ୍ୱାଜିଲ୍ୟାଣ୍ଡ)", + "en_SZ": "ଇଂରାଜୀ (ଇସ୍ୱାତିନୀ)", "en_TC": "ଇଂରାଜୀ (ତୁର୍କସ୍‌ ଏବଂ କାଇକୋସ୍‌ ଦ୍ୱୀପପୁଞ୍ଜ)", "en_TK": "ଇଂରାଜୀ (ଟୋକେଲାଉ)", "en_TO": "ଇଂରାଜୀ (ଟୋଙ୍ଗା)", @@ -233,6 +234,23 @@ "fa_AF": "ପର୍ସିଆନ୍ (ଆଫଗାନିସ୍ତାନ୍)", "fa_IR": "ପର୍ସିଆନ୍ (ଇରାନ)", "ff": "ଫୁଲାହ", + "ff_CM": "ଫୁଲାହ (କାମେରୁନ୍)", + "ff_GN": "ଫୁଲାହ (ଗୁଇନିଆ)", + "ff_Latn": "ଫୁଲାହ (ଲାଟିନ୍)", + "ff_Latn_BF": "ଫୁଲାହ (ଲାଟିନ୍, ବୁର୍କିନା ଫାସୋ)", + "ff_Latn_CM": "ଫୁଲାହ (ଲାଟିନ୍, କାମେରୁନ୍)", + "ff_Latn_GH": "ଫୁଲାହ (ଲାଟିନ୍, ଘାନା)", + "ff_Latn_GM": "ଫୁଲାହ (ଲାଟିନ୍, ଗାମ୍ବିଆ)", + "ff_Latn_GN": "ଫୁଲାହ (ଲାଟିନ୍, ଗୁଇନିଆ)", + "ff_Latn_GW": "ଫୁଲାହ (ଲାଟିନ୍, ଗୁଇନିଆ-ବିସାଉ)", + "ff_Latn_LR": "ଫୁଲାହ (ଲାଟିନ୍, ଲାଇବେରିଆ)", + "ff_Latn_MR": "ଫୁଲାହ (ଲାଟିନ୍, ମୌରିଟାନିଆ)", + "ff_Latn_NE": "ଫୁଲାହ (ଲାଟିନ୍, ନାଇଜର)", + "ff_Latn_NG": "ଫୁଲାହ (ଲାଟିନ୍, ନାଇଜେରିଆ)", + "ff_Latn_SL": "ଫୁଲାହ (ଲାଟିନ୍, ସିଏରା ଲିଓନ)", + "ff_Latn_SN": "ଫୁଲାହ (ଲାଟିନ୍, ସେନେଗାଲ୍)", + "ff_MR": "ଫୁଲାହ (ମୌରିଟାନିଆ)", + "ff_SN": "ଫୁଲାହ (ସେନେଗାଲ୍)", "fi": "ଫିନ୍ନିସ୍", "fi_FI": "ଫିନ୍ନିସ୍ (ଫିନଲ୍ୟାଣ୍ଡ)", "fo": "ଫାରୋଏସେ", @@ -429,6 +447,7 @@ "pl_PL": "ପୋଲିଶ୍ (ପୋଲାଣ୍ଡ)", "ps": "ପାସ୍ତୋ", "ps_AF": "ପାସ୍ତୋ (ଆଫଗାନିସ୍ତାନ୍)", + "ps_PK": "ପାସ୍ତୋ (ପାକିସ୍ତାନ)", "pt": "ପର୍ତ୍ତୁଗୀଜ୍‌", "pt_AO": "ପର୍ତ୍ତୁଗୀଜ୍‌ (ଆଙ୍ଗୋଲା)", "pt_BR": "ପର୍ତ୍ତୁଗୀଜ୍‌ (ବ୍ରାଜିଲ୍)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/pa.json b/src/Symfony/Component/Intl/Resources/data/locales/pa.json index 07f8f5d35310e..98c5e8e4e6398 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/pa.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/pa.json @@ -94,6 +94,7 @@ "el_CY": "ਯੂਨਾਨੀ (ਸਾਇਪ੍ਰਸ)", "el_GR": "ਯੂਨਾਨੀ (ਗ੍ਰੀਸ)", "en": "ਅੰਗਰੇਜ਼ੀ", + "en_AE": "ਅੰਗਰੇਜ਼ੀ (ਸੰਯੁਕਤ ਅਰਬ ਅਮੀਰਾਤ)", "en_AG": "ਅੰਗਰੇਜ਼ੀ (ਐਂਟੀਗੁਆ ਅਤੇ ਬਾਰਬੁਡਾ)", "en_AI": "ਅੰਗਰੇਜ਼ੀ (ਅੰਗੁਇਲਾ)", "en_AS": "ਅੰਗਰੇਜ਼ੀ (ਅਮੈਰੀਕਨ ਸਮੋਆ)", @@ -178,7 +179,7 @@ "en_SL": "ਅੰਗਰੇਜ਼ੀ (ਸਿਏਰਾ ਲਿਓਨ)", "en_SS": "ਅੰਗਰੇਜ਼ੀ (ਦੱਖਣ ਸੁਡਾਨ)", "en_SX": "ਅੰਗਰੇਜ਼ੀ (ਸਿੰਟ ਮਾਰਟੀਨ)", - "en_SZ": "ਅੰਗਰੇਜ਼ੀ (ਸਵਾਜ਼ੀਲੈਂਡ)", + "en_SZ": "ਅੰਗਰੇਜ਼ੀ (ਇਸਵਾਤੀਨੀ)", "en_TC": "ਅੰਗਰੇਜ਼ੀ (ਟੁਰਕਸ ਅਤੇ ਕੈਕੋਸ ਟਾਪੂ)", "en_TK": "ਅੰਗਰੇਜ਼ੀ (ਟੋਕੇਲਾਉ)", "en_TO": "ਅੰਗਰੇਜ਼ੀ (ਟੌਂਗਾ)", @@ -233,6 +234,23 @@ "fa_AF": "ਫ਼ਾਰਸੀ (ਅਫ਼ਗਾਨਿਸਤਾਨ)", "fa_IR": "ਫ਼ਾਰਸੀ (ਈਰਾਨ)", "ff": "ਫੁਲਾਹ", + "ff_CM": "ਫੁਲਾਹ (ਕੈਮਰੂਨ)", + "ff_GN": "ਫੁਲਾਹ (ਗਿਨੀ)", + "ff_Latn": "ਫੁਲਾਹ (ਲਾਤੀਨੀ)", + "ff_Latn_BF": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਬੁਰਕੀਨਾ ਫ਼ਾਸੋ)", + "ff_Latn_CM": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਕੈਮਰੂਨ)", + "ff_Latn_GH": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਘਾਨਾ)", + "ff_Latn_GM": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਗੈਂਬੀਆ)", + "ff_Latn_GN": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਗਿਨੀ)", + "ff_Latn_GW": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਗਿਨੀ-ਬਿਸਾਉ)", + "ff_Latn_LR": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਲਾਈਬੀਰੀਆ)", + "ff_Latn_MR": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਮੋਰਿਟਾਨੀਆ)", + "ff_Latn_NE": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਨਾਈਜਰ)", + "ff_Latn_NG": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਨਾਈਜੀਰੀਆ)", + "ff_Latn_SL": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਸਿਏਰਾ ਲਿਓਨ)", + "ff_Latn_SN": "ਫੁਲਾਹ (ਲਾਤੀਨੀ, ਸੇਨੇਗਲ)", + "ff_MR": "ਫੁਲਾਹ (ਮੋਰਿਟਾਨੀਆ)", + "ff_SN": "ਫੁਲਾਹ (ਸੇਨੇਗਲ)", "fi": "ਫਿਨਿਸ਼", "fi_FI": "ਫਿਨਿਸ਼ (ਫਿਨਲੈਂਡ)", "fo": "ਫ਼ੇਰੋਸੇ", @@ -429,6 +447,7 @@ "pl_PL": "ਪੋਲੈਂਡੀ (ਪੋਲੈਂਡ)", "ps": "ਪਸ਼ਤੋ", "ps_AF": "ਪਸ਼ਤੋ (ਅਫ਼ਗਾਨਿਸਤਾਨ)", + "ps_PK": "ਪਸ਼ਤੋ (ਪਾਕਿਸਤਾਨ)", "pt": "ਪੁਰਤਗਾਲੀ", "pt_AO": "ਪੁਰਤਗਾਲੀ (ਅੰਗੋਲਾ)", "pt_BR": "ਪੁਰਤਗਾਲੀ (ਬ੍ਰਾਜ਼ੀਲ)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/pa_Arab.json b/src/Symfony/Component/Intl/Resources/data/locales/pa_Arab.json index 88b2293132b2d..3f16fec4b99e8 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/pa_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/pa_Arab.json @@ -8,6 +8,7 @@ "pa_Guru_IN": "پنجابی (گُرمُکھی, ਭਾਰਤ)", "pa_IN": "پنجابی (ਭਾਰਤ)", "pa_PK": "پنجابی (پاکستان)", + "ps_PK": "ਪਸ਼ਤੋ (پاکستان)", "sd_PK": "ਸਿੰਧੀ (پاکستان)", "ur_PK": "ਉਰਦੂ (پاکستان)", "uz_Arab": "ਉਜ਼ਬੇਕ (عربی)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/pl.json b/src/Symfony/Component/Intl/Resources/data/locales/pl.json index c1fdffc21871c..614c4795198f8 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/pl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/pl.json @@ -94,6 +94,7 @@ "el_CY": "grecki (Cypr)", "el_GR": "grecki (Grecja)", "en": "angielski", + "en_AE": "angielski (Zjednoczone Emiraty Arabskie)", "en_AG": "angielski (Antigua i Barbuda)", "en_AI": "angielski (Anguilla)", "en_AS": "angielski (Samoa Amerykańskie)", @@ -178,7 +179,7 @@ "en_SL": "angielski (Sierra Leone)", "en_SS": "angielski (Sudan Południowy)", "en_SX": "angielski (Sint Maarten)", - "en_SZ": "angielski (Suazi)", + "en_SZ": "angielski (Eswatini)", "en_TC": "angielski (Turks i Caicos)", "en_TK": "angielski (Tokelau)", "en_TO": "angielski (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "perski (Afganistan)", "fa_IR": "perski (Iran)", "ff": "fulani", + "ff_CM": "fulani (Kamerun)", + "ff_GN": "fulani (Gwinea)", + "ff_Latn": "fulani (łacińskie)", + "ff_Latn_BF": "fulani (łacińskie, Burkina Faso)", + "ff_Latn_CM": "fulani (łacińskie, Kamerun)", + "ff_Latn_GH": "fulani (łacińskie, Ghana)", + "ff_Latn_GM": "fulani (łacińskie, Gambia)", + "ff_Latn_GN": "fulani (łacińskie, Gwinea)", + "ff_Latn_GW": "fulani (łacińskie, Gwinea Bissau)", + "ff_Latn_LR": "fulani (łacińskie, Liberia)", + "ff_Latn_MR": "fulani (łacińskie, Mauretania)", + "ff_Latn_NE": "fulani (łacińskie, Niger)", + "ff_Latn_NG": "fulani (łacińskie, Nigeria)", + "ff_Latn_SL": "fulani (łacińskie, Sierra Leone)", + "ff_Latn_SN": "fulani (łacińskie, Senegal)", + "ff_MR": "fulani (Mauretania)", + "ff_SN": "fulani (Senegal)", "fi": "fiński", "fi_FI": "fiński (Finlandia)", "fo": "farerski", @@ -375,7 +393,7 @@ "mi": "maoryjski", "mi_NZ": "maoryjski (Nowa Zelandia)", "mk": "macedoński", - "mk_MK": "macedoński (Macedonia)", + "mk_MK": "macedoński (Macedonia Północna)", "ml": "malajalam", "ml_IN": "malajalam (Indie)", "mn": "mongolski", @@ -429,6 +447,7 @@ "pl_PL": "polski (Polska)", "ps": "paszto", "ps_AF": "paszto (Afganistan)", + "ps_PK": "paszto (Pakistan)", "pt": "portugalski", "pt_AO": "portugalski (Angola)", "pt_BR": "portugalski (Brazylia)", @@ -487,7 +506,7 @@ "so_SO": "somalijski (Somalia)", "sq": "albański", "sq_AL": "albański (Albania)", - "sq_MK": "albański (Macedonia)", + "sq_MK": "albański (Macedonia Północna)", "sq_XK": "albański (Kosowo)", "sr": "serbski", "sr_BA": "serbski (Bośnia i Hercegowina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ps.json b/src/Symfony/Component/Intl/Resources/data/locales/ps.json index 68b8c1aa55772..8cbcc367c93d6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ps.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ps.json @@ -94,6 +94,7 @@ "el_CY": "یوناني (قبرس)", "el_GR": "یوناني (یونان)", "en": "انګریزي", + "en_AE": "انګریزي (متحده عرب امارات)", "en_AG": "انګریزي (انټيګوا او باربودا)", "en_AI": "انګریزي (انګیلا)", "en_AS": "انګریزي (امریکایی سمو)", @@ -147,7 +148,7 @@ "en_LS": "انګریزي (لسوتو)", "en_MG": "انګریزي (مدګاسکار)", "en_MH": "انګریزي (مارشل ټاپوګان)", - "en_MO": "انګریزي (مکا سار چین)", + "en_MO": "انګریزي (مکاو سار چین)", "en_MP": "انګریزي (شمالي ماريانا ټاپوګان)", "en_MS": "انګریزي (مانټیسیرت)", "en_MT": "انګریزي (مالتا)", @@ -178,7 +179,7 @@ "en_SL": "انګریزي (سییرا لیون)", "en_SS": "انګریزي (سويلي سوډان)", "en_SX": "انګریزي (سینټ مارټین)", - "en_SZ": "انګریزي (سوازیلینډ)", + "en_SZ": "انګریزي (اسواټيني)", "en_TC": "انګریزي (د ترکیې او کیکاسو ټاپو)", "en_TK": "انګریزي (توکیلو)", "en_TO": "انګریزي (تونګا)", @@ -233,6 +234,23 @@ "fa_AF": "فارسي (افغانستان)", "fa_IR": "فارسي (ايران)", "ff": "فلاحہ", + "ff_CM": "فلاحہ (کامرون)", + "ff_GN": "فلاحہ (ګینه)", + "ff_Latn": "فلاحہ (لاتين\/لاتيني)", + "ff_Latn_BF": "فلاحہ (لاتين\/لاتيني, بورکینا فاسو)", + "ff_Latn_CM": "فلاحہ (لاتين\/لاتيني, کامرون)", + "ff_Latn_GH": "فلاحہ (لاتين\/لاتيني, ګانا)", + "ff_Latn_GM": "فلاحہ (لاتين\/لاتيني, ګامبیا)", + "ff_Latn_GN": "فلاحہ (لاتين\/لاتيني, ګینه)", + "ff_Latn_GW": "فلاحہ (لاتين\/لاتيني, ګینه بیسو)", + "ff_Latn_LR": "فلاحہ (لاتين\/لاتيني, لایبریا)", + "ff_Latn_MR": "فلاحہ (لاتين\/لاتيني, موریتانیا)", + "ff_Latn_NE": "فلاحہ (لاتين\/لاتيني, نیجر)", + "ff_Latn_NG": "فلاحہ (لاتين\/لاتيني, نایجیریا)", + "ff_Latn_SL": "فلاحہ (لاتين\/لاتيني, سییرا لیون)", + "ff_Latn_SN": "فلاحہ (لاتين\/لاتيني, سينيګال)", + "ff_MR": "فلاحہ (موریتانیا)", + "ff_SN": "فلاحہ (سينيګال)", "fi": "فینلنډي", "fi_FI": "فینلنډي (فنلینډ)", "fo": "فاروئې", @@ -427,6 +445,7 @@ "pl_PL": "پولنډي (پولنډ)", "ps": "پښتو", "ps_AF": "پښتو (افغانستان)", + "ps_PK": "پښتو (پاکستان)", "pt": "پورتګالي", "pt_AO": "پورتګالي (انګولا)", "pt_BR": "پورتګالي (برازیل)", @@ -435,7 +454,7 @@ "pt_GQ": "پورتګالي (استوایی ګینه)", "pt_GW": "پورتګالي (ګینه بیسو)", "pt_LU": "پورتګالي (لوګزامبورګ)", - "pt_MO": "پورتګالي (مکا سار چین)", + "pt_MO": "پورتګالي (مکاو سار چین)", "pt_MZ": "پورتګالي (موزمبيق)", "pt_PT": "پورتګالي (پورتګال)", "pt_ST": "پورتګالي (ساو ټیم او پرنسیپ)", @@ -564,13 +583,13 @@ "zh_Hans": "چیني (ساده شوی)", "zh_Hans_CN": "چیني (ساده شوی, چین)", "zh_Hans_HK": "چیني (ساده شوی, هانګ کانګ SAR چین)", - "zh_Hans_MO": "چیني (ساده شوی, مکا سار چین)", + "zh_Hans_MO": "چیني (ساده شوی, مکاو سار چین)", "zh_Hans_SG": "چیني (ساده شوی, سينگاپور)", "zh_Hant": "چیني (دودیزه)", "zh_Hant_HK": "چیني (دودیزه, هانګ کانګ SAR چین)", - "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/ps_PK.json b/src/Symfony/Component/Intl/Resources/data/locales/ps_PK.json new file mode 100644 index 0000000000000..83d0dd6d896c6 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/locales/ps_PK.json @@ -0,0 +1,12 @@ +{ + "Names": { + "ar_PS": "عربي (فلسطين سيمے)", + "en_TC": "انګریزي (د ترکیے او کیکاسو ټاپو)", + "fo": "فاروئے", + "fo_DK": "فاروئے (ډنمارک)", + "fo_FO": "فاروئے (فارو ټاپو)", + "nb": "ناروے بوکمال", + "nb_NO": "ناروے بوکمال (ناروۍ)", + "nb_SJ": "ناروے بوکمال (سوالبارد او جان ميين)" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/locales/pt.json b/src/Symfony/Component/Intl/Resources/data/locales/pt.json index 05e1ba2c6bd53..b262c3bd3a31d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/pt.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/pt.json @@ -94,6 +94,7 @@ "el_CY": "grego (Chipre)", "el_GR": "grego (Grécia)", "en": "inglês", + "en_AE": "inglês (Emirados Árabes Unidos)", "en_AG": "inglês (Antígua e Barbuda)", "en_AI": "inglês (Anguila)", "en_AS": "inglês (Samoa Americana)", @@ -147,7 +148,7 @@ "en_LS": "inglês (Lesoto)", "en_MG": "inglês (Madagascar)", "en_MH": "inglês (Ilhas Marshall)", - "en_MO": "inglês (RAE de Macau (China))", + "en_MO": "inglês (Macau, RAE da China)", "en_MP": "inglês (Ilhas Marianas do Norte)", "en_MS": "inglês (Montserrat)", "en_MT": "inglês (Malta)", @@ -233,6 +234,23 @@ "fa_AF": "persa (Afeganistão)", "fa_IR": "persa (Irã)", "ff": "fula", + "ff_CM": "fula (Camarões)", + "ff_GN": "fula (Guiné)", + "ff_Latn": "fula (latim)", + "ff_Latn_BF": "fula (latim, Burquina Faso)", + "ff_Latn_CM": "fula (latim, Camarões)", + "ff_Latn_GH": "fula (latim, Gana)", + "ff_Latn_GM": "fula (latim, Gâmbia)", + "ff_Latn_GN": "fula (latim, Guiné)", + "ff_Latn_GW": "fula (latim, Guiné-Bissau)", + "ff_Latn_LR": "fula (latim, Libéria)", + "ff_Latn_MR": "fula (latim, Mauritânia)", + "ff_Latn_NE": "fula (latim, Níger)", + "ff_Latn_NG": "fula (latim, Nigéria)", + "ff_Latn_SL": "fula (latim, Serra Leoa)", + "ff_Latn_SN": "fula (latim, Senegal)", + "ff_MR": "fula (Mauritânia)", + "ff_SN": "fula (Senegal)", "fi": "finlandês", "fi_FI": "finlandês (Finlândia)", "fo": "feroês", @@ -375,7 +393,7 @@ "mi": "maori", "mi_NZ": "maori (Nova Zelândia)", "mk": "macedônio", - "mk_MK": "macedônio (Macedônia)", + "mk_MK": "macedônio (Macedônia do Norte)", "ml": "malaiala", "ml_IN": "malaiala (Índia)", "mn": "mongol", @@ -429,6 +447,7 @@ "pl_PL": "polonês (Polônia)", "ps": "pashto", "ps_AF": "pashto (Afeganistão)", + "ps_PK": "pashto (Paquistão)", "pt": "português", "pt_AO": "português (Angola)", "pt_BR": "português (Brasil)", @@ -437,7 +456,7 @@ "pt_GQ": "português (Guiné Equatorial)", "pt_GW": "português (Guiné-Bissau)", "pt_LU": "português (Luxemburgo)", - "pt_MO": "português (RAE de Macau (China))", + "pt_MO": "português (Macau, RAE da China)", "pt_MZ": "português (Moçambique)", "pt_PT": "português (Portugal)", "pt_ST": "português (São Tomé e Príncipe)", @@ -487,7 +506,7 @@ "so_SO": "somali (Somália)", "sq": "albanês", "sq_AL": "albanês (Albânia)", - "sq_MK": "albanês (Macedônia)", + "sq_MK": "albanês (Macedônia do Norte)", "sq_XK": "albanês (Kosovo)", "sr": "sérvio", "sr_BA": "sérvio (Bósnia e Herzegovina)", @@ -570,13 +589,13 @@ "zh_Hans": "chinês (simplificado)", "zh_Hans_CN": "chinês (simplificado, China)", "zh_Hans_HK": "chinês (simplificado, Hong Kong, RAE da China)", - "zh_Hans_MO": "chinês (simplificado, RAE de Macau (China))", + "zh_Hans_MO": "chinês (simplificado, Macau, RAE da China)", "zh_Hans_SG": "chinês (simplificado, Singapura)", "zh_Hant": "chinês (tradicional)", "zh_Hant_HK": "chinês (tradicional, Hong Kong, RAE da China)", - "zh_Hant_MO": "chinês (tradicional, RAE de Macau (China))", + "zh_Hant_MO": "chinês (tradicional, Macau, RAE da China)", "zh_Hant_TW": "chinês (tradicional, Taiwan)", - "zh_MO": "chinês (RAE de Macau (China))", + "zh_MO": "chinês (Macau, RAE da China)", "zh_SG": "chinês (Singapura)", "zh_TW": "chinês (Taiwan)", "zu": "zulu", 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 84241051cd1ad..189633858d559 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/pt_PT.json @@ -31,13 +31,13 @@ "en_KN": "inglês (São Cristóvão e Neves)", "en_KY": "inglês (Ilhas Caimão)", "en_MG": "inglês (Madagáscar)", - "en_MO": "inglês (Macau, RAE da China)", "en_MS": "inglês (Monserrate)", "en_MU": "inglês (Maurícia)", "en_MW": "inglês (Maláui)", "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)", @@ -108,7 +108,7 @@ "pl_PL": "polaco (Polónia)", "ps": "pastó", "ps_AF": "pastó (Afeganistão)", - "pt_MO": "português (Macau, RAE da China)", + "ps_PK": "pastó (Paquistão)", "ro_MD": "romeno (Moldávia)", "ro_RO": "romeno (Roménia)", "ru_MD": "russo (Moldávia)", @@ -153,9 +153,6 @@ "xh_ZA": "xosa (África do Sul)", "yo": "ioruba", "yo_BJ": "ioruba (Benim)", - "yo_NG": "ioruba (Nigéria)", - "zh_Hans_MO": "chinês (simplificado, Macau, RAE da China)", - "zh_Hant_MO": "chinês (tradicional, Macau, RAE da China)", - "zh_MO": "chinês (Macau, RAE da China)" + "yo_NG": "ioruba (Nigéria)" } } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/qu.json b/src/Symfony/Component/Intl/Resources/data/locales/qu.json index 7696978949353..cde7d7d9129fe 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/qu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/qu.json @@ -175,6 +175,10 @@ "fa_AF": "Persa Simi (Afganistán)", "fa_IR": "Persa Simi (Irán)", "ff": "Fulah Simi", + "ff_CM": "Fulah Simi (Camerún)", + "ff_GN": "Fulah Simi (Guinea)", + "ff_MR": "Fulah Simi (Mauritania)", + "ff_SN": "Fulah Simi (Senegal)", "fi": "Fines Simi", "fi_FI": "Fines Simi (Finlandia)", "fo": "Feroes Simi", @@ -308,6 +312,7 @@ "pl_PL": "Polaco Simi (Polonia)", "ps": "Pashto Simi", "ps_AF": "Pashto Simi (Afganistán)", + "ps_PK": "Pashto Simi (Pakistán)", "pt": "Portugues Simi", "pt_AO": "Portugues Simi (Angola)", "pt_BR": "Portugues Simi (Brasil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/rm.json b/src/Symfony/Component/Intl/Resources/data/locales/rm.json index 070200e82bac5..2175970067bd1 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/rm.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/rm.json @@ -93,6 +93,7 @@ "el_CY": "grec (Cipra)", "el_GR": "grec (Grezia)", "en": "englais", + "en_AE": "englais (Emirats Arabs Unids)", "en_AG": "englais (Antigua e Barbuda)", "en_AI": "englais (Anguilla)", "en_AS": "englais (Samoa Americana)", @@ -227,6 +228,23 @@ "fa_AF": "persian (Afghanistan)", "fa_IR": "persian (Iran)", "ff": "fulah", + "ff_CM": "fulah (Camerun)", + "ff_GN": "fulah (Guinea)", + "ff_Latn": "fulah (latin)", + "ff_Latn_BF": "fulah (latin, Burkina Faso)", + "ff_Latn_CM": "fulah (latin, Camerun)", + "ff_Latn_GH": "fulah (latin, Ghana)", + "ff_Latn_GM": "fulah (latin, Gambia)", + "ff_Latn_GN": "fulah (latin, Guinea)", + "ff_Latn_GW": "fulah (latin, Guinea-Bissau)", + "ff_Latn_LR": "fulah (latin, Liberia)", + "ff_Latn_MR": "fulah (latin, Mauretania)", + "ff_Latn_NE": "fulah (latin, Niger)", + "ff_Latn_NG": "fulah (latin, Nigeria)", + "ff_Latn_SL": "fulah (latin, Sierra Leone)", + "ff_Latn_SN": "fulah (latin, Senegal)", + "ff_MR": "fulah (Mauretania)", + "ff_SN": "fulah (Senegal)", "fi": "finlandais", "fi_FI": "finlandais (Finlanda)", "fo": "ferrais", @@ -420,6 +438,7 @@ "pl_PL": "polac (Pologna)", "ps": "paschto", "ps_AF": "paschto (Afghanistan)", + "ps_PK": "paschto (Pakistan)", "pt": "portugais", "pt_AO": "portugais (Angola)", "pt_BR": "portugais (Brasilia)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/rn.json b/src/Symfony/Component/Intl/Resources/data/locales/rn.json index 0969e2d81cd04..bfb924b37e2fd 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/rn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/rn.json @@ -51,6 +51,7 @@ "el_CY": "Ikigereki (Izinga rya Shipure)", "el_GR": "Ikigereki (Ubugereki)", "en": "Icongereza", + "en_AE": "Icongereza (Leta Zunze Ubumwe z’Abarabu)", "en_AG": "Icongereza (Antigwa na Baribuda)", "en_AI": "Icongereza (Angwila)", "en_AS": "Icongereza (Samowa nyamerika)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ro.json b/src/Symfony/Component/Intl/Resources/data/locales/ro.json index 4e50c135694b7..b890d3c2a3f78 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ro.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ro.json @@ -94,6 +94,7 @@ "el_CY": "greacă (Cipru)", "el_GR": "greacă (Grecia)", "en": "engleză", + "en_AE": "engleză (Emiratele Arabe Unite)", "en_AG": "engleză (Antigua și Barbuda)", "en_AI": "engleză (Anguilla)", "en_AS": "engleză (Samoa Americană)", @@ -147,7 +148,7 @@ "en_LS": "engleză (Lesotho)", "en_MG": "engleză (Madagascar)", "en_MH": "engleză (Insulele Marshall)", - "en_MO": "engleză (R.A.S. Macao a Chinei)", + "en_MO": "engleză (R.A.S. Macao, China)", "en_MP": "engleză (Insulele Mariane de Nord)", "en_MS": "engleză (Montserrat)", "en_MT": "engleză (Malta)", @@ -178,7 +179,7 @@ "en_SL": "engleză (Sierra Leone)", "en_SS": "engleză (Sudanul de Sud)", "en_SX": "engleză (Sint-Maarten)", - "en_SZ": "engleză (Swaziland)", + "en_SZ": "engleză (eSwatini)", "en_TC": "engleză (Insulele Turks și Caicos)", "en_TK": "engleză (Tokelau)", "en_TO": "engleză (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "persană (Afganistan)", "fa_IR": "persană (Iran)", "ff": "fulah", + "ff_CM": "fulah (Camerun)", + "ff_GN": "fulah (Guineea)", + "ff_Latn": "fulah (latină)", + "ff_Latn_BF": "fulah (latină, Burkina Faso)", + "ff_Latn_CM": "fulah (latină, Camerun)", + "ff_Latn_GH": "fulah (latină, Ghana)", + "ff_Latn_GM": "fulah (latină, Gambia)", + "ff_Latn_GN": "fulah (latină, Guineea)", + "ff_Latn_GW": "fulah (latină, Guineea-Bissau)", + "ff_Latn_LR": "fulah (latină, Liberia)", + "ff_Latn_MR": "fulah (latină, Mauritania)", + "ff_Latn_NE": "fulah (latină, Niger)", + "ff_Latn_NG": "fulah (latină, Nigeria)", + "ff_Latn_SL": "fulah (latină, Sierra Leone)", + "ff_Latn_SN": "fulah (latină, Senegal)", + "ff_MR": "fulah (Mauritania)", + "ff_SN": "fulah (Senegal)", "fi": "finlandeză", "fi_FI": "finlandeză (Finlanda)", "fo": "faroeză", @@ -429,6 +447,7 @@ "pl_PL": "poloneză (Polonia)", "ps": "paștună", "ps_AF": "paștună (Afganistan)", + "ps_PK": "paștună (Pakistan)", "pt": "portugheză", "pt_AO": "portugheză (Angola)", "pt_BR": "portugheză (Brazilia)", @@ -437,7 +456,7 @@ "pt_GQ": "portugheză (Guineea Ecuatorială)", "pt_GW": "portugheză (Guineea-Bissau)", "pt_LU": "portugheză (Luxemburg)", - "pt_MO": "portugheză (R.A.S. Macao a Chinei)", + "pt_MO": "portugheză (R.A.S. Macao, China)", "pt_MZ": "portugheză (Mozambic)", "pt_PT": "portugheză (Portugalia)", "pt_ST": "portugheză (Sao Tome și Principe)", @@ -570,13 +589,13 @@ "zh_Hans": "chineză (simplificată)", "zh_Hans_CN": "chineză (simplificată, China)", "zh_Hans_HK": "chineză (simplificată, R.A.S. Hong Kong a Chinei)", - "zh_Hans_MO": "chineză (simplificată, R.A.S. Macao a Chinei)", + "zh_Hans_MO": "chineză (simplificată, R.A.S. Macao, China)", "zh_Hans_SG": "chineză (simplificată, Singapore)", "zh_Hant": "chineză (tradițională)", "zh_Hant_HK": "chineză (tradițională, R.A.S. Hong Kong a Chinei)", - "zh_Hant_MO": "chineză (tradițională, R.A.S. Macao a Chinei)", + "zh_Hant_MO": "chineză (tradițională, R.A.S. Macao, China)", "zh_Hant_TW": "chineză (tradițională, Taiwan)", - "zh_MO": "chineză (R.A.S. Macao a Chinei)", + "zh_MO": "chineză (R.A.S. Macao, China)", "zh_SG": "chineză (Singapore)", "zh_TW": "chineză (Taiwan)", "zu": "zulu", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ru.json b/src/Symfony/Component/Intl/Resources/data/locales/ru.json index 70ae241fe751f..3e548ffd16a49 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ru.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ru.json @@ -94,6 +94,7 @@ "el_CY": "греческий (Кипр)", "el_GR": "греческий (Греция)", "en": "английский", + "en_AE": "английский (ОАЭ)", "en_AG": "английский (Антигуа и Барбуда)", "en_AI": "английский (Ангилья)", "en_AS": "английский (Американское Самоа)", @@ -178,7 +179,7 @@ "en_SL": "английский (Сьерра-Леоне)", "en_SS": "английский (Южный Судан)", "en_SX": "английский (Синт-Мартен)", - "en_SZ": "английский (Свазиленд)", + "en_SZ": "английский (Эсватини)", "en_TC": "английский (о-ва Тёркс и Кайкос)", "en_TK": "английский (Токелау)", "en_TO": "английский (Тонга)", @@ -233,6 +234,23 @@ "fa_AF": "персидский (Афганистан)", "fa_IR": "персидский (Иран)", "ff": "фулах", + "ff_CM": "фулах (Камерун)", + "ff_GN": "фулах (Гвинея)", + "ff_Latn": "фулах (латиница)", + "ff_Latn_BF": "фулах (латиница, Буркина-Фасо)", + "ff_Latn_CM": "фулах (латиница, Камерун)", + "ff_Latn_GH": "фулах (латиница, Гана)", + "ff_Latn_GM": "фулах (латиница, Гамбия)", + "ff_Latn_GN": "фулах (латиница, Гвинея)", + "ff_Latn_GW": "фулах (латиница, Гвинея-Бисау)", + "ff_Latn_LR": "фулах (латиница, Либерия)", + "ff_Latn_MR": "фулах (латиница, Мавритания)", + "ff_Latn_NE": "фулах (латиница, Нигер)", + "ff_Latn_NG": "фулах (латиница, Нигерия)", + "ff_Latn_SL": "фулах (латиница, Сьерра-Леоне)", + "ff_Latn_SN": "фулах (латиница, Сенегал)", + "ff_MR": "фулах (Мавритания)", + "ff_SN": "фулах (Сенегал)", "fi": "финский", "fi_FI": "финский (Финляндия)", "fo": "фарерский", @@ -375,7 +393,7 @@ "mi": "маори", "mi_NZ": "маори (Новая Зеландия)", "mk": "македонский", - "mk_MK": "македонский (Македония)", + "mk_MK": "македонский (Северная Македония)", "ml": "малаялам", "ml_IN": "малаялам (Индия)", "mn": "монгольский", @@ -429,6 +447,7 @@ "pl_PL": "польский (Польша)", "ps": "пушту", "ps_AF": "пушту (Афганистан)", + "ps_PK": "пушту (Пакистан)", "pt": "португальский", "pt_AO": "португальский (Ангола)", "pt_BR": "португальский (Бразилия)", @@ -487,7 +506,7 @@ "so_SO": "сомали (Сомали)", "sq": "албанский", "sq_AL": "албанский (Албания)", - "sq_MK": "албанский (Македония)", + "sq_MK": "албанский (Северная Македония)", "sq_XK": "албанский (Косово)", "sr": "сербский", "sr_BA": "сербский (Босния и Герцеговина)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ru_UA.json b/src/Symfony/Component/Intl/Resources/data/locales/ru_UA.json index 7e71d99047fd7..20ff09658629f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ru_UA.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ru_UA.json @@ -1,6 +1,7 @@ { "Names": { "ar_AE": "арабский (Объединенные Арабские Эмираты)", + "en_AE": "английский (Объединенные Арабские Эмираты)", "en_CK": "английский (О-ва Кука)", "en_CX": "английский (О-в Рождества)", "en_NF": "английский (О-в Норфолк)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sd.json b/src/Symfony/Component/Intl/Resources/data/locales/sd.json index ef983ddbae3ef..4e40e6899ae1a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sd.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sd.json @@ -94,6 +94,7 @@ "el_CY": "يوناني (سائپرس)", "el_GR": "يوناني (يونان)", "en": "انگريزي", + "en_AE": "انگريزي (متحده عرب امارات)", "en_AG": "انگريزي (انٽيگئا و بربودا)", "en_AI": "انگريزي (انگويلا)", "en_AS": "انگريزي (آمريڪي ساموا)", @@ -147,7 +148,7 @@ "en_LS": "انگريزي (ليسوٿو)", "en_MG": "انگريزي (مداگيسڪر)", "en_MH": "انگريزي (مارشل ڀيٽ)", - "en_MO": "انگريزي (مڪائو)", + "en_MO": "انگريزي (مڪائو SAR چين)", "en_MP": "انگريزي (اتر مرينا ٻيٽ)", "en_MS": "انگريزي (مونٽسراٽ)", "en_MT": "انگريزي (مالٽا)", @@ -178,7 +179,7 @@ "en_SL": "انگريزي (سيرا ليون)", "en_SS": "انگريزي (ڏکڻ سوڊان)", "en_SX": "انگريزي (سنٽ مارٽن)", - "en_SZ": "انگريزي (سوازيلينڊ)", + "en_SZ": "انگريزي (ايسواٽني)", "en_TC": "انگريزي (ترڪ ۽ ڪيڪوس ٻيٽ)", "en_TK": "انگريزي (ٽوڪلائو)", "en_TO": "انگريزي (ٽونگا)", @@ -233,6 +234,23 @@ "fa_AF": "فارسي (افغانستان)", "fa_IR": "فارسي (ايران)", "ff": "فلاهه", + "ff_CM": "فلاهه (ڪيمرون)", + "ff_GN": "فلاهه (گني)", + "ff_Latn": "فلاهه (لاطيني)", + "ff_Latn_BF": "فلاهه (لاطيني, برڪينا فاسو)", + "ff_Latn_CM": "فلاهه (لاطيني, ڪيمرون)", + "ff_Latn_GH": "فلاهه (لاطيني, گهانا)", + "ff_Latn_GM": "فلاهه (لاطيني, گيمبيا)", + "ff_Latn_GN": "فلاهه (لاطيني, گني)", + "ff_Latn_GW": "فلاهه (لاطيني, گني بسائو)", + "ff_Latn_LR": "فلاهه (لاطيني, لائبیریا)", + "ff_Latn_MR": "فلاهه (لاطيني, موريتانيا)", + "ff_Latn_NE": "فلاهه (لاطيني, نائيجر)", + "ff_Latn_NG": "فلاهه (لاطيني, نائيجيريا)", + "ff_Latn_SL": "فلاهه (لاطيني, سيرا ليون)", + "ff_Latn_SN": "فلاهه (لاطيني, سينيگال)", + "ff_MR": "فلاهه (موريتانيا)", + "ff_SN": "فلاهه (سينيگال)", "fi": "فنش", "fi_FI": "فنش (فن لينڊ)", "fo": "فيروايس", @@ -427,6 +445,7 @@ "pl_PL": "پولش (پولينڊ)", "ps": "پشتو", "ps_AF": "پشتو (افغانستان)", + "ps_PK": "پشتو (پاڪستان)", "pt": "پرتگالي", "pt_AO": "پرتگالي (انگولا)", "pt_BR": "پرتگالي (برازيل)", @@ -435,7 +454,7 @@ "pt_GQ": "پرتگالي (ايڪوٽوريل گائينا)", "pt_GW": "پرتگالي (گني بسائو)", "pt_LU": "پرتگالي (لیگزمبرگ)", - "pt_MO": "پرتگالي (مڪائو)", + "pt_MO": "پرتگالي (مڪائو SAR چين)", "pt_MZ": "پرتگالي (موزمبیق)", "pt_PT": "پرتگالي (پرتگال)", "pt_ST": "پرتگالي (سائو ٽوم ۽ پرنسپیي)", @@ -564,13 +583,13 @@ "zh_Hans": "چيني (سادي)", "zh_Hans_CN": "چيني (سادي, چين)", "zh_Hans_HK": "چيني (سادي, هانگ ڪانگ)", - "zh_Hans_MO": "چيني (سادي, مڪائو)", + "zh_Hans_MO": "چيني (سادي, مڪائو SAR چين)", "zh_Hans_SG": "چيني (سادي, سينگاپور)", "zh_Hant": "چيني (روايتي)", "zh_Hant_HK": "چيني (روايتي, هانگ ڪانگ)", - "zh_Hant_MO": "چيني (روايتي, مڪائو)", + "zh_Hant_MO": "چيني (روايتي, مڪائو SAR چين)", "zh_Hant_TW": "چيني (روايتي, تائیوان)", - "zh_MO": "چيني (مڪائو)", + "zh_MO": "چيني (مڪائو SAR چين)", "zh_SG": "چيني (سينگاپور)", "zh_TW": "چيني (تائیوان)", "zu": "زولو", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/se.json b/src/Symfony/Component/Intl/Resources/data/locales/se.json index 4b7983cec8825..7f42fff806131 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/se.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/se.json @@ -75,6 +75,7 @@ "el_CY": "greikkagiella (Kypros)", "el_GR": "greikkagiella (Greika)", "en": "eaŋgalsgiella", + "en_AE": "eaŋgalsgiella (Ovttastuvvan Arábaemiráhtat)", "en_AG": "eaŋgalsgiella (Antigua ja Barbuda)", "en_AI": "eaŋgalsgiella (Anguilla)", "en_AS": "eaŋgalsgiella (Amerihká Samoa)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sg.json b/src/Symfony/Component/Intl/Resources/data/locales/sg.json index 917d43c8641d6..e85ac4c00b530 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sg.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sg.json @@ -51,6 +51,7 @@ "el_CY": "Gerêki (Sîpri)", "el_GR": "Gerêki (Gerêsi)", "en": "Anglëe", + "en_AE": "Anglëe (Arâbo Emirâti Ôko)", "en_AG": "Anglëe (Antîgua na Barbûda)", "en_AI": "Anglëe (Angûîla)", "en_AS": "Anglëe (Samöa tî Amerîka)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/si.json b/src/Symfony/Component/Intl/Resources/data/locales/si.json index fa0b658f49057..8c085b528b1b4 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/si.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/si.json @@ -94,6 +94,7 @@ "el_CY": "ග්‍රීක (සයිප්‍රසය)", "el_GR": "ග්‍රීක (ග්‍රීසිය)", "en": "ඉංග්‍රීසි", + "en_AE": "ඉංග්‍රීසි (එක්සත් අරාබි එමිර් රාජ්‍යය)", "en_AG": "ඉංග්‍රීසි (ඇන්ටිගුවා සහ බාබියුඩාව)", "en_AI": "ඉංග්‍රීසි (ඇන්ගුයිලාව)", "en_AS": "ඉංග්‍රීසි (ඇමරිකානු සැමෝවා)", @@ -233,6 +234,23 @@ "fa_AF": "පර්සියානු (ඇෆ්ගනිස්ථානය)", "fa_IR": "පර්සියානු (ඉරානය)", "ff": "ෆුලාහ්", + "ff_CM": "ෆුලාහ් (කැමරූන්)", + "ff_GN": "ෆුලාහ් (ගිණියාව)", + "ff_Latn": "ෆුලාහ් (ලතින්)", + "ff_Latn_BF": "ෆුලාහ් (ලතින්, බර්කිනා ෆාසෝ)", + "ff_Latn_CM": "ෆුලාහ් (ලතින්, කැමරූන්)", + "ff_Latn_GH": "ෆුලාහ් (ලතින්, ඝානාව)", + "ff_Latn_GM": "ෆුලාහ් (ලතින්, ගැම්බියාව)", + "ff_Latn_GN": "ෆුලාහ් (ලතින්, ගිණියාව)", + "ff_Latn_GW": "ෆුලාහ් (ලතින්, ගිනි බිසව්)", + "ff_Latn_LR": "ෆුලාහ් (ලතින්, ලයිබීරියාව)", + "ff_Latn_MR": "ෆුලාහ් (ලතින්, මොරිටේනියාව)", + "ff_Latn_NE": "ෆුලාහ් (ලතින්, නයිජර්)", + "ff_Latn_NG": "ෆුලාහ් (ලතින්, නයිජීරියාව)", + "ff_Latn_SL": "ෆුලාහ් (ලතින්, සියරාලියෝන්)", + "ff_Latn_SN": "ෆුලාහ් (ලතින්, සෙනගාලය)", + "ff_MR": "ෆුලාහ් (මොරිටේනියාව)", + "ff_SN": "ෆුලාහ් (සෙනගාලය)", "fi": "ෆින්ලන්ත", "fi_FI": "ෆින්ලන්ත (ෆින්ලන්තය)", "fo": "ෆාරෝස්", @@ -427,6 +445,7 @@ "pl_PL": "පෝලන්ත (පෝලන්තය)", "ps": "පෂ්ටො", "ps_AF": "පෂ්ටො (ඇෆ්ගනිස්ථානය)", + "ps_PK": "පෂ්ටො (පාකිස්තානය)", "pt": "පෘතුගීසි", "pt_AO": "පෘතුගීසි (ඇන්ගෝලාව)", "pt_BR": "පෘතුගීසි (බ්‍රසීලය)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sk.json b/src/Symfony/Component/Intl/Resources/data/locales/sk.json index 4221ecd4cfd72..c487eecbc2c1c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sk.json @@ -94,6 +94,7 @@ "el_CY": "gréčtina (Cyprus)", "el_GR": "gréčtina (Grécko)", "en": "angličtina", + "en_AE": "angličtina (Spojené arabské emiráty)", "en_AG": "angličtina (Antigua a Barbuda)", "en_AI": "angličtina (Anguilla)", "en_AS": "angličtina (Americká Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "perzština (Afganistan)", "fa_IR": "perzština (Irán)", "ff": "fulbčina", + "ff_CM": "fulbčina (Kamerun)", + "ff_GN": "fulbčina (Guinea)", + "ff_Latn": "fulbčina (latinka)", + "ff_Latn_BF": "fulbčina (latinka, Burkina Faso)", + "ff_Latn_CM": "fulbčina (latinka, Kamerun)", + "ff_Latn_GH": "fulbčina (latinka, Ghana)", + "ff_Latn_GM": "fulbčina (latinka, Gambia)", + "ff_Latn_GN": "fulbčina (latinka, Guinea)", + "ff_Latn_GW": "fulbčina (latinka, Guinea-Bissau)", + "ff_Latn_LR": "fulbčina (latinka, Libéria)", + "ff_Latn_MR": "fulbčina (latinka, Mauritánia)", + "ff_Latn_NE": "fulbčina (latinka, Niger)", + "ff_Latn_NG": "fulbčina (latinka, Nigéria)", + "ff_Latn_SL": "fulbčina (latinka, Sierra Leone)", + "ff_Latn_SN": "fulbčina (latinka, Senegal)", + "ff_MR": "fulbčina (Mauritánia)", + "ff_SN": "fulbčina (Senegal)", "fi": "fínčina", "fi_FI": "fínčina (Fínsko)", "fo": "faerčina", @@ -375,7 +393,7 @@ "mi": "maorijčina", "mi_NZ": "maorijčina (Nový Zéland)", "mk": "macedónčina", - "mk_MK": "macedónčina (Macedónsko)", + "mk_MK": "macedónčina (Severné Macedónsko)", "ml": "malajálamčina", "ml_IN": "malajálamčina (India)", "mn": "mongolčina", @@ -429,6 +447,7 @@ "pl_PL": "poľština (Poľsko)", "ps": "paštčina", "ps_AF": "paštčina (Afganistan)", + "ps_PK": "paštčina (Pakistan)", "pt": "portugalčina", "pt_AO": "portugalčina (Angola)", "pt_BR": "portugalčina (Brazília)", @@ -487,7 +506,7 @@ "so_SO": "somálčina (Somálsko)", "sq": "albánčina", "sq_AL": "albánčina (Albánsko)", - "sq_MK": "albánčina (Macedónsko)", + "sq_MK": "albánčina (Severné Macedónsko)", "sq_XK": "albánčina (Kosovo)", "sr": "srbčina", "sr_BA": "srbčina (Bosna a Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sl.json b/src/Symfony/Component/Intl/Resources/data/locales/sl.json index 10063d89fa825..4f1f6cf3356a8 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sl.json @@ -94,6 +94,7 @@ "el_CY": "grščina (Ciper)", "el_GR": "grščina (Grčija)", "en": "angleščina", + "en_AE": "angleščina (Združeni arabski emirati)", "en_AG": "angleščina (Antigva in Barbuda)", "en_AI": "angleščina (Angvila)", "en_AS": "angleščina (Ameriška Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "perzijščina (Afganistan)", "fa_IR": "perzijščina (Iran)", "ff": "fulščina", + "ff_CM": "fulščina (Kamerun)", + "ff_GN": "fulščina (Gvineja)", + "ff_Latn": "fulščina (latinica)", + "ff_Latn_BF": "fulščina (latinica, Burkina Faso)", + "ff_Latn_CM": "fulščina (latinica, Kamerun)", + "ff_Latn_GH": "fulščina (latinica, Gana)", + "ff_Latn_GM": "fulščina (latinica, Gambija)", + "ff_Latn_GN": "fulščina (latinica, Gvineja)", + "ff_Latn_GW": "fulščina (latinica, Gvineja Bissau)", + "ff_Latn_LR": "fulščina (latinica, Liberija)", + "ff_Latn_MR": "fulščina (latinica, Mavretanija)", + "ff_Latn_NE": "fulščina (latinica, Niger)", + "ff_Latn_NG": "fulščina (latinica, Nigerija)", + "ff_Latn_SL": "fulščina (latinica, Sierra Leone)", + "ff_Latn_SN": "fulščina (latinica, Senegal)", + "ff_MR": "fulščina (Mavretanija)", + "ff_SN": "fulščina (Senegal)", "fi": "finščina", "fi_FI": "finščina (Finska)", "fo": "ferščina", @@ -375,7 +393,7 @@ "mi": "maorščina", "mi_NZ": "maorščina (Nova Zelandija)", "mk": "makedonščina", - "mk_MK": "makedonščina (Makedonija)", + "mk_MK": "makedonščina (Severna Makedonija)", "ml": "malajalamščina", "ml_IN": "malajalamščina (Indija)", "mn": "mongolščina", @@ -429,6 +447,7 @@ "pl_PL": "poljščina (Poljska)", "ps": "paštunščina", "ps_AF": "paštunščina (Afganistan)", + "ps_PK": "paštunščina (Pakistan)", "pt": "portugalščina", "pt_AO": "portugalščina (Angola)", "pt_BR": "portugalščina (Brazilija)", @@ -487,7 +506,7 @@ "so_SO": "somalščina (Somalija)", "sq": "albanščina", "sq_AL": "albanščina (Albanija)", - "sq_MK": "albanščina (Makedonija)", + "sq_MK": "albanščina (Severna Makedonija)", "sq_XK": "albanščina (Kosovo)", "sr": "srbščina", "sr_BA": "srbščina (Bosna in Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sn.json b/src/Symfony/Component/Intl/Resources/data/locales/sn.json index 648ad4f83868d..1995f988e2f94 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sn.json @@ -50,6 +50,7 @@ "el_CY": "chiGreek (Cyprus)", "el_GR": "chiGreek (Greece)", "en": "Chirungu", + "en_AE": "Chirungu (United Arab Emirates)", "en_AG": "Chirungu (Antigua ne Barbuda)", "en_AI": "Chirungu (Anguila)", "en_AS": "Chirungu (Samoa ye Amerika)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/so.json b/src/Symfony/Component/Intl/Resources/data/locales/so.json index 5c6b75b72006a..0c34859e0143f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/so.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/so.json @@ -1,5 +1,8 @@ { "Names": { + "af": "Afrikaanka", + "af_NA": "Afrikaanka (Namiibiya)", + "af_ZA": "Afrikaanka (Koonfur Afrika)", "ak": "Akan", "ak_GH": "Akan (Gaana)", "am": "Axmaari", @@ -32,15 +35,48 @@ "ar_TD": "Carabi (Jaad)", "ar_TN": "Carabi (Tuniisiya)", "ar_YE": "Carabi (Yaman)", + "as": "Asaamiis", + "as_IN": "Asaamiis (Hindiya)", + "az": "Asarbayjan", + "az_AZ": "Asarbayjan (Asarbajan)", + "az_Cyrl": "Asarbayjan (Siriylik)", + "az_Cyrl_AZ": "Asarbayjan (Siriylik, Asarbajan)", + "az_Latn": "Asarbayjan (Laatiin)", + "az_Latn_AZ": "Asarbayjan (Laatiin, Asarbajan)", "be": "Beleruusiyaan", "be_BY": "Beleruusiyaan (Belarus)", "bg": "Bulgeeriyaan", "bg_BG": "Bulgeeriyaan (Bulgaariya)", + "bm": "Bambaara", + "bm_ML": "Bambaara (Maali)", "bn": "Bangladesh", "bn_BD": "Bangladesh (Bangladesh)", "bn_IN": "Bangladesh (Hindiya)", + "bo": "Tibeetaan", + "bo_CN": "Tibeetaan (Shiinaha)", + "bo_IN": "Tibeetaan (Hindiya)", + "br": "Biriton", + "br_FR": "Biriton (Faransiis)", + "bs": "Bosniyaan", + "bs_BA": "Bosniyaan (Boosniya & Harsegofina)", + "bs_Cyrl": "Bosniyaan (Siriylik)", + "bs_Cyrl_BA": "Bosniyaan (Siriylik, Boosniya & Harsegofina)", + "bs_Latn": "Bosniyaan (Laatiin)", + "bs_Latn_BA": "Bosniyaan (Laatiin, Boosniya & Harsegofina)", + "ca": "Katalaan", + "ca_AD": "Katalaan (Andora)", + "ca_ES": "Katalaan (Isbeyn)", + "ca_FR": "Katalaan (Faransiis)", + "ca_IT": "Katalaan (Talyaani)", + "ce": "Jejen", + "ce_RU": "Jejen (Ruush)", "cs": "Jeeg", "cs_CZ": "Jeeg (Jekiya)", + "cy": "Welsh", + "cy_GB": "Welsh (Boqortooyada Midowday)", + "da": "Dhaanish", + "da_DK": "Dhaanish (Denmark)", + "da_GL": "Dhaanish (Greenland)", "de": "Jarmal", "de_AT": "Jarmal (Awsteriya)", "de_BE": "Jarmal (Biljam)", @@ -49,10 +85,16 @@ "de_IT": "Jarmal (Talyaani)", "de_LI": "Jarmal (Liyjtensteyn)", "de_LU": "Jarmal (Luksemboorg)", + "dz": "D’zongqa", + "dz_BT": "D’zongqa (Buutan)", + "ee": "Eewe", + "ee_GH": "Eewe (Gaana)", + "ee_TG": "Eewe (Toogo)", "el": "Giriik", "el_CY": "Giriik (Qubrus)", "el_GR": "Giriik (Giriig)", "en": "Ingiriisi", + "en_AE": "Ingiriisi (Imaaraadka Carabta ee Midoobay)", "en_AG": "Ingiriisi (Antigua & Barbuuda)", "en_AI": "Ingiriisi (Anguula)", "en_AS": "Ingiriisi (Samowa Ameerika)", @@ -110,7 +152,7 @@ "en_MP": "Ingiriisi (Jasiiradda Waqooyiga Mariaana)", "en_MS": "Ingiriisi (Montserrat)", "en_MT": "Ingiriisi (Maalta)", - "en_MU": "Ingiriisi (Murishiyoos)", + "en_MU": "Ingiriisi (Mawrishiyaas)", "en_MW": "Ingiriisi (Malaawi)", "en_MY": "Ingiriisi (Malaysia)", "en_NA": "Ingiriisi (Namiibiya)", @@ -133,11 +175,11 @@ "en_SE": "Ingiriisi (Iswidhan)", "en_SG": "Ingiriisi (Singaboor)", "en_SH": "Ingiriisi (Saint Helena)", - "en_SI": "Ingiriisi (islofeeniya)", + "en_SI": "Ingiriisi (Islofeeniya)", "en_SL": "Ingiriisi (Siraaliyoon)", "en_SS": "Ingiriisi (Koonfur Suudaan)", "en_SX": "Ingiriisi (Siint Maarteen)", - "en_SZ": "Ingiriisi (Iswaasilaand)", + "en_SZ": "Ingiriisi (Eswaatiini)", "en_TC": "Ingiriisi (Turks & Kaikos Island)", "en_TK": "Ingiriisi (Tokelaaw)", "en_TO": "Ingiriisi (Tonga)", @@ -155,6 +197,7 @@ "en_ZA": "Ingiriisi (Koonfur Afrika)", "en_ZM": "Ingiriisi (Saambiya)", "en_ZW": "Ingiriisi (Simbaabwe)", + "eo": "Isberaanto", "es": "Isbaanish", "es_AR": "Isbaanish (Arjentiina)", "es_BO": "Isbaanish (Boliifiya)", @@ -183,9 +226,36 @@ "es_US": "Isbaanish (Maraykanka)", "es_UY": "Isbaanish (Uruguwaay)", "es_VE": "Isbaanish (Fenisuweela)", + "et": "Istooniyaan", + "et_EE": "Istooniyaan (Estooniya)", + "eu": "Basquu", + "eu_ES": "Basquu (Isbeyn)", "fa": "Faarisi", "fa_AF": "Faarisi (Afgaanistaan)", "fa_IR": "Faarisi (Iiraan)", + "ff": "Fuulah", + "ff_CM": "Fuulah (Kaameruun)", + "ff_GN": "Fuulah (Gini)", + "ff_Latn": "Fuulah (Laatiin)", + "ff_Latn_BF": "Fuulah (Laatiin, Burkiina Faaso)", + "ff_Latn_CM": "Fuulah (Laatiin, Kaameruun)", + "ff_Latn_GH": "Fuulah (Laatiin, Gaana)", + "ff_Latn_GM": "Fuulah (Laatiin, Gambiya)", + "ff_Latn_GN": "Fuulah (Laatiin, Gini)", + "ff_Latn_GW": "Fuulah (Laatiin, Gini-Bisaaw)", + "ff_Latn_LR": "Fuulah (Laatiin, Laybeeriya)", + "ff_Latn_MR": "Fuulah (Laatiin, Muritaaniya)", + "ff_Latn_NE": "Fuulah (Laatiin, Nayjer)", + "ff_Latn_NG": "Fuulah (Laatiin, Nayjeeriya)", + "ff_Latn_SL": "Fuulah (Laatiin, Siraaliyoon)", + "ff_Latn_SN": "Fuulah (Laatiin, Sinigaal)", + "ff_MR": "Fuulah (Muritaaniya)", + "ff_SN": "Fuulah (Sinigaal)", + "fi": "Finishka", + "fi_FI": "Finishka (Finland)", + "fo": "Farowsi", + "fo_DK": "Farowsi (Denmark)", + "fo_FO": "Farowsi (Jasiiradda Faroo)", "fr": "Faransiis", "fr_BE": "Faransiis (Biljam)", "fr_BF": "Faransiis (Burkiina Faaso)", @@ -217,12 +287,12 @@ "fr_ML": "Faransiis (Maali)", "fr_MQ": "Faransiis (Maartinik)", "fr_MR": "Faransiis (Muritaaniya)", - "fr_MU": "Faransiis (Murishiyoos)", + "fr_MU": "Faransiis (Mawrishiyaas)", "fr_NC": "Faransiis (Jasiiradda Niyuu Kaledooniya)", "fr_NE": "Faransiis (Nayjer)", "fr_PF": "Faransiis (Booliyneesiya Faransiiska)", "fr_PM": "Faransiis (Saint Pierre and Miquelon)", - "fr_RE": "Faransiis (Réunion)", + "fr_RE": "Faransiis (Riyuuniyon)", "fr_RW": "Faransiis (Ruwanda)", "fr_SC": "Faransiis (Sishelis)", "fr_SN": "Faransiis (Sinigaal)", @@ -235,18 +305,40 @@ "fr_YT": "Faransiis (Mayotte)", "fy": "Firiisiyan Galbeed", "fy_NL": "Firiisiyan Galbeed (Nederlaands)", + "ga": "Ayrish", + "ga_IE": "Ayrish (Ayrlaand)", + "gd": "Iskot Giilik", + "gd_GB": "Iskot Giilik (Boqortooyada Midowday)", + "gl": "Galiisiyaan", + "gl_ES": "Galiisiyaan (Isbeyn)", + "gu": "Gujaraati", + "gu_IN": "Gujaraati (Hindiya)", + "gv": "Mankis", + "gv_IM": "Mankis (Jasiiradda Isle of Man)", "ha": "Hawsa", "ha_GH": "Hawsa (Gaana)", "ha_NE": "Hawsa (Nayjer)", "ha_NG": "Hawsa (Nayjeeriya)", + "he": "Cibraani", + "he_IL": "Cibraani (Israaʼiil)", "hi": "Hindi", "hi_IN": "Hindi (Hindiya)", + "hr": "Koro’eeshiyaan", + "hr_BA": "Koro’eeshiyaan (Boosniya & Harsegofina)", + "hr_HR": "Koro’eeshiyaan (Korweeshiya)", "hu": "Hangariyaan", "hu_HU": "Hangariyaan (Hangari)", - "id": "Indonesiyaan", - "id_ID": "Indonesiyaan (Indoneesiya)", + "hy": "Armeeniyaan", + "hy_AM": "Armeeniyaan (Armeeniya)", + "ia": "Interlinguwa", + "id": "Indunusiyaan", + "id_ID": "Indunusiyaan (Indoneesiya)", "ig": "Igbo", "ig_NG": "Igbo (Nayjeeriya)", + "ii": "Sijuwan Yi", + "ii_CN": "Sijuwan Yi (Shiinaha)", + "is": "Ayslandays", + "is_IS": "Ayslandays (Ayslaand)", "it": "Talyaani", "it_CH": "Talyaani (Swiiserlaand)", "it_IT": "Talyaani (Talyaani)", @@ -256,17 +348,71 @@ "ja_JP": "Jabaaniis (Jabaan)", "jv": "Jafaaniis", "jv_ID": "Jafaaniis (Indoneesiya)", + "ka": "Joorijiyaan", + "ka_GE": "Joorijiyaan (Joorjiya)", + "ki": "Kikuuyu", + "ki_KE": "Kikuuyu (Kenya)", + "kk": "Kasaaq", + "kk_KZ": "Kasaaq (Kasaakhistaan)", + "kl": "Kalaallisuut", + "kl_GL": "Kalaallisuut (Greenland)", "km": "Kamboodhian", "km_KH": "Kamboodhian (Kamboodiya)", + "kn": "Kannadays", + "kn_IN": "Kannadays (Hindiya)", "ko": "Kuuriyaan", "ko_KP": "Kuuriyaan (Kuuriyada Waqooyi)", "ko_KR": "Kuuriyaan (Kuuriyada Koonfureed)", + "ks": "Kaashmiir", + "ks_IN": "Kaashmiir (Hindiya)", + "ku": "Kurdishka", + "ku_TR": "Kurdishka (Turki)", + "kw": "Kornish", + "kw_GB": "Kornish (Boqortooyada Midowday)", + "ky": "Kirgiis", + "ky_KG": "Kirgiis (Kirgistaan)", + "lb": "Luksaamboorgish", + "lb_LU": "Luksaamboorgish (Luksemboorg)", + "lg": "Gandha", + "lg_UG": "Gandha (Ugaanda)", + "ln": "Lingala", + "ln_AO": "Lingala (Angoola)", + "ln_CD": "Lingala (Jamhuuriyadda Dimuquraadiga Kongo)", + "ln_CF": "Lingala (Jamhuuriyadda Afrikada Dhexe)", + "ln_CG": "Lingala (Kongo)", + "lo": "Lao", + "lo_LA": "Lao (Laos)", + "lt": "Lituwaanays", + "lt_LT": "Lituwaanays (Lituweeniya)", + "lu": "Luuba-kataanga", + "lu_CD": "Luuba-kataanga (Jamhuuriyadda Dimuquraadiga Kongo)", + "lv": "Laatfiyaan", + "lv_LV": "Laatfiyaan (Latfiya)", + "mg": "Malagaasi", + "mg_MG": "Malagaasi (Madagaskar)", + "mi": "Maaoori", + "mi_NZ": "Maaoori (Niyuusiilaand)", + "mk": "Masadooniyaan", + "mk_MK": "Masadooniyaan (Masedooniya)", + "ml": "Malayalam", + "ml_IN": "Malayalam (Hindiya)", + "mn": "Mangooli", + "mn_MN": "Mangooli (Mongooliya)", + "mr": "Maarati", + "mr_IN": "Maarati (Hindiya)", "ms": "Malaay", "ms_BN": "Malaay (Buruneeya)", "ms_MY": "Malaay (Malaysia)", "ms_SG": "Malaay (Singaboor)", + "mt": "Maltiis", + "mt_MT": "Maltiis (Maalta)", "my": "Burmese", "my_MM": "Burmese (Miyanmar)", + "nb": "Noorwijiyaan Bokma", + "nb_NO": "Noorwijiyaan Bokma (Noorweey)", + "nb_SJ": "Noorwijiyaan Bokma (Jasiiradda Sfaldbaad & Jaan Mayen)", + "nd": "Indhebeele", + "nd_ZW": "Indhebeele (Simbaabwe)", "ne": "Nebaali", "ne_IN": "Nebaali (Hindiya)", "ne_NP": "Nebaali (Nebaal)", @@ -278,13 +424,28 @@ "nl_NL": "Holandays (Nederlaands)", "nl_SR": "Holandays (Surineym)", "nl_SX": "Holandays (Siint Maarteen)", + "nn": "Nowrwejiyan (naynoroski)", + "nn_NO": "Nowrwejiyan (Noorweey)", + "om": "Oromo", + "om_ET": "Oromo (Itoobiya)", + "om_KE": "Oromo (Kenya)", + "or": "Oodhiya", + "or_IN": "Oodhiya (Hindiya)", + "os": "Oseetic", + "os_GE": "Oseetic (Joorjiya)", + "os_RU": "Oseetic (Ruush)", "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", "pl_PL": "Boolish (Booland)", + "ps": "Bashtuu", + "ps_AF": "Bashtuu (Afgaanistaan)", + "ps_PK": "Bashtuu (Bakistaan)", "pt": "Boortaqiis", "pt_AO": "Boortaqiis (Angoola)", "pt_BR": "Boortaqiis (Baraasiil)", @@ -298,6 +459,14 @@ "pt_PT": "Boortaqiis (Bortugaal)", "pt_ST": "Boortaqiis (Sao Tome & Birincibal)", "pt_TL": "Boortaqiis (Timoor)", + "qu": "Quwejuwa", + "qu_BO": "Quwejuwa (Boliifiya)", + "qu_EC": "Quwejuwa (Ikuwadoor)", + "qu_PE": "Quwejuwa (Beeru)", + "rm": "Romaanis", + "rm_CH": "Romaanis (Swiiserlaand)", + "rn": "Rundhi", + "rn_BI": "Rundhi (Burundi)", "ro": "Romanka", "ro_MD": "Romanka (Moldofa)", "ro_RO": "Romanka (Rumaaniya)", @@ -307,53 +476,122 @@ "ru_KZ": "Ruush (Kasaakhistaan)", "ru_MD": "Ruush (Moldofa)", "ru_RU": "Ruush (Ruush)", - "ru_UA": "Ruush (Ukrayn)", - "rw": "Rwanda", - "rw_RW": "Rwanda (Ruwanda)", + "ru_UA": "Ruush (Yukrayn)", + "rw": "Ruwaandha", + "rw_RW": "Ruwaandha (Ruwanda)", + "sd": "Siindhi", + "sd_PK": "Siindhi (Bakistaan)", + "se": "Koonfurta Saami", + "se_FI": "Koonfurta Saami (Finland)", + "se_NO": "Koonfurta Saami (Noorweey)", + "se_SE": "Koonfurta Saami (Iswidhan)", + "sg": "Sango", + "sg_CF": "Sango (Jamhuuriyadda Afrikada Dhexe)", + "si": "Sinhaleys", + "si_LK": "Sinhaleys (Sirilaanka)", + "sk": "Isloofaak", + "sk_SK": "Isloofaak (Islofaakiya)", + "sl": "Islofeeniyaan", + "sl_SI": "Islofeeniyaan (Islofeeniya)", + "sn": "Shoona", + "sn_ZW": "Shoona (Simbaabwe)", "so": "Soomaali", "so_DJ": "Soomaali (Jabuuti)", "so_ET": "Soomaali (Itoobiya)", "so_KE": "Soomaali (Kenya)", "so_SO": "Soomaali (Soomaaliya)", + "sq": "Albeeniyaan", + "sq_AL": "Albeeniyaan (Albaaniya)", + "sq_MK": "Albeeniyaan (Masedooniya)", + "sq_XK": "Albeeniyaan (Koosofo)", + "sr": "Seerbiyaan", + "sr_BA": "Seerbiyaan (Boosniya & Harsegofina)", + "sr_Cyrl": "Seerbiyaan (Siriylik)", + "sr_Cyrl_BA": "Seerbiyaan (Siriylik, Boosniya & Harsegofina)", + "sr_Cyrl_ME": "Seerbiyaan (Siriylik, Moontenegro)", + "sr_Cyrl_RS": "Seerbiyaan (Siriylik, Seerbiya)", + "sr_Cyrl_XK": "Seerbiyaan (Siriylik, Koosofo)", + "sr_Latn": "Seerbiyaan (Laatiin)", + "sr_Latn_BA": "Seerbiyaan (Laatiin, Boosniya & Harsegofina)", + "sr_Latn_ME": "Seerbiyaan (Laatiin, Moontenegro)", + "sr_Latn_RS": "Seerbiyaan (Laatiin, Seerbiya)", + "sr_Latn_XK": "Seerbiyaan (Laatiin, Koosofo)", + "sr_ME": "Seerbiyaan (Moontenegro)", + "sr_RS": "Seerbiyaan (Seerbiya)", + "sr_XK": "Seerbiyaan (Koosofo)", "sv": "Swiidhis", "sv_AX": "Swiidhis (Jasiiradda Aland)", "sv_FI": "Swiidhis (Finland)", "sv_SE": "Swiidhis (Iswidhan)", + "sw": "Sawaaxili", + "sw_CD": "Sawaaxili (Jamhuuriyadda Dimuquraadiga Kongo)", + "sw_KE": "Sawaaxili (Kenya)", + "sw_TZ": "Sawaaxili (Tansaaniya)", + "sw_UG": "Sawaaxili (Ugaanda)", "ta": "Tamiil", "ta_IN": "Tamiil (Hindiya)", "ta_LK": "Tamiil (Sirilaanka)", "ta_MY": "Tamiil (Malaysia)", "ta_SG": "Tamiil (Singaboor)", + "te": "Teluugu", + "te_IN": "Teluugu (Hindiya)", + "tg": "Taajik", + "tg_TJ": "Taajik (Tajikistan)", "th": "Taaylandays", "th_TH": "Taaylandays (Taylaand)", + "ti": "Tigrinya", + "ti_ER": "Tigrinya (Eritreeya)", + "ti_ET": "Tigrinya (Itoobiya)", + "tk": "Turkumaanish", + "tk_TM": "Turkumaanish (Turkmenistan)", + "to": "Toongan", + "to_TO": "Toongan (Tonga)", "tr": "Turkish", "tr_CY": "Turkish (Qubrus)", "tr_TR": "Turkish (Turki)", + "tt": "Taatar", + "tt_RU": "Taatar (Ruush)", + "ug": "Uighur", + "ug_CN": "Uighur (Shiinaha)", "uk": "Yukreeniyaan", - "uk_UA": "Yukreeniyaan (Ukrayn)", + "uk_UA": "Yukreeniyaan (Yukrayn)", "ur": "Urduu", "ur_IN": "Urduu (Hindiya)", "ur_PK": "Urduu (Bakistaan)", + "uz": "Usbakis", + "uz_AF": "Usbakis (Afgaanistaan)", + "uz_Arab": "Usbakis (Carabi)", + "uz_Arab_AF": "Usbakis (Carabi, Afgaanistaan)", + "uz_Cyrl": "Usbakis (Siriylik)", + "uz_Cyrl_UZ": "Usbakis (Siriylik, Uusbakistaan)", + "uz_Latn": "Usbakis (Laatiin)", + "uz_Latn_UZ": "Usbakis (Laatiin, Uusbakistaan)", + "uz_UZ": "Usbakis (Uusbakistaan)", "vi": "Fiitnaamays", "vi_VN": "Fiitnaamays (Fiyetnaam)", + "wo": "Woolof", + "wo_SN": "Woolof (Sinigaal)", + "xh": "Hoosta", + "xh_ZA": "Hoosta (Koonfur Afrika)", + "yi": "Yadhish", "yo": "Yoruuba", "yo_BJ": "Yoruuba (Biniin)", "yo_NG": "Yoruuba (Nayjeeriya)", - "zh": "Jayniis Mandarin", - "zh_CN": "Jayniis Mandarin (Shiinaha)", - "zh_HK": "Jayniis Mandarin (Hong Kong)", - "zh_Hans": "Jayniis Mandarin (La fududeeyay)", - "zh_Hans_CN": "Jayniis Mandarin (La fududeeyay, Shiinaha)", - "zh_Hans_HK": "Jayniis Mandarin (La fududeeyay, Hong Kong)", - "zh_Hans_MO": "Jayniis Mandarin (La fududeeyay, Makaaw)", - "zh_Hans_SG": "Jayniis Mandarin (La fududeeyay, Singaboor)", - "zh_Hant": "Jayniis Mandarin (Hore)", - "zh_Hant_HK": "Jayniis Mandarin (Hore, Hong Kong)", - "zh_Hant_MO": "Jayniis Mandarin (Hore, Makaaw)", - "zh_Hant_TW": "Jayniis Mandarin (Hore, Taywaan)", - "zh_MO": "Jayniis Mandarin (Makaaw)", - "zh_SG": "Jayniis Mandarin (Singaboor)", - "zh_TW": "Jayniis Mandarin (Taywaan)", + "zh": "Shiinaha Mandarin", + "zh_CN": "Shiinaha Mandarin (Shiinaha)", + "zh_HK": "Shiinaha Mandarin (Hong Kong)", + "zh_Hans": "Shiinaha Mandarin (La fududeeyay)", + "zh_Hans_CN": "Shiinaha Mandarin (La fududeeyay, Shiinaha)", + "zh_Hans_HK": "Shiinaha Mandarin (La fududeeyay, Hong Kong)", + "zh_Hans_MO": "Shiinaha Mandarin (La fududeeyay, Makaaw)", + "zh_Hans_SG": "Shiinaha Mandarin (La fududeeyay, Singaboor)", + "zh_Hant": "Shiinaha Mandarin (Hore)", + "zh_Hant_HK": "Shiinaha Mandarin (Hore, Hong Kong)", + "zh_Hant_MO": "Shiinaha Mandarin (Hore, Makaaw)", + "zh_Hant_TW": "Shiinaha Mandarin (Hore, Taywaan)", + "zh_MO": "Shiinaha Mandarin (Makaaw)", + "zh_SG": "Shiinaha Mandarin (Singaboor)", + "zh_TW": "Shiinaha Mandarin (Taywaan)", "zu": "Zuulu", "zu_ZA": "Zuulu (Koonfur Afrika)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sq.json b/src/Symfony/Component/Intl/Resources/data/locales/sq.json index e6b421d638dd8..52e4d84833462 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sq.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sq.json @@ -94,6 +94,7 @@ "el_CY": "greqisht (Qipro)", "el_GR": "greqisht (Greqi)", "en": "anglisht", + "en_AE": "anglisht (Emiratet e Bashkuara Arabe)", "en_AG": "anglisht (Antigua e Barbuda)", "en_AI": "anglisht (Anguilë)", "en_AS": "anglisht (Samoa Amerikane)", @@ -178,7 +179,7 @@ "en_SL": "anglisht (Sierra-Leone)", "en_SS": "anglisht (Sudani i Jugut)", "en_SX": "anglisht (Sint-Marten)", - "en_SZ": "anglisht (Suazilend)", + "en_SZ": "anglisht (Esvatini)", "en_TC": "anglisht (Ishujt Turks dhe Kaikos)", "en_TK": "anglisht (Tokelau)", "en_TO": "anglisht (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "persisht (Afganistan)", "fa_IR": "persisht (Iran)", "ff": "fulaisht", + "ff_CM": "fulaisht (Kamerun)", + "ff_GN": "fulaisht (Guine)", + "ff_Latn": "fulaisht (latin)", + "ff_Latn_BF": "fulaisht (latin, Burkina-Faso)", + "ff_Latn_CM": "fulaisht (latin, Kamerun)", + "ff_Latn_GH": "fulaisht (latin, Ganë)", + "ff_Latn_GM": "fulaisht (latin, Gambi)", + "ff_Latn_GN": "fulaisht (latin, Guine)", + "ff_Latn_GW": "fulaisht (latin, Guine-Bisau)", + "ff_Latn_LR": "fulaisht (latin, Liberi)", + "ff_Latn_MR": "fulaisht (latin, Mauritani)", + "ff_Latn_NE": "fulaisht (latin, Niger)", + "ff_Latn_NG": "fulaisht (latin, Nigeri)", + "ff_Latn_SL": "fulaisht (latin, Sierra-Leone)", + "ff_Latn_SN": "fulaisht (latin, Senegal)", + "ff_MR": "fulaisht (Mauritani)", + "ff_SN": "fulaisht (Senegal)", "fi": "finlandisht", "fi_FI": "finlandisht (Finlandë)", "fo": "faroisht", @@ -375,7 +393,7 @@ "mi": "maorisht", "mi_NZ": "maorisht (Zelandë e Re)", "mk": "maqedonisht", - "mk_MK": "maqedonisht (Maqedoni)", + "mk_MK": "maqedonisht (Maqedonia e Veriut)", "ml": "malajalamisht", "ml_IN": "malajalamisht (Indi)", "mn": "mongolisht", @@ -429,6 +447,7 @@ "pl_PL": "polonisht (Poloni)", "ps": "pashtoisht", "ps_AF": "pashtoisht (Afganistan)", + "ps_PK": "pashtoisht (Pakistan)", "pt": "portugalisht", "pt_AO": "portugalisht (Angolë)", "pt_BR": "portugalisht (Brazil)", @@ -487,7 +506,7 @@ "so_SO": "somalisht (Somali)", "sq": "shqip", "sq_AL": "shqip (Shqipëri)", - "sq_MK": "shqip (Maqedoni)", + "sq_MK": "shqip (Maqedonia e Veriut)", "sq_XK": "shqip (Kosovë)", "sr": "serbisht", "sr_BA": "serbisht (Bosnjë-Hercegovinë)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sr.json b/src/Symfony/Component/Intl/Resources/data/locales/sr.json index 625b420e60ffd..0e015bc73fc37 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sr.json @@ -94,6 +94,7 @@ "el_CY": "грчки (Кипар)", "el_GR": "грчки (Грчка)", "en": "енглески", + "en_AE": "енглески (Уједињени Арапски Емирати)", "en_AG": "енглески (Антигва и Барбуда)", "en_AI": "енглески (Ангвила)", "en_AS": "енглески (Америчка Самоа)", @@ -233,6 +234,23 @@ "fa_AF": "персијски (Авганистан)", "fa_IR": "персијски (Иран)", "ff": "фула", + "ff_CM": "фула (Камерун)", + "ff_GN": "фула (Гвинеја)", + "ff_Latn": "фула (латиница)", + "ff_Latn_BF": "фула (латиница, Буркина Фасо)", + "ff_Latn_CM": "фула (латиница, Камерун)", + "ff_Latn_GH": "фула (латиница, Гана)", + "ff_Latn_GM": "фула (латиница, Гамбија)", + "ff_Latn_GN": "фула (латиница, Гвинеја)", + "ff_Latn_GW": "фула (латиница, Гвинеја-Бисао)", + "ff_Latn_LR": "фула (латиница, Либерија)", + "ff_Latn_MR": "фула (латиница, Мауританија)", + "ff_Latn_NE": "фула (латиница, Нигер)", + "ff_Latn_NG": "фула (латиница, Нигерија)", + "ff_Latn_SL": "фула (латиница, Сијера Леоне)", + "ff_Latn_SN": "фула (латиница, Сенегал)", + "ff_MR": "фула (Мауританија)", + "ff_SN": "фула (Сенегал)", "fi": "фински", "fi_FI": "фински (Финска)", "fo": "фарски", @@ -375,7 +393,7 @@ "mi": "маорски", "mi_NZ": "маорски (Нови Зеланд)", "mk": "македонски", - "mk_MK": "македонски (Македонија)", + "mk_MK": "македонски (Северна Македонија)", "ml": "малајалам", "ml_IN": "малајалам (Индија)", "mn": "монголски", @@ -429,6 +447,7 @@ "pl_PL": "пољски (Пољска)", "ps": "паштунски", "ps_AF": "паштунски (Авганистан)", + "ps_PK": "паштунски (Пакистан)", "pt": "португалски", "pt_AO": "португалски (Ангола)", "pt_BR": "португалски (Бразил)", @@ -487,7 +506,7 @@ "so_SO": "сомалски (Сомалија)", "sq": "албански", "sq_AL": "албански (Албанија)", - "sq_MK": "албански (Македонија)", + "sq_MK": "албански (Северна Македонија)", "sq_XK": "албански (Косово)", "sr": "српски", "sr_BA": "српски (Босна и Херцеговина)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_ME.json b/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_ME.json index ea0e902e84e67..42dd151e0de21 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_ME.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_ME.json @@ -16,6 +16,23 @@ "en_VG": "енглески (Британска Дјевичанска Острва)", "en_VI": "енглески (Америчка Дјевичанска Острва)", "ff": "фулах", + "ff_CM": "фулах (Камерун)", + "ff_GN": "фулах (Гвинеја)", + "ff_Latn": "фулах (латиница)", + "ff_Latn_BF": "фулах (латиница, Буркина Фасо)", + "ff_Latn_CM": "фулах (латиница, Камерун)", + "ff_Latn_GH": "фулах (латиница, Гана)", + "ff_Latn_GM": "фулах (латиница, Гамбија)", + "ff_Latn_GN": "фулах (латиница, Гвинеја)", + "ff_Latn_GW": "фулах (латиница, Гвинеја-Бисао)", + "ff_Latn_LR": "фулах (латиница, Либерија)", + "ff_Latn_MR": "фулах (латиница, Мауританија)", + "ff_Latn_NE": "фулах (латиница, Нигер)", + "ff_Latn_NG": "фулах (латиница, Нигерија)", + "ff_Latn_SL": "фулах (латиница, Сијера Леоне)", + "ff_Latn_SN": "фулах (латиница, Сенегал)", + "ff_MR": "фулах (Мауританија)", + "ff_SN": "фулах (Сенегал)", "fr_CG": "француски (Конго)", "fr_PM": "француски (Свети Пјер и Микелон)", "fr_RE": "француски (Реунион)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_XK.json b/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_XK.json index 46c6e64be1489..9463f55deb40c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_XK.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sr_Cyrl_XK.json @@ -12,6 +12,23 @@ "en_UM": "енглески (Мања удаљена острва САД)", "en_VC": "енглески (Свети Винсент и Гренадини)", "ff": "фулах", + "ff_CM": "фулах (Камерун)", + "ff_GN": "фулах (Гвинеја)", + "ff_Latn": "фулах (латиница)", + "ff_Latn_BF": "фулах (латиница, Буркина Фасо)", + "ff_Latn_CM": "фулах (латиница, Камерун)", + "ff_Latn_GH": "фулах (латиница, Гана)", + "ff_Latn_GM": "фулах (латиница, Гамбија)", + "ff_Latn_GN": "фулах (латиница, Гвинеја)", + "ff_Latn_GW": "фулах (латиница, Гвинеја-Бисао)", + "ff_Latn_LR": "фулах (латиница, Либерија)", + "ff_Latn_MR": "фулах (латиница, Мауританија)", + "ff_Latn_NE": "фулах (латиница, Нигер)", + "ff_Latn_NG": "фулах (латиница, Нигерија)", + "ff_Latn_SL": "фулах (латиница, Сијера Леоне)", + "ff_Latn_SN": "фулах (латиница, Сенегал)", + "ff_MR": "фулах (Мауританија)", + "ff_SN": "фулах (Сенегал)", "fr_CG": "француски (Конго)", "fr_PM": "француски (Свети Пјер и Микелон)", "fr_RE": "француски (Реунион)", 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 448697a9d8f07..12327e6808a3f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn.json @@ -94,6 +94,7 @@ "el_CY": "grčki (Kipar)", "el_GR": "grčki (Grčka)", "en": "engleski", + "en_AE": "engleski (Ujedinjeni Arapski Emirati)", "en_AG": "engleski (Antigva i Barbuda)", "en_AI": "engleski (Angvila)", "en_AS": "engleski (Američka Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "persijski (Avganistan)", "fa_IR": "persijski (Iran)", "ff": "fula", + "ff_CM": "fula (Kamerun)", + "ff_GN": "fula (Gvineja)", + "ff_Latn": "fula (latinica)", + "ff_Latn_BF": "fula (latinica, Burkina Faso)", + "ff_Latn_CM": "fula (latinica, Kamerun)", + "ff_Latn_GH": "fula (latinica, Gana)", + "ff_Latn_GM": "fula (latinica, Gambija)", + "ff_Latn_GN": "fula (latinica, Gvineja)", + "ff_Latn_GW": "fula (latinica, Gvineja-Bisao)", + "ff_Latn_LR": "fula (latinica, Liberija)", + "ff_Latn_MR": "fula (latinica, Mauritanija)", + "ff_Latn_NE": "fula (latinica, Niger)", + "ff_Latn_NG": "fula (latinica, Nigerija)", + "ff_Latn_SL": "fula (latinica, Sijera Leone)", + "ff_Latn_SN": "fula (latinica, Senegal)", + "ff_MR": "fula (Mauritanija)", + "ff_SN": "fula (Senegal)", "fi": "finski", "fi_FI": "finski (Finska)", "fo": "farski", @@ -375,7 +393,7 @@ "mi": "maorski", "mi_NZ": "maorski (Novi Zeland)", "mk": "makedonski", - "mk_MK": "makedonski (Makedonija)", + "mk_MK": "makedonski (Severna Makedonija)", "ml": "malajalam", "ml_IN": "malajalam (Indija)", "mn": "mongolski", @@ -429,6 +447,7 @@ "pl_PL": "poljski (Poljska)", "ps": "paštunski", "ps_AF": "paštunski (Avganistan)", + "ps_PK": "paštunski (Pakistan)", "pt": "portugalski", "pt_AO": "portugalski (Angola)", "pt_BR": "portugalski (Brazil)", @@ -487,7 +506,7 @@ "so_SO": "somalski (Somalija)", "sq": "albanski", "sq_AL": "albanski (Albanija)", - "sq_MK": "albanski (Makedonija)", + "sq_MK": "albanski (Severna Makedonija)", "sq_XK": "albanski (Kosovo)", "sr": "srpski", "sr_BA": "srpski (Bosna i Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_ME.json b/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_ME.json index 190cd8e5425db..292a2936b412c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_ME.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_ME.json @@ -16,6 +16,23 @@ "en_VG": "engleski (Britanska Djevičanska Ostrva)", "en_VI": "engleski (Američka Djevičanska Ostrva)", "ff": "fulah", + "ff_CM": "fulah (Kamerun)", + "ff_GN": "fulah (Gvineja)", + "ff_Latn": "fulah (latinica)", + "ff_Latn_BF": "fulah (latinica, Burkina Faso)", + "ff_Latn_CM": "fulah (latinica, Kamerun)", + "ff_Latn_GH": "fulah (latinica, Gana)", + "ff_Latn_GM": "fulah (latinica, Gambija)", + "ff_Latn_GN": "fulah (latinica, Gvineja)", + "ff_Latn_GW": "fulah (latinica, Gvineja-Bisao)", + "ff_Latn_LR": "fulah (latinica, Liberija)", + "ff_Latn_MR": "fulah (latinica, Mauritanija)", + "ff_Latn_NE": "fulah (latinica, Niger)", + "ff_Latn_NG": "fulah (latinica, Nigerija)", + "ff_Latn_SL": "fulah (latinica, Sijera Leone)", + "ff_Latn_SN": "fulah (latinica, Senegal)", + "ff_MR": "fulah (Mauritanija)", + "ff_SN": "fulah (Senegal)", "fr_CG": "francuski (Kongo)", "fr_PM": "francuski (Sveti Pjer i Mikelon)", "fr_RE": "francuski (Reunion)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_XK.json b/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_XK.json index 06c2b06734a0f..5a0055706bbd4 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_XK.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sr_Latn_XK.json @@ -12,6 +12,23 @@ "en_UM": "engleski (Manja udaljena ostrva SAD)", "en_VC": "engleski (Sveti Vinsent i Grenadini)", "ff": "fulah", + "ff_CM": "fulah (Kamerun)", + "ff_GN": "fulah (Gvineja)", + "ff_Latn": "fulah (latinica)", + "ff_Latn_BF": "fulah (latinica, Burkina Faso)", + "ff_Latn_CM": "fulah (latinica, Kamerun)", + "ff_Latn_GH": "fulah (latinica, Gana)", + "ff_Latn_GM": "fulah (latinica, Gambija)", + "ff_Latn_GN": "fulah (latinica, Gvineja)", + "ff_Latn_GW": "fulah (latinica, Gvineja-Bisao)", + "ff_Latn_LR": "fulah (latinica, Liberija)", + "ff_Latn_MR": "fulah (latinica, Mauritanija)", + "ff_Latn_NE": "fulah (latinica, Niger)", + "ff_Latn_NG": "fulah (latinica, Nigerija)", + "ff_Latn_SL": "fulah (latinica, Sijera Leone)", + "ff_Latn_SN": "fulah (latinica, Senegal)", + "ff_MR": "fulah (Mauritanija)", + "ff_SN": "fulah (Senegal)", "fr_CG": "francuski (Kongo)", "fr_PM": "francuski (Sveti Pjer i Mikelon)", "fr_RE": "francuski (Reunion)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sv.json b/src/Symfony/Component/Intl/Resources/data/locales/sv.json index 2746780737edd..b5ddb74fad2c9 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sv.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sv.json @@ -94,6 +94,7 @@ "el_CY": "grekiska (Cypern)", "el_GR": "grekiska (Grekland)", "en": "engelska", + "en_AE": "engelska (Förenade Arabemiraten)", "en_AG": "engelska (Antigua och Barbuda)", "en_AI": "engelska (Anguilla)", "en_AS": "engelska (Amerikanska Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "persiska (Afghanistan)", "fa_IR": "persiska (Iran)", "ff": "fulani", + "ff_CM": "fulani (Kamerun)", + "ff_GN": "fulani (Guinea)", + "ff_Latn": "fulani (latinska)", + "ff_Latn_BF": "fulani (latinska, Burkina Faso)", + "ff_Latn_CM": "fulani (latinska, Kamerun)", + "ff_Latn_GH": "fulani (latinska, Ghana)", + "ff_Latn_GM": "fulani (latinska, Gambia)", + "ff_Latn_GN": "fulani (latinska, Guinea)", + "ff_Latn_GW": "fulani (latinska, Guinea-Bissau)", + "ff_Latn_LR": "fulani (latinska, Liberia)", + "ff_Latn_MR": "fulani (latinska, Mauretanien)", + "ff_Latn_NE": "fulani (latinska, Niger)", + "ff_Latn_NG": "fulani (latinska, Nigeria)", + "ff_Latn_SL": "fulani (latinska, Sierra Leone)", + "ff_Latn_SN": "fulani (latinska, Senegal)", + "ff_MR": "fulani (Mauretanien)", + "ff_SN": "fulani (Senegal)", "fi": "finska", "fi_FI": "finska (Finland)", "fo": "färöiska", @@ -375,7 +393,7 @@ "mi": "maori", "mi_NZ": "maori (Nya Zeeland)", "mk": "makedonska", - "mk_MK": "makedonska (Makedonien)", + "mk_MK": "makedonska (Nordmakedonien)", "ml": "malayalam", "ml_IN": "malayalam (Indien)", "mn": "mongoliska", @@ -429,6 +447,7 @@ "pl_PL": "polska (Polen)", "ps": "afghanska", "ps_AF": "afghanska (Afghanistan)", + "ps_PK": "afghanska (Pakistan)", "pt": "portugisiska", "pt_AO": "portugisiska (Angola)", "pt_BR": "portugisiska (Brasilien)", @@ -487,7 +506,7 @@ "so_SO": "somaliska (Somalia)", "sq": "albanska", "sq_AL": "albanska (Albanien)", - "sq_MK": "albanska (Makedonien)", + "sq_MK": "albanska (Nordmakedonien)", "sq_XK": "albanska (Kosovo)", "sr": "serbiska", "sr_BA": "serbiska (Bosnien och Hercegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/sw.json b/src/Symfony/Component/Intl/Resources/data/locales/sw.json index 5875c047c73b6..9f1ddbfd300a6 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sw.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sw.json @@ -94,6 +94,7 @@ "el_CY": "Kigiriki (Cyprus)", "el_GR": "Kigiriki (Ugiriki)", "en": "Kiingereza", + "en_AE": "Kiingereza (Falme za Kiarabu)", "en_AG": "Kiingereza (Antigua na Barbuda)", "en_AI": "Kiingereza (Anguilla)", "en_AS": "Kiingereza (Samoa ya Marekani)", @@ -233,6 +234,23 @@ "fa_AF": "Kiajemi (Afghanistan)", "fa_IR": "Kiajemi (Iran)", "ff": "Kifulani", + "ff_CM": "Kifulani (Kameruni)", + "ff_GN": "Kifulani (Gine)", + "ff_Latn": "Kifulani (Kilatini)", + "ff_Latn_BF": "Kifulani (Kilatini, Bukinafaso)", + "ff_Latn_CM": "Kifulani (Kilatini, Kameruni)", + "ff_Latn_GH": "Kifulani (Kilatini, Ghana)", + "ff_Latn_GM": "Kifulani (Kilatini, Gambia)", + "ff_Latn_GN": "Kifulani (Kilatini, Gine)", + "ff_Latn_GW": "Kifulani (Kilatini, Ginebisau)", + "ff_Latn_LR": "Kifulani (Kilatini, Liberia)", + "ff_Latn_MR": "Kifulani (Kilatini, Moritania)", + "ff_Latn_NE": "Kifulani (Kilatini, Niger)", + "ff_Latn_NG": "Kifulani (Kilatini, Nigeria)", + "ff_Latn_SL": "Kifulani (Kilatini, Siera Leoni)", + "ff_Latn_SN": "Kifulani (Kilatini, Senegali)", + "ff_MR": "Kifulani (Moritania)", + "ff_SN": "Kifulani (Senegali)", "fi": "Kifini", "fi_FI": "Kifini (Ufini)", "fo": "Kifaroe", @@ -429,6 +447,7 @@ "pl_PL": "Kipolandi (Poland)", "ps": "Kipashto", "ps_AF": "Kipashto (Afghanistan)", + "ps_PK": "Kipashto (Pakistani)", "pt": "Kireno", "pt_AO": "Kireno (Angola)", "pt_BR": "Kireno (Brazil)", 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 c92c2975783f0..1d5ea317a1c7e 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sw_CD.json @@ -27,6 +27,8 @@ "en_SD": "Kiingereza (Sudani)", "es_PR": "Kihispania (Puetoriko)", "fa_AF": "Kiajemi (Afuganistani)", + "ff_Latn_NE": "Kifulani (Kilatini, Nijeri)", + "ff_Latn_NG": "Kifulani (Kilatini, Nijeria)", "fo_DK": "Kifaroe (Denmaki)", "fr_BJ": "Kifaransa (Benini)", "fr_CI": "Kifaransa (Kodivaa)", 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 c605645f875b2..0266f19950ea3 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/sw_KE.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/sw_KE.json @@ -42,6 +42,7 @@ "es_PY": "Kihispania (Paragwai)", "es_UY": "Kihispania (Urugwai)", "fa_AF": "Kiajemi (Afghanistani)", + "ff_Latn_NE": "Kifulani (Kilatini, Nijeri)", "fo_DK": "Kifaroe (Denmaki)", "fr_BJ": "Kifaransa (Benini)", "fr_CD": "Kifaransa (Kongo - Kinshasa)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ta.json b/src/Symfony/Component/Intl/Resources/data/locales/ta.json index da1028a2350e2..bc31856cd2511 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ta.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ta.json @@ -94,6 +94,7 @@ "el_CY": "கிரேக்கம் (சைப்ரஸ்)", "el_GR": "கிரேக்கம் (கிரீஸ்)", "en": "ஆங்கிலம்", + "en_AE": "ஆங்கிலம் (ஐக்கிய அரபு எமிரேட்ஸ்)", "en_AG": "ஆங்கிலம் (ஆண்டிகுவா மற்றும் பார்புடா)", "en_AI": "ஆங்கிலம் (அங்கியுலா)", "en_AS": "ஆங்கிலம் (அமெரிக்க சமோவா)", @@ -233,6 +234,23 @@ "fa_AF": "பெர்ஷியன் (ஆஃப்கானிஸ்தான்)", "fa_IR": "பெர்ஷியன் (ஈரான்)", "ff": "ஃபுலா", + "ff_CM": "ஃபுலா (கேமரூன்)", + "ff_GN": "ஃபுலா (கினியா)", + "ff_Latn": "ஃபுலா (லத்தின்)", + "ff_Latn_BF": "ஃபுலா (லத்தின், புர்கினா ஃபாஸோ)", + "ff_Latn_CM": "ஃபுலா (லத்தின், கேமரூன்)", + "ff_Latn_GH": "ஃபுலா (லத்தின், கானா)", + "ff_Latn_GM": "ஃபுலா (லத்தின், காம்பியா)", + "ff_Latn_GN": "ஃபுலா (லத்தின், கினியா)", + "ff_Latn_GW": "ஃபுலா (லத்தின், கினியா-பிஸ்ஸாவ்)", + "ff_Latn_LR": "ஃபுலா (லத்தின், லைபீரியா)", + "ff_Latn_MR": "ஃபுலா (லத்தின், மௌரிடானியா)", + "ff_Latn_NE": "ஃபுலா (லத்தின், நைஜர்)", + "ff_Latn_NG": "ஃபுலா (லத்தின், நைஜீரியா)", + "ff_Latn_SL": "ஃபுலா (லத்தின், சியாரா லியோன்)", + "ff_Latn_SN": "ஃபுலா (லத்தின், செனெகல்)", + "ff_MR": "ஃபுலா (மௌரிடானியா)", + "ff_SN": "ஃபுலா (செனெகல்)", "fi": "ஃபின்னிஷ்", "fi_FI": "ஃபின்னிஷ் (பின்லாந்து)", "fo": "ஃபரோயிஸ்", @@ -429,6 +447,7 @@ "pl_PL": "போலிஷ் (போலந்து)", "ps": "பஷ்தோ", "ps_AF": "பஷ்தோ (ஆஃப்கானிஸ்தான்)", + "ps_PK": "பஷ்தோ (பாகிஸ்தான்)", "pt": "போர்ச்சுக்கீஸ்", "pt_AO": "போர்ச்சுக்கீஸ் (அங்கோலா)", "pt_BR": "போர்ச்சுக்கீஸ் (பிரேசில்)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/te.json b/src/Symfony/Component/Intl/Resources/data/locales/te.json index 8668cdecb69ae..f2304922645ed 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/te.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/te.json @@ -94,6 +94,7 @@ "el_CY": "గ్రీక్ (సైప్రస్)", "el_GR": "గ్రీక్ (గ్రీస్)", "en": "ఆంగ్లం", + "en_AE": "ఆంగ్లం (యునైటెడ్ అరబ్ ఎమిరేట్స్)", "en_AG": "ఆంగ్లం (ఆంటిగ్వా మరియు బార్బుడా)", "en_AI": "ఆంగ్లం (ఆంగ్విల్లా)", "en_AS": "ఆంగ్లం (అమెరికన్ సమోవా)", @@ -233,6 +234,23 @@ "fa_AF": "పర్షియన్ (ఆఫ్ఘనిస్తాన్)", "fa_IR": "పర్షియన్ (ఇరాన్)", "ff": "ఫ్యుల", + "ff_CM": "ఫ్యుల (కామెరూన్)", + "ff_GN": "ఫ్యుల (గినియా)", + "ff_Latn": "ఫ్యుల (లాటిన్)", + "ff_Latn_BF": "ఫ్యుల (లాటిన్, బుర్కినా ఫాసో)", + "ff_Latn_CM": "ఫ్యుల (లాటిన్, కామెరూన్)", + "ff_Latn_GH": "ఫ్యుల (లాటిన్, ఘనా)", + "ff_Latn_GM": "ఫ్యుల (లాటిన్, గాంబియా)", + "ff_Latn_GN": "ఫ్యుల (లాటిన్, గినియా)", + "ff_Latn_GW": "ఫ్యుల (లాటిన్, గినియా-బిస్సావ్)", + "ff_Latn_LR": "ఫ్యుల (లాటిన్, లైబీరియా)", + "ff_Latn_MR": "ఫ్యుల (లాటిన్, మౌరిటేనియా)", + "ff_Latn_NE": "ఫ్యుల (లాటిన్, నైజర్)", + "ff_Latn_NG": "ఫ్యుల (లాటిన్, నైజీరియా)", + "ff_Latn_SL": "ఫ్యుల (లాటిన్, సియెర్రా లియాన్)", + "ff_Latn_SN": "ఫ్యుల (లాటిన్, సెనెగల్)", + "ff_MR": "ఫ్యుల (మౌరిటేనియా)", + "ff_SN": "ఫ్యుల (సెనెగల్)", "fi": "ఫిన్నిష్", "fi_FI": "ఫిన్నిష్ (ఫిన్లాండ్)", "fo": "ఫారోస్", @@ -429,6 +447,7 @@ "pl_PL": "పోలిష్ (పోలాండ్)", "ps": "పాష్టో", "ps_AF": "పాష్టో (ఆఫ్ఘనిస్తాన్)", + "ps_PK": "పాష్టో (పాకిస్తాన్)", "pt": "పోర్చుగీస్", "pt_AO": "పోర్చుగీస్ (అంగోలా)", "pt_BR": "పోర్చుగీస్ (బ్రెజిల్)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/tg.json b/src/Symfony/Component/Intl/Resources/data/locales/tg.json index 7b131fc6bd878..5d9f3a8d4309b 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/tg.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/tg.json @@ -83,6 +83,7 @@ "el_CY": "юнонӣ (Кипр)", "el_GR": "юнонӣ (Юнон)", "en": "англисӣ", + "en_AE": "англисӣ (Аморатҳои Муттаҳидаи Араб)", "en_AG": "англисӣ (Антигуа ва Барбуда)", "en_AI": "англисӣ (Ангилия)", "en_AS": "англисӣ (Самоаи Америка)", @@ -219,6 +220,23 @@ "fa_AF": "форсӣ (Афғонистон)", "fa_IR": "форсӣ (Эрон)", "ff": "фулаҳ", + "ff_CM": "фулаҳ (Камерун)", + "ff_GN": "фулаҳ (Гвинея)", + "ff_Latn": "фулаҳ (Лотинӣ)", + "ff_Latn_BF": "фулаҳ (Лотинӣ, Буркина-Фасо)", + "ff_Latn_CM": "фулаҳ (Лотинӣ, Камерун)", + "ff_Latn_GH": "фулаҳ (Лотинӣ, Гана)", + "ff_Latn_GM": "фулаҳ (Лотинӣ, Гамбия)", + "ff_Latn_GN": "фулаҳ (Лотинӣ, Гвинея)", + "ff_Latn_GW": "фулаҳ (Лотинӣ, Гвинея-Бисау)", + "ff_Latn_LR": "фулаҳ (Лотинӣ, Либерия)", + "ff_Latn_MR": "фулаҳ (Лотинӣ, Мавритания)", + "ff_Latn_NE": "фулаҳ (Лотинӣ, Нигер)", + "ff_Latn_NG": "фулаҳ (Лотинӣ, Нигерия)", + "ff_Latn_SL": "фулаҳ (Лотинӣ, Сиерра-Леоне)", + "ff_Latn_SN": "фулаҳ (Лотинӣ, Сенегал)", + "ff_MR": "фулаҳ (Мавритания)", + "ff_SN": "фулаҳ (Сенегал)", "fi": "финӣ", "fi_FI": "финӣ (Финляндия)", "fo": "фарерӣ", @@ -377,6 +395,7 @@ "pl_PL": "лаҳистонӣ (Лаҳистон)", "ps": "пушту", "ps_AF": "пушту (Афғонистон)", + "ps_PK": "пушту (Покистон)", "pt": "португалӣ", "pt_AO": "португалӣ (Ангола)", "pt_BR": "португалӣ (Бразилия)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/th.json b/src/Symfony/Component/Intl/Resources/data/locales/th.json index fe1d3254b5253..c924554e5721a 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/th.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/th.json @@ -94,6 +94,7 @@ "el_CY": "กรีก (ไซปรัส)", "el_GR": "กรีก (กรีซ)", "en": "อังกฤษ", + "en_AE": "อังกฤษ (สหรัฐอาหรับเอมิเรตส์)", "en_AG": "อังกฤษ (แอนติกาและบาร์บูดา)", "en_AI": "อังกฤษ (แองกวิลลา)", "en_AS": "อังกฤษ (อเมริกันซามัว)", @@ -178,7 +179,7 @@ "en_SL": "อังกฤษ (เซียร์ราลีโอน)", "en_SS": "อังกฤษ (ซูดานใต้)", "en_SX": "อังกฤษ (ซินต์มาร์เทน)", - "en_SZ": "อังกฤษ (สวาซิแลนด์)", + "en_SZ": "อังกฤษ (เอสวาตีนี)", "en_TC": "อังกฤษ (หมู่เกาะเติกส์และหมู่เกาะเคคอส)", "en_TK": "อังกฤษ (โตเกเลา)", "en_TO": "อังกฤษ (ตองกา)", @@ -233,6 +234,23 @@ "fa_AF": "เปอร์เซีย (อัฟกานิสถาน)", "fa_IR": "เปอร์เซีย (อิหร่าน)", "ff": "ฟูลาห์", + "ff_CM": "ฟูลาห์ (แคเมอรูน)", + "ff_GN": "ฟูลาห์ (กินี)", + "ff_Latn": "ฟูลาห์ (ละติน)", + "ff_Latn_BF": "ฟูลาห์ (ละติน, บูร์กินาฟาโซ)", + "ff_Latn_CM": "ฟูลาห์ (ละติน, แคเมอรูน)", + "ff_Latn_GH": "ฟูลาห์ (ละติน, กานา)", + "ff_Latn_GM": "ฟูลาห์ (ละติน, แกมเบีย)", + "ff_Latn_GN": "ฟูลาห์ (ละติน, กินี)", + "ff_Latn_GW": "ฟูลาห์ (ละติน, กินี-บิสเซา)", + "ff_Latn_LR": "ฟูลาห์ (ละติน, ไลบีเรีย)", + "ff_Latn_MR": "ฟูลาห์ (ละติน, มอริเตเนีย)", + "ff_Latn_NE": "ฟูลาห์ (ละติน, ไนเจอร์)", + "ff_Latn_NG": "ฟูลาห์ (ละติน, ไนจีเรีย)", + "ff_Latn_SL": "ฟูลาห์ (ละติน, เซียร์ราลีโอน)", + "ff_Latn_SN": "ฟูลาห์ (ละติน, เซเนกัล)", + "ff_MR": "ฟูลาห์ (มอริเตเนีย)", + "ff_SN": "ฟูลาห์ (เซเนกัล)", "fi": "ฟินแลนด์", "fi_FI": "ฟินแลนด์ (ฟินแลนด์)", "fo": "แฟโร", @@ -375,7 +393,7 @@ "mi": "เมารี", "mi_NZ": "เมารี (นิวซีแลนด์)", "mk": "มาซิโดเนีย", - "mk_MK": "มาซิโดเนีย (มาซิโดเนีย)", + "mk_MK": "มาซิโดเนีย (มาซิโดเนียเหนือ)", "ml": "มาลายาลัม", "ml_IN": "มาลายาลัม (อินเดีย)", "mn": "มองโกเลีย", @@ -429,6 +447,7 @@ "pl_PL": "โปแลนด์ (โปแลนด์)", "ps": "พัชโต", "ps_AF": "พัชโต (อัฟกานิสถาน)", + "ps_PK": "พัชโต (ปากีสถาน)", "pt": "โปรตุเกส", "pt_AO": "โปรตุเกส (แองโกลา)", "pt_BR": "โปรตุเกส (บราซิล)", @@ -487,7 +506,7 @@ "so_SO": "โซมาลี (โซมาเลีย)", "sq": "แอลเบเนีย", "sq_AL": "แอลเบเนีย (แอลเบเนีย)", - "sq_MK": "แอลเบเนีย (มาซิโดเนีย)", + "sq_MK": "แอลเบเนีย (มาซิโดเนียเหนือ)", "sq_XK": "แอลเบเนีย (โคโซโว)", "sr": "เซอร์เบีย", "sr_BA": "เซอร์เบีย (บอสเนียและเฮอร์เซโกวีนา)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ti.json b/src/Symfony/Component/Intl/Resources/data/locales/ti.json index 3b00ae1eeccb1..25da779a6dba2 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ti.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ti.json @@ -74,6 +74,7 @@ "el_CY": "ግሪከኛ (ሳይፕረስ)", "el_GR": "ግሪከኛ (ግሪክ)", "en": "እንግሊዝኛ", + "en_AE": "እንግሊዝኛ (ሕቡራት ኢማራት ዓረብ)", "en_AG": "እንግሊዝኛ (ኣንቲጓን ባሩዳን)", "en_AI": "እንግሊዝኛ (አንጉኢላ)", "en_AS": "እንግሊዝኛ (ናይ ኣሜሪካ ሳሞኣ)", @@ -348,6 +349,7 @@ "pl_PL": "ፖሊሽ (ፖላንድ)", "ps": "ፓሽቶ", "ps_AF": "ፓሽቶ (አፍጋኒስታን)", + "ps_PK": "ፓሽቶ (ፓኪስታን)", "pt": "ፖርቱጋሊኛ", "pt_AO": "ፖርቱጋሊኛ (አንጐላ)", "pt_BR": "ፖርቱጋሊኛ (ብራዚል)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/tk.json b/src/Symfony/Component/Intl/Resources/data/locales/tk.json index 50c84eb5288c7..9c7a5a984e397 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/tk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/tk.json @@ -94,6 +94,7 @@ "el_CY": "grek dili (Kipr)", "el_GR": "grek dili (Gresiýa)", "en": "iňlis dili", + "en_AE": "iňlis dili (Birleşen Arap Emirlikleri)", "en_AG": "iňlis dili (Antigua we Barbuda)", "en_AI": "iňlis dili (Angilýa)", "en_AS": "iňlis dili (Amerikan Samoasy)", @@ -233,6 +234,23 @@ "fa_AF": "pars dili (Owganystan)", "fa_IR": "pars dili (Eýran)", "ff": "fula dili", + "ff_CM": "fula dili (Kamerun)", + "ff_GN": "fula dili (Gwineýa)", + "ff_Latn": "fula dili (Latyn elipbiýi)", + "ff_Latn_BF": "fula dili (Latyn elipbiýi, Burkina-Faso)", + "ff_Latn_CM": "fula dili (Latyn elipbiýi, Kamerun)", + "ff_Latn_GH": "fula dili (Latyn elipbiýi, Gana)", + "ff_Latn_GM": "fula dili (Latyn elipbiýi, Gambiýa)", + "ff_Latn_GN": "fula dili (Latyn elipbiýi, Gwineýa)", + "ff_Latn_GW": "fula dili (Latyn elipbiýi, Gwineýa-Bisau)", + "ff_Latn_LR": "fula dili (Latyn elipbiýi, Liberiýa)", + "ff_Latn_MR": "fula dili (Latyn elipbiýi, Mawritaniýa)", + "ff_Latn_NE": "fula dili (Latyn elipbiýi, Niger)", + "ff_Latn_NG": "fula dili (Latyn elipbiýi, Nigeriýa)", + "ff_Latn_SL": "fula dili (Latyn elipbiýi, Sýerra-Leone)", + "ff_Latn_SN": "fula dili (Latyn elipbiýi, Senegal)", + "ff_MR": "fula dili (Mawritaniýa)", + "ff_SN": "fula dili (Senegal)", "fi": "fin dili", "fi_FI": "fin dili (Finlýandiýa)", "fo": "farer dili", @@ -427,6 +445,7 @@ "pl_PL": "polýak dili (Polşa)", "ps": "peştun dili", "ps_AF": "peştun dili (Owganystan)", + "ps_PK": "peştun dili (Pakistan)", "pt": "portugal dili", "pt_AO": "portugal dili (Angola)", "pt_BR": "portugal dili (Braziliýa)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/to.json b/src/Symfony/Component/Intl/Resources/data/locales/to.json index a0a5c30fc4216..01e65d7217764 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/to.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/to.json @@ -94,6 +94,7 @@ "el_CY": "lea fakakalisi (Saipalesi)", "el_GR": "lea fakakalisi (Kalisi)", "en": "lea fakapālangi", + "en_AE": "lea fakapālangi (ʻAlepea Fakatahataha)", "en_AG": "lea fakapālangi (Anitikua mo Palaputa)", "en_AI": "lea fakapālangi (Anikuila)", "en_AS": "lea fakapālangi (Haʻamoa ʻAmelika)", @@ -233,6 +234,23 @@ "fa_AF": "lea fakapēsia (ʻAfikānisitani)", "fa_IR": "lea fakapēsia (ʻIlaani)", "ff": "lea fakafulā", + "ff_CM": "lea fakafulā (Kameluni)", + "ff_GN": "lea fakafulā (Kini)", + "ff_Latn": "lea fakafulā (tohinima fakalatina)", + "ff_Latn_BF": "lea fakafulā (tohinima fakalatina, Pekano Faso)", + "ff_Latn_CM": "lea fakafulā (tohinima fakalatina, Kameluni)", + "ff_Latn_GH": "lea fakafulā (tohinima fakalatina, Kana)", + "ff_Latn_GM": "lea fakafulā (tohinima fakalatina, Kamipia)", + "ff_Latn_GN": "lea fakafulā (tohinima fakalatina, Kini)", + "ff_Latn_GW": "lea fakafulā (tohinima fakalatina, Kini-Pisau)", + "ff_Latn_LR": "lea fakafulā (tohinima fakalatina, Laipelia)", + "ff_Latn_MR": "lea fakafulā (tohinima fakalatina, Maulitenia)", + "ff_Latn_NE": "lea fakafulā (tohinima fakalatina, Nisia)", + "ff_Latn_NG": "lea fakafulā (tohinima fakalatina, Naisilia)", + "ff_Latn_SL": "lea fakafulā (tohinima fakalatina, Siela Leone)", + "ff_Latn_SN": "lea fakafulā (tohinima fakalatina, Senekalo)", + "ff_MR": "lea fakafulā (Maulitenia)", + "ff_SN": "lea fakafulā (Senekalo)", "fi": "lea fakafinilani", "fi_FI": "lea fakafinilani (Finilani)", "fo": "lea fakafaloe", @@ -429,6 +447,7 @@ "pl_PL": "lea fakapolani (Polani)", "ps": "lea fakapasitō", "ps_AF": "lea fakapasitō (ʻAfikānisitani)", + "ps_PK": "lea fakapasitō (Pākisitani)", "pt": "lea fakapotukali", "pt_AO": "lea fakapotukali (ʻAngikola)", "pt_BR": "lea fakapotukali (Palāsili)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/tr.json b/src/Symfony/Component/Intl/Resources/data/locales/tr.json index 474cb887756f7..5d2376dd6d4e9 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/tr.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/tr.json @@ -94,6 +94,7 @@ "el_CY": "Yunanca (Kıbrıs)", "el_GR": "Yunanca (Yunanistan)", "en": "İngilizce", + "en_AE": "İngilizce (Birleşik Arap Emirlikleri)", "en_AG": "İngilizce (Antigua ve Barbuda)", "en_AI": "İngilizce (Anguilla)", "en_AS": "İngilizce (Amerikan Samoası)", @@ -178,7 +179,7 @@ "en_SL": "İngilizce (Sierra Leone)", "en_SS": "İngilizce (Güney Sudan)", "en_SX": "İngilizce (Sint Maarten)", - "en_SZ": "İngilizce (Svaziland)", + "en_SZ": "İngilizce (Esvatini)", "en_TC": "İngilizce (Turks ve Caicos Adaları)", "en_TK": "İngilizce (Tokelau)", "en_TO": "İngilizce (Tonga)", @@ -233,6 +234,23 @@ "fa_AF": "Farsça (Afganistan)", "fa_IR": "Farsça (İran)", "ff": "Fula dili", + "ff_CM": "Fula dili (Kamerun)", + "ff_GN": "Fula dili (Gine)", + "ff_Latn": "Fula dili (Latin)", + "ff_Latn_BF": "Fula dili (Latin, Burkina Faso)", + "ff_Latn_CM": "Fula dili (Latin, Kamerun)", + "ff_Latn_GH": "Fula dili (Latin, Gana)", + "ff_Latn_GM": "Fula dili (Latin, Gambiya)", + "ff_Latn_GN": "Fula dili (Latin, Gine)", + "ff_Latn_GW": "Fula dili (Latin, Gine-Bissau)", + "ff_Latn_LR": "Fula dili (Latin, Liberya)", + "ff_Latn_MR": "Fula dili (Latin, Moritanya)", + "ff_Latn_NE": "Fula dili (Latin, Nijer)", + "ff_Latn_NG": "Fula dili (Latin, Nijerya)", + "ff_Latn_SL": "Fula dili (Latin, Sierra Leone)", + "ff_Latn_SN": "Fula dili (Latin, Senegal)", + "ff_MR": "Fula dili (Moritanya)", + "ff_SN": "Fula dili (Senegal)", "fi": "Fince", "fi_FI": "Fince (Finlandiya)", "fo": "Faroe dili", @@ -375,7 +393,7 @@ "mi": "Maori dili", "mi_NZ": "Maori dili (Yeni Zelanda)", "mk": "Makedonca", - "mk_MK": "Makedonca (Makedonya)", + "mk_MK": "Makedonca (Kuzey Makedonya)", "ml": "Malayalam dili", "ml_IN": "Malayalam dili (Hindistan)", "mn": "Moğolca", @@ -429,6 +447,7 @@ "pl_PL": "Lehçe (Polonya)", "ps": "Peştuca", "ps_AF": "Peştuca (Afganistan)", + "ps_PK": "Peştuca (Pakistan)", "pt": "Portekizce", "pt_AO": "Portekizce (Angola)", "pt_BR": "Portekizce (Brezilya)", @@ -487,7 +506,7 @@ "so_SO": "Somalice (Somali)", "sq": "Arnavutça", "sq_AL": "Arnavutça (Arnavutluk)", - "sq_MK": "Arnavutça (Makedonya)", + "sq_MK": "Arnavutça (Kuzey Makedonya)", "sq_XK": "Arnavutça (Kosova)", "sr": "Sırpça", "sr_BA": "Sırpça (Bosna-Hersek)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/tt.json b/src/Symfony/Component/Intl/Resources/data/locales/tt.json index e8e0c0cb1aa71..3f4b6154b5ca5 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/tt.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/tt.json @@ -83,6 +83,7 @@ "el_CY": "грек (Кипр)", "el_GR": "грек (Греция)", "en": "инглиз", + "en_AE": "инглиз (Берләшкән Гарәп Әмирлекләре)", "en_AG": "инглиз (Антигуа һәм Барбуда)", "en_AI": "инглиз (Ангилья)", "en_AS": "инглиз (Америка Самоасы)", @@ -218,6 +219,23 @@ "fa_AF": "фарсы (Әфганстан)", "fa_IR": "фарсы (Иран)", "ff": "фула", + "ff_CM": "фула (Камерун)", + "ff_GN": "фула (Гвинея)", + "ff_Latn": "фула (латин)", + "ff_Latn_BF": "фула (латин, Буркина-Фасо)", + "ff_Latn_CM": "фула (латин, Камерун)", + "ff_Latn_GH": "фула (латин, Гана)", + "ff_Latn_GM": "фула (латин, Гамбия)", + "ff_Latn_GN": "фула (латин, Гвинея)", + "ff_Latn_GW": "фула (латин, Гвинея-Бисау)", + "ff_Latn_LR": "фула (латин, Либерия)", + "ff_Latn_MR": "фула (латин, Мавритания)", + "ff_Latn_NE": "фула (латин, Нигер)", + "ff_Latn_NG": "фула (латин, Нигерия)", + "ff_Latn_SL": "фула (латин, Сьерра-Леоне)", + "ff_Latn_SN": "фула (латин, Сенегал)", + "ff_MR": "фула (Мавритания)", + "ff_SN": "фула (Сенегал)", "fi": "фин", "fi_FI": "фин (Финляндия)", "fo": "фарер", @@ -369,6 +387,7 @@ "pl_PL": "поляк (Польша)", "ps": "пушту", "ps_AF": "пушту (Әфганстан)", + "ps_PK": "пушту (Пакистан)", "pt": "португал", "pt_AO": "португал (Ангола)", "pt_BR": "португал (Бразилия)", @@ -486,7 +505,7 @@ "yo": "йоруба", "yo_BJ": "йоруба (Бенин)", "yo_NG": "йоруба (Нигерия)", - "zh": "кытай", + "zh": "кытай (тәрҗемә киңәше: аерым алганда, мандарин кытайчасы)", "zh_CN": "кытай (Кытай)", "zh_HK": "кытай (Гонконг Махсус Идарәле Төбәге)", "zh_Hans": "кытай (гадиләштерелгән)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ug.json b/src/Symfony/Component/Intl/Resources/data/locales/ug.json index 17dc8e99309e0..3f7f2a376d92d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ug.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ug.json @@ -94,6 +94,7 @@ "el_CY": "گىرېكچە (سىپرۇس)", "el_GR": "گىرېكچە (گىرېتسىيە)", "en": "ئىنگلىزچە", + "en_AE": "ئىنگلىزچە (ئەرەب بىرلەشمە خەلىپىلىكى)", "en_AG": "ئىنگلىزچە (ئانتىگۇئا ۋە باربۇدا)", "en_AI": "ئىنگلىزچە (ئانگۋىللا)", "en_AS": "ئىنگلىزچە (ئامېرىكا ساموئا)", @@ -233,6 +234,23 @@ "fa_AF": "پارسچە (ئافغانىستان)", "fa_IR": "پارسچە (ئىران)", "ff": "فۇلاھچە", + "ff_CM": "فۇلاھچە (كامېرون)", + "ff_GN": "فۇلاھچە (گىۋىنىيە)", + "ff_Latn": "فۇلاھچە (لاتىنچە)", + "ff_Latn_BF": "فۇلاھچە (لاتىنچە, بۇركىنا فاسو)", + "ff_Latn_CM": "فۇلاھچە (لاتىنچە, كامېرون)", + "ff_Latn_GH": "فۇلاھچە (لاتىنچە, گانا)", + "ff_Latn_GM": "فۇلاھچە (لاتىنچە, گامبىيە)", + "ff_Latn_GN": "فۇلاھچە (لاتىنچە, گىۋىنىيە)", + "ff_Latn_GW": "فۇلاھچە (لاتىنچە, گىۋىنىيە بىسسائۇ)", + "ff_Latn_LR": "فۇلاھچە (لاتىنچە, لىبېرىيە)", + "ff_Latn_MR": "فۇلاھچە (لاتىنچە, ماۋرىتانىيە)", + "ff_Latn_NE": "فۇلاھچە (لاتىنچە, نىگېر)", + "ff_Latn_NG": "فۇلاھچە (لاتىنچە, نىگېرىيە)", + "ff_Latn_SL": "فۇلاھچە (لاتىنچە, سېررالېئون)", + "ff_Latn_SN": "فۇلاھچە (لاتىنچە, سېنېگال)", + "ff_MR": "فۇلاھچە (ماۋرىتانىيە)", + "ff_SN": "فۇلاھچە (سېنېگال)", "fi": "فىنچە", "fi_FI": "فىنچە (فىنلاندىيە)", "fo": "فائېروچە", @@ -429,6 +447,7 @@ "pl_PL": "پولەكچە (پولشا)", "ps": "پۇشتۇچە", "ps_AF": "پۇشتۇچە (ئافغانىستان)", + "ps_PK": "پۇشتۇچە (پاكىستان)", "pt": "پورتۇگالچە", "pt_AO": "پورتۇگالچە (ئانگولا)", "pt_BR": "پورتۇگالچە (بىرازىلىيە)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/uk.json b/src/Symfony/Component/Intl/Resources/data/locales/uk.json index 6201cb5bef19d..8a24ea6953f92 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/uk.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/uk.json @@ -94,6 +94,7 @@ "el_CY": "грецька (Кіпр)", "el_GR": "грецька (Греція)", "en": "англійська", + "en_AE": "англійська (Обʼєднані Арабські Емірати)", "en_AG": "англійська (Антиґуа і Барбуда)", "en_AI": "англійська (Анґілья)", "en_AS": "англійська (Американське Самоа)", @@ -178,7 +179,7 @@ "en_SL": "англійська (Сьєрра-Леоне)", "en_SS": "англійська (Південний Судан)", "en_SX": "англійська (Сінт-Мартен)", - "en_SZ": "англійська (Свазіленд)", + "en_SZ": "англійська (Есватіні)", "en_TC": "англійська (Острови Теркс і Кайкос)", "en_TK": "англійська (Токелау)", "en_TO": "англійська (Тонґа)", @@ -233,6 +234,23 @@ "fa_AF": "перська (Афганістан)", "fa_IR": "перська (Іран)", "ff": "фула", + "ff_CM": "фула (Камерун)", + "ff_GN": "фула (Гвінея)", + "ff_Latn": "фула (латиниця)", + "ff_Latn_BF": "фула (латиниця, Буркіна-Фасо)", + "ff_Latn_CM": "фула (латиниця, Камерун)", + "ff_Latn_GH": "фула (латиниця, Гана)", + "ff_Latn_GM": "фула (латиниця, Гамбія)", + "ff_Latn_GN": "фула (латиниця, Гвінея)", + "ff_Latn_GW": "фула (латиниця, Гвінея-Бісау)", + "ff_Latn_LR": "фула (латиниця, Ліберія)", + "ff_Latn_MR": "фула (латиниця, Мавританія)", + "ff_Latn_NE": "фула (латиниця, Нігер)", + "ff_Latn_NG": "фула (латиниця, Нігерія)", + "ff_Latn_SL": "фула (латиниця, Сьєрра-Леоне)", + "ff_Latn_SN": "фула (латиниця, Сенегал)", + "ff_MR": "фула (Мавританія)", + "ff_SN": "фула (Сенегал)", "fi": "фінська", "fi_FI": "фінська (Фінляндія)", "fo": "фарерська", @@ -375,7 +393,7 @@ "mi": "маорі", "mi_NZ": "маорі (Нова Зеландія)", "mk": "македонська", - "mk_MK": "македонська (Македонія)", + "mk_MK": "македонська (Північна Македонія)", "ml": "малаялам", "ml_IN": "малаялам (Індія)", "mn": "монгольська", @@ -429,6 +447,7 @@ "pl_PL": "польська (Польща)", "ps": "пушту", "ps_AF": "пушту (Афганістан)", + "ps_PK": "пушту (Пакистан)", "pt": "портуґальська", "pt_AO": "портуґальська (Ангола)", "pt_BR": "портуґальська (Бразілія)", @@ -487,7 +506,7 @@ "so_SO": "сомалі (Сомалі)", "sq": "албанська", "sq_AL": "албанська (Албанія)", - "sq_MK": "албанська (Македонія)", + "sq_MK": "албанська (Північна Македонія)", "sq_XK": "албанська (Косово)", "sr": "сербська", "sr_BA": "сербська (Боснія і Герцеґовина)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/ur.json b/src/Symfony/Component/Intl/Resources/data/locales/ur.json index d9b1d48626117..ce32181a35351 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/ur.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/ur.json @@ -94,6 +94,7 @@ "el_CY": "یونانی (قبرص)", "el_GR": "یونانی (یونان)", "en": "انگریزی", + "en_AE": "انگریزی (متحدہ عرب امارات)", "en_AG": "انگریزی (انٹیگوا اور باربودا)", "en_AI": "انگریزی (انگوئیلا)", "en_AS": "انگریزی (امریکی ساموآ)", @@ -178,7 +179,7 @@ "en_SL": "انگریزی (سیرالیون)", "en_SS": "انگریزی (جنوبی سوڈان)", "en_SX": "انگریزی (سنٹ مارٹن)", - "en_SZ": "انگریزی (سوازی لینڈ)", + "en_SZ": "انگریزی (سواتنی)", "en_TC": "انگریزی (ترکس اور کیکاؤس جزائر)", "en_TK": "انگریزی (ٹوکیلاؤ)", "en_TO": "انگریزی (ٹونگا)", @@ -233,6 +234,23 @@ "fa_AF": "فارسی (افغانستان)", "fa_IR": "فارسی (ایران)", "ff": "فولہ", + "ff_CM": "فولہ (کیمرون)", + "ff_GN": "فولہ (گنی)", + "ff_Latn": "فولہ (لاطینی)", + "ff_Latn_BF": "فولہ (لاطینی, برکینا فاسو)", + "ff_Latn_CM": "فولہ (لاطینی, کیمرون)", + "ff_Latn_GH": "فولہ (لاطینی, گھانا)", + "ff_Latn_GM": "فولہ (لاطینی, گیمبیا)", + "ff_Latn_GN": "فولہ (لاطینی, گنی)", + "ff_Latn_GW": "فولہ (لاطینی, گنی بساؤ)", + "ff_Latn_LR": "فولہ (لاطینی, لائبیریا)", + "ff_Latn_MR": "فولہ (لاطینی, موریطانیہ)", + "ff_Latn_NE": "فولہ (لاطینی, نائجر)", + "ff_Latn_NG": "فولہ (لاطینی, نائجیریا)", + "ff_Latn_SL": "فولہ (لاطینی, سیرالیون)", + "ff_Latn_SN": "فولہ (لاطینی, سینیگل)", + "ff_MR": "فولہ (موریطانیہ)", + "ff_SN": "فولہ (سینیگل)", "fi": "فینیش", "fi_FI": "فینیش (فن لینڈ)", "fo": "فیروئیز", @@ -429,6 +447,7 @@ "pl_PL": "پولش (پولینڈ)", "ps": "پشتو", "ps_AF": "پشتو (افغانستان)", + "ps_PK": "پشتو (پاکستان)", "pt": "پُرتگالی", "pt_AO": "پُرتگالی (انگولا)", "pt_BR": "پُرتگالی (برازیل)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/uz.json b/src/Symfony/Component/Intl/Resources/data/locales/uz.json index d2b8d54bd4ef1..358cfb896816f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/uz.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/uz.json @@ -94,6 +94,7 @@ "el_CY": "grek (Kipr)", "el_GR": "grek (Gretsiya)", "en": "inglizcha", + "en_AE": "inglizcha (Birlashgan Arab Amirliklari)", "en_AG": "inglizcha (Antigua va Barbuda)", "en_AI": "inglizcha (Angilya)", "en_AS": "inglizcha (Amerika Samoasi)", @@ -233,6 +234,23 @@ "fa_AF": "fors (Afgʻoniston)", "fa_IR": "fors (Eron)", "ff": "fula", + "ff_CM": "fula (Kamerun)", + "ff_GN": "fula (Gvineya)", + "ff_Latn": "fula (lotin)", + "ff_Latn_BF": "fula (lotin, Burkina-Faso)", + "ff_Latn_CM": "fula (lotin, Kamerun)", + "ff_Latn_GH": "fula (lotin, Gana)", + "ff_Latn_GM": "fula (lotin, Gambiya)", + "ff_Latn_GN": "fula (lotin, Gvineya)", + "ff_Latn_GW": "fula (lotin, Gvineya-Bisau)", + "ff_Latn_LR": "fula (lotin, Liberiya)", + "ff_Latn_MR": "fula (lotin, Mavritaniya)", + "ff_Latn_NE": "fula (lotin, Niger)", + "ff_Latn_NG": "fula (lotin, Nigeriya)", + "ff_Latn_SL": "fula (lotin, Syerra-Leone)", + "ff_Latn_SN": "fula (lotin, Senegal)", + "ff_MR": "fula (Mavritaniya)", + "ff_SN": "fula (Senegal)", "fi": "fincha", "fi_FI": "fincha (Finlandiya)", "fo": "farercha", @@ -427,6 +445,7 @@ "pl_PL": "polyakcha (Polsha)", "ps": "pushtu", "ps_AF": "pushtu (Afgʻoniston)", + "ps_PK": "pushtu (Pokiston)", "pt": "portugalcha", "pt_AO": "portugalcha (Angola)", "pt_BR": "portugalcha (Braziliya)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/uz_Arab.json b/src/Symfony/Component/Intl/Resources/data/locales/uz_Arab.json index d467718ac10ad..54bede996fa40 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/uz_Arab.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/uz_Arab.json @@ -7,6 +7,7 @@ "pa_Arab_PK": "panjobcha (عربی, Pokiston)", "ps": "پشتو", "ps_AF": "پشتو (افغانستان)", + "ps_PK": "پشتو (Pokiston)", "uz": "اوزبیک", "uz_AF": "اوزبیک (افغانستان)", "uz_Arab": "اوزبیک (عربی)", 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 1984ed41dc7dc..0186aa8d6875c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/uz_Cyrl.json @@ -94,6 +94,7 @@ "el_CY": "грекча (Кипр)", "el_GR": "грекча (Греция)", "en": "инглизча", + "en_AE": "инглизча (Бирлашган Араб Амирликлари)", "en_AG": "инглизча (Антигуа ва Барбуда)", "en_AI": "инглизча (Ангилья)", "en_AS": "инглизча (Америка Самоаси)", @@ -233,6 +234,23 @@ "fa_AF": "форсий (Афғонистон)", "fa_IR": "форсий (Эрон)", "ff": "фулаҳ", + "ff_CM": "фулаҳ (Камерун)", + "ff_GN": "фулаҳ (Гвинея)", + "ff_Latn": "фулаҳ (Лотин)", + "ff_Latn_BF": "фулаҳ (Лотин, Буркина-Фасо)", + "ff_Latn_CM": "фулаҳ (Лотин, Камерун)", + "ff_Latn_GH": "фулаҳ (Лотин, Гана)", + "ff_Latn_GM": "фулаҳ (Лотин, Гамбия)", + "ff_Latn_GN": "фулаҳ (Лотин, Гвинея)", + "ff_Latn_GW": "фулаҳ (Лотин, Гвинея-Бисау)", + "ff_Latn_LR": "фулаҳ (Лотин, Либерия)", + "ff_Latn_MR": "фулаҳ (Лотин, Мавритания)", + "ff_Latn_NE": "фулаҳ (Лотин, Нигер)", + "ff_Latn_NG": "фулаҳ (Лотин, Нигерия)", + "ff_Latn_SL": "фулаҳ (Лотин, Сьерра-Леоне)", + "ff_Latn_SN": "фулаҳ (Лотин, Сенегал)", + "ff_MR": "фулаҳ (Мавритания)", + "ff_SN": "фулаҳ (Сенегал)", "fi": "финча", "fi_FI": "финча (Финляндия)", "fo": "фарерча", @@ -425,6 +443,7 @@ "pl_PL": "полякча (Польша)", "ps": "пушту", "ps_AF": "пушту (Афғонистон)", + "ps_PK": "пушту (Покистон)", "pt": "португалча", "pt_AO": "португалча (Ангола)", "pt_BR": "португалча (Бразилия)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/vi.json b/src/Symfony/Component/Intl/Resources/data/locales/vi.json index 54ec71d513e3b..901926c6fbf47 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/vi.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/vi.json @@ -94,6 +94,7 @@ "el_CY": "Tiếng Hy Lạp (Síp)", "el_GR": "Tiếng Hy Lạp (Hy Lạp)", "en": "Tiếng Anh", + "en_AE": "Tiếng Anh (Các Tiểu Vương quốc Ả Rập Thống nhất)", "en_AG": "Tiếng Anh (Antigua và Barbuda)", "en_AI": "Tiếng Anh (Anguilla)", "en_AS": "Tiếng Anh (Samoa thuộc Mỹ)", @@ -233,6 +234,23 @@ "fa_AF": "Tiếng Ba Tư (Afghanistan)", "fa_IR": "Tiếng Ba Tư (Iran)", "ff": "Tiếng Fulah", + "ff_CM": "Tiếng Fulah (Cameroon)", + "ff_GN": "Tiếng Fulah (Guinea)", + "ff_Latn": "Tiếng Fulah (Chữ La tinh)", + "ff_Latn_BF": "Tiếng Fulah (Chữ La tinh, Burkina Faso)", + "ff_Latn_CM": "Tiếng Fulah (Chữ La tinh, Cameroon)", + "ff_Latn_GH": "Tiếng Fulah (Chữ La tinh, Ghana)", + "ff_Latn_GM": "Tiếng Fulah (Chữ La tinh, Gambia)", + "ff_Latn_GN": "Tiếng Fulah (Chữ La tinh, Guinea)", + "ff_Latn_GW": "Tiếng Fulah (Chữ La tinh, Guinea-Bissau)", + "ff_Latn_LR": "Tiếng Fulah (Chữ La tinh, Liberia)", + "ff_Latn_MR": "Tiếng Fulah (Chữ La tinh, Mauritania)", + "ff_Latn_NE": "Tiếng Fulah (Chữ La tinh, Niger)", + "ff_Latn_NG": "Tiếng Fulah (Chữ La tinh, Nigeria)", + "ff_Latn_SL": "Tiếng Fulah (Chữ La tinh, Sierra Leone)", + "ff_Latn_SN": "Tiếng Fulah (Chữ La tinh, Senegal)", + "ff_MR": "Tiếng Fulah (Mauritania)", + "ff_SN": "Tiếng Fulah (Senegal)", "fi": "Tiếng Phần Lan", "fi_FI": "Tiếng Phần Lan (Phần Lan)", "fo": "Tiếng Faroe", @@ -375,7 +393,7 @@ "mi": "Tiếng Maori", "mi_NZ": "Tiếng Maori (New Zealand)", "mk": "Tiếng Macedonia", - "mk_MK": "Tiếng Macedonia (Macedonia)", + "mk_MK": "Tiếng Macedonia (Bắc Macedonia)", "ml": "Tiếng Malayalam", "ml_IN": "Tiếng Malayalam (Ấn Độ)", "mn": "Tiếng Mông Cổ", @@ -429,6 +447,7 @@ "pl_PL": "Tiếng Ba Lan (Ba Lan)", "ps": "Tiếng Pashto", "ps_AF": "Tiếng Pashto (Afghanistan)", + "ps_PK": "Tiếng Pashto (Pakistan)", "pt": "Tiếng Bồ Đào Nha", "pt_AO": "Tiếng Bồ Đào Nha (Angola)", "pt_BR": "Tiếng Bồ Đào Nha (Brazil)", @@ -487,7 +506,7 @@ "so_SO": "Tiếng Somali (Somalia)", "sq": "Tiếng Albania", "sq_AL": "Tiếng Albania (Albania)", - "sq_MK": "Tiếng Albania (Macedonia)", + "sq_MK": "Tiếng Albania (Bắc Macedonia)", "sq_XK": "Tiếng Albania (Kosovo)", "sr": "Tiếng Serbia", "sr_BA": "Tiếng Serbia (Bosnia và Herzegovina)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/wo.json b/src/Symfony/Component/Intl/Resources/data/locales/wo.json index 3af956a41695b..660b39b0c5273 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/wo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/wo.json @@ -83,6 +83,7 @@ "el_CY": "Gereg (Siipar)", "el_GR": "Gereg (Gerees)", "en": "Àngale", + "en_AE": "Àngale (Emira Arab Ini)", "en_AG": "Àngale (Antiguwa ak Barbuda)", "en_AI": "Àngale (Angiiy)", "en_AS": "Àngale (Samowa bu Amerig)", @@ -217,6 +218,23 @@ "fa_AF": "Pers (Afganistaŋ)", "fa_IR": "Pers (Iraŋ)", "ff": "Pël", + "ff_CM": "Pël (Kamerun)", + "ff_GN": "Pël (Gine)", + "ff_Latn": "Pël (Latin)", + "ff_Latn_BF": "Pël (Latin, Burkina Faaso)", + "ff_Latn_CM": "Pël (Latin, Kamerun)", + "ff_Latn_GH": "Pël (Latin, Gana)", + "ff_Latn_GM": "Pël (Latin, Gàmbi)", + "ff_Latn_GN": "Pël (Latin, Gine)", + "ff_Latn_GW": "Pël (Latin, Gine-Bisaawóo)", + "ff_Latn_LR": "Pël (Latin, Liberiya)", + "ff_Latn_MR": "Pël (Latin, Mooritani)", + "ff_Latn_NE": "Pël (Latin, Niiseer)", + "ff_Latn_NG": "Pël (Latin, Niseriya)", + "ff_Latn_SL": "Pël (Latin, Siyera Lewon)", + "ff_Latn_SN": "Pël (Latin, Senegaal)", + "ff_MR": "Pël (Mooritani)", + "ff_SN": "Pël (Senegaal)", "fi": "Feylànde", "fi_FI": "Feylànde (Finlànd)", "fo": "Feroos", @@ -373,6 +391,7 @@ "pl_PL": "Polone (Poloñ)", "ps": "Pasto", "ps_AF": "Pasto (Afganistaŋ)", + "ps_PK": "Pasto (Pakistaŋ)", "pt": "Purtugees", "pt_AO": "Purtugees (Àngolaa)", "pt_BR": "Purtugees (Beresil)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/xh.json b/src/Symfony/Component/Intl/Resources/data/locales/xh.json index a0e9678f1d646..6cf3db41e1355 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/xh.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/xh.json @@ -1,12 +1,6 @@ { "Names": { - "af": "isiBhulu", - "af_ZA": "isiBhulu (eMzantsi Afrika)", - "en": "isiNgesi", - "en_ZA": "isiNgesi (eMzantsi Afrika)", "xh": "isiXhosa", - "xh_ZA": "isiXhosa (eMzantsi Afrika)", - "zu": "isiZulu", - "zu_ZA": "isiZulu (eMzantsi Afrika)" + "xh_ZA": "isiXhosa (eMzantsi Afrika)" } } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/yi.json b/src/Symfony/Component/Intl/Resources/data/locales/yi.json index c7bdc5e43efba..3dbe0bd91f871 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/yi.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/yi.json @@ -319,6 +319,7 @@ "pl_PL": "פּויליש (פּוילן)", "ps": "פּאַשטאָ", "ps_AF": "פּאַשטאָ (אַפֿגהאַניסטאַן)", + "ps_PK": "פּאַשטאָ (פּאַקיסטאַן)", "pt": "פּארטוגעזיש", "pt_AO": "פּארטוגעזיש (אַנגאלע)", "pt_BR": "פּארטוגעזיש (בראַזיל)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/yo.json b/src/Symfony/Component/Intl/Resources/data/locales/yo.json index 549a0cf6fc8dd..4f6569a9cd209 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/yo.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/yo.json @@ -37,6 +37,10 @@ "as_IN": "Ti Assam (Orílẹ́ède India)", "az": "Èdè Azerbaijani", "az_AZ": "Èdè Azerbaijani (Orílẹ́ède Asẹ́bájánì)", + "az_Cyrl": "Èdè Azerbaijani (èdè ilẹ̀ Rọ́ṣíà)", + "az_Cyrl_AZ": "Èdè Azerbaijani (èdè ilẹ̀ Rọ́ṣíà, Orílẹ́ède Asẹ́bájánì)", + "az_Latn": "Èdè Azerbaijani (Èdè Látìn)", + "az_Latn_AZ": "Èdè Azerbaijani (Èdè Látìn, Orílẹ́ède Asẹ́bájánì)", "be": "Èdè Belarusi", "be_BY": "Èdè Belarusi (Orílẹ́ède Bélárúsì)", "bg": "Èdè Bugaria", @@ -48,30 +52,35 @@ "br_FR": "Èdè Bretoni (Orílẹ́ède Faranse)", "bs": "Èdè Bosnia", "bs_BA": "Èdè Bosnia (Orílẹ́ède Bọ̀síníà àti Ẹtisẹgófínà)", + "bs_Cyrl": "Èdè Bosnia (èdè ilẹ̀ Rọ́ṣíà)", + "bs_Cyrl_BA": "Èdè Bosnia (èdè ilẹ̀ Rọ́ṣíà, Orílẹ́ède Bọ̀síníà àti Ẹtisẹgófínà)", + "bs_Latn": "Èdè Bosnia (Èdè Látìn)", + "bs_Latn_BA": "Èdè Bosnia (Èdè Látìn, Orílẹ́ède Bọ̀síníà àti Ẹtisẹgófínà)", "ca": "Èdè Catala", "ca_AD": "Èdè Catala (Orílẹ́ède Ààndórà)", "ca_ES": "Èdè Catala (Orílẹ́ède Sipani)", "ca_FR": "Èdè Catala (Orílẹ́ède Faranse)", - "ca_IT": "Èdè Catala (Orílẹ́ède Italiyi)", + "ca_IT": "Èdè Catala (Orílẹ́ède Itáli)", "cs": "Èdè seeki", "cs_CZ": "Èdè seeki (Orílẹ́ède ṣẹ́ẹ́kì)", "cy": "Èdè Welshi", - "cy_GB": "Èdè Welshi (Orílẹ́ède Omobabirin)", + "cy_GB": "Èdè Welshi (Orílẹ́èdè Gẹ̀ẹ́sì)", "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ẹ̀ Gemani", - "de_AT": "Èdè Ilẹ̀ Gemani (Orílẹ́ède Asítíríà)", - "de_BE": "Èdè Ilẹ̀ Gemani (Orílẹ́ède Bégíọ́mù)", - "de_CH": "Èdè Ilẹ̀ Gemani (Orílẹ́ède switiṣilandi)", - "de_DE": "Èdè Ilẹ̀ Gemani (Orílẹ́ède Gemani)", - "de_IT": "Èdè Ilẹ̀ Gemani (Orílẹ́ède Italiyi)", - "de_LI": "Èdè Ilẹ̀ Gemani (Orílẹ́ède Lẹṣitẹnisiteni)", - "de_LU": "Èdè Ilẹ̀ Gemani (Orílẹ́ède Lusemogi)", + "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)", "el": "Èdè Giriki", "el_CY": "Èdè Giriki (Orílẹ́ède Kúrúsì)", "el_GR": "Èdè Giriki (Orílẹ́ède Geriisi)", "en": "Èdè Gẹ̀ẹ́sì", + "en_AE": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Ẹmirate ti Awọn Arabu)", "en_AG": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Ààntígúà àti Báríbúdà)", "en_AI": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Ààngúlílà)", "en_AS": "Èdè Gẹ̀ẹ́sì (Sámóánì ti Orílẹ́ède Àméríkà)", @@ -89,7 +98,7 @@ "en_CK": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Etíokun Kùúkù)", "en_CM": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Kamerúúnì)", "en_CY": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Kúrúsì)", - "en_DE": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Gemani)", + "en_DE": "Èdè Gẹ̀ẹ́sì (Orílẹèdè Jámánì)", "en_DK": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Dẹ́mákì)", "en_DM": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Dòmíníkà)", "en_ER": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Eritira)", @@ -97,7 +106,7 @@ "en_FJ": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Fiji)", "en_FK": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Etikun Fakalandi)", "en_FM": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Makoronesia)", - "en_GB": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Omobabirin)", + "en_GB": "Èdè Gẹ̀ẹ́sì (Orílẹ́èdè Gẹ̀ẹ́sì)", "en_GD": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Genada)", "en_GH": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Gana)", "en_GI": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Gibaratara)", @@ -126,7 +135,7 @@ "en_MY": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Malasia)", "en_NA": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Namibia)", "en_NF": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Etikun Nọ́úfókì)", - "en_NG": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Nàìjíríà)", + "en_NG": "Èdè Gẹ̀ẹ́sì (Orilẹ̀-èdè Nàìjíríà)", "en_NL": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Nedalandi)", "en_NR": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Nauru)", "en_NU": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Niue)", @@ -154,7 +163,7 @@ "en_TV": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tufalu)", "en_TZ": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Tanṣania)", "en_UG": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Uganda)", - "en_US": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Orilẹede Amerika)", + "en_US": "Èdè Gẹ̀ẹ́sì (Orílẹ̀-èdè Amẹrikà)", "en_VC": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Fisẹnnti ati Genadina)", "en_VG": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Etíkun Fágínì ti ìlú Bírítísì)", "en_VI": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède Etikun Fagini ti Amẹrika)", @@ -164,32 +173,32 @@ "en_ZM": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède ṣamibia)", "en_ZW": "Èdè Gẹ̀ẹ́sì (Orílẹ́ède ṣimibabe)", "eo": "Èdè Esperanto", - "es": "Èdè Sipanisi", - "es_AR": "Èdè Sipanisi (Orílẹ́ède Agentínà)", - "es_BO": "Èdè Sipanisi (Orílẹ́ède Bọ̀lífíyà)", - "es_BR": "Èdè Sipanisi (Orílẹ́ède Bàràsílì)", - "es_BZ": "Èdè Sipanisi (Orílẹ́ède Bèlísẹ̀)", - "es_CL": "Èdè Sipanisi (Orílẹ́ède ṣílè)", - "es_CO": "Èdè Sipanisi (Orílẹ́ède Kòlómíbìa)", - "es_CR": "Èdè Sipanisi (Orílẹ́ède Kuusita Ríkà)", - "es_CU": "Èdè Sipanisi (Orílẹ́ède Kúbà)", - "es_DO": "Èdè Sipanisi (Orilẹ́ède Dòmíníkánì)", - "es_EC": "Èdè Sipanisi (Orílẹ́ède Ekuádò)", - "es_ES": "Èdè Sipanisi (Orílẹ́ède Sipani)", - "es_GQ": "Èdè Sipanisi (Orílẹ́ède Ekutoria Gini)", - "es_GT": "Èdè Sipanisi (Orílẹ́ède Guatemala)", - "es_HN": "Èdè Sipanisi (Orílẹ́ède Hondurasi)", - "es_MX": "Èdè Sipanisi (Orílẹ́ède Mesiko)", - "es_NI": "Èdè Sipanisi (Orílẹ́ède NIkaragua)", - "es_PA": "Èdè Sipanisi (Orílẹ́ède Panama)", - "es_PE": "Èdè Sipanisi (Orílẹ́ède Peru)", - "es_PH": "Èdè Sipanisi (Orílẹ́ède filipini)", - "es_PR": "Èdè Sipanisi (Orílẹ́ède Pọto Riko)", - "es_PY": "Èdè Sipanisi (Orílẹ́ède Paraguye)", - "es_SV": "Èdè Sipanisi (Orílẹ́ède Ẹẹsáfádò)", - "es_US": "Èdè Sipanisi (Orílẹ́ède Orilẹede Amerika)", - "es_UY": "Èdè Sipanisi (Orílẹ́ède Nruguayi)", - "es_VE": "Èdè Sipanisi (Orílẹ́ède Fẹnẹṣuẹla)", + "es": "Èdè Sípáníìṣì", + "es_AR": "Èdè Sípáníìṣì (Orílẹ́ède Agentínà)", + "es_BO": "Èdè Sípáníìṣì (Orílẹ́ède Bọ̀lífíyà)", + "es_BR": "Èdè Sípáníìṣì (Orilẹ̀-èdè Bàràsílì)", + "es_BZ": "Èdè Sípáníìṣì (Orílẹ́ède Bèlísẹ̀)", + "es_CL": "Èdè Sípáníìṣì (Orílẹ́ède ṣílè)", + "es_CO": "Èdè Sípáníìṣì (Orílẹ́ède Kòlómíbìa)", + "es_CR": "Èdè Sípáníìṣì (Orílẹ́ède Kuusita Ríkà)", + "es_CU": "Èdè Sípáníìṣì (Orílẹ́ède Kúbà)", + "es_DO": "Èdè Sípáníìṣì (Orilẹ́ède Dòmíníkánì)", + "es_EC": "Èdè Sípáníìṣì (Orílẹ́ède Ekuádò)", + "es_ES": "Èdè Sípáníìṣì (Orílẹ́ède Sipani)", + "es_GQ": "Èdè Sípáníìṣì (Orílẹ́ède Ekutoria Gini)", + "es_GT": "Èdè Sípáníìṣì (Orílẹ́ède Guatemala)", + "es_HN": "Èdè Sípáníìṣì (Orílẹ́ède Hondurasi)", + "es_MX": "Èdè Sípáníìṣì (Orílẹ́ède Mesiko)", + "es_NI": "Èdè Sípáníìṣì (Orílẹ́ède NIkaragua)", + "es_PA": "Èdè Sípáníìṣì (Orílẹ́ède Panama)", + "es_PE": "Èdè Sípáníìṣì (Orílẹ́ède Peru)", + "es_PH": "Èdè Sípáníìṣì (Orílẹ́ède filipini)", + "es_PR": "Èdè Sípáníìṣì (Orílẹ́ède Pọto Riko)", + "es_PY": "Èdè Sípáníìṣì (Orílẹ́ède Paraguye)", + "es_SV": "Èdè Sípáníìṣì (Orílẹ́ède Ẹẹsáfádò)", + "es_US": "Èdè Sípáníìṣì (Orílẹ̀-èdè Amẹrikà)", + "es_UY": "Èdè Sípáníìṣì (Orílẹ́ède Nruguayi)", + "es_VE": "Èdè Sípáníìṣì (Orílẹ́ède Fẹnẹṣuẹla)", "et": "Èdè Estonia", "et_EE": "Èdè Estonia (Orílẹ́ède Esitonia)", "eu": "Èdè Baski", @@ -251,7 +260,7 @@ "ga": "Èdè Ireland", "ga_IE": "Èdè Ireland (Orílẹ́ède Ailandi)", "gd": "Èdè Gaelik ti Ilu Scotland", - "gd_GB": "Èdè Gaelik ti Ilu Scotland (Orílẹ́ède Omobabirin)", + "gd_GB": "Èdè Gaelik ti Ilu Scotland (Orílẹ́èdè Gẹ̀ẹ́sì)", "gl": "Èdè Galicia", "gl_ES": "Èdè Galicia (Orílẹ́ède Sipani)", "gu": "Èdè Gujarati", @@ -259,7 +268,7 @@ "ha": "Èdè Hausa", "ha_GH": "Èdè Hausa (Orílẹ́ède Gana)", "ha_NE": "Èdè Hausa (Orílẹ́ède Nàìjá)", - "ha_NG": "Èdè Hausa (Orílẹ́ède Nàìjíríà)", + "ha_NG": "Èdè Hausa (Orilẹ̀-èdè Nàìjíríà)", "he": "Èdè Heberu", "he_IL": "Èdè Heberu (Orílẹ́ède Iserẹli)", "hi": "Èdè Hindi", @@ -275,16 +284,16 @@ "id": "Èdè Indonasia", "id_ID": "Èdè Indonasia (Orílẹ́ède Indonesia)", "ig": "Èdè Ibo", - "ig_NG": "Èdè Ibo (Orílẹ́ède Nàìjíríà)", + "ig_NG": "Èdè Ibo (Orilẹ̀-èdè Nàìjíríà)", "is": "Èdè Icelandic", "is_IS": "Èdè Icelandic (Orílẹ́ède Aṣilandi)", - "it": "Èdè Italiani", - "it_CH": "Èdè Italiani (Orílẹ́ède switiṣilandi)", - "it_IT": "Èdè Italiani (Orílẹ́ède Italiyi)", - "it_SM": "Èdè Italiani (Orílẹ́ède Sani Marino)", - "it_VA": "Èdè Italiani (Ìlú Vatican)", - "ja": "Èdè Japanisi", - "ja_JP": "Èdè Japanisi (Orílẹ́ède Japani)", + "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)", "jv": "Èdè Javanasi", "jv_ID": "Èdè Javanasi (Orílẹ́ède Indonesia)", "ka": "Èdè Georgia", @@ -323,32 +332,34 @@ "no": "Èdè Norway", "no_NO": "Èdè Norway (Orílẹ́ède Nọọwii)", "pa": "Èdè Punjabi", + "pa_Arab": "Èdè Punjabi (èdè Lárúbáwá)", + "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)", - "pt": "Èdè Pọtugi", - "pt_AO": "Èdè Pọtugi (Orílẹ́ède Ààngólà)", - "pt_BR": "Èdè Pọtugi (Orílẹ́ède Bàràsílì)", - "pt_CH": "Èdè Pọtugi (Orílẹ́ède switiṣilandi)", - "pt_CV": "Èdè Pọtugi (Orílẹ́ède Etíokun Kápé féndè)", - "pt_GQ": "Èdè Pọtugi (Orílẹ́ède Ekutoria Gini)", - "pt_GW": "Èdè Pọtugi (Orílẹ́ède Gene-Busau)", - "pt_LU": "Èdè Pọtugi (Orílẹ́ède Lusemogi)", - "pt_MZ": "Èdè Pọtugi (Orílẹ́ède Moṣamibiku)", - "pt_PT": "Èdè Pọtugi (Orílẹ́ède Pọtugi)", - "pt_ST": "Èdè Pọtugi (Orílẹ́ède Sao tomi ati piriiṣipi)", - "pt_TL": "Èdè Pọtugi (Orílẹ́ède ÌlàOòrùn Tímọ̀)", + "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ì)", + "pt_CH": "Èdè Pọtogí (Orílẹ́ède switiṣilandi)", + "pt_CV": "Èdè Pọtogí (Orílẹ́ède Etíokun Kápé féndè)", + "pt_GQ": "Èdè Pọtogí (Orílẹ́ède Ekutoria Gini)", + "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_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ọọsia", - "ru_BY": "Èdè ̣Rọọsia (Orílẹ́ède Bélárúsì)", - "ru_KG": "Èdè ̣Rọọsia (Orílẹ́ède Kuriṣisitani)", - "ru_KZ": "Èdè ̣Rọọsia (Orílẹ́ède Kaṣaṣatani)", - "ru_MD": "Èdè ̣Rọọsia (Orílẹ́ède Modofia)", - "ru_RU": "Èdè ̣Rọọsia (Orílẹ́ède Rọṣia)", - "ru_UA": "Èdè ̣Rọọsia (Orílẹ́ède Ukarini)", + "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)", "rw": "Èdè Ruwanda", "rw_RW": "Èdè Ruwanda (Orílẹ́ède Ruwanda)", "sd": "Èdè Sindhi", @@ -371,6 +382,10 @@ "sq_MK": "Èdè Albania (Orílẹ́ède Masidonia)", "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_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à)", "sv": "Èdè Suwidiisi", "sv_FI": "Èdè Suwidiisi (Orílẹ́ède Filandi)", "sv_SE": "Èdè Suwidiisi (Orílẹ́ède Swidini)", @@ -403,6 +418,12 @@ "ur_PK": "Èdè Udu (Orílẹ́ède Pakisitan)", "uz": "Èdè Uzbek", "uz_AF": "Èdè Uzbek (Orílẹ́ède Àfùgànístánì)", + "uz_Arab": "Èdè Uzbek (èdè Lárúbáwá)", + "uz_Arab_AF": "Èdè Uzbek (èdè Lárúbáwá, Orílẹ́ède Àfùgànístánì)", + "uz_Cyrl": "Èdè Uzbek (èdè ilẹ̀ Rọ́ṣíà)", + "uz_Cyrl_UZ": "Èdè Uzbek (èdè ilẹ̀ Rọ́ṣíà, Orílẹ́ède Nṣibẹkisitani)", + "uz_Latn": "Èdè Uzbek (Èdè Látìn)", + "uz_Latn_UZ": "Èdè Uzbek (Èdè Látìn, Orílẹ́ède Nṣibẹkisitani)", "uz_UZ": "Èdè Uzbek (Orílẹ́ède Nṣibẹkisitani)", "vi": "Èdè Jetinamu", "vi_VN": "Èdè Jetinamu (Orílẹ́ède Fẹtinami)", @@ -411,11 +432,16 @@ "yi": "Èdè Yiddishi", "yo": "Èdè Yorùbá", "yo_BJ": "Èdè Yorùbá (Orílẹ́ède Bẹ̀nẹ̀)", - "yo_NG": "Èdè Yorùbá (Orílẹ́ède Nàìjíríà)", - "zh": "Èdè Mandari", - "zh_CN": "Èdè Mandari (Orílẹ́ède ṣáínà)", - "zh_SG": "Èdè Mandari (Orílẹ́ède Singapo)", - "zh_TW": "Èdè Mandari (Orílẹ́ède Taiwani)", + "yo_NG": "Èdè Yorùbá (Orilẹ̀-èdè Nàìjíríà)", + "zh": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà", + "zh_CN": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà (Orilẹ̀-èdè Ṣáínà)", + "zh_Hans": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà (tí wọ́n mú rọrùn.)", + "zh_Hans_CN": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà (tí wọ́n mú rọrùn., Orilẹ̀-èdè Ṣáínà)", + "zh_Hans_SG": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà (tí wọ́n mú rọrùn., Orílẹ́ède Singapo)", + "zh_Hant": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà (Hans àtọwọ́dọ́wọ́)", + "zh_Hant_TW": "Èdè Mandarin tí wọ́n ń sọ lórílẹ̀-èdè Ṣáínà (Hans àtọwọ́dọ́wọ́, Orílẹ́ède Taiwani)", + "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)" } 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 a14e4e4e2e048..136a881b3553c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/yo_BJ.json @@ -31,32 +31,39 @@ "ar_YE": "Èdè Arabiki (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íà)", + "az_Cyrl_AZ": "Èdè Azerbaijani (èdè ilɛ̀ Rɔ́shíà, Orílɛ́ède Asɛ́bájánì)", + "az_Latn_AZ": "Èdè Azerbaijani (Èdè Látìn, Orílɛ́ède Asɛ́bájánì)", "be_BY": "Èdè Belarusi (Orílɛ́ède Bélárúsì)", "bg_BG": "Èdè Bugaria (Orílɛ́ède Bùùgáríà)", "bn_BD": "Èdè Bengali (Orílɛ́ède Bángáládésì)", "bn_IN": "Èdè Bengali (Orílɛ́ède India)", "br_FR": "Èdè Bretoni (Orílɛ́ède Faranse)", "bs_BA": "Èdè Bosnia (Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", + "bs_Cyrl": "Èdè Bosnia (èdè ilɛ̀ Rɔ́shíà)", + "bs_Cyrl_BA": "Èdè Bosnia (èdè ilɛ̀ Rɔ́shíà, Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", + "bs_Latn_BA": "Èdè Bosnia (Èdè Látìn, Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", "ca_AD": "Èdè Catala (Orílɛ́ède Ààndórà)", "ca_ES": "Èdè Catala (Orílɛ́ède Sipani)", "ca_FR": "Èdè Catala (Orílɛ́ède Faranse)", - "ca_IT": "Èdè Catala (Orílɛ́ède Italiyi)", + "ca_IT": "Èdè Catala (Orílɛ́ède Itáli)", "cs_CZ": "Èdè seeki (Orílɛ́ède shɛ́ɛ́kì)", - "cy_GB": "Èdè Welshi (Orílɛ́ède Omobabirin)", + "cy_GB": "Èdè Welshi (Orílɛ́èdè Gɛ̀ɛ́sì)", "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ɛ̀ Gemani", - "de_AT": "Èdè Ilɛ̀ Gemani (Orílɛ́ède Asítíríà)", - "de_BE": "Èdè Ilɛ̀ Gemani (Orílɛ́ède Bégíɔ́mù)", - "de_CH": "Èdè Ilɛ̀ Gemani (Orílɛ́ède switishilandi)", - "de_DE": "Èdè Ilɛ̀ Gemani (Orílɛ́ède Gemani)", - "de_IT": "Èdè Ilɛ̀ Gemani (Orílɛ́ède Italiyi)", - "de_LI": "Èdè Ilɛ̀ Gemani (Orílɛ́ède Lɛshitɛnisiteni)", - "de_LU": "Èdè Ilɛ̀ Gemani (Orílɛ́ède Lusemogi)", + "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)", "el_CY": "Èdè Giriki (Orílɛ́ède Kúrúsì)", "el_GR": "Èdè Giriki (Orílɛ́ède Geriisi)", "en": "Èdè Gɛ̀ɛ́sì", + "en_AE": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Ɛmirate ti Awɔn Arabu)", "en_AG": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Ààntígúà àti Báríbúdà)", "en_AI": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Ààngúlílà)", "en_AS": "Èdè Gɛ̀ɛ́sì (Sámóánì ti Orílɛ́ède Àméríkà)", @@ -74,7 +81,7 @@ "en_CK": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Etíokun Kùúkù)", "en_CM": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Kamerúúnì)", "en_CY": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Kúrúsì)", - "en_DE": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Gemani)", + "en_DE": "Èdè Gɛ̀ɛ́sì (Orílɛèdè Jámánì)", "en_DK": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Dɛ́mákì)", "en_DM": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Dòmíníkà)", "en_ER": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Eritira)", @@ -82,7 +89,7 @@ "en_FJ": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Fiji)", "en_FK": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Etikun Fakalandi)", "en_FM": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Makoronesia)", - "en_GB": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Omobabirin)", + "en_GB": "Èdè Gɛ̀ɛ́sì (Orílɛ́èdè Gɛ̀ɛ́sì)", "en_GD": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Genada)", "en_GH": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Gana)", "en_GI": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Gibaratara)", @@ -111,7 +118,7 @@ "en_MY": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Malasia)", "en_NA": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Namibia)", "en_NF": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Etikun Nɔ́úfókì)", - "en_NG": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Nàìjíríà)", + "en_NG": "Èdè Gɛ̀ɛ́sì (Orilɛ̀-èdè Nàìjíríà)", "en_NL": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Nedalandi)", "en_NR": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Nauru)", "en_NU": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Niue)", @@ -139,7 +146,7 @@ "en_TV": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tufalu)", "en_TZ": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Tanshania)", "en_UG": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Uganda)", - "en_US": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Orilɛede Amerika)", + "en_US": "Èdè Gɛ̀ɛ́sì (Orílɛ̀-èdè Amɛrikà)", "en_VC": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Fisɛnnti ati Genadina)", "en_VG": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Etíkun Fágínì ti ìlú Bírítísì)", "en_VI": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Etikun Fagini ti Amɛrika)", @@ -148,31 +155,32 @@ "en_ZA": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède Ariwa Afirika)", "en_ZM": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède shamibia)", "en_ZW": "Èdè Gɛ̀ɛ́sì (Orílɛ́ède shimibabe)", - "es_AR": "Èdè Sipanisi (Orílɛ́ède Agentínà)", - "es_BO": "Èdè Sipanisi (Orílɛ́ède Bɔ̀lífíyà)", - "es_BR": "Èdè Sipanisi (Orílɛ́ède Bàràsílì)", - "es_BZ": "Èdè Sipanisi (Orílɛ́ède Bèlísɛ̀)", - "es_CL": "Èdè Sipanisi (Orílɛ́ède shílè)", - "es_CO": "Èdè Sipanisi (Orílɛ́ède Kòlómíbìa)", - "es_CR": "Èdè Sipanisi (Orílɛ́ède Kuusita Ríkà)", - "es_CU": "Èdè Sipanisi (Orílɛ́ède Kúbà)", - "es_DO": "Èdè Sipanisi (Orilɛ́ède Dòmíníkánì)", - "es_EC": "Èdè Sipanisi (Orílɛ́ède Ekuádò)", - "es_ES": "Èdè Sipanisi (Orílɛ́ède Sipani)", - "es_GQ": "Èdè Sipanisi (Orílɛ́ède Ekutoria Gini)", - "es_GT": "Èdè Sipanisi (Orílɛ́ède Guatemala)", - "es_HN": "Èdè Sipanisi (Orílɛ́ède Hondurasi)", - "es_MX": "Èdè Sipanisi (Orílɛ́ède Mesiko)", - "es_NI": "Èdè Sipanisi (Orílɛ́ède NIkaragua)", - "es_PA": "Èdè Sipanisi (Orílɛ́ède Panama)", - "es_PE": "Èdè Sipanisi (Orílɛ́ède Peru)", - "es_PH": "Èdè Sipanisi (Orílɛ́ède filipini)", - "es_PR": "Èdè Sipanisi (Orílɛ́ède Pɔto Riko)", - "es_PY": "Èdè Sipanisi (Orílɛ́ède Paraguye)", - "es_SV": "Èdè Sipanisi (Orílɛ́ède Ɛɛsáfádò)", - "es_US": "Èdè Sipanisi (Orílɛ́ède Orilɛede Amerika)", - "es_UY": "Èdè Sipanisi (Orílɛ́ède Nruguayi)", - "es_VE": "Èdè Sipanisi (Orílɛ́ède Fɛnɛshuɛla)", + "es": "Èdè Sípáníìshì", + "es_AR": "Èdè Sípáníìshì (Orílɛ́ède Agentínà)", + "es_BO": "Èdè Sípáníìshì (Orílɛ́ède Bɔ̀lífíyà)", + "es_BR": "Èdè Sípáníìshì (Orilɛ̀-èdè Bàràsílì)", + "es_BZ": "Èdè Sípáníìshì (Orílɛ́ède Bèlísɛ̀)", + "es_CL": "Èdè Sípáníìshì (Orílɛ́ède shílè)", + "es_CO": "Èdè Sípáníìshì (Orílɛ́ède Kòlómíbìa)", + "es_CR": "Èdè Sípáníìshì (Orílɛ́ède Kuusita Ríkà)", + "es_CU": "Èdè Sípáníìshì (Orílɛ́ède Kúbà)", + "es_DO": "Èdè Sípáníìshì (Orilɛ́ède Dòmíníkánì)", + "es_EC": "Èdè Sípáníìshì (Orílɛ́ède Ekuádò)", + "es_ES": "Èdè Sípáníìshì (Orílɛ́ède Sipani)", + "es_GQ": "Èdè Sípáníìshì (Orílɛ́ède Ekutoria Gini)", + "es_GT": "Èdè Sípáníìshì (Orílɛ́ède Guatemala)", + "es_HN": "Èdè Sípáníìshì (Orílɛ́ède Hondurasi)", + "es_MX": "Èdè Sípáníìshì (Orílɛ́ède Mesiko)", + "es_NI": "Èdè Sípáníìshì (Orílɛ́ède NIkaragua)", + "es_PA": "Èdè Sípáníìshì (Orílɛ́ède Panama)", + "es_PE": "Èdè Sípáníìshì (Orílɛ́ède Peru)", + "es_PH": "Èdè Sípáníìshì (Orílɛ́ède filipini)", + "es_PR": "Èdè Sípáníìshì (Orílɛ́ède Pɔto Riko)", + "es_PY": "Èdè Sípáníìshì (Orílɛ́ède Paraguye)", + "es_SV": "Èdè Sípáníìshì (Orílɛ́ède Ɛɛsáfádò)", + "es_US": "Èdè Sípáníìshì (Orílɛ̀-èdè Amɛrikà)", + "es_UY": "Èdè Sípáníìshì (Orílɛ́ède Nruguayi)", + "es_VE": "Èdè Sípáníìshì (Orílɛ́ède Fɛnɛshuɛla)", "et_EE": "Èdè Estonia (Orílɛ́ède Esitonia)", "eu_ES": "Èdè Baski (Orílɛ́ède Sipani)", "fa_AF": "Èdè Pasia (Orílɛ́ède Àfùgànístánì)", @@ -225,12 +233,12 @@ "fr_YT": "Èdè Faransé (Orílɛ́ède Mayote)", "fy_NL": "Èdè Frisia (Orílɛ́ède Nedalandi)", "ga_IE": "Èdè Ireland (Orílɛ́ède Ailandi)", - "gd_GB": "Èdè Gaelik ti Ilu Scotland (Orílɛ́ède Omobabirin)", + "gd_GB": "Èdè Gaelik ti Ilu Scotland (Orílɛ́èdè Gɛ̀ɛ́sì)", "gl_ES": "Èdè Galicia (Orílɛ́ède Sipani)", "gu_IN": "Èdè Gujarati (Orílɛ́ède India)", "ha_GH": "Èdè Hausa (Orílɛ́ède Gana)", "ha_NE": "Èdè Hausa (Orílɛ́ède Nàìjá)", - "ha_NG": "Èdè Hausa (Orílɛ́ède Nàìjíríà)", + "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)", "hr_BA": "Èdè Kroatia (Orílɛ́ède Bɔ̀síníà àti Ɛtisɛgófínà)", @@ -238,12 +246,15 @@ "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 (Orílɛ́ède Nàìjíríà)", + "ig_NG": "Èdè Ibo (Orilɛ̀-èdè Nàìjíríà)", "is_IS": "Èdè Icelandic (Orílɛ́ède Ashilandi)", - "it_CH": "Èdè Italiani (Orílɛ́ède switishilandi)", - "it_IT": "Èdè Italiani (Orílɛ́ède Italiyi)", - "it_SM": "Èdè Italiani (Orílɛ́ède Sani Marino)", - "ja_JP": "Èdè Japanisi (Orílɛ́ède Japani)", + "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)", "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íà)", @@ -266,31 +277,32 @@ "nl_NL": "Èdè Duki (Orílɛ́ède Nedalandi)", "nl_SR": "Èdè Duki (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)", - "pt": "Èdè Pɔtugi", - "pt_AO": "Èdè Pɔtugi (Orílɛ́ède Ààngólà)", - "pt_BR": "Èdè Pɔtugi (Orílɛ́ède Bàràsílì)", - "pt_CH": "Èdè Pɔtugi (Orílɛ́ède switishilandi)", - "pt_CV": "Èdè Pɔtugi (Orílɛ́ède Etíokun Kápé féndè)", - "pt_GQ": "Èdè Pɔtugi (Orílɛ́ède Ekutoria Gini)", - "pt_GW": "Èdè Pɔtugi (Orílɛ́ède Gene-Busau)", - "pt_LU": "Èdè Pɔtugi (Orílɛ́ède Lusemogi)", - "pt_MZ": "Èdè Pɔtugi (Orílɛ́ède Moshamibiku)", - "pt_PT": "Èdè Pɔtugi (Orílɛ́ède Pɔtugi)", - "pt_ST": "Èdè Pɔtugi (Orílɛ́ède Sao tomi ati piriishipi)", - "pt_TL": "Èdè Pɔtugi (Orílɛ́ède ÌlàOòrùn Tímɔ̀)", + "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ì)", + "pt_CH": "Èdè Pɔtogí (Orílɛ́ède switishilandi)", + "pt_CV": "Èdè Pɔtogí (Orílɛ́ède Etíokun Kápé féndè)", + "pt_GQ": "Èdè Pɔtogí (Orílɛ́ède Ekutoria Gini)", + "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_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ɔɔsia", - "ru_BY": "Èdè ̣Rɔɔsia (Orílɛ́ède Bélárúsì)", - "ru_KG": "Èdè ̣Rɔɔsia (Orílɛ́ède Kurishisitani)", - "ru_KZ": "Èdè ̣Rɔɔsia (Orílɛ́ède Kashashatani)", - "ru_MD": "Èdè ̣Rɔɔsia (Orílɛ́ède Modofia)", - "ru_RU": "Èdè ̣Rɔɔsia (Orílɛ́ède Rɔshia)", - "ru_UA": "Èdè ̣Rɔɔsia (Orílɛ́ède Ukarini)", + "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)", "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à)", @@ -304,6 +316,9 @@ "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_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ò)", @@ -326,14 +341,24 @@ "ur_IN": "Èdè Udu (Orílɛ́ède India)", "ur_PK": "Èdè Udu (Orílɛ́ède Pakisitan)", "uz_AF": "Èdè Uzbek (Orílɛ́ède Àfùgànístánì)", + "uz_Arab_AF": "Èdè Uzbek (èdè Lárúbáwá, Orílɛ́ède Àfùgànístánì)", + "uz_Cyrl": "Èdè Uzbek (èdè ilɛ̀ Rɔ́shíà)", + "uz_Cyrl_UZ": "Èdè Uzbek (èdè ilɛ̀ Rɔ́shíà, Orílɛ́ède Nshibɛkisitani)", + "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)", "yo_BJ": "Èdè Yorùbá (Orílɛ́ède Bɛ̀nɛ̀)", - "yo_NG": "Èdè Yorùbá (Orílɛ́ède Nàìjíríà)", - "zh_CN": "Èdè Mandari (Orílɛ́ède sháínà)", - "zh_SG": "Èdè Mandari (Orílɛ́ède Singapo)", - "zh_TW": "Èdè Mandari (Orílɛ́ède Taiwani)", + "yo_NG": "Èdè Yorùbá (Orilɛ̀-èdè Nàìjíríà)", + "zh": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà", + "zh_CN": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà (Orilɛ̀-èdè Sháínà)", + "zh_Hans": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà (tí wɔ́n mú rɔrùn.)", + "zh_Hans_CN": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà (tí wɔ́n mú rɔrùn., Orilɛ̀-èdè Sháínà)", + "zh_Hans_SG": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà (tí wɔ́n mú rɔrùn., Orílɛ́ède Singapo)", + "zh_Hant": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà (Hans àtɔwɔ́dɔ́wɔ́)", + "zh_Hant_TW": "Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà (Hans àtɔwɔ́dɔ́wɔ́, Orílɛ́ède Taiwani)", + "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)" } diff --git a/src/Symfony/Component/Intl/Resources/data/locales/zh.json b/src/Symfony/Component/Intl/Resources/data/locales/zh.json index 4aae5327de805..9d94c5a467b3f 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/zh.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/zh.json @@ -94,6 +94,7 @@ "el_CY": "希腊语 (塞浦路斯)", "el_GR": "希腊语 (希腊)", "en": "英语", + "en_AE": "英语 (阿拉伯联合酋长国)", "en_AG": "英语 (安提瓜和巴布达)", "en_AI": "英语 (安圭拉)", "en_AS": "英语 (美属萨摩亚)", @@ -233,6 +234,23 @@ "fa_AF": "波斯语 (阿富汗)", "fa_IR": "波斯语 (伊朗)", "ff": "富拉语", + "ff_CM": "富拉语 (喀麦隆)", + "ff_GN": "富拉语 (几内亚)", + "ff_Latn": "富拉语 (拉丁文)", + "ff_Latn_BF": "富拉语 (拉丁文, 布基纳法索)", + "ff_Latn_CM": "富拉语 (拉丁文, 喀麦隆)", + "ff_Latn_GH": "富拉语 (拉丁文, 加纳)", + "ff_Latn_GM": "富拉语 (拉丁文, 冈比亚)", + "ff_Latn_GN": "富拉语 (拉丁文, 几内亚)", + "ff_Latn_GW": "富拉语 (拉丁文, 几内亚比绍)", + "ff_Latn_LR": "富拉语 (拉丁文, 利比里亚)", + "ff_Latn_MR": "富拉语 (拉丁文, 毛里塔尼亚)", + "ff_Latn_NE": "富拉语 (拉丁文, 尼日尔)", + "ff_Latn_NG": "富拉语 (拉丁文, 尼日利亚)", + "ff_Latn_SL": "富拉语 (拉丁文, 塞拉利昂)", + "ff_Latn_SN": "富拉语 (拉丁文, 塞内加尔)", + "ff_MR": "富拉语 (毛里塔尼亚)", + "ff_SN": "富拉语 (塞内加尔)", "fi": "芬兰语", "fi_FI": "芬兰语 (芬兰)", "fo": "法罗语", @@ -375,7 +393,7 @@ "mi": "毛利语", "mi_NZ": "毛利语 (新西兰)", "mk": "马其顿语", - "mk_MK": "马其顿语 (马其顿)", + "mk_MK": "马其顿语 (北马其顿)", "ml": "马拉雅拉姆语", "ml_IN": "马拉雅拉姆语 (印度)", "mn": "蒙古语", @@ -429,6 +447,7 @@ "pl_PL": "波兰语 (波兰)", "ps": "普什图语", "ps_AF": "普什图语 (阿富汗)", + "ps_PK": "普什图语 (巴基斯坦)", "pt": "葡萄牙语", "pt_AO": "葡萄牙语 (安哥拉)", "pt_BR": "葡萄牙语 (巴西)", @@ -487,7 +506,7 @@ "so_SO": "索马里语 (索马里)", "sq": "阿尔巴尼亚语", "sq_AL": "阿尔巴尼亚语 (阿尔巴尼亚)", - "sq_MK": "阿尔巴尼亚语 (马其顿)", + "sq_MK": "阿尔巴尼亚语 (北马其顿)", "sq_XK": "阿尔巴尼亚语 (科索沃)", "sr": "塞尔维亚语", "sr_BA": "塞尔维亚语 (波斯尼亚和黑塞哥维那)", 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 2a3eb7c5a1bd2..c67457f80918c 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/zh_Hant.json @@ -94,6 +94,7 @@ "el_CY": "希臘文 (賽普勒斯)", "el_GR": "希臘文 (希臘)", "en": "英文", + "en_AE": "英文 (阿拉伯聯合大公國)", "en_AG": "英文 (安地卡及巴布達)", "en_AI": "英文 (安奎拉)", "en_AS": "英文 (美屬薩摩亞)", @@ -233,6 +234,23 @@ "fa_AF": "波斯文 (阿富汗)", "fa_IR": "波斯文 (伊朗)", "ff": "富拉文", + "ff_CM": "富拉文 (喀麥隆)", + "ff_GN": "富拉文 (幾內亞)", + "ff_Latn": "富拉文 (拉丁文)", + "ff_Latn_BF": "富拉文 (拉丁文, 布吉納法索)", + "ff_Latn_CM": "富拉文 (拉丁文, 喀麥隆)", + "ff_Latn_GH": "富拉文 (拉丁文, 迦納)", + "ff_Latn_GM": "富拉文 (拉丁文, 甘比亞)", + "ff_Latn_GN": "富拉文 (拉丁文, 幾內亞)", + "ff_Latn_GW": "富拉文 (拉丁文, 幾內亞比索)", + "ff_Latn_LR": "富拉文 (拉丁文, 賴比瑞亞)", + "ff_Latn_MR": "富拉文 (拉丁文, 茅利塔尼亞)", + "ff_Latn_NE": "富拉文 (拉丁文, 尼日)", + "ff_Latn_NG": "富拉文 (拉丁文, 奈及利亞)", + "ff_Latn_SL": "富拉文 (拉丁文, 獅子山)", + "ff_Latn_SN": "富拉文 (拉丁文, 塞內加爾)", + "ff_MR": "富拉文 (茅利塔尼亞)", + "ff_SN": "富拉文 (塞內加爾)", "fi": "芬蘭文", "fi_FI": "芬蘭文 (芬蘭)", "fo": "法羅文", @@ -375,7 +393,7 @@ "mi": "毛利文", "mi_NZ": "毛利文 (紐西蘭)", "mk": "馬其頓文", - "mk_MK": "馬其頓文 (馬其頓)", + "mk_MK": "馬其頓文 (北馬其頓)", "ml": "馬來亞拉姆文", "ml_IN": "馬來亞拉姆文 (印度)", "mn": "蒙古文", @@ -429,6 +447,7 @@ "pl_PL": "波蘭文 (波蘭)", "ps": "普什圖文", "ps_AF": "普什圖文 (阿富汗)", + "ps_PK": "普什圖文 (巴基斯坦)", "pt": "葡萄牙文", "pt_AO": "葡萄牙文 (安哥拉)", "pt_BR": "葡萄牙文 (巴西)", @@ -487,7 +506,7 @@ "so_SO": "索馬利文 (索馬利亞)", "sq": "阿爾巴尼亞文", "sq_AL": "阿爾巴尼亞文 (阿爾巴尼亞)", - "sq_MK": "阿爾巴尼亞文 (馬其頓)", + "sq_MK": "阿爾巴尼亞文 (北馬其頓)", "sq_XK": "阿爾巴尼亞文 (科索沃)", "sr": "塞爾維亞文", "sr_BA": "塞爾維亞文 (波士尼亞與赫塞哥維納)", 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 4f1bdba291251..d06acb6f143f1 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 @@ -38,6 +38,7 @@ "ee_GH": "埃維文 (加納)", "ee_TG": "埃維文 (多哥共和國)", "el_CY": "希臘文 (塞浦路斯)", + "en_AE": "英文 (阿拉伯聯合酋長國)", "en_AG": "英文 (安提瓜和巴布達)", "en_BB": "英文 (巴巴多斯)", "en_BI": "英文 (布隆迪)", @@ -87,6 +88,20 @@ "es_EC": "西班牙文 (厄瓜多爾)", "es_GT": "西班牙文 (危地馬拉)", "es_HN": "西班牙文 (洪都拉斯)", + "ff_Latn": "富拉文 (拉丁字母)", + "ff_Latn_BF": "富拉文 (拉丁字母, 布基納法索)", + "ff_Latn_CM": "富拉文 (拉丁字母, 喀麥隆)", + "ff_Latn_GH": "富拉文 (拉丁字母, 加納)", + "ff_Latn_GM": "富拉文 (拉丁字母, 岡比亞)", + "ff_Latn_GN": "富拉文 (拉丁字母, 幾內亞)", + "ff_Latn_GW": "富拉文 (拉丁字母, 幾內亞比紹)", + "ff_Latn_LR": "富拉文 (拉丁字母, 利比里亞)", + "ff_Latn_MR": "富拉文 (拉丁字母, 毛里塔尼亞)", + "ff_Latn_NE": "富拉文 (拉丁字母, 尼日爾)", + "ff_Latn_NG": "富拉文 (拉丁字母, 尼日利亞)", + "ff_Latn_SL": "富拉文 (拉丁字母, 塞拉利昂)", + "ff_Latn_SN": "富拉文 (拉丁字母, 塞內加爾)", + "ff_MR": "富拉文 (毛里塔尼亞)", "fr_BF": "法文 (布基納法索)", "fr_BI": "法文 (布隆迪)", "fr_BJ": "法文 (貝寧)", diff --git a/src/Symfony/Component/Intl/Resources/data/locales/zu.json b/src/Symfony/Component/Intl/Resources/data/locales/zu.json index ab8aea956698f..55d2a0928b43d 100644 --- a/src/Symfony/Component/Intl/Resources/data/locales/zu.json +++ b/src/Symfony/Component/Intl/Resources/data/locales/zu.json @@ -94,6 +94,7 @@ "el_CY": "isi-Greek (i-Cyprus)", "el_GR": "isi-Greek (i-Greece)", "en": "i-English", + "en_AE": "i-English (i-United Arab Emirates)", "en_AG": "i-English (i-Antigua ne-Barbuda)", "en_AI": "i-English (i-Anguilla)", "en_AS": "i-English (i-American Samoa)", @@ -233,6 +234,23 @@ "fa_AF": "isi-Persian (i-Afghanistan)", "fa_IR": "isi-Persian (i-Iran)", "ff": "isi-Fulah", + "ff_CM": "isi-Fulah (i-Cameroon)", + "ff_GN": "isi-Fulah (i-Guinea)", + "ff_Latn": "isi-Fulah (isi-Latin)", + "ff_Latn_BF": "isi-Fulah (isi-Latin, i-Burkina Faso)", + "ff_Latn_CM": "isi-Fulah (isi-Latin, i-Cameroon)", + "ff_Latn_GH": "isi-Fulah (isi-Latin, i-Ghana)", + "ff_Latn_GM": "isi-Fulah (isi-Latin, i-Gambia)", + "ff_Latn_GN": "isi-Fulah (isi-Latin, i-Guinea)", + "ff_Latn_GW": "isi-Fulah (isi-Latin, i-Guinea-Bissau)", + "ff_Latn_LR": "isi-Fulah (isi-Latin, i-Liberia)", + "ff_Latn_MR": "isi-Fulah (isi-Latin, i-Mauritania)", + "ff_Latn_NE": "isi-Fulah (isi-Latin, i-Niger)", + "ff_Latn_NG": "isi-Fulah (isi-Latin, i-Nigeria)", + "ff_Latn_SL": "isi-Fulah (isi-Latin, i-Sierra Leone)", + "ff_Latn_SN": "isi-Fulah (isi-Latin, i-Senegal)", + "ff_MR": "isi-Fulah (i-Mauritania)", + "ff_SN": "isi-Fulah (i-Senegal)", "fi": "isi-Finnish", "fi_FI": "isi-Finnish (i-Finland)", "fo": "isi-Faroese", @@ -429,6 +447,7 @@ "pl_PL": "isi-Polish (i-Poland)", "ps": "isi-Pashto", "ps_AF": "isi-Pashto (i-Afghanistan)", + "ps_PK": "isi-Pashto (i-Pakistan)", "pt": "isi-Portuguese", "pt_AO": "isi-Portuguese (i-Angola)", "pt_BR": "isi-Portuguese (i-Brazil)", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/af.json b/src/Symfony/Component/Intl/Resources/data/regions/af.json index 62df9db44766f..f2930d3c2d782 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/af.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/af.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "AC": "Ascensioneiland", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ak.json b/src/Symfony/Component/Intl/Resources/data/regions/ak.json index 12e0b8e15569f..dcb9f9fd8f6a5 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andora", "AE": "United Arab Emirates", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/am.json b/src/Symfony/Component/Intl/Resources/data/regions/am.json index eb8ce9ec35ad1..9e6bf5dd6b5aa 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/am.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/am.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.18", "Names": { "AC": "አሴንሽን ደሴት", "AD": "አንዶራ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ar.json b/src/Symfony/Component/Intl/Resources/data/regions/ar.json index 42da7fffa5eb7..c29a81c8227e8 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ar.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ar.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.22", "Names": { "AC": "جزيرة أسينشيون", "AD": "أندورا", @@ -215,7 +215,7 @@ "SV": "السلفادور", "SX": "سانت مارتن", "SY": "سوريا", - "SZ": "سوازيلاند", + "SZ": "إسواتيني", "TA": "تريستان دا كونا", "TC": "جزر توركس وكايكوس", "TD": "تشاد", @@ -248,6 +248,7 @@ "VU": "فانواتو", "WF": "جزر والس وفوتونا", "WS": "ساموا", + "XA": "XA", "XK": "كوسوفو", "YE": "اليمن", "YT": "مايوت", 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 69c31f060bc85..588dfe58c3732 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.38.39", + "Version": "2.1.47.69", "Names": { "EA": "سبتة ومليلية", "MS": "مونتيسيرات", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ar_SA.json b/src/Symfony/Component/Intl/Resources/data/regions/ar_SA.json index 3767bc27c032e..8a4a7e080e175 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ar_SA.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ar_SA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.49.36", "Names": { "AC": "جزيرة أسينشين", "BS": "جزر البهاما", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/as.json b/src/Symfony/Component/Intl/Resources/data/regions/as.json index ebe116bcab869..d458991167ef8 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.43.94", + "Version": "2.1.48.17", "Names": { "AC": "এচেনচিয়ন দ্বীপ", "AD": "আন্দোৰা", @@ -215,7 +215,7 @@ "SV": "এল ছেলভেড’ৰ", "SX": "চিণ্ট মাৰ্টেন", "SY": "চিৰিয়া", - "SZ": "স্বাজিলেণ্ড", + "SZ": "ইচ্চুটিনি", "TA": "ত্ৰিস্তান দ্যা কুনহা", "TC": "টাৰ্কছ অৰু কেইক’ছ দ্বীপপুঞ্জ", "TD": "চাড", @@ -248,6 +248,8 @@ "VU": "ভানাটু", "WF": "ৱালিছ আৰু ফুটুনা", "WS": "চামোৱা", + "XA": "ছুডু-একচেণ্ট", + "XB": "ছুডু-বিডি", "XK": "কচ’ভ’", "YE": "য়েমেন", "YT": "মায়োট্টে", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/az.json b/src/Symfony/Component/Intl/Resources/data/regions/az.json index 8b57db822c8ed..9fa66243e0a7e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/az.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/az.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.53", + "Version": "2.1.48.17", "Names": { "AC": "Askenson adası", "AD": "Andorra", @@ -215,7 +215,7 @@ "SV": "Salvador", "SX": "Sint-Marten", "SY": "Suriya", - "SZ": "Svazilend", + "SZ": "Esvatini", "TA": "Tristan da Kunya", "TC": "Törks və Kaykos adaları", "TD": "Çad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Uollis və Futuna", "WS": "Samoa", + "XA": "Psevdo-Aksent", + "XB": "Psevdo-Bidi", "XK": "Kosovo", "YE": "Yəmən", "YT": "Mayot", 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 8c246b1dffe90..0c0d0937c4cbf 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.44.53", + "Version": "2.1.47.82", "Names": { "AC": "Аскенсон адасы", "AD": "Андорра", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/be.json b/src/Symfony/Component/Intl/Resources/data/regions/be.json index 5044cd93ce924..6661111014dca 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/be.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/be.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "AC": "Востраў Узнясення", "AD": "Андора", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bg.json b/src/Symfony/Component/Intl/Resources/data/regions/bg.json index e597d9124637f..fcb4c7be781db 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/bg.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/bg.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.42", "Names": { "AC": "остров Възнесение", "AD": "Андора", @@ -146,7 +146,7 @@ "MF": "Сен Мартен", "MG": "Мадагаскар", "MH": "Маршалови острови", - "MK": "Македония", + "MK": "Северна Македония", "ML": "Мали", "MM": "Мианмар (Бирма)", "MN": "Монголия", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bm.json b/src/Symfony/Component/Intl/Resources/data/regions/bm.json index b4486b5d0f3e7..dbfb52f5cd3e9 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andɔr", "AE": "Arabu mara kafoli", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bn.json b/src/Symfony/Component/Intl/Resources/data/regions/bn.json index 24ef2b111dfa0..c306cbfd98b4f 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/bn.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/bn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.36", "Names": { "AC": "অ্যাসসেনশন আইল্যান্ড", "AD": "আন্ডোরা", @@ -215,7 +215,7 @@ "SV": "এল সালভেদর", "SX": "সিন্ট মার্টেন", "SY": "সিরিয়া", - "SZ": "সোয়াজিল্যান্ড", + "SZ": "ইসওয়াতিনি", "TA": "ট্রিস্টান ডা কুনহা", "TC": "তুর্কস ও কাইকোস দ্বীপপুঞ্জ", "TD": "চাদ", 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 0ef11347a4349..776c04315eef7 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.43.65", + "Version": "2.1.47.69", "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 8362eff038e61..f39ec59508350 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.38.69", + "Version": "2.1.47.82", "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 7273dbcb027d9..88abd9051e5bd 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.38.69", + "Version": "2.1.47.82", "Names": [] } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/br.json b/src/Symfony/Component/Intl/Resources/data/regions/br.json index 6814f26ab0393..2e7edd148133d 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/br.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/br.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.86", "Names": { "AC": "Enez Ascension", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bs.json b/src/Symfony/Component/Intl/Resources/data/regions/bs.json index c295c3db95021..b3ee949d266a5 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/bs.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/bs.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.17", "Names": { "AC": "Ostrvo Ascension", "AD": "Andora", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.json b/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.json index 87605bc58dfed..264360f945443 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.41.34", + "Version": "2.1.48.17", "Names": { "AC": "Острво Асенсион", "AD": "Андора", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ca.json b/src/Symfony/Component/Intl/Resources/data/regions/ca.json index 5e25b9d0982c2..3f7bb44539410 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ca.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ca.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.42", "Names": { "AC": "Illa de l’Ascensió", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagascar", "MH": "Illes Marshall", - "MK": "Macedònia", + "MK": "Macedònia del Nord", "ML": "Mali", "MM": "Myanmar (Birmània)", "MN": "Mongòlia", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Síria", - "SZ": "Swazilàndia", + "SZ": "eSwatini", "TA": "Tristão da Cunha", "TC": "Illes Turks i Caicos", "TD": "Txad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis i Futuna", "WS": "Samoa", + "XA": "Pseudo-Accents", + "XB": "Pseudo-Bidi", "XK": "Kosovo", "YE": "Iemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ce.json b/src/Symfony/Component/Intl/Resources/data/regions/ce.json index 664d33f491932..0c992586879a5 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.41.34", + "Version": "2.1.47.82", "Names": { "AC": "Айъадаларан гӀайре", "AD": "Андорра", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/cs.json b/src/Symfony/Component/Intl/Resources/data/regions/cs.json index 949da5754ee3a..20f209de6a573 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.44.91", + "Version": "2.1.48.44", "Names": { "AC": "Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Svatý Martin (Francie)", "MG": "Madagaskar", "MH": "Marshallovy ostrovy", - "MK": "Makedonie", + "MK": "Severní Makedonie", "ML": "Mali", "MM": "Myanmar (Barma)", "MN": "Mongolsko", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis a Futuna", "WS": "Samoa", + "XA": "simulovaná diakritika", + "XB": "simulovaný obousměrný zápis", "XK": "Kosovo", "YE": "Jemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/cy.json b/src/Symfony/Component/Intl/Resources/data/regions/cy.json index 7dee5c0e6858d..2383faaf8995c 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.44.91", + "Version": "2.1.48.17", "Names": { "AC": "Ynys Ascension", "AD": "Andorra", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Syria", - "SZ": "Gwlad Swazi", + "SZ": "Eswatini", "TA": "Tristan da Cunha", "TC": "Ynysoedd Turks a Caicos", "TD": "Tchad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis a Futuna", "WS": "Samoa", + "XA": "Acenion Ffug", + "XB": "Bidi Ffug", "XK": "Kosovo", "YE": "Yemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/da.json b/src/Symfony/Component/Intl/Resources/data/regions/da.json index eef0deeafb745..33afad4e169b1 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/da.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/da.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "AC": "Ascensionøen", "AD": "Andorra", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Syrien", - "SZ": "Swaziland", + "SZ": "Eswatini", "TA": "Tristan da Cunha", "TC": "Turks- og Caicosøerne", "TD": "Tchad", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/de.json b/src/Symfony/Component/Intl/Resources/data/regions/de.json index 5afcc9a16bf99..7851e87dc8e36 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/de.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/de.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.42", "Names": { "AC": "Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "St. Martin", "MG": "Madagaskar", "MH": "Marshallinseln", - "MK": "Mazedonien", + "MK": "Nordmazedonien", "ML": "Mali", "MM": "Myanmar", "MN": "Mongolei", 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 08a407ab66c27..acdbdf4c9494a 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.43.65", + "Version": "2.1.47.69", "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 5bd97c9b4f2e9..9e9592276074d 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.44.50", + "Version": "2.1.47.86", "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 9f3a1e39f96ab..118fbd93c8353 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.41.34", + "Version": "2.1.47.82", "Names": { "AC": "ཨེ་སེན་ཤུན་ཚོ་གླིང༌", "AD": "ཨཱན་དོ་ར", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ee.json b/src/Symfony/Component/Intl/Resources/data/regions/ee.json index ef847b044b001..475e5b8dc4558 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.44.88", + "Version": "2.1.47.82", "Names": { "AC": "Ascension ƒudomekpo nutome", "AD": "Andorra nutome", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/el.json b/src/Symfony/Component/Intl/Resources/data/regions/el.json index 743b2e698973c..6baa0f4ada54f 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.43.65", + "Version": "2.1.49.26", "Names": { "AC": "Νήσος Ασενσιόν", "AD": "Ανδόρα", @@ -146,7 +146,7 @@ "MF": "Άγιος Μαρτίνος (Γαλλικό τμήμα)", "MG": "Μαδαγασκάρη", "MH": "Νήσοι Μάρσαλ", - "MK": "Πρώην Γιουγκοσλαβική Δημοκρατία της Μακεδονίας", + "MK": "Βόρεια Μακεδονία", "ML": "Μάλι", "MM": "Μιανμάρ (Βιρμανία)", "MN": "Μογγολία", @@ -248,6 +248,8 @@ "VU": "Βανουάτου", "WF": "Γουάλις και Φουτούνα", "WS": "Σαμόα", + "XA": "Ψευδο-προφορές", + "XB": "Ψευδο-αμφικατευθυντικό", "XK": "Κοσσυφοπέδιο", "YE": "Υεμένη", "YT": "Μαγιότ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/en.json b/src/Symfony/Component/Intl/Resources/data/regions/en.json index 0df847ba4b403..ccd1c833f82b9 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.44.91", + "Version": "2.1.48.65", "Names": { "AC": "Ascension Island", "AD": "Andorra", @@ -146,11 +146,11 @@ "MF": "St. Martin", "MG": "Madagascar", "MH": "Marshall Islands", - "MK": "Macedonia", + "MK": "North Macedonia", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Mongolia", - "MO": "Macau SAR China", + "MO": "Macao SAR China", "MP": "Northern Mariana Islands", "MQ": "Martinique", "MR": "Mauritania", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Syria", - "SZ": "Swaziland", + "SZ": "Eswatini", "TA": "Tristan da Cunha", "TC": "Turks & Caicos Islands", "TD": "Chad", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/en_GB.json b/src/Symfony/Component/Intl/Resources/data/regions/en_GB.json index 9ed0eb25abe0d..556b3491e7edf 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/en_GB.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/en_GB.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.18", + "Version": "2.1.47.86", "Names": { "BL": "St Barthélemy", "KN": "St Kitts & Nevis", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/eo.json b/src/Symfony/Component/Intl/Resources/data/regions/eo.json index a12993b8c9dc7..2fd4c4c3684c3 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.38.69", + "Version": "2.1.49.33", "Names": { "AD": "Andoro", "AE": "Unuiĝintaj Arabaj Emirlandoj", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es.json b/src/Symfony/Component/Intl/Resources/data/regions/es.json index 5300651412bf8..0b85dcc26c6a4 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.20", "Names": { "AC": "Isla de la Ascensión", "AD": "Andorra", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Siria", - "SZ": "Suazilandia", + "SZ": "Esuatini", "TA": "Tristán de Acuña", "TC": "Islas Turcas y Caicos", "TD": "Chad", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_419.json b/src/Symfony/Component/Intl/Resources/data/regions/es_419.json index d8d94258ea074..76d874439747c 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_419.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_419.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.86", "Names": { "AC": "Isla Ascensión", "BA": "Bosnia-Herzegovina", @@ -7,6 +7,7 @@ "CI": "Costa de Marfil", "GG": "Guernesey", "IC": "Islas Canarias", + "SZ": "Suazilandia", "TA": "Tristán da Cunha", "TL": "Timor Oriental", "UM": "Islas Ultramarinas de EE.UU.", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_AR.json b/src/Symfony/Component/Intl/Resources/data/regions/es_AR.json index ea62bccd66afe..57c6d73860480 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_AR.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_AR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_BO.json b/src/Symfony/Component/Intl/Resources/data/regions/es_BO.json index 7685c507e39a4..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_BO.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_BO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_CL.json b/src/Symfony/Component/Intl/Resources/data/regions/es_CL.json index ae5b488e31fed..76ac65c055515 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_CL.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_CL.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "EH": "Sahara Occidental", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_CO.json b/src/Symfony/Component/Intl/Resources/data/regions/es_CO.json index ea62bccd66afe..57c6d73860480 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_CO.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_CO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_CR.json b/src/Symfony/Component/Intl/Resources/data/regions/es_CR.json index 7685c507e39a4..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_CR.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_CR.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_DO.json b/src/Symfony/Component/Intl/Resources/data/regions/es_DO.json index 7685c507e39a4..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_DO.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_DO.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_EC.json b/src/Symfony/Component/Intl/Resources/data/regions/es_EC.json index 7685c507e39a4..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_EC.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_EC.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_GT.json b/src/Symfony/Component/Intl/Resources/data/regions/es_GT.json index 7685c507e39a4..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_GT.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_GT.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_HN.json b/src/Symfony/Component/Intl/Resources/data/regions/es_HN.json index 7685c507e39a4..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_HN.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_HN.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_MX.json b/src/Symfony/Component/Intl/Resources/data/regions/es_MX.json index 5028bac34dea5..8a34a956758d4 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_MX.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_MX.json @@ -1,10 +1,11 @@ { - "Version": "2.1.44.5", + "Version": "2.1.47.96", "Names": { "BA": "Bosnia y Herzegovina", "CI": "Côte d’Ivoire", "GG": "Guernsey", "SA": "Arabia Saudita", + "SZ": "Eswatini", "TA": "Tristán de Acuña", "TL": "Timor-Leste", "UM": "Islas menores alejadas de EE. UU.", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_NI.json b/src/Symfony/Component/Intl/Resources/data/regions/es_NI.json index 7685c507e39a4..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_NI.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_NI.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_PA.json b/src/Symfony/Component/Intl/Resources/data/regions/es_PA.json index 7685c507e39a4..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_PA.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_PA.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_PE.json b/src/Symfony/Component/Intl/Resources/data/regions/es_PE.json index 7685c507e39a4..b31d69876b037 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_PE.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_PE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.38.39", + "Version": "2.1.47.83", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", 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 40a1330d3995e..c21aa484e2a41 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.38.39", + "Version": "2.1.47.70", "Names": { "UM": "Islas menores alejadas de EE. UU." } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_PY.json b/src/Symfony/Component/Intl/Resources/data/regions/es_PY.json index 198fa4ae7f83d..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_PY.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_PY.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", 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 40a1330d3995e..c21aa484e2a41 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.38.39", + "Version": "2.1.47.70", "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 3ebff2cdb2107..653d22a933dba 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_US.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_US.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.86", "Names": { "AC": "Isla de la Ascensión", "BA": "Bosnia y Herzegovina", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/es_VE.json b/src/Symfony/Component/Intl/Resources/data/regions/es_VE.json index 6846aaa8ec795..97d209f68bc84 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/es_VE.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/es_VE.json @@ -1,5 +1,5 @@ { - "Version": "2.1.41.45", + "Version": "2.1.47.70", "Names": { "BA": "Bosnia y Herzegovina", "TA": "Tristán de Acuña", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/et.json b/src/Symfony/Component/Intl/Resources/data/regions/et.json index 3e3f2d828c162..74ada9b30cc2f 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.44.91", + "Version": "2.1.48.42", "Names": { "AC": "Ascensioni saar", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint-Martin", "MG": "Madagaskar", "MH": "Marshalli Saared", - "MK": "Makedoonia", + "MK": "Põhja-Makedoonia", "ML": "Mali", "MM": "Myanmar (Birma)", "MN": "Mongoolia", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis ja Futuna", "WS": "Samoa", + "XA": "pseudo-aktsent", + "XB": "pseudo-Bidi", "XK": "Kosovo", "YE": "Jeemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/eu.json b/src/Symfony/Component/Intl/Resources/data/regions/eu.json index ac56f850b8573..3b33b4c200853 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/eu.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/eu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "AC": "Ascension uhartea", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fa.json b/src/Symfony/Component/Intl/Resources/data/regions/fa.json index 4dc8633b7af51..2a14864e7e3d8 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/fa.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/fa.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.42", "Names": { "AC": "جزایر آسنسیون", "AD": "آندورا", @@ -146,7 +146,7 @@ "MF": "سنت مارتین", "MG": "ماداگاسکار", "MH": "جزایر مارشال", - "MK": "مقدونیه", + "MK": "مقدونیهٔ شمالی", "ML": "مالی", "MM": "میانمار (برمه)", "MN": "مغولستان", @@ -215,7 +215,7 @@ "SV": "السالوادور", "SX": "سنت مارتن", "SY": "سوریه", - "SZ": "سوازیلند", + "SZ": "اسواتینی", "TA": "تریستان دا کونا", "TC": "جزایر تورکس و کایکوس", "TD": "چاد", 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 4a48485a13771..a96c0120373f7 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.43.65", + "Version": "2.1.47.86", "Names": { "AD": "اندورا", "AG": "انتیگوا و باربودا", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ff.json b/src/Symfony/Component/Intl/Resources/data/regions/ff.json index a51b76c6f56bf..0b22f8b3bfa16 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Anndoora", "AE": "Emiraat Araab Denntuɗe", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fi.json b/src/Symfony/Component/Intl/Resources/data/regions/fi.json index a84896b2c23e2..d80fb248ba8c9 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.44.91", + "Version": "2.1.48.42", "Names": { "AC": "Ascension-saari", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint-Martin", "MG": "Madagaskar", "MH": "Marshallinsaaret", - "MK": "Makedonia", + "MK": "Pohjois-Makedonia", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Mongolia", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fo.json b/src/Symfony/Component/Intl/Resources/data/regions/fo.json index 25187cba697a5..e5dbef4a25d37 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/fo.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/fo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.41.34", + "Version": "2.1.48.9", "Names": { "AC": "Ascension", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fr.json b/src/Symfony/Component/Intl/Resources/data/regions/fr.json index b7bc6fc4be240..19810bbe1ecd6 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.44.91", + "Version": "2.1.48.43", "Names": { "AC": "Île de l’Ascension", "AD": "Andorre", @@ -215,7 +215,7 @@ "SV": "Salvador", "SX": "Saint-Martin (partie néerlandaise)", "SY": "Syrie", - "SZ": "Swaziland", + "SZ": "Eswatini", "TA": "Tristan da Cunha", "TC": "Îles Turques-et-Caïques", "TD": "Tchad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis-et-Futuna", "WS": "Samoa", + "XA": "pseudo-accents", + "XB": "pseudo-bidi", "XK": "Kosovo", "YE": "Yémen", "YT": "Mayotte", 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 d6e2cfe509fac..c12001099c8fb 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.43.65", + "Version": "2.1.47.70", "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 e0965d6e51d70..1209281a2b16e 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.43.65", + "Version": "2.1.47.86", "Names": { "AC": "île de l’Ascension", "AX": "îles d’Åland", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/fy.json b/src/Symfony/Component/Intl/Resources/data/regions/fy.json index 00e4b8faca8bd..6d58a908cd3ec 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.41.34", + "Version": "2.1.47.82", "Names": { "AC": "Ascension", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ga.json b/src/Symfony/Component/Intl/Resources/data/regions/ga.json index 369c54553a3e9..c3ad8c6c5399e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ga.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ga.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.17", "Names": { "AC": "Oileán na Deascabhála", "AD": "Andóra", @@ -248,6 +248,8 @@ "VU": "Vanuatú", "WF": "Vailís agus Futúna", "WS": "Samó", + "XA": "XA", + "XB": "XB", "XK": "an Chosaiv", "YE": "Éimin", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/gd.json b/src/Symfony/Component/Intl/Resources/data/regions/gd.json index bfaa1624b3880..82fc118c83f6b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/gd.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/gd.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.86", "Names": { "AC": "Eilean na Deasgabhalach", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/gl.json b/src/Symfony/Component/Intl/Resources/data/regions/gl.json index a72d2e705d1b6..cfcc31ef4955d 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/gl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/gl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.17", "Names": { "AC": "Illa de Ascensión", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/gu.json b/src/Symfony/Component/Intl/Resources/data/regions/gu.json index bf1cf02c2bc6f..21ed271597c55 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/gu.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/gu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.2", + "Version": "2.1.48.42", "Names": { "AC": "એસેન્શન આઇલેન્ડ", "AD": "ઍંડોરા", @@ -146,7 +146,7 @@ "MF": "સેંટ માર્ટિન", "MG": "મેડાગાસ્કર", "MH": "માર્શલ આઇલેન્ડ્સ", - "MK": "મેસેડોનિયા", + "MK": "ઉત્તર મેસેડોનિયા", "ML": "માલી", "MM": "મ્યાંમાર (બર્મા)", "MN": "મંગોલિયા", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/gv.json b/src/Symfony/Component/Intl/Resources/data/regions/gv.json index 3ffe128e441c9..b7f297b1487c4 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.38.69", + "Version": "2.1.47.82", "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 1eb308a48b7ee..4de3da7a40898 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.43.2", + "Version": "2.1.48.45", "Names": { "AD": "Andora", "AE": "Haɗaɗɗiyar Daular Larabawa", @@ -67,7 +67,7 @@ "FM": "Mikuronesiya", "FR": "Faransa", "GA": "Gabon", - "GB": "Birtaniya", + "GB": "Biritaniya", "GD": "Girnada", "GE": "Jiwarjiya", "GF": "Gini Ta Faransa", @@ -98,7 +98,7 @@ "IT": "Italiya", "JM": "Jamaika", "JO": "Jordan", - "JP": "Japan", + "JP": "Jàpân", "KE": "Kenya", "KG": "Kirgizistan", "KH": "Kambodiya", @@ -208,7 +208,7 @@ "TZ": "Tanzaniya", "UA": "Yukaran", "UG": "Yuganda", - "US": "Amurka", + "US": "Amirka", "UY": "Yurugai", "UZ": "Uzubekistan", "VA": "Batikan", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ha_NE.json b/src/Symfony/Component/Intl/Resources/data/regions/ha_NE.json new file mode 100644 index 0000000000000..218f0a3033308 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/regions/ha_NE.json @@ -0,0 +1,229 @@ +{ + "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/he.json b/src/Symfony/Component/Intl/Resources/data/regions/he.json index 61e250b674b51..483f35424716d 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/he.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/he.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.42", "Names": { "AC": "האי אסנשן", "AD": "אנדורה", @@ -146,7 +146,7 @@ "MF": "סן מרטן", "MG": "מדגסקר", "MH": "איי מרשל", - "MK": "מקדוניה", + "MK": "מקדוניה הצפונית", "ML": "מאלי", "MM": "מיאנמר (בורמה)", "MN": "מונגוליה", @@ -215,7 +215,7 @@ "SV": "אל סלבדור", "SX": "סנט מארטן", "SY": "סוריה", - "SZ": "סווזילנד", + "SZ": "אסוואטיני", "TA": "טריסטן דה קונה", "TC": "איי טרקס וקייקוס", "TD": "צ׳אד", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/hi.json b/src/Symfony/Component/Intl/Resources/data/regions/hi.json index a2656f78356f1..5fc9f29296f1e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/hi.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/hi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.17", "Names": { "AC": "असेंशन द्वीप", "AD": "एंडोरा", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/hr.json b/src/Symfony/Component/Intl/Resources/data/regions/hr.json index eb4ae31edd99f..f30d749531454 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/hr.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/hr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.42", "Names": { "AC": "Otok Ascension", "AD": "Andora", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagaskar", "MH": "Maršalovi Otoci", - "MK": "Makedonija", + "MK": "Sjeverna Makedonija", "ML": "Mali", "MM": "Mjanmar (Burma)", "MN": "Mongolija", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis i Futuna", "WS": "Samoa", + "XA": "pseudo naglasci", + "XB": "pseudo bidi", "XK": "Kosovo", "YE": "Jemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/hu.json b/src/Symfony/Component/Intl/Resources/data/regions/hu.json index 12d07ba213395..0828416a2cef2 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.43.65", + "Version": "2.1.48.42", "Names": { "AC": "Ascension-sziget", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagaszkár", "MH": "Marshall-szigetek", - "MK": "Macedónia", + "MK": "Észak-Macedónia", "ML": "Mali", "MM": "Mianmar (Burma)", "MN": "Mongólia", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis és Futuna", "WS": "Szamoa", + "XA": "Pszeudo-nyelvjárások", + "XB": "Pszeudo-kétirányú", "XK": "Koszovó", "YE": "Jemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/hy.json b/src/Symfony/Component/Intl/Resources/data/regions/hy.json index 17c88c0e503b7..837b94148ec39 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/hy.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/hy.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.17", "Names": { "AC": "Համբարձման կղզի", "AD": "Անդորրա", @@ -215,7 +215,7 @@ "SV": "Սալվադոր", "SX": "Սինտ Մարտեն", "SY": "Սիրիա", - "SZ": "Սվազիլենդ", + "SZ": "Էսվատինի", "TA": "Տրիստան դա Կունյա", "TC": "Թըրքս և Կայկոս կղզիներ", "TD": "Չադ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ia.json b/src/Symfony/Component/Intl/Resources/data/regions/ia.json index 0ccf52045ba60..aca8edb4c2126 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.44.15", + "Version": "2.1.48.36", "Names": { "AD": "Andorra", "AE": "Emiratos Arabe Unite", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/id.json b/src/Symfony/Component/Intl/Resources/data/regions/id.json index 8b44aba69697a..9aa970d2fcc42 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/id.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/id.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.20", + "Version": "2.1.48.42", "Names": { "AC": "Pulau Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagaskar", "MH": "Kepulauan Marshall", - "MK": "Makedonia", + "MK": "Makedonia Utara", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Mongolia", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Suriah", - "SZ": "Swaziland", + "SZ": "eSwatini", "TA": "Tristan da Cunha", "TC": "Kepulauan Turks dan Caicos", "TD": "Cad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Kepulauan Wallis dan Futuna", "WS": "Samoa", + "XA": "Aksen Asing", + "XB": "Pseudo-Bidi", "XK": "Kosovo", "YE": "Yaman", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ig.json b/src/Symfony/Component/Intl/Resources/data/regions/ig.json index 412e7ae133f4a..5493329de78d2 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ig.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ig.json @@ -1,13 +1,22 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.45", "Names": { "BJ": "Binin", "BM": "Bemuda", - "CN": "Chaina", + "BR": "Mba Brazil", + "CN": "Mba China", + "DE": "Mba Germany", + "FR": "Mba France", + "GB": "Mba United Kingdom", "HT": "Hati", + "IN": "Mba India", + "IT": "Mba Italy", + "JP": "Mba Japan", "KM": "Comorosu", "LY": "Libyia", "MV": "Maldivesa", - "NG": "Naịjịrịa" + "NG": "Naịjịrịa", + "RU": "Mba Russia", + "US": "Mba United States" } } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ii.json b/src/Symfony/Component/Intl/Resources/data/regions/ii.json index a4f7cf1c4af99..21ab0020a8aa8 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.38.69", + "Version": "2.1.47.82", "Names": { "BR": "ꀠꑭ", "CN": "ꍏꇩ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/in.json b/src/Symfony/Component/Intl/Resources/data/regions/in.json index 8b44aba69697a..9aa970d2fcc42 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/in.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/in.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.20", + "Version": "2.1.48.42", "Names": { "AC": "Pulau Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagaskar", "MH": "Kepulauan Marshall", - "MK": "Makedonia", + "MK": "Makedonia Utara", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Mongolia", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Suriah", - "SZ": "Swaziland", + "SZ": "eSwatini", "TA": "Tristan da Cunha", "TC": "Kepulauan Turks dan Caicos", "TD": "Cad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Kepulauan Wallis dan Futuna", "WS": "Samoa", + "XA": "Aksen Asing", + "XB": "Pseudo-Bidi", "XK": "Kosovo", "YE": "Yaman", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/is.json b/src/Symfony/Component/Intl/Resources/data/regions/is.json index 5692b9c64e863..1c11054acea9d 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/is.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/is.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.17", "Names": { "AC": "Ascension-eyja", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/it.json b/src/Symfony/Component/Intl/Resources/data/regions/it.json index eb5b36ce0e69e..c5a9d9e34756b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/it.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/it.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.86", + "Version": "2.1.48.42", "Names": { "AC": "Isola Ascensione", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagascar", "MH": "Isole Marshall", - "MK": "Repubblica di Macedonia", + "MK": "Macedonia del Nord", "ML": "Mali", "MM": "Myanmar (Birmania)", "MN": "Mongolia", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis e Futuna", "WS": "Samoa", + "XA": "pseudo-accenti", + "XB": "pseudo-bidi", "XK": "Kosovo", "YE": "Yemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/iw.json b/src/Symfony/Component/Intl/Resources/data/regions/iw.json index 61e250b674b51..483f35424716d 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/iw.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/iw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.42", "Names": { "AC": "האי אסנשן", "AD": "אנדורה", @@ -146,7 +146,7 @@ "MF": "סן מרטן", "MG": "מדגסקר", "MH": "איי מרשל", - "MK": "מקדוניה", + "MK": "מקדוניה הצפונית", "ML": "מאלי", "MM": "מיאנמר (בורמה)", "MN": "מונגוליה", @@ -215,7 +215,7 @@ "SV": "אל סלבדור", "SX": "סנט מארטן", "SY": "סוריה", - "SZ": "סווזילנד", + "SZ": "אסוואטיני", "TA": "טריסטן דה קונה", "TC": "איי טרקס וקייקוס", "TD": "צ׳אד", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ja.json b/src/Symfony/Component/Intl/Resources/data/regions/ja.json index c99c2941692d0..a03536a9a42ba 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ja.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ja.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.42", "Names": { "AC": "アセンション島", "AD": "アンドラ", @@ -146,7 +146,7 @@ "MF": "サン・マルタン", "MG": "マダガスカル", "MH": "マーシャル諸島", - "MK": "マケドニア", + "MK": "北マケドニア", "ML": "マリ", "MM": "ミャンマー (ビルマ)", "MN": "モンゴル", @@ -215,7 +215,7 @@ "SV": "エルサルバドル", "SX": "シント・マールテン", "SY": "シリア", - "SZ": "スワジランド", + "SZ": "エスワティニ", "TA": "トリスタン・ダ・クーニャ", "TC": "タークス・カイコス諸島", "TD": "チャド", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/jv.json b/src/Symfony/Component/Intl/Resources/data/regions/jv.json index 2bce53a0ebfa6..27697e30fb36b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/jv.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/jv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.15", + "Version": "2.1.48.44", "Names": { "AC": "Pulo Ascension", "AD": "Andora", @@ -38,6 +38,7 @@ "BY": "Bélarus", "BZ": "Bélisé", "CA": "Kanada", + "CC": "Kapuloan Cocos (Keeling)", "CD": "Kongo - Kinshasa", "CF": "Républik Afrika Tengah", "CG": "Kongo - Brassaville", @@ -83,11 +84,14 @@ "GG": "Guernsei", "GH": "Ghana", "GI": "Gibraltar", + "GL": "Greenland", "GM": "Gambia", + "GN": "Guinea", "GP": "Guadélup", "GS": "Georgia Kidul lan Kapuloan Sandwich Kidul", "GT": "Guatémala", "GU": "Guam", + "GW": "Guinea-Bissau", "GY": "Guyana", "HK": "Laladan Administratif Astamiwa Hong Kong", "HN": "Honduras", @@ -178,6 +182,7 @@ "QA": "Katar", "RE": "Réunion", "RO": "Ruméni", + "RU": "Rusia", "RW": "Rwanda", "SA": "Arab Saudi", "SB": "Kapuloan Suleman", @@ -218,10 +223,13 @@ "TZ": "Tansania", "UA": "Ukrania", "UG": "Uganda", + "UM": "Kapuloan AS Paling Njaba", "US": "Amérika Sarékat", "UY": "Uruguay", "UZ": "Usbèkistan", + "VA": "Kutha Vatikan", "VE": "Vénésuéla", + "VG": "Kapuloan Virgin Britania", "VI": "Kapuloan Virgin Amérika", "VN": "Viètnam", "VU": "Vanuatu", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ka.json b/src/Symfony/Component/Intl/Resources/data/regions/ka.json index 8eaf36e7972eb..03ffef22d46a5 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ka.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ka.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.17", "Names": { "AC": "ამაღლების კუნძული", "AD": "ანდორა", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ki.json b/src/Symfony/Component/Intl/Resources/data/regions/ki.json index 8cb757dd0fe64..4ac2e0e5c7462 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andora", "AE": "Falme za Kiarabu", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/kk.json b/src/Symfony/Component/Intl/Resources/data/regions/kk.json index b897ecf80c555..d287106cc3c2d 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.44.88", + "Version": "2.1.48.17", "Names": { "AC": "Әскенжін аралы", "AD": "Андорра", @@ -248,6 +248,8 @@ "VU": "Вануату", "WF": "Уоллис және Футуна", "WS": "Самоа", + "XA": "жалған акцент", + "XB": "жалған Bidi", "XK": "Косово", "YE": "Йемен", "YT": "Майотта", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/kl.json b/src/Symfony/Component/Intl/Resources/data/regions/kl.json index 604550793a160..f835841f1ce19 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.45.12", + "Version": "2.1.47.82", "Names": { "GL": "Kalaallit Nunaat" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/km.json b/src/Symfony/Component/Intl/Resources/data/regions/km.json index 9f3233e282097..422906b1ccdfb 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/km.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/km.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.17", "Names": { "AC": "កោះ​អាសេនសិន", "AD": "អង់ដូរ៉ា", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/kn.json b/src/Symfony/Component/Intl/Resources/data/regions/kn.json index f68a90ae16159..c4c03344e6320 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/kn.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/kn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.17", "Names": { "AC": "ಅಸೆನ್ಶನ್ ದ್ವೀಪ", "AD": "ಅಂಡೋರಾ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ko.json b/src/Symfony/Component/Intl/Resources/data/regions/ko.json index d4c8c35e0a705..4a65ee4587940 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.44.91", + "Version": "2.1.48.17", "Names": { "AC": "어센션 섬", "AD": "안도라", @@ -215,7 +215,7 @@ "SV": "엘살바도르", "SX": "신트마르턴", "SY": "시리아", - "SZ": "스와질란드", + "SZ": "에스와티니", "TA": "트리스탄다쿠나", "TC": "터크스 케이커스 제도", "TD": "차드", @@ -248,6 +248,8 @@ "VU": "바누아투", "WF": "왈리스-푸투나 제도", "WS": "사모아", + "XA": "유사 억양", + "XB": "유사 양방향", "XK": "코소보", "YE": "예멘", "YT": "마요트", 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 82188bb1919b5..b2854c05d0c01 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.38.39", + "Version": "2.1.47.71", "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 b6ba6e56c580c..a8c825311b8cf 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ks.json @@ -1,12 +1,12 @@ { - "Version": "2.1.41.34", + "Version": "2.1.47.83", "Names": { - "AD": "اٮ۪نڑورا", + "AD": "اؠنڑورا", "AE": "مُتحدہ عرَب امارات", "AF": "اَفغانَستان", - "AG": "اٮ۪نٹِگُوا تہٕ باربوڑا", + "AG": "اؠنٹِگُوا تہٕ باربوڑا", "AI": "انگوئیلا", - "AL": "اٮ۪لبانِیا", + "AL": "اؠلبانِیا", "AM": "اَرمانِیا", "AO": "انگولا", "AQ": "اینٹارٹِکا", @@ -15,52 +15,52 @@ "AT": "آسٹِیا", "AU": "آسٹریلِیا", "AW": "اَروٗبا", - "AX": "ایلینٛڑ جٔزیٖرٕ", + "AX": "ایلینڑ جٔزیٖرٕ", "AZ": "آزَرباجان", "BA": "بوسنِیا تہٕ ہَرزِگووِنا", "BB": "باربیڈاس", - "BD": "بَنٛگلادیش", - "BE": "بیٛلجِیَم", + "BD": "بَنگلادیش", + "BE": "بیلجِیَم", "BF": "بُرکِنا فیسو", "BG": "بَلجیرِیا", "BH": "بحریٖن", "BI": "بورَنڈِ", "BJ": "بِنِن", - "BL": "سینٛٹ بارتَھیلمی", + "BL": "سینٹ بارتَھیلمی", "BM": "بٔرمیوڈا", "BN": "بُرنٔے", "BO": "بولِوِیا", "BQ": "برطانوی قُطبہِ جَنوٗبی علاقہٕ", - "BR": "برٛازِل", + "BR": "برازِل", "BS": "بَہامَس", "BT": "بوٗٹان", "BW": "بوتَسوانا", "BY": "بیلاروٗس", "BZ": "بیلِج", "CA": "کینَڑا", - "CC": "کوکَس کیٖلِنٛگ جٔزیٖرٕ", - "CD": "کونٛگو کِنشاسا", + "CC": "کوکَس کیٖلِنگ جٔزیٖرٕ", + "CD": "کونگو کِنشاسا", "CF": "مرکٔزی اَفریٖکی جموٗریَت", - "CG": "کونٛگو بٔرٛزاوِلی", - "CH": "سُوِزَرلینٛڑ", + "CG": "کونگو بٔرزاوِلی", + "CH": "سُوِزَرلینڑ", "CI": "اَیوٕری کوسٹ", "CK": "کُک جٔزیٖرٕ", "CL": "چِلی", - "CM": "کیٚمِروٗن", + "CM": "کیمِروٗن", "CN": "چیٖن", "CO": "کولَمبِیا", "CR": "کوسٹا رِکا", "CU": "کیوٗبا", "CV": "کیپ ؤرڑی", "CX": "کرِسمَس جٔزیٖرٕ", - "CY": "سایفرٛس", + "CY": "سایفرس", "CZ": "چیک جَموٗرِیَت", "DE": "جرمٔنی", "DJ": "جِبوٗتی", - "DK": "ڈینٛمارٕک", + "DK": "ڈینمارٕک", "DM": "ڈومِنِکا", "DO": "ڈومِنِکَن جموٗرِیَت", - "DZ": "اٮ۪لجیرِیا", + "DZ": "اؠلجیرِیا", "EC": "اِکواڑور", "EE": "ایسٹونِیا", "EG": "مِسٔر", @@ -68,90 +68,90 @@ "ER": "اِرٕٹِیا", "ES": "سٕپین", "ET": "اِتھوپِیا", - "FI": "فِنلینٛڑ", + "FI": "فِنلینڑ", "FJ": "فِجی", - "FK": "فٕلاکلینٛڑ جٔزیٖرٕ", - "FR": "فرٛانس", + "FK": "فٕلاکلینڑ جٔزیٖرٕ", + "FR": "فرانس", "GA": "گیبان", - "GB": "یُنایٹِڑ کِنٛگڈَم", - "GD": "گرٛنیڑا", + "GB": "یُنایٹِڑ کِنگڈَم", + "GD": "گرنیڑا", "GE": "جارجِیا", - "GF": "فرٛانسِسی گِانا", + "GF": "فرانسِسی گِانا", "GG": "گیوَنَرسے", "GH": "گانا", "GI": "جِبرالٹَر", - "GL": "گریٖنلینٛڑ", + "GL": "گریٖنلینڑ", "GM": "گَمبِیا", "GN": "گِنی", "GP": "گَواڑیلوپ", "GQ": "اِکوِٹورِیَل گِنی", "GR": "گریٖس", - "GS": "جنوٗبی جارجِیا تہٕ جنوٗبی سینٛڑوٕچ جٔزیٖرٕ", + "GS": "جنوٗبی جارجِیا تہٕ جنوٗبی سینڑوٕچ جٔزیٖرٕ", "GT": "گوتیدالا", "GU": "گُوام", "GW": "گیٖنی بِساو", "GY": "گُیانا", - "HK": "ہانٛگ کانٛگ ایس اے آر چیٖن", - "HN": "ہانٛڈوٗرِس", - "HR": "کرٛوشِیا", + "HK": "ہانگ کانگ ایس اے آر چیٖن", + "HN": "ہانڈوٗرِس", + "HR": "کروشِیا", "HT": "ہایتی", - "HU": "ہَنٛگری", + "HU": "ہَنگری", "ID": "اِنڑونیشِیا", - "IE": "اَیَرلینٛڑ", + "IE": "اَیَرلینڑ", "IL": "اِسرایٖل", - "IM": "آیِل آف میٛن", - "IN": "ہِنٛدوستان", - "IO": "برطانوی بحرِ ہِنٛدۍ علاقہٕ", + "IM": "آیِل آف مین", + "IN": "ہِندوستان", + "IO": "برطانوی بحرِ ہِندۍ علاقہٕ", "IQ": "ایٖراق", "IR": "ایٖران", - "IS": "اَیِسلینٛڑ", + "IS": "اَیِسلینڑ", "IT": "اِٹلی", "JE": "جٔرسی", "JM": "جَمایکا", "JP": "جاپان", - "KE": "کِنٛیا", + "KE": "کِنیا", "KG": "کِرگِستان", "KH": "کَمبوڑِیا", "KI": "کِرٕباتی", "KM": "کَمورَس", - "KN": "سینٛٹ کِٹَس تہٕ نیوِس", + "KN": "سینٹ کِٹَس تہٕ نیوِس", "KP": "شُمٲلی کورِیا", "KR": "جنوٗبی کورِیا", "KW": "کُویت", "KY": "کیمَن جٔزیٖرٕ", "KZ": "کَزاکِستان", "LA": "لاس", - "LB": "لٮ۪بنان", - "LC": "سینٛٹ لوٗسِیا", - "LI": "لِکٹیٛسٹیٖن", - "LK": "سِریٖلَنٛکا", + "LB": "لؠبنان", + "LC": "سینٹ لوٗسِیا", + "LI": "لِکٹیسٹیٖن", + "LK": "سِریٖلَنکا", "LR": "لایبیرِیا", "LS": "لیسوتھو", "LT": "لِتھُوانِیا", "LU": "لَکسَمبٔرٕگ", - "LV": "لیٛٹوِیا", + "LV": "لیٹوِیا", "LY": "لِبیا", "MA": "موروکو", - "MC": "مونیٚکو", + "MC": "مونیکو", "MD": "مولڑاوِیا", - "ME": "موٹونیٛگِریو", - "MF": "سینٛٹ مارٹِن", + "ME": "موٹونیگِریو", + "MF": "سینٹ مارٹِن", "MG": "میڑاگاسکار", "MH": "مارشَل جٔزیٖرٕ", - "MK": "مٮ۪سوڑونِیا", + "MK": "مؠسوڑونِیا", "ML": "مالی", "MM": "مَیَنما بٔرما", - "MN": "مَنٛگولِیا", + "MN": "مَنگولِیا", "MO": "مَکاوو ایس اے آر چیٖن", "MP": "شُمٲلی مارِیانا جٔزیٖرٕ", "MQ": "مارٹِنِک", "MR": "مارٕٹانِیا", - "MS": "مانٛٹسیراٹ", + "MS": "مانٹسیراٹ", "MT": "مالٹا", "MU": "مورِشَس", "MV": "مالدیٖو", "MW": "ملاوی", - "MX": "مٮ۪کسِکو", + "MX": "مؠکسِکو", "MY": "مَلیشِیا", "MZ": "موزَمبِک", "NA": "نامِبِیا", @@ -160,21 +160,21 @@ "NF": "نارفاک جٔزیٖرٕ", "NG": "نایجیرِیا", "NI": "ناکاراگُوا", - "NL": "نیٖدَرلینٛڑ", + "NL": "نیٖدَرلینڑ", "NO": "ناروے", "NP": "نیپال", "NR": "نارووٗ", "NU": "نیوٗ", - "NZ": "نیوٗزِلینٛڑ", + "NZ": "نیوٗزِلینڑ", "OM": "اومان", "PA": "پَناما", "PE": "پیٖروٗ", - "PF": "فرٛانسی پولِنیشِیا", + "PF": "فرانسی پولِنیشِیا", "PG": "پاپُوا نیوٗ گیٖنی", "PH": "فِلِپِینس", "PK": "پاکِستان", - "PL": "پولینٛڑ", - "PM": "سینٛٹ پیٖری تہٕ موکیلِیَن", + "PL": "پولینڑ", + "PM": "سینٹ پیٖری تہٕ موکیلِیَن", "PN": "پِٹکیرٕنۍ جٔزیٖرٕ", "PR": "پٔرٹو رِکو", "PS": "فَلَستیٖن", @@ -186,14 +186,14 @@ "RO": "رومانِیا", "RS": "سَربِیا", "RU": "روٗس", - "RW": "روٗوانٛڈا", + "RW": "روٗوانڈا", "SA": "سوٗدی عربِیہ", "SB": "سولامان جٔزیٖرٕ", "SC": "سیشَلِس", "SD": "سوٗڈان", "SE": "سُوِڈَن", - "SG": "ٛسِنٛگاپوٗر", - "SH": "سینٛٹ ہٮ۪لِنا", + "SG": "سِنگاپوٗر", + "SH": "سینٹ ہؠلِنا", "SI": "سَلووینِیا", "SJ": "سَوالبریڑ تہٕ جان ماییڑ", "SK": "سَلوواکِیا", @@ -202,34 +202,34 @@ "SN": "سینیگَل", "SO": "سومالِیا", "SR": "سُرِنام", - "ST": "ساو توم تہٕ پرٛنسِپی", - "SV": "اٮ۪ل سَلواڑور", + "ST": "ساو توم تہٕ پرنسِپی", + "SV": "اؠل سَلواڑور", "SY": "شام", - "SZ": "سُوزِلینٛڑ", + "SZ": "سُوزِلینڑ", "TC": "تُرُک تہٕ کیکوس جٔزیٖرٕ", "TD": "چاڑ", - "TF": "فرٛانسِسی جَنوٗبی عَلاقہٕ", + "TF": "فرانسِسی جَنوٗبی عَلاقہٕ", "TG": "ٹوگو", - "TH": "تھایلینٛڑ", + "TH": "تھایلینڑ", "TJ": "تاجکِستان", "TK": "توکیلاو", "TL": "مَشرِقی تایمور", "TM": "تُرمِنِستان", "TN": "ٹونیشِیا", - "TO": "ٹونٛگا", + "TO": "ٹونگا", "TR": "تُرکی", - "TT": "ٹرٛنِنداد تہٕ ٹوبیگو", + "TT": "ٹرنِنداد تہٕ ٹوبیگو", "TV": "توٗوالوٗ", "TW": "تایوان", "TZ": "تَنجانِیا", "UA": "یوٗرِکین", - "UG": "یوٗگانٛڑا", - "UM": "یوٗنایٹِڑ سِٹیٹِس ماینَر آوُٹلییِنٛگ جٔزیٖرٕ", + "UG": "یوٗگانڑا", + "UM": "یوٗنایٹِڑ سِٹیٹِس ماینَر آوُٹلییِنگ جٔزیٖرٕ", "US": "یوٗنایٹِڑ سِٹیٹِس", "UY": "یوٗروگے", "UZ": "اُزبِکِستان", "VA": "ویٹِکَن سِٹی", - "VC": "سینٛٹ وینسٮ۪ٹ تہٕ گرٛیناڑاینٕز", + "VC": "سینٹ وینسؠٹ تہٕ گریناڑاینٕز", "VE": "وینازوٗلا", "VG": "بَرطانوی ؤرجِن جٔزیٖرٕ", "VI": "یوٗ ایس ؤرجِن جٔزیٖرٕ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ku.json b/src/Symfony/Component/Intl/Resources/data/regions/ku.json index 5a47b89685302..b21095a688106 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.44.82", + "Version": "2.1.47.83", "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 20836045b504f..79fc83ae44772 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.43.65", + "Version": "2.1.48.56", "Names": { "GB": "Rywvaneth Unys" } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ky.json b/src/Symfony/Component/Intl/Resources/data/regions/ky.json index 2a23d854be6d5..0f03ef6e3f2ab 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ky.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ky.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "AC": "Вознесение аралы", "AD": "Андорра", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lb.json b/src/Symfony/Component/Intl/Resources/data/regions/lb.json index 6f6bc5aedbfed..26298216162d3 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.44.91", + "Version": "2.1.47.82", "Names": { "AC": "Ascension", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lg.json b/src/Symfony/Component/Intl/Resources/data/regions/lg.json index 1fab8dc64aa31..5b8c4a9924556 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andora", "AE": "Emireeti", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ln.json b/src/Symfony/Component/Intl/Resources/data/regions/ln.json index b040df76cc886..df94916e3cbce 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andorɛ", "AE": "Lɛmila alabo", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lo.json b/src/Symfony/Component/Intl/Resources/data/regions/lo.json index 80b4d39ac8326..162efbd36d766 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/lo.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/lo.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.17", "Names": { "AC": "ເກາະອາເຊນຊັນ", "AD": "ອັນດໍຣາ", @@ -215,7 +215,7 @@ "SV": "ເອວ ຊໍວາດໍ", "SX": "ຊິນ ມາເທັນ", "SY": "ຊີເຣຍ", - "SZ": "ສະວາຊິແລນ", + "SZ": "​ເອ​ສະ​ວາ​ຕິ​ນີ", "TA": "ທຣິສຕັນ ດາ ກັນຮາ", "TC": "ໝູ່ເກາະ ເທີກ ແລະ ໄຄໂຄສ", "TD": "ຊາດ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lt.json b/src/Symfony/Component/Intl/Resources/data/regions/lt.json index de9e0b6fda335..7fd53e76dffdf 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/lt.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/lt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.42", "Names": { "AC": "Dangun Žengimo sala", "AD": "Andora", @@ -146,7 +146,7 @@ "MF": "Sen Martenas", "MG": "Madagaskaras", "MH": "Maršalo Salos", - "MK": "Makedonija", + "MK": "Šiaurės Makedonija", "ML": "Malis", "MM": "Mianmaras (Birma)", "MN": "Mongolija", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Volisas ir Futūna", "WS": "Samoa", + "XA": "XA", + "XB": "XB", "XK": "Kosovas", "YE": "Jemenas", "YT": "Majotas", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lu.json b/src/Symfony/Component/Intl/Resources/data/regions/lu.json index 66a55c512bdb6..2a267e501ff5b 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andore", "AE": "Lemila alabu", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/lv.json b/src/Symfony/Component/Intl/Resources/data/regions/lv.json index 08300b4ad2cea..999f0462990bd 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/lv.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/lv.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.43", "Names": { "AC": "Debesbraukšanas sala", "AD": "Andora", @@ -146,7 +146,7 @@ "MF": "Senmartēna", "MG": "Madagaskara", "MH": "Māršala salas", - "MK": "Maķedonija", + "MK": "Ziemeļmaķedonija", "ML": "Mali", "MM": "Mjanma (Birma)", "MN": "Mongolija", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Volisa un Futunas salas", "WS": "Samoa", + "XA": "pseidoakcenti", + "XB": "pseido-Bidi", "XK": "Kosova", "YE": "Jemena", "YT": "Majota", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/meta.json b/src/Symfony/Component/Intl/Resources/data/regions/meta.json index 9e03a9c68e0d7..34d174732f63c 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.44.91", + "Version": "2.1.47.82", "Regions": [ "AC", "AD", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mg.json b/src/Symfony/Component/Intl/Resources/data/regions/mg.json index df91b31f0bb92..bacc50aadcc51 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.43.94", + "Version": "2.1.48.4", "Names": { "AD": "Andorra", "AE": "Emirà Arabo mitambatra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mi.json b/src/Symfony/Component/Intl/Resources/data/regions/mi.json index 6fb743a6cc8eb..4dff632533ec2 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.44.15", + "Version": "2.1.47.85", "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 3ff04a440853a..4308bb144bc74 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.43.65", + "Version": "2.1.48.27", "Names": { "AC": "Остров Асенсион", "AD": "Андора", @@ -146,7 +146,7 @@ "MF": "Сент Мартин", "MG": "Мадагаскар", "MH": "Маршалски Острови", - "MK": "Македонија", + "MK": "Северна Македонија", "ML": "Мали", "MM": "Мјанмар (Бурма)", "MN": "Монголија", @@ -248,6 +248,8 @@ "VU": "Вануату", "WF": "Валис и Футуна", "WS": "Самоа", + "XA": "псевдо-акценти", + "XB": "псевдо-биди", "XK": "Косово", "YE": "Јемен", "YT": "Мајот", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ml.json b/src/Symfony/Component/Intl/Resources/data/regions/ml.json index e862dc8bb7f8b..5d9064b5fcce3 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ml.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ml.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.42", "Names": { "AC": "അസൻഷൻ ദ്വീപ്", "AD": "അൻഡോറ", @@ -146,7 +146,7 @@ "MF": "സെന്റ് മാർട്ടിൻ", "MG": "മഡഗാസ്കർ", "MH": "മാർഷൽ ദ്വീപുകൾ", - "MK": "മാസിഡോണിയ", + "MK": "നോർത്ത് മാസിഡോണിയ", "ML": "മാലി", "MM": "മ്യാൻമാർ (ബർമ്മ)", "MN": "മംഗോളിയ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mn.json b/src/Symfony/Component/Intl/Resources/data/regions/mn.json index 8ab23ef8328ba..c33353ca6b4a1 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/mn.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/mn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.17", "Names": { "AC": "Асенсион арал", "AD": "Андорра", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mo.json b/src/Symfony/Component/Intl/Resources/data/regions/mo.json index 2e14b9e4223be..5328076c047ee 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/mo.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/mo.json @@ -1,6 +1,260 @@ { - "Version": "2.1.38.39", + "Version": "2.1.48.20", "Names": { - "MM": "Myanmar" + "AC": "Insula Ascension", + "AD": "Andorra", + "AE": "Emiratele Arabe Unite", + "AF": "Afganistan", + "AG": "Antigua și Barbuda", + "AI": "Anguilla", + "AL": "Albania", + "AM": "Armenia", + "AO": "Angola", + "AQ": "Antarctica", + "AR": "Argentina", + "AS": "Samoa Americană", + "AT": "Austria", + "AU": "Australia", + "AW": "Aruba", + "AX": "Insulele Åland", + "AZ": "Azerbaidjan", + "BA": "Bosnia și Herțegovina", + "BB": "Barbados", + "BD": "Bangladesh", + "BE": "Belgia", + "BF": "Burkina Faso", + "BG": "Bulgaria", + "BH": "Bahrain", + "BI": "Burundi", + "BJ": "Benin", + "BL": "Saint-Barthélemy", + "BM": "Bermuda", + "BN": "Brunei", + "BO": "Bolivia", + "BQ": "Insulele Caraibe Olandeze", + "BR": "Brazilia", + "BS": "Bahamas", + "BT": "Bhutan", + "BW": "Botswana", + "BY": "Belarus", + "BZ": "Belize", + "CA": "Canada", + "CC": "Insulele Cocos (Keeling)", + "CD": "Congo - Kinshasa", + "CF": "Republica Centrafricană", + "CG": "Congo - Brazzaville", + "CH": "Elveția", + "CI": "Côte d’Ivoire", + "CK": "Insulele Cook", + "CL": "Chile", + "CM": "Camerun", + "CN": "China", + "CO": "Columbia", + "CR": "Costa Rica", + "CU": "Cuba", + "CV": "Capul Verde", + "CW": "Curaçao", + "CX": "Insula Christmas", + "CY": "Cipru", + "CZ": "Cehia", + "DE": "Germania", + "DG": "Diego Garcia", + "DJ": "Djibouti", + "DK": "Danemarca", + "DM": "Dominica", + "DO": "Republica Dominicană", + "DZ": "Algeria", + "EA": "Ceuta și Melilla", + "EC": "Ecuador", + "EE": "Estonia", + "EG": "Egipt", + "EH": "Sahara Occidentală", + "ER": "Eritreea", + "ES": "Spania", + "ET": "Etiopia", + "FI": "Finlanda", + "FJ": "Fiji", + "FK": "Insulele Falkland", + "FM": "Micronezia", + "FO": "Insulele Feroe", + "FR": "Franța", + "GA": "Gabon", + "GB": "Regatul Unit", + "GD": "Grenada", + "GE": "Georgia", + "GF": "Guyana Franceză", + "GG": "Guernsey", + "GH": "Ghana", + "GI": "Gibraltar", + "GL": "Groenlanda", + "GM": "Gambia", + "GN": "Guineea", + "GP": "Guadelupa", + "GQ": "Guineea Ecuatorială", + "GR": "Grecia", + "GS": "Georgia de Sud și Insulele Sandwich de Sud", + "GT": "Guatemala", + "GU": "Guam", + "GW": "Guineea-Bissau", + "GY": "Guyana", + "HK": "R.A.S. Hong Kong a Chinei", + "HN": "Honduras", + "HR": "Croația", + "HT": "Haiti", + "HU": "Ungaria", + "IC": "Insulele Canare", + "ID": "Indonezia", + "IE": "Irlanda", + "IL": "Israel", + "IM": "Insula Man", + "IN": "India", + "IO": "Teritoriul Britanic din Oceanul Indian", + "IQ": "Irak", + "IR": "Iran", + "IS": "Islanda", + "IT": "Italia", + "JE": "Jersey", + "JM": "Jamaica", + "JO": "Iordania", + "JP": "Japonia", + "KE": "Kenya", + "KG": "Kârgâzstan", + "KH": "Cambodgia", + "KI": "Kiribati", + "KM": "Comore", + "KN": "Saint Kitts și Nevis", + "KP": "Coreea de Nord", + "KR": "Coreea de Sud", + "KW": "Kuweit", + "KY": "Insulele Cayman", + "KZ": "Kazahstan", + "LA": "Laos", + "LB": "Liban", + "LC": "Sfânta Lucia", + "LI": "Liechtenstein", + "LK": "Sri Lanka", + "LR": "Liberia", + "LS": "Lesotho", + "LT": "Lituania", + "LU": "Luxemburg", + "LV": "Letonia", + "LY": "Libia", + "MA": "Maroc", + "MC": "Monaco", + "MD": "Republica Moldova", + "ME": "Muntenegru", + "MF": "Sfântul Martin", + "MG": "Madagascar", + "MH": "Insulele Marshall", + "MK": "Republica Macedonia", + "ML": "Mali", + "MM": "Myanmar (Birmania)", + "MN": "Mongolia", + "MO": "R.A.S. Macao, China", + "MP": "Insulele Mariane de Nord", + "MQ": "Martinica", + "MR": "Mauritania", + "MS": "Montserrat", + "MT": "Malta", + "MU": "Mauritius", + "MV": "Maldive", + "MW": "Malawi", + "MX": "Mexic", + "MY": "Malaysia", + "MZ": "Mozambic", + "NA": "Namibia", + "NC": "Noua Caledonie", + "NE": "Niger", + "NF": "Insula Norfolk", + "NG": "Nigeria", + "NI": "Nicaragua", + "NL": "Țările de Jos", + "NO": "Norvegia", + "NP": "Nepal", + "NR": "Nauru", + "NU": "Niue", + "NZ": "Noua Zeelandă", + "OM": "Oman", + "PA": "Panama", + "PE": "Peru", + "PF": "Polinezia Franceză", + "PG": "Papua-Noua Guinee", + "PH": "Filipine", + "PK": "Pakistan", + "PL": "Polonia", + "PM": "Saint-Pierre și Miquelon", + "PN": "Insulele Pitcairn", + "PR": "Puerto Rico", + "PS": "Teritoriile Palestiniene", + "PT": "Portugalia", + "PW": "Palau", + "PY": "Paraguay", + "QA": "Qatar", + "RE": "Réunion", + "RO": "România", + "RS": "Serbia", + "RU": "Rusia", + "RW": "Rwanda", + "SA": "Arabia Saudită", + "SB": "Insulele Solomon", + "SC": "Seychelles", + "SD": "Sudan", + "SE": "Suedia", + "SG": "Singapore", + "SH": "Sfânta Elena", + "SI": "Slovenia", + "SJ": "Svalbard și Jan Mayen", + "SK": "Slovacia", + "SL": "Sierra Leone", + "SM": "San Marino", + "SN": "Senegal", + "SO": "Somalia", + "SR": "Suriname", + "SS": "Sudanul de Sud", + "ST": "Sao Tome și Principe", + "SV": "El Salvador", + "SX": "Sint-Maarten", + "SY": "Siria", + "SZ": "eSwatini", + "TA": "Tristan da Cunha", + "TC": "Insulele Turks și Caicos", + "TD": "Ciad", + "TF": "Teritoriile Australe și Antarctice Franceze", + "TG": "Togo", + "TH": "Thailanda", + "TJ": "Tadjikistan", + "TK": "Tokelau", + "TL": "Timor-Leste", + "TM": "Turkmenistan", + "TN": "Tunisia", + "TO": "Tonga", + "TR": "Turcia", + "TT": "Trinidad și Tobago", + "TV": "Tuvalu", + "TW": "Taiwan", + "TZ": "Tanzania", + "UA": "Ucraina", + "UG": "Uganda", + "UM": "Insulele Îndepărtate ale S.U.A.", + "US": "Statele Unite ale Americii", + "UY": "Uruguay", + "UZ": "Uzbekistan", + "VA": "Statul Cetății Vaticanului", + "VC": "Saint Vincent și Grenadinele", + "VE": "Venezuela", + "VG": "Insulele Virgine Britanice", + "VI": "Insulele Virgine Americane", + "VN": "Vietnam", + "VU": "Vanuatu", + "WF": "Wallis și Futuna", + "WS": "Samoa", + "XA": "Pseudo-accente", + "XB": "Pseudo-Bidi", + "XK": "Kosovo", + "YE": "Yemen", + "YT": "Mayotte", + "ZA": "Africa de Sud", + "ZM": "Zambia", + "ZW": "Zimbabwe" } } diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mr.json b/src/Symfony/Component/Intl/Resources/data/regions/mr.json index 7094eac3ff892..59865dcefb77a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/mr.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/mr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.42", "Names": { "AC": "अ‍ॅसेन्शियन बेट", "AD": "अँडोरा", @@ -146,7 +146,7 @@ "MF": "सेंट मार्टिन", "MG": "मादागास्कर", "MH": "मार्शल बेटे", - "MK": "मॅसेडोनिया", + "MK": "उत्तर मॅसेडोनिया", "ML": "माली", "MM": "म्यानमार (बर्मा)", "MN": "मंगोलिया", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ms.json b/src/Symfony/Component/Intl/Resources/data/regions/ms.json index 7e88d8874a5c5..a8042ed3172de 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ms.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ms.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.49.2", "Names": { "AC": "Pulau Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagaskar", "MH": "Kepulauan Marshall", - "MK": "Macedonia", + "MK": "Macedonia Utara", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Mongolia", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis dan Futuna", "WS": "Samoa", + "XA": "XA", + "XB": "XB", "XK": "Kosovo", "YE": "Yaman", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/mt.json b/src/Symfony/Component/Intl/Resources/data/regions/mt.json index da2330aa5c2e2..0354bd5fa5dcc 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.43.94", + "Version": "2.1.47.72", "Names": { "AC": "Ascension Island", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/my.json b/src/Symfony/Component/Intl/Resources/data/regions/my.json index e1c834a6feb50..ac443d2404418 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.44.88", + "Version": "2.1.48.36", "Names": { "AC": "အဆန်းရှင်းကျွန်း", "AD": "အန်ဒိုရာ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/nb.json b/src/Symfony/Component/Intl/Resources/data/regions/nb.json index aafce7b5db823..3f97f4e8fd62c 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/nb.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/nb.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.2", + "Version": "2.1.48.42", "Names": { "AC": "Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint-Martin", "MG": "Madagaskar", "MH": "Marshalløyene", - "MK": "Makedonia", + "MK": "Nord-Makedonia", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Mongolia", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Syria", - "SZ": "Swaziland", + "SZ": "Eswatini", "TA": "Tristan da Cunha", "TC": "Turks- og Caicosøyene", "TD": "Tsjad", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/nd.json b/src/Symfony/Component/Intl/Resources/data/regions/nd.json index 044b6826189e3..b6900e99c69b0 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andora", "AE": "United Arab Emirates", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ne.json b/src/Symfony/Component/Intl/Resources/data/regions/ne.json index 0b63b2ac6c1ac..f5b45dc71630e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ne.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ne.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.17", "Names": { "AC": "असेन्सन टापु", "AD": "अन्डोर्रा", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/nl.json b/src/Symfony/Component/Intl/Resources/data/regions/nl.json index b05150dfdb4e2..467954a11d84a 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.45.14", + "Version": "2.1.48.86", "Names": { "AC": "Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint-Martin", "MG": "Madagaskar", "MH": "Marshalleilanden", - "MK": "Macedonië", + "MK": "Noord-Macedonië", "ML": "Mali", "MM": "Myanmar (Birma)", "MN": "Mongolië", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint-Maarten", "SY": "Syrië", - "SZ": "Swaziland", + "SZ": "eSwatini", "TA": "Tristan da Cunha", "TC": "Turks- en Caicoseilanden", "TD": "Tsjaad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis en Futuna", "WS": "Samoa", + "XA": "Pseudo-Accenten", + "XB": "Pseudo-Bidi", "XK": "Kosovo", "YE": "Jemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/nn.json b/src/Symfony/Component/Intl/Resources/data/regions/nn.json index c907ab6bdd792..93ca5c77a78c9 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.43.94", + "Version": "2.1.47.82", "Names": { "AC": "Ascension", "AD": "Andorra", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/no.json b/src/Symfony/Component/Intl/Resources/data/regions/no.json index aafce7b5db823..3f97f4e8fd62c 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/no.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/no.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.2", + "Version": "2.1.48.42", "Names": { "AC": "Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint-Martin", "MG": "Madagaskar", "MH": "Marshalløyene", - "MK": "Makedonia", + "MK": "Nord-Makedonia", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Mongolia", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Syria", - "SZ": "Swaziland", + "SZ": "Eswatini", "TA": "Tristan da Cunha", "TC": "Turks- og Caicosøyene", "TD": "Tsjad", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/om.json b/src/Symfony/Component/Intl/Resources/data/regions/om.json index 3713b5e9b0add..51edb1a9d3290 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.43.94", + "Version": "2.1.47.82", "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 8df34e7bac781..ea8e4a353c674 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.43.65", + "Version": "2.1.48.17", "Names": { "AC": "ଆସେନସିଅନ୍‌ ଦ୍ୱୀପ", "AD": "ଆଣ୍ଡୋରା", @@ -215,7 +215,7 @@ "SV": "ଏଲ୍ ସାଲଭାଡୋର୍", "SX": "ସିଣ୍ଟ ମାର୍ଟୀନ୍‌", "SY": "ସିରିଆ", - "SZ": "ସ୍ୱାଜିଲ୍ୟାଣ୍ଡ", + "SZ": "ଇସ୍ୱାତିନୀ", "TA": "ଟ୍ରାଇଷ୍ଟନ୍‌ ଦା କୁନ୍‌ଚା", "TC": "ତୁର୍କସ୍‌ ଏବଂ କାଇକୋସ୍‌ ଦ୍ୱୀପପୁଞ୍ଜ", "TD": "ଚାଦ୍", @@ -248,6 +248,8 @@ "VU": "ଭାନୁଆତୁ", "WF": "ୱାଲିସ୍ ଏବଂ ଫୁତୁନା", "WS": "ସାମୋଆ", + "XA": "ସିୟୁଡୋ-ଏସେଣ୍ଟ", + "XB": "ସିୟୁଡୋ-ବିଡି", "XK": "କୋସୋଭୋ", "YE": "ୟେମେନ୍", "YT": "ମାୟୋଟେ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/os.json b/src/Symfony/Component/Intl/Resources/data/regions/os.json index 6858c4704cd02..7b86e3a1fd7bb 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.38.69", + "Version": "2.1.47.82", "Names": { "BR": "Бразили", "CN": "Китай", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/pa.json b/src/Symfony/Component/Intl/Resources/data/regions/pa.json index 0981bd3eb627a..9c596c8604cfa 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/pa.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/pa.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.20", "Names": { "AC": "ਅਸੈਂਸ਼ਨ ਟਾਪੂ", "AD": "ਅੰਡੋਰਾ", @@ -215,7 +215,7 @@ "SV": "ਅਲ ਸਲਵਾਡੋਰ", "SX": "ਸਿੰਟ ਮਾਰਟੀਨ", "SY": "ਸੀਰੀਆ", - "SZ": "ਸਵਾਜ਼ੀਲੈਂਡ", + "SZ": "ਇਸਵਾਤੀਨੀ", "TA": "ਟ੍ਰਿਸਟਾਨ ਦਾ ਕੁੰਹਾ", "TC": "ਟੁਰਕਸ ਅਤੇ ਕੈਕੋਸ ਟਾਪੂ", "TD": "ਚਾਡ", 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 07082f06a2844..cd324a01d875f 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.38.69", + "Version": "2.1.47.82", "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 b60c9ffab474e..9255e9a32ba10 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.43.50", + "Version": "2.1.48.42", "Names": { "AC": "Wyspa Wniebowstąpienia", "AD": "Andora", @@ -146,7 +146,7 @@ "MF": "Saint-Martin", "MG": "Madagaskar", "MH": "Wyspy Marshalla", - "MK": "Macedonia", + "MK": "Macedonia Północna", "ML": "Mali", "MM": "Mjanma (Birma)", "MN": "Mongolia", @@ -215,7 +215,7 @@ "SV": "Salwador", "SX": "Sint Maarten", "SY": "Syria", - "SZ": "Suazi", + "SZ": "Eswatini", "TA": "Tristan da Cunha", "TC": "Turks i Caicos", "TD": "Czad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis i Futuna", "WS": "Samoa", + "XA": "Pseudoakcenty", + "XB": "Pseudodwukierunkowe", "XK": "Kosowo", "YE": "Jemen", "YT": "Majotta", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ps.json b/src/Symfony/Component/Intl/Resources/data/regions/ps.json index fae05a594b41b..5f123787b779e 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.43.94", + "Version": "2.1.48.17", "Names": { "AC": "اسينشان ټاپو", "AD": "اندورا", @@ -150,7 +150,7 @@ "ML": "مالي", "MM": "ميانمار (برما)", "MN": "مغولستان", - "MO": "مکا سار چین", + "MO": "مکاو سار چین", "MP": "شمالي ماريانا ټاپوګان", "MQ": "مارټینیک", "MR": "موریتانیا", @@ -215,7 +215,7 @@ "SV": "سالوېډور", "SX": "سینټ مارټین", "SY": "سوریه", - "SZ": "سوازیلینډ", + "SZ": "اسواټيني", "TA": "تریستان دا کنها", "TC": "د ترکیې او کیکاسو ټاپو", "TD": "چاډ", @@ -248,6 +248,8 @@ "VU": "واناتو", "WF": "والیس او فوتونا", "WS": "ساموا", + "XA": "جعلي خج", + "XB": "جعلي بيدي", "XK": "کوسوو", "YE": "یمن", "YT": "مايوټ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ps_PK.json b/src/Symfony/Component/Intl/Resources/data/regions/ps_PK.json new file mode 100644 index 0000000000000..09403eeb9d042 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/regions/ps_PK.json @@ -0,0 +1,8 @@ +{ + "Version": "2.1.49.34", + "Names": { + "PS": "فلسطين سيمے", + "TC": "د ترکیے او کیکاسو ټاپو", + "TF": "د فرانسے جنوبي سیمے" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/regions/pt.json b/src/Symfony/Component/Intl/Resources/data/regions/pt.json index c264fbc65452e..10848c1ac13ce 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/pt.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/pt.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.42", "Names": { "AC": "Ilha de Ascensão", "AD": "Andorra", @@ -146,11 +146,11 @@ "MF": "São Martinho", "MG": "Madagascar", "MH": "Ilhas Marshall", - "MK": "Macedônia", + "MK": "Macedônia do Norte", "ML": "Mali", "MM": "Mianmar (Birmânia)", "MN": "Mongólia", - "MO": "RAE de Macau (China)", + "MO": "Macau, RAE da China", "MP": "Ilhas Marianas do Norte", "MQ": "Martinica", "MR": "Mauritânia", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis e Futuna", "WS": "Samoa", + "XA": "Pseudossotaques", + "XB": "Pseudobidi", "XK": "Kosovo", "YE": "Iêmen", "YT": "Mayotte", 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 1f497b2dfb7df..6be498ec04b8b 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.44.9", + "Version": "2.1.47.89", "Names": { "AM": "Arménia", "AX": "Alanda", @@ -37,7 +37,6 @@ "MD": "Moldávia", "MG": "Madagáscar", "MK": "Macedónia", - "MO": "Macau, RAE da China", "MS": "Monserrate", "MU": "Maurícia", "MW": "Maláui", @@ -50,6 +49,7 @@ "SM": "São Marinho", "SV": "Salvador", "SX": "São Martinho (Sint Maarten)", + "SZ": "Essuatíni", "TJ": "Tajiquistão", "TK": "Toquelau", "TM": "Turquemenistão", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/qu.json b/src/Symfony/Component/Intl/Resources/data/regions/qu.json index 8693a59cf2b82..559ef4709e479 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/qu.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/qu.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.47.82", "Names": { "AD": "Andorra", "AF": "Afganistán", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/rm.json b/src/Symfony/Component/Intl/Resources/data/regions/rm.json index 0ce8744caa1c0..0c3b7ce15c12f 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.43.94", + "Version": "2.1.48.4", "Names": { "AD": "Andorra", "AE": "Emirats Arabs Unids", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/rn.json b/src/Symfony/Component/Intl/Resources/data/regions/rn.json index dc69587e5310d..f047bc7dca5c6 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andora", "AE": "Leta Zunze Ubumwe z’Abarabu", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ro.json b/src/Symfony/Component/Intl/Resources/data/regions/ro.json index f77e3f153f4d2..5328076c047ee 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.43.94", + "Version": "2.1.48.20", "Names": { "AC": "Insula Ascension", "AD": "Andorra", @@ -150,7 +150,7 @@ "ML": "Mali", "MM": "Myanmar (Birmania)", "MN": "Mongolia", - "MO": "R.A.S. Macao a Chinei", + "MO": "R.A.S. Macao, China", "MP": "Insulele Mariane de Nord", "MQ": "Martinica", "MR": "Mauritania", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint-Maarten", "SY": "Siria", - "SZ": "Swaziland", + "SZ": "eSwatini", "TA": "Tristan da Cunha", "TC": "Insulele Turks și Caicos", "TD": "Ciad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis și Futuna", "WS": "Samoa", + "XA": "Pseudo-accente", + "XB": "Pseudo-Bidi", "XK": "Kosovo", "YE": "Yemen", "YT": "Mayotte", 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 2e14b9e4223be..123aaf562e4bb 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.38.39", + "Version": "2.1.48.43", "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 76ee534ce1e4e..ae22b55fd507a 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.45.15", + "Version": "2.1.48.42", "Names": { "AC": "о-в Вознесения", "AD": "Андорра", @@ -146,7 +146,7 @@ "MF": "Сен-Мартен", "MG": "Мадагаскар", "MH": "Маршалловы Острова", - "MK": "Македония", + "MK": "Северная Македония", "ML": "Мали", "MM": "Мьянма (Бирма)", "MN": "Монголия", @@ -215,7 +215,7 @@ "SV": "Сальвадор", "SX": "Синт-Мартен", "SY": "Сирия", - "SZ": "Свазиленд", + "SZ": "Эсватини", "TA": "Тристан-да-Кунья", "TC": "о-ва Тёркс и Кайкос", "TD": "Чад", @@ -248,6 +248,8 @@ "VU": "Вануату", "WF": "Уоллис и Футуна", "WS": "Самоа", + "XA": "псевдоакценты", + "XB": "псевдо-Bidi", "XK": "Косово", "YE": "Йемен", "YT": "Майотта", 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 8a3e1e024184a..8abf12fb972e7 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.43.65", + "Version": "2.1.47.71", "Names": { "AC": "О-в Вознесения", "AE": "Объединенные Арабские Эмираты", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/rw.json b/src/Symfony/Component/Intl/Resources/data/regions/rw.json index 32260a68c764d..9e0894705b5b1 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/rw.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/rw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.47.82", "Names": { "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 1f48b0b97866a..7734791da2095 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.43.94", + "Version": "2.1.48.17", "Names": { "AC": "طلوع ٻيٽ", "AD": "اندورا", @@ -150,7 +150,7 @@ "ML": "مالي", "MM": "ميانمار (برما)", "MN": "منگوليا", - "MO": "مڪائو", + "MO": "مڪائو SAR چين", "MP": "اتر مرينا ٻيٽ", "MQ": "مارتينڪ", "MR": "موريتانيا", @@ -215,7 +215,7 @@ "SV": "ال سلواڊور", "SX": "سنٽ مارٽن", "SY": "شام", - "SZ": "سوازيلينڊ", + "SZ": "ايسواٽني", "TA": "ٽرسٽن دا ڪوها", "TC": "ترڪ ۽ ڪيڪوس ٻيٽ", "TD": "چاڊ", @@ -248,6 +248,8 @@ "VU": "وينيٽيو", "WF": "والس ۽ فتونا", "WS": "سموئا", + "XA": "سوڊو-لهجا", + "XB": "سوڊو-بي ڊي", "XK": "ڪوسووو", "YE": "يمن", "YT": "مياتي", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/se.json b/src/Symfony/Component/Intl/Resources/data/regions/se.json index ba38186baba58..e8addd17af85d 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.43.94", + "Version": "2.1.48.4", "Names": { "AC": "Ascension", "AD": "Andorra", 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 8538e622f8c05..aa23ba685032b 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.44.88", + "Version": "2.1.47.83", "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 ade6ab95486fa..1cabb41a2f1f8 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.39.11", + "Version": "2.1.47.82", "Names": { "AD": "Andôro", "AE": "Arâbo Emirâti Ôko", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sh.json b/src/Symfony/Component/Intl/Resources/data/regions/sh.json index 91e44144d3ad9..b4ef7918504e6 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sh.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sh.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.50", + "Version": "2.1.48.77", "Names": { "AC": "Ostrvo Asension", "AD": "Andora", @@ -146,7 +146,7 @@ "MF": "Sveti Martin (Francuska)", "MG": "Madagaskar", "MH": "Maršalska Ostrva", - "MK": "Makedonija", + "MK": "Severna Makedonija", "ML": "Mali", "MM": "Mijanmar (Burma)", "MN": "Mongolija", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Valis i Futuna", "WS": "Samoa", + "XA": "XA", + "XB": "XB", "XK": "Kosovo", "YE": "Jemen", "YT": "Majot", 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 cf8f5ff8189db..4a70f26762753 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.44.88", + "Version": "2.1.48.77", "Names": { "BY": "Bjelorusija", "CG": "Kongo", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/si.json b/src/Symfony/Component/Intl/Resources/data/regions/si.json index 7e6516550bcff..80d0f25202f9a 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/si.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/si.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.17", "Names": { "AC": "ඇසෙන්ෂන් දිවයින", "AD": "ඇන්ඩෝරාව", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sk.json b/src/Symfony/Component/Intl/Resources/data/regions/sk.json index e08b0497fbd7b..2e71739a3183c 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sk.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.42", "Names": { "AC": "Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Svätý Martin (fr.)", "MG": "Madagaskar", "MH": "Marshallove ostrovy", - "MK": "Macedónsko", + "MK": "Severné Macedónsko", "ML": "Mali", "MM": "Mjanmarsko", "MN": "Mongolsko", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sl.json b/src/Symfony/Component/Intl/Resources/data/regions/sl.json index 86ba995b04acc..0829b149131a8 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sl.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.42", "Names": { "AC": "Otok Ascension", "AD": "Andora", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagaskar", "MH": "Marshallovi otoki", - "MK": "Makedonija", + "MK": "Severna Makedonija", "ML": "Mali", "MM": "Mjanmar (Burma)", "MN": "Mongolija", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis in Futuna", "WS": "Samoa", + "XA": "psevdonaglasi", + "XB": "psevdobidi", "XK": "Kosovo", "YE": "Jemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sn.json b/src/Symfony/Component/Intl/Resources/data/regions/sn.json index 481a1012c7bd4..591cc5baa56f6 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.43.94", + "Version": "2.1.48.4", "Names": { "AD": "Andora", "AE": "United Arab Emirates", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/so.json b/src/Symfony/Component/Intl/Resources/data/regions/so.json index 2e8e8ad49ce70..ee22c09b426e6 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/so.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/so.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.17", "Names": { "AC": "Jasiiradda Asensiyoon", "AD": "Andora", @@ -156,7 +156,7 @@ "MR": "Muritaaniya", "MS": "Montserrat", "MT": "Maalta", - "MU": "Murishiyoos", + "MU": "Mawrishiyaas", "MV": "Maaldiqeen", "MW": "Malaawi", "MX": "Meksiko", @@ -190,7 +190,7 @@ "PW": "Balaaw", "PY": "Baraguaay", "QA": "Qadar", - "RE": "Réunion", + "RE": "Riyuuniyon", "RO": "Rumaaniya", "RS": "Seerbiya", "RU": "Ruush", @@ -202,7 +202,7 @@ "SE": "Iswidhan", "SG": "Singaboor", "SH": "Saint Helena", - "SI": "islofeeniya", + "SI": "Islofeeniya", "SJ": "Jasiiradda Sfaldbaad & Jaan Mayen", "SK": "Islofaakiya", "SL": "Siraaliyoon", @@ -215,7 +215,7 @@ "SV": "El Salfadoor", "SX": "Siint Maarteen", "SY": "Suuriya", - "SZ": "Iswaasilaand", + "SZ": "Eswaatiini", "TA": "Tiristan da Kunha", "TC": "Turks & Kaikos Island", "TD": "Jaad", @@ -233,7 +233,7 @@ "TV": "Tufaalu", "TW": "Taywaan", "TZ": "Tansaaniya", - "UA": "Ukrayn", + "UA": "Yukrayn", "UG": "Ugaanda", "UM": "Jasiiradaha ka baxsan Maraykanka", "US": "Maraykanka", @@ -248,6 +248,8 @@ "VU": "Fanuaatu", "WF": "Walis & Futuna", "WS": "Samoowa", + "XA": "XA", + "XB": "XB", "XK": "Koosofo", "YE": "Yaman", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sq.json b/src/Symfony/Component/Intl/Resources/data/regions/sq.json index e313d25a63589..03fc4cf70bd99 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.43.50", + "Version": "2.1.48.42", "Names": { "AC": "Ishulli Asenshion", "AD": "Andorrë", @@ -146,7 +146,7 @@ "MF": "Sen-Marten", "MG": "Madagaskar", "MH": "Ishujt Marshall", - "MK": "Maqedoni", + "MK": "Maqedonia e Veriut", "ML": "Mali", "MM": "Mianmar (Burmë)", "MN": "Mongoli", @@ -215,7 +215,7 @@ "SV": "Salvador", "SX": "Sint-Marten", "SY": "Siri", - "SZ": "Suazilend", + "SZ": "Esvatini", "TA": "Tristan-da-Kuna", "TC": "Ishujt Turks dhe Kaikos", "TD": "Çad", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Uollis e Futuna", "WS": "Samoa", + "XA": "Pseudo-thekse", + "XB": "Pseudo-bidi", "XK": "Kosovë", "YE": "Jemen", "YT": "Majotë", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr.json b/src/Symfony/Component/Intl/Resources/data/regions/sr.json index ab5aa1123657d..a299c77e41036 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.42", "Names": { "AC": "Острво Асенсион", "AD": "Андора", @@ -146,7 +146,7 @@ "MF": "Свети Мартин (Француска)", "MG": "Мадагаскар", "MH": "Маршалска Острва", - "MK": "Македонија", + "MK": "Северна Македонија", "ML": "Мали", "MM": "Мијанмар (Бурма)", "MN": "Монголија", @@ -248,6 +248,8 @@ "VU": "Вануату", "WF": "Валис и Футуна", "WS": "Самоа", + "XA": "XA", + "XB": "XB", "XK": "Косово", "YE": "Јемен", "YT": "Мајот", 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 2015eaabf26e3..1d0be9e46da1f 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.44.88", + "Version": "2.1.47.86", "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 2015eaabf26e3..1d0be9e46da1f 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.44.88", + "Version": "2.1.47.86", "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 0e6f8b1fbeb12..28623155f223f 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.44.88", + "Version": "2.1.47.71", "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 d34a623ad2113..9ac0d30cba9a7 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.38.69", + "Version": "2.1.47.71", "Names": { "CG": "Конго", "CV": "Кабо Верде", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.json b/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.json index 91e44144d3ad9..b4ef7918504e6 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.50", + "Version": "2.1.48.77", "Names": { "AC": "Ostrvo Asension", "AD": "Andora", @@ -146,7 +146,7 @@ "MF": "Sveti Martin (Francuska)", "MG": "Madagaskar", "MH": "Maršalska Ostrva", - "MK": "Makedonija", + "MK": "Severna Makedonija", "ML": "Mali", "MM": "Mijanmar (Burma)", "MN": "Mongolija", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Valis i Futuna", "WS": "Samoa", + "XA": "XA", + "XB": "XB", "XK": "Kosovo", "YE": "Jemen", "YT": "Majot", 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 cf8f5ff8189db..4a70f26762753 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.44.88", + "Version": "2.1.48.77", "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 158518ed3e3c3..a01dcfd68d388 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.44.88", + "Version": "2.1.47.82", "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 da074d2088c45..ef6136593f0b0 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.38.69", + "Version": "2.1.47.82", "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 158518ed3e3c3..a01dcfd68d388 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.44.88", + "Version": "2.1.47.82", "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 d34a623ad2113..9ac0d30cba9a7 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.38.69", + "Version": "2.1.47.71", "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 39f187a335f47..e12f2f5795554 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.43.94", + "Version": "2.1.48.90", "Names": { "AC": "Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint-Martin", "MG": "Madagaskar", "MH": "Marshallöarna", - "MK": "Makedonien", + "MK": "Nordmakedonien", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Mongoliet", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis- och Futunaöarna", "WS": "Samoa", + "XA": "fejkade accenter (för test)", + "XB": "fejkad bidi (för test)", "XK": "Kosovo", "YE": "Jemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/sw.json b/src/Symfony/Component/Intl/Resources/data/regions/sw.json index 20de935172fd3..060a352b0805e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/sw.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/sw.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "AC": "Kisiwa cha Ascension", "AD": "Andorra", 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 15a1994dc80b7..0ed6ff51f47d9 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.43.65", + "Version": "2.1.47.71", "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 6f5c488618600..84e099c23d3e3 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.43.65", + "Version": "2.1.47.71", "Names": { "AF": "Afghanistani", "AI": "Anguila", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ta.json b/src/Symfony/Component/Intl/Resources/data/regions/ta.json index f4c4e965ae603..38f5b29bfc8ae 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ta.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ta.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.17", "Names": { "AC": "அஷன்ஷியன் தீவு", "AD": "அன்டோரா", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/te.json b/src/Symfony/Component/Intl/Resources/data/regions/te.json index 13d889beff25d..7a15974ce0440 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/te.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/te.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.17", "Names": { "AC": "అసెన్షన్ దీవి", "AD": "ఆండోరా", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/tg.json b/src/Symfony/Component/Intl/Resources/data/regions/tg.json index 76ab7b9daf231..2e94568c80dd6 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.44.88", + "Version": "2.1.47.96", "Names": { "AC": "Асунсон", "AD": "Андорра", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/th.json b/src/Symfony/Component/Intl/Resources/data/regions/th.json index a1b98fa797c54..c5f3196214946 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/th.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/th.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.89", + "Version": "2.1.48.86", "Names": { "AC": "เกาะแอสเซนชัน", "AD": "อันดอร์รา", @@ -146,7 +146,7 @@ "MF": "เซนต์มาร์ติน", "MG": "มาดากัสการ์", "MH": "หมู่เกาะมาร์แชลล์", - "MK": "มาซิโดเนีย", + "MK": "มาซิโดเนียเหนือ", "ML": "มาลี", "MM": "เมียนมาร์ (พม่า)", "MN": "มองโกเลีย", @@ -215,7 +215,7 @@ "SV": "เอลซัลวาดอร์", "SX": "ซินต์มาร์เทน", "SY": "ซีเรีย", - "SZ": "สวาซิแลนด์", + "SZ": "เอสวาตีนี", "TA": "ทริสตันดาคูนา", "TC": "หมู่เกาะเติกส์และหมู่เกาะเคคอส", "TD": "ชาด", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ti.json b/src/Symfony/Component/Intl/Resources/data/regions/ti.json index 4d48baf781f01..bd4017146f557 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.44.88", + "Version": "2.1.47.82", "Names": { "AC": "አሴንሽን ደሴት", "AD": "አንዶራ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/tk.json b/src/Symfony/Component/Intl/Resources/data/regions/tk.json index 0303d9dd0d85c..65962ee0ae945 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/tk.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/tk.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.86", "Names": { "AC": "Beýgeliş adasy", "AD": "Andorra", @@ -248,6 +248,8 @@ "VU": "Wanuatu", "WF": "Uollis we Futuna", "WS": "Samoa", + "XA": "psewdo-şiweler", + "XB": "psewdo-bidi", "XK": "Kosowo", "YE": "Ýemen", "YT": "Maýotta", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/tl.json b/src/Symfony/Component/Intl/Resources/data/regions/tl.json index 8f99f8fab657e..ac6311055ebb7 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.44.91", + "Version": "2.1.48.20", "Names": { "AC": "Acsencion island", "AD": "Andorra", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis & Futuna", "WS": "Samoa", + "XA": "Mga Pseudo-Accent", + "XB": "Pseudo-Bidi", "XK": "Kosovo", "YE": "Yemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/to.json b/src/Symfony/Component/Intl/Resources/data/regions/to.json index 026492de95c84..9d776ccae7a40 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/to.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/to.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.47.82", "Names": { "AC": "Motu ʻAsenisini", "AD": "ʻAnitola", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/tr.json b/src/Symfony/Component/Intl/Resources/data/regions/tr.json index 0a4684e9668d8..d344e18b440b8 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/tr.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/tr.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.42", "Names": { "AC": "Ascension Adası", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "Saint Martin", "MG": "Madagaskar", "MH": "Marshall Adaları", - "MK": "Makedonya", + "MK": "Kuzey Makedonya", "ML": "Mali", "MM": "Myanmar (Burma)", "MN": "Moğolistan", @@ -215,7 +215,7 @@ "SV": "El Salvador", "SX": "Sint Maarten", "SY": "Suriye", - "SZ": "Svaziland", + "SZ": "Esvatini", "TA": "Tristan da Cunha", "TC": "Turks ve Caicos Adaları", "TD": "Çad", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/tt.json b/src/Symfony/Component/Intl/Resources/data/regions/tt.json index e85f4f87a3248..9c41b31b57cf7 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.44.88", + "Version": "2.1.47.85", "Names": { "AD": "Андорра", "AE": "Берләшкән Гарәп Әмирлекләре", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ug.json b/src/Symfony/Component/Intl/Resources/data/regions/ug.json index 8273dedbbc613..37a1ce586e6a7 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.44.88", + "Version": "2.1.47.82", "Names": { "AC": "ئاسسېنسىيون ئارىلى", "AD": "ئاندوررا", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/uk.json b/src/Symfony/Component/Intl/Resources/data/regions/uk.json index 568d9ab0fac44..eb61869123423 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.43.65", + "Version": "2.1.48.42", "Names": { "AC": "Острів Вознесіння", "AD": "Андорра", @@ -146,7 +146,7 @@ "MF": "Сен-Мартен", "MG": "Мадагаскар", "MH": "Маршаллові Острови", - "MK": "Македонія", + "MK": "Північна Македонія", "ML": "Малі", "MM": "Мʼянма (Бірма)", "MN": "Монголія", @@ -215,7 +215,7 @@ "SV": "Сальвадор", "SX": "Сінт-Мартен", "SY": "Сирія", - "SZ": "Свазіленд", + "SZ": "Есватіні", "TA": "Трістан-да-Кунья", "TC": "Острови Теркс і Кайкос", "TD": "Чад", @@ -248,6 +248,8 @@ "VU": "Вануату", "WF": "Уолліс і Футуна", "WS": "Самоа", + "XA": "Псевдоакценти", + "XB": "Псевдобіді", "XK": "Косово", "YE": "Ємен", "YT": "Майотта", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/ur.json b/src/Symfony/Component/Intl/Resources/data/regions/ur.json index 7e5fc76dfb0ea..9fd613918af0f 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/ur.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/ur.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.3", + "Version": "2.1.48.20", "Names": { "AC": "اسینشن آئلینڈ", "AD": "انڈورا", @@ -215,7 +215,7 @@ "SV": "ال سلواڈور", "SX": "سنٹ مارٹن", "SY": "شام", - "SZ": "سوازی لینڈ", + "SZ": "سواتنی", "TA": "ٹرسٹن ڈا کیونہا", "TC": "ترکس اور کیکاؤس جزائر", "TD": "چاڈ", @@ -248,6 +248,8 @@ "VU": "وینوآٹو", "WF": "ویلیز اور فیوٹیونا", "WS": "ساموآ", + "XA": "بناوٹی لہجے", + "XB": "مصنوعی بیڑی", "XK": "کوسووو", "YE": "یمن", "YT": "مایوٹ", 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 565f3c56e1cef..8eea5abb7ae9e 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.43.65", + "Version": "2.1.47.71", "Names": { "AC": "جزیرہ اسینشن", "AX": "جزائر آلینڈ", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/uz.json b/src/Symfony/Component/Intl/Resources/data/regions/uz.json index 4114343384de4..2ff987c9e650e 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/uz.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/uz.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.88", + "Version": "2.1.48.17", "Names": { "AC": "Me’roj oroli", "AD": "Andorra", 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 fbae2ab8d5b9a..6bc7de7e91449 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.38.69", + "Version": "2.1.47.82", "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 a050ad59e8abe..e2e66cb6bfb05 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.43.2", + "Version": "2.1.48.17", "Names": { "AC": "Меърож ороли", "AD": "Андорра", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/vi.json b/src/Symfony/Component/Intl/Resources/data/regions/vi.json index d8d12319055ab..f8e13dcdaea63 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/vi.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/vi.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.42", "Names": { "AC": "Đảo Ascension", "AD": "Andorra", @@ -146,7 +146,7 @@ "MF": "St. Martin", "MG": "Madagascar", "MH": "Quần đảo Marshall", - "MK": "Macedonia", + "MK": "Bắc Macedonia", "ML": "Mali", "MM": "Myanmar (Miến Điện)", "MN": "Mông Cổ", @@ -248,6 +248,8 @@ "VU": "Vanuatu", "WF": "Wallis và Futuna", "WS": "Samoa", + "XA": "XA", + "XB": "XB", "XK": "Kosovo", "YE": "Yemen", "YT": "Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/wo.json b/src/Symfony/Component/Intl/Resources/data/regions/wo.json index b391e02cd46b2..82a2b033ef859 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.43.94", + "Version": "2.1.47.84", "Names": { "AD": "Andoor", "AE": "Emira Arab Ini", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/xh.json b/src/Symfony/Component/Intl/Resources/data/regions/xh.json index 6d7d36c63924e..b3ee565dc5684 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.44.88", + "Version": "2.1.48.89", "Names": { "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 1bc9a02eb83a6..9ec11f2324b26 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.38.69", + "Version": "2.1.47.82", "Names": { "AD": "אַנדארע", "AF": "אַפֿגהאַניסטאַן", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/yo.json b/src/Symfony/Component/Intl/Resources/data/regions/yo.json index 4a77adc318b1f..16c06c5c75bc5 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.44.88", + "Version": "2.1.48.17", "Names": { "AD": "Orílẹ́ède Ààndórà", "AE": "Orílẹ́ède Ẹmirate ti Awọn Arabu", @@ -27,7 +27,7 @@ "BM": "Orílẹ́ède Bémúdà", "BN": "Orílẹ́ède Búrúnẹ́lì", "BO": "Orílẹ́ède Bọ̀lífíyà", - "BR": "Orílẹ́ède Bàràsílì", + "BR": "Orilẹ̀-èdè Bàràsílì", "BS": "Orílẹ́ède Bàhámásì", "BT": "Orílẹ́ède Bútánì", "BW": "Orílẹ́ède Bọ̀tìsúwánà", @@ -42,14 +42,14 @@ "CK": "Orílẹ́ède Etíokun Kùúkù", "CL": "Orílẹ́ède ṣílè", "CM": "Orílẹ́ède Kamerúúnì", - "CN": "Orílẹ́ède ṣáínà", + "CN": "Orilẹ̀-èdè Ṣáínà", "CO": "Orílẹ́ède Kòlómíbìa", "CR": "Orílẹ́ède Kuusita Ríkà", "CU": "Orílẹ́ède Kúbà", "CV": "Orílẹ́ède Etíokun Kápé féndè", "CY": "Orílẹ́ède Kúrúsì", "CZ": "Orílẹ́ède ṣẹ́ẹ́kì", - "DE": "Orílẹ́ède Gemani", + "DE": "Orílẹèdè Jámánì", "DJ": "Orílẹ́ède Díbọ́ótì", "DK": "Orílẹ́ède Dẹ́mákì", "DM": "Orílẹ́ède Dòmíníkà", @@ -67,7 +67,7 @@ "FM": "Orílẹ́ède Makoronesia", "FR": "Orílẹ́ède Faranse", "GA": "Orílẹ́ède Gabon", - "GB": "Orílẹ́ède Omobabirin", + "GB": "Orílẹ́èdè Gẹ̀ẹ́sì", "GD": "Orílẹ́ède Genada", "GE": "Orílẹ́ède Gọgia", "GF": "Orílẹ́ède Firenṣi Guana", @@ -95,7 +95,7 @@ "IQ": "Orílẹ́ède Iraki", "IR": "Orílẹ́ède Irani", "IS": "Orílẹ́ède Aṣilandi", - "IT": "Orílẹ́ède Italiyi", + "IT": "Orílẹ́ède Itáli", "JM": "Orílẹ́ède Jamaika", "JO": "Orílẹ́ède Jọdani", "JP": "Orílẹ́ède Japani", @@ -145,7 +145,7 @@ "NC": "Orílẹ́ède Kaledonia Titun", "NE": "Orílẹ́ède Nàìjá", "NF": "Orílẹ́ède Etikun Nọ́úfókì", - "NG": "Orílẹ́ède Nàìjíríà", + "NG": "Orilẹ̀-èdè Nàìjíríà", "NI": "Orílẹ́ède NIkaragua", "NL": "Orílẹ́ède Nedalandi", "NO": "Orílẹ́ède Nọọwii", @@ -208,7 +208,7 @@ "TZ": "Orílẹ́ède Tanṣania", "UA": "Orílẹ́ède Ukarini", "UG": "Orílẹ́ède Uganda", - "US": "Orílẹ́ède Orilẹede Amerika", + "US": "Orílẹ̀-èdè Amẹrikà", "UY": "Orílẹ́ède Nruguayi", "UZ": "Orílẹ́ède Nṣibẹkisitani", "VA": "Ìlú Vatican", 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 b681e76b63dd2..7d53b2a6a3170 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.44.53", + "Version": "2.1.48.77", "Names": { "AD": "Orílɛ́ède Ààndórà", "AE": "Orílɛ́ède Ɛmirate ti Awɔn Arabu", @@ -27,7 +27,7 @@ "BM": "Orílɛ́ède Bémúdà", "BN": "Orílɛ́ède Búrúnɛ́lì", "BO": "Orílɛ́ède Bɔ̀lífíyà", - "BR": "Orílɛ́ède Bàràsílì", + "BR": "Orilɛ̀-èdè Bàràsílì", "BS": "Orílɛ́ède Bàhámásì", "BT": "Orílɛ́ède Bútánì", "BW": "Orílɛ́ède Bɔ̀tìsúwánà", @@ -42,14 +42,14 @@ "CK": "Orílɛ́ède Etíokun Kùúkù", "CL": "Orílɛ́ède shílè", "CM": "Orílɛ́ède Kamerúúnì", - "CN": "Orílɛ́ède sháínà", + "CN": "Orilɛ̀-èdè Sháínà", "CO": "Orílɛ́ède Kòlómíbìa", "CR": "Orílɛ́ède Kuusita Ríkà", "CU": "Orílɛ́ède Kúbà", "CV": "Orílɛ́ède Etíokun Kápé féndè", "CY": "Orílɛ́ède Kúrúsì", "CZ": "Orílɛ́ède shɛ́ɛ́kì", - "DE": "Orílɛ́ède Gemani", + "DE": "Orílɛèdè Jámánì", "DJ": "Orílɛ́ède Díbɔ́ótì", "DK": "Orílɛ́ède Dɛ́mákì", "DM": "Orílɛ́ède Dòmíníkà", @@ -67,7 +67,7 @@ "FM": "Orílɛ́ède Makoronesia", "FR": "Orílɛ́ède Faranse", "GA": "Orílɛ́ède Gabon", - "GB": "Orílɛ́ède Omobabirin", + "GB": "Orílɛ́èdè Gɛ̀ɛ́sì", "GD": "Orílɛ́ède Genada", "GE": "Orílɛ́ède Gɔgia", "GF": "Orílɛ́ède Firenshi Guana", @@ -95,7 +95,7 @@ "IQ": "Orílɛ́ède Iraki", "IR": "Orílɛ́ède Irani", "IS": "Orílɛ́ède Ashilandi", - "IT": "Orílɛ́ède Italiyi", + "IT": "Orílɛ́ède Itáli", "JM": "Orílɛ́ède Jamaika", "JO": "Orílɛ́ède Jɔdani", "JP": "Orílɛ́ède Japani", @@ -145,7 +145,7 @@ "NC": "Orílɛ́ède Kaledonia Titun", "NE": "Orílɛ́ède Nàìjá", "NF": "Orílɛ́ède Etikun Nɔ́úfókì", - "NG": "Orílɛ́ède Nàìjíríà", + "NG": "Orilɛ̀-èdè Nàìjíríà", "NI": "Orílɛ́ède NIkaragua", "NL": "Orílɛ́ède Nedalandi", "NO": "Orílɛ́ède Nɔɔwii", @@ -208,9 +208,10 @@ "TZ": "Orílɛ́ède Tanshania", "UA": "Orílɛ́ède Ukarini", "UG": "Orílɛ́ède Uganda", - "US": "Orílɛ́ède Orilɛede Amerika", + "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ì", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/zh.json b/src/Symfony/Component/Intl/Resources/data/regions/zh.json index a5b3eecb8294c..99b0c63736087 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.44.76", + "Version": "2.1.48.42", "Names": { "AC": "阿森松岛", "AD": "安道尔", @@ -146,7 +146,7 @@ "MF": "法属圣马丁", "MG": "马达加斯加", "MH": "马绍尔群岛", - "MK": "马其顿", + "MK": "北马其顿", "ML": "马里", "MM": "缅甸", "MN": "蒙古", @@ -248,6 +248,8 @@ "VU": "瓦努阿图", "WF": "瓦利斯和富图纳", "WS": "萨摩亚", + "XA": "伪地区", + "XB": "伪双向语言地区", "XK": "科索沃", "YE": "也门", "YT": "马约特", 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 f6c5b21cf3cc6..932efa30b4d0c 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.43.65", + "Version": "2.1.47.86", "Names": { "AE": "阿拉伯聯合酋長國", "AG": "安提瓜和巴布達", diff --git a/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.json b/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.json index 496ac716134f0..2347546962f8b 100644 --- a/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.json +++ b/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.42", "Names": { "AC": "阿森松島", "AD": "安道爾", @@ -146,7 +146,7 @@ "MF": "法屬聖馬丁", "MG": "馬達加斯加", "MH": "馬紹爾群島", - "MK": "馬其頓", + "MK": "北馬其頓", "ML": "馬利", "MM": "緬甸", "MN": "蒙古", @@ -248,6 +248,8 @@ "VU": "萬那杜", "WF": "瓦利斯群島和富圖那群島", "WS": "薩摩亞", + "XA": "偽區域", + "XB": "偽比迪", "XK": "科索沃", "YE": "葉門", "YT": "馬約特島", 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 f6c5b21cf3cc6..932efa30b4d0c 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.43.65", + "Version": "2.1.47.86", "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 5862210fe043a..30568ffb1f852 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.43.65", + "Version": "2.1.48.17", "Names": { "AC": "i-Ascension Island", "AD": "i-Andorra", @@ -248,6 +248,8 @@ "VU": "i-Vanuatu", "WF": "i-Wallis ne-Futuna", "WS": "i-Samoa", + "XA": "Pseudo-Accents", + "XB": "Pseudo-Bidi", "XK": "i-Kosovo", "YE": "i-Yemen", "YT": "i-Mayotte", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/af.json b/src/Symfony/Component/Intl/Resources/data/scripts/af.json index 5861a32f96c68..bde84048a464a 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/af.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/af.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "Arab": "Arabies", "Armn": "Armeens", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/am.json b/src/Symfony/Component/Intl/Resources/data/scripts/am.json index b53b3bd3b55a6..7277fe0a5294a 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.43.65", + "Version": "2.1.48.18", "Names": { "Arab": "ዓረብኛ", "Armn": "አርሜንያዊ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ar.json b/src/Symfony/Component/Intl/Resources/data/scripts/ar.json index 5440e9fc984c6..66ff7fc918378 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.43.50", + "Version": "2.1.48.22", "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 c8890ac824346..a3cc5adae29c9 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.43.94", + "Version": "2.1.48.17", "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 0b17d77923a03..e295c1263bada 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.44.53", + "Version": "2.1.48.17", "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 4ca73d7d41106..0bb3b64659946 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.44.53", + "Version": "2.1.47.82", "Names": { "Cyrl": "Кирил" } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/be.json b/src/Symfony/Component/Intl/Resources/data/scripts/be.json index a2c72117ea971..1500791d6bcc5 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/be.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/be.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.17", "Names": { "Arab": "арабскае", "Armn": "армянскае", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/bg.json b/src/Symfony/Component/Intl/Resources/data/scripts/bg.json index 8f369aad0dee2..643a27f6fc290 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.43.94", + "Version": "2.1.48.42", "Names": { "Arab": "арабска", "Armi": "Арамейска", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/bn.json b/src/Symfony/Component/Intl/Resources/data/scripts/bn.json index 3bb394b183056..b61b4c9c1c436 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.44.91", + "Version": "2.1.48.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 ca701735e3afe..b19bca6cc02b3 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.38.69", + "Version": "2.1.47.82", "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 fc59f21fa3090..0b7c006ecbbc3 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.44.91", + "Version": "2.1.48.86", "Names": { "Adlm": "adlam", "Arab": "arabek", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/bs.json b/src/Symfony/Component/Intl/Resources/data/scripts/bs.json index 8c46051494373..459cb117f67b0 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.44.88", + "Version": "2.1.48.17", "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 13420fdcb6413..376ab73b71bfa 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.41.34", + "Version": "2.1.48.17", "Names": { "Arab": "арапско писмо", "Armi": "империјско арамејско писмо", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ca.json b/src/Symfony/Component/Intl/Resources/data/scripts/ca.json index 97dc3ea9917d0..01f28f5c9b140 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.43.65", + "Version": "2.1.48.42", "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 b7423d8f8084a..4fb781a427c15 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.41.34", + "Version": "2.1.47.82", "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 8513a09858fb3..a13ee3d097945 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.44.91", + "Version": "2.1.48.44", "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 56e54b05be9a6..c451e9f624881 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.44.91", + "Version": "2.1.48.17", "Names": { "Arab": "Arabaidd", "Armn": "Armenaidd", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/da.json b/src/Symfony/Component/Intl/Resources/data/scripts/da.json index c9b1be443112b..fdd18d3bfa058 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.43.65", + "Version": "2.1.48.17", "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 dbd6e9a3bfc13..4b0f1c882ef32 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/de.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/de.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.42", "Names": { "Afak": "Afaka", "Aghb": "Kaukasisch-Albanisch", @@ -21,7 +21,6 @@ "Cakm": "Chakma", "Cans": "UCAS", "Cari": "Karisch", - "Cham": "Cham", "Cher": "Cherokee", "Cirt": "Cirth", "Copt": "Koptisch", @@ -92,7 +91,6 @@ "Merc": "Meroitisch kursiv", "Mero": "Meroitisch", "Mlym": "Malayalam", - "Modi": "Modi", "Mong": "Mongolisch", "Moon": "Moon", "Mroo": "Mro", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/dz.json b/src/Symfony/Component/Intl/Resources/data/scripts/dz.json index 5f11b8177b76b..6b65fd069db07 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.41.34", + "Version": "2.1.47.82", "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 5a7bd2452c897..ab5430bcb8812 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.44.88", + "Version": "2.1.47.82", "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 da75a8867f537..85552a86cd8d7 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.43.65", + "Version": "2.1.49.26", "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 02bcc9f2bc18b..755e2fa6c6a79 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.44.91", + "Version": "2.1.48.65", "Names": { "Adlm": "Adlam", "Afak": "Afaka", @@ -39,6 +39,7 @@ "Egyh": "Egyptian hieratic", "Egyp": "Egyptian hieroglyphs", "Elba": "Elbasan", + "Elym": "Elymaic", "Ethi": "Ethiopic", "Geok": "Georgian Khutsuri", "Geor": "Georgian", @@ -61,6 +62,7 @@ "Hira": "Hiragana", "Hluw": "Anatolian Hieroglyphs", "Hmng": "Pahawh Hmong", + "Hmnp": "Nyiakeng Puachue Hmong", "Hrkt": "Japanese syllabaries", "Hung": "Old Hungarian", "Inds": "Indus", @@ -109,6 +111,7 @@ "Mtei": "Meitei Mayek", "Mult": "Multani", "Mymr": "Myanmar", + "Nand": "Nandinagari", "Narb": "Old North Arabian", "Nbat": "Nabataean", "Newa": "Newa", @@ -174,6 +177,7 @@ "Vaii": "Vai", "Visp": "Visible Speech", "Wara": "Varang Kshiti", + "Wcho": "Wancho", "Wole": "Woleai", "Xpeo": "Old Persian", "Xsux": "Sumero-Akkadian Cuneiform", 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 0dc7fe5d999d8..995d4e2c7577b 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/en_AU.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/en_AU.json @@ -1,9 +1,7 @@ { - "Version": "2.1.44.18", + "Version": "2.1.48.43", "Names": { "Beng": "Bengali", - "Cham": "Cham", - "Modi": "Modi", "Thai": "Thai" } } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/en_GB.json b/src/Symfony/Component/Intl/Resources/data/scripts/en_GB.json new file mode 100644 index 0000000000000..3b8b43a034a35 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/scripts/en_GB.json @@ -0,0 +1,6 @@ +{ + "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 bdc03fac18d47..051e491b9d23f 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.44.18", + "Version": "2.1.49.14", "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 074da11ddb6a5..2c7526f7c5ebb 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.44.88", + "Version": "2.1.48.20", "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 8af5eb01c3304..26fe52ca6c44a 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.43.65", + "Version": "2.1.47.86", "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 9c6bad2763279..e964d56261284 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/es_MX.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.5", + "Version": "2.1.47.96", "Names": { "Hanb": "hanb", "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 2ff163d8e8c1a..9fa205568920a 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/es_US.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/es_US.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.65", + "Version": "2.1.47.86", "Names": { "Hanb": "hanb", "Mlym": "malayálam" diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/et.json b/src/Symfony/Component/Intl/Resources/data/scripts/et.json index 2d16edb2b4d32..1560eae28c5c6 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.44.91", + "Version": "2.1.48.42", "Names": { "Afak": "afaka", "Aghb": "albaani", @@ -163,6 +163,7 @@ "Vaii": "vai", "Visp": "nähtava kõne", "Wara": "hoo", + "Wcho": "vantšo", "Wole": "voleai", "Xpeo": "vanapärsia", "Xsux": "sumeri-akadi kiilkiri", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/eu.json b/src/Symfony/Component/Intl/Resources/data/scripts/eu.json index ef3c8ce2fd586..8113c871186f4 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.43.65", + "Version": "2.1.48.17", "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 59e1043e3441a..9b9f6036d9e46 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.43.65", + "Version": "2.1.48.42", "Names": { "Aghb": "آلبانیایی قفقازی", "Arab": "عربی", 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 64d7d960a651f..73e1c846152f8 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.43.65", + "Version": "2.1.47.86", "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 b09facaaeed01..43413e93429e9 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.44.91", + "Version": "2.1.48.42", "Names": { "Adlm": "fulanin adlam-aakkosto", "Afak": "afaka", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/fo.json b/src/Symfony/Component/Intl/Resources/data/scripts/fo.json index 04df26db7d6d1..8eaf8add3b00f 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.41.34", + "Version": "2.1.48.9", "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 07b67fb30e3f2..943357c0e5115 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.44.91", + "Version": "2.1.48.43", "Names": { "Arab": "arabe", "Armi": "araméen impérial", @@ -29,6 +29,7 @@ "Egyd": "démotique égyptien", "Egyh": "hiératique égyptien", "Egyp": "hiéroglyphes égyptiens", + "Elym": "élymaïque", "Ethi": "éthiopique", "Geok": "géorgien khoutsouri", "Geor": "géorgien", @@ -46,6 +47,7 @@ "Hebr": "hébreu", "Hira": "hiragana", "Hmng": "pahawh hmong", + "Hmnp": "nyiakeng puachue hmong", "Hrkt": "katakana ou hiragana", "Hung": "ancien hongrois", "Inds": "indus", @@ -80,6 +82,7 @@ "Moon": "moon", "Mtei": "meitei mayek", "Mymr": "birman", + "Nand": "nandinagari", "Nkoo": "n’ko", "Ogam": "ogam", "Olck": "ol tchiki", @@ -124,6 +127,7 @@ "Ugar": "ougaritique", "Vaii": "vaï", "Visp": "parole visible", + "Wcho": "wantcho", "Xpeo": "cunéiforme persépolitain", "Xsux": "cunéiforme suméro-akkadien", "Yiii": "yi", 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 95cc06568186c..47b9ac763ca5e 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.43.65", + "Version": "2.1.47.86", "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 2c0ccc45fe925..a3a4d25ecb1ad 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.41.34", + "Version": "2.1.47.82", "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 49cd0356b11a9..3b76bdb05d0ed 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.44.91", + "Version": "2.1.48.17", "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 ef8ba5271ea09..542569c7d116c 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.44.91", + "Version": "2.1.48.86", "Names": { "Adlm": "Adlam", "Afak": "Afaka", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/gl.json b/src/Symfony/Component/Intl/Resources/data/scripts/gl.json index 9d447f7a64052..81061aa300445 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/gl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/gl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.17", "Names": { "Arab": "árabe", "Armn": "armenio", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/gu.json b/src/Symfony/Component/Intl/Resources/data/scripts/gu.json index a773b00b7a5fd..5051adbb41388 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.44.2", + "Version": "2.1.48.42", "Names": { "Arab": "અરબી", "Armi": "ઇમ્પિરિયલ આર્મનિક", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ha.json b/src/Symfony/Component/Intl/Resources/data/scripts/ha.json new file mode 100644 index 0000000000000..666675d856d0d --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ha.json @@ -0,0 +1,12 @@ +{ + "Version": "2.1.48.45", + "Names": { + "Arab": "Larabci", + "Cyrl": "Cyrl", + "Hans": "Sauƙaƙaƙƙen", + "Hant": "Na gargajiya", + "Latn": "Latin", + "Zxxx": "Ba rubutacce ba", + "Zzzz": "Rubutun da ba sani ba" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ha_NE.json b/src/Symfony/Component/Intl/Resources/data/scripts/ha_NE.json new file mode 100644 index 0000000000000..75d91bf35de0e --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ha_NE.json @@ -0,0 +1,12 @@ +{ + "Version": "2.1.48.77", + "Names": { + "Arab": "Larabci", + "Cyrl": "Cyrl", + "Hans": "Sauƙaƙaƙƙen", + "Hant": "Na gargajiya", + "Latn": "Latin", + "Zxxx": "Ba rubutacce ba", + "Zzzz": "Rubutun da ba sani ba" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/he.json b/src/Symfony/Component/Intl/Resources/data/scripts/he.json index 64a17d2ff3d4b..d9588c42164d9 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.43.94", + "Version": "2.1.48.42", "Names": { "Arab": "ערבי", "Armn": "ארמני", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/hi.json b/src/Symfony/Component/Intl/Resources/data/scripts/hi.json index 9c5d76ff336f6..3af27f2c52fce 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.43.50", + "Version": "2.1.48.17", "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 6916907577dc7..2f1bce4f6cd07 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.43.50", + "Version": "2.1.48.42", "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 f9cdf1c3b145f..3c873c39abc1a 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.43.65", + "Version": "2.1.48.42", "Names": { "Arab": "Arab", "Armi": "Birodalmi arámi", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/hy.json b/src/Symfony/Component/Intl/Resources/data/scripts/hy.json index 12bebdee401d8..c79bab1e43cec 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.43.50", + "Version": "2.1.48.17", "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 f66a8795d92b8..c3d9401a7d3f1 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.44.15", + "Version": "2.1.48.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 209a1bff2ffc3..25b2218083a08 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/id.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/id.json @@ -1,13 +1,11 @@ { - "Version": "2.1.44.20", + "Version": "2.1.48.42", "Names": { "Afak": "Afaka", "Aghb": "Albania Kaukasia", - "Arab": "Arab", "Armi": "Aram Imperial", "Armn": "Armenia", "Avst": "Avesta", - "Bali": "Bali", "Bamu": "Bamum", "Bass": "Bassa Vah", "Batk": "Batak", @@ -21,7 +19,6 @@ "Cakm": "Chakma", "Cans": "Simbol Aborigin Kanada Kesatuan", "Cari": "Karia", - "Cham": "Cham", "Cher": "Cherokee", "Cirt": "Cirth", "Copt": "Koptik", @@ -57,7 +54,6 @@ "Hung": "Hungaria Kuno", "Inds": "Indus", "Ital": "Italia Lama", - "Jamo": "Jamo", "Java": "Jawa", "Jpan": "Jepang", "Jurc": "Jurchen", @@ -79,7 +75,6 @@ "Limb": "Limbu", "Lina": "Linear A", "Linb": "Linear B", - "Lisu": "Lisu", "Loma": "Loma", "Lyci": "Lycia", "Lydi": "Lydia", @@ -147,7 +142,6 @@ "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 new file mode 100644 index 0000000000000..cf80432b18c05 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ig.json @@ -0,0 +1,12 @@ +{ + "Version": "2.1.48.45", + "Names": { + "Arab": "Mkpụrụ Okwu Arabic", + "Cyrl": "Mkpụrụ Okwu Cyrillic", + "Hans": "Nke dị mfe", + "Hant": "Izugbe", + "Latn": "Latin", + "Zxxx": "Edeghị ede", + "Zzzz": "Mkpụrụ okwu amaghị" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ii.json b/src/Symfony/Component/Intl/Resources/data/scripts/ii.json index 68db106a9d6ae..a1e84b1ddbf9a 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.38.69", + "Version": "2.1.47.82", "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 209a1bff2ffc3..25b2218083a08 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/in.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/in.json @@ -1,13 +1,11 @@ { - "Version": "2.1.44.20", + "Version": "2.1.48.42", "Names": { "Afak": "Afaka", "Aghb": "Albania Kaukasia", - "Arab": "Arab", "Armi": "Aram Imperial", "Armn": "Armenia", "Avst": "Avesta", - "Bali": "Bali", "Bamu": "Bamum", "Bass": "Bassa Vah", "Batk": "Batak", @@ -21,7 +19,6 @@ "Cakm": "Chakma", "Cans": "Simbol Aborigin Kanada Kesatuan", "Cari": "Karia", - "Cham": "Cham", "Cher": "Cherokee", "Cirt": "Cirth", "Copt": "Koptik", @@ -57,7 +54,6 @@ "Hung": "Hungaria Kuno", "Inds": "Indus", "Ital": "Italia Lama", - "Jamo": "Jamo", "Java": "Jawa", "Jpan": "Jepang", "Jurc": "Jurchen", @@ -79,7 +75,6 @@ "Limb": "Limbu", "Lina": "Linear A", "Linb": "Linear B", - "Lisu": "Lisu", "Loma": "Loma", "Lyci": "Lycia", "Lydi": "Lydia", @@ -147,7 +142,6 @@ "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 e811e79e70e6d..5f6a81172efa4 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.44.91", + "Version": "2.1.48.17", "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 904b9f1e0b9f9..bddea756d2a4c 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.44.86", + "Version": "2.1.48.42", "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 64a17d2ff3d4b..d9588c42164d9 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.43.94", + "Version": "2.1.48.42", "Names": { "Arab": "ערבי", "Armn": "ארמני", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ja.json b/src/Symfony/Component/Intl/Resources/data/scripts/ja.json index 028415b8d8384..2c8c4718963b4 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ja.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ja.json @@ -1,5 +1,5 @@ { - "Version": "2.1.44.91", + "Version": "2.1.48.42", "Names": { "Afak": "アファカ文字", "Aghb": "カフカス・アルバニア文字", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/jv.json b/src/Symfony/Component/Intl/Resources/data/scripts/jv.json index ed769f4876dbc..3054e1fc85b46 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/jv.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/jv.json @@ -1,14 +1,46 @@ { - "Version": "2.1.44.15", + "Version": "2.1.48.44", "Names": { "Arab": "Arab", + "Armn": "Armenia", + "Beng": "Bangla", + "Bopo": "Bopomofo", + "Brai": "Braille", "Cyrl": "Sirilik", + "Deva": "Devanagari", + "Ethi": "Ethiopik", + "Geor": "Georgia", + "Grek": "Yunani", + "Gujr": "Gujarati", + "Guru": "Gurmukhi", + "Hanb": "Han nganggo Bopomofo", + "Hang": "Hangul", "Hani": "Han", + "Hans": "Prasaja", "Hant": "Tradhisional", + "Hebr": "Ibrani", + "Hira": "Hiragana", + "Hrkt": "Silabaris Jepang", "Jpan": "Jepang", + "Kana": "Katakana", + "Khmr": "Khmer", + "Knda": "Kannada", "Kore": "Korea", + "Laoo": "Lao", "Latn": "Latin", + "Mlym": "Malayalam", + "Mong": "Mongolia", + "Mymr": "Myanmar", + "Orya": "Odia", + "Sinh": "Sinhala", + "Taml": "Tamil", + "Thaa": "Thaana", + "Tibt": "Tibetan", + "Zmth": "Notasi Matematika", + "Zsye": "Emoji", + "Zsym": "Simbol", "Zxxx": "Ora Ketulis", + "Zyyy": "Umum", "Zzzz": "Skrip Ora Dikenali" } } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ka.json b/src/Symfony/Component/Intl/Resources/data/scripts/ka.json index 2930629d32421..f8ef03ed372b6 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.43.50", + "Version": "2.1.48.17", "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 70be6c2ee433c..1173b7acc3ab9 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.44.88", + "Version": "2.1.48.17", "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 b0002fe2e4693..4e4bada06d77d 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.44.88", + "Version": "2.1.48.17", "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 d9595aadf9f06..3d789d4e5ab9e 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.44.88", + "Version": "2.1.48.17", "Names": { "Arab": "ಅರೇಬಿಕ್", "Armi": "ಇಂಪೀರಿಯಲ್ ಅರೆಮಾಯಿಕ್", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ko.json b/src/Symfony/Component/Intl/Resources/data/scripts/ko.json index ff70ac88e987f..c723d1818b95c 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.44.91", + "Version": "2.1.48.17", "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 cbc9e2df4adcb..d4a7771936ffb 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ks.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ks.json @@ -1,29 +1,29 @@ { - "Version": "2.1.41.34", + "Version": "2.1.47.83", "Names": { "Arab": "اَربی", "Armn": "اَرمانیَن", "Avst": "اَویستَن", "Bali": "بالَنیٖز", "Batk": "باتَک", - "Beng": "بیٚنگٲلۍ", + "Beng": "بینگٲلۍ", "Blis": "بِلِس سِمبلز", "Bopo": "بوپوموفو", - "Brah": "برٛاہمی", + "Brah": "براہمی", "Brai": "بریل", "Bugi": "بُگِنیٖز", "Buhd": "بُہِد", - "Cans": "یُنِفایِڑ کنیڑِیَن ایٚب آرجِنَل سِلیبِک", + "Cans": "یُنِفایِڑ کنیڑِیَن ایب آرجِنَل سِلیبِک", "Cari": "کاریَن", "Cham": "چَم", - "Cher": "چیٚروکی", + "Cher": "چیروکی", "Cirt": "کِرتھ", "Copt": "کاپٹِک", "Cprt": "کِپرایِٹ", "Cyrl": "سَیرِلِک", "Cyrs": "پرون چٔرچسلیوونِک سَیرِلِک", "Deva": "دیوناگری", - "Dsrt": "ڈیٚسٔریٚٹ", + "Dsrt": "ڈیسٔریٹ", "Egyd": "اِجپشِیَن ڈِماٹِک", "Egyh": "اِجِپشَن ہَیریٹِک", "Egyp": "اِجِپشَن ہَیروگلِپھس", @@ -35,20 +35,20 @@ "Grek": "گرَنتھا", "Gujr": "گریٖک", "Guru": "گُجرٲتۍ", - "Hang": "ہانٛگُل", + "Hang": "ہانگُل", "Hani": "ہان", "Hano": "ہانُنوٗ", "Hans": "سِمپلِفایِڑ ہان", "Hant": "ٹریڑِشَنَل", "Hebr": "ہِبرِو", "Hira": "ہیٖراگانا", - "Hmng": "پَہاو مانٛگ", + "Hmng": "پَہاو مانگ", "Hrkt": "کَٹاکانا یا ہِراگانا", "Hung": "پرون ہَنگیریَن", "Inds": "اِنڈَس", "Ital": "اولڈ اِٹیلِک", "Java": "جاوَنیٖز", - "Jpan": "جیٚپَنیٖز", + "Jpan": "جیپَنیٖز", "Kali": "کایا لی", "Kana": "کَتاکانا", "Khar": "خَروشتھی", @@ -57,10 +57,10 @@ "Kore": "کوریَن", "Lana": "لانا", "Laoo": "لاو", - "Latf": "فرٛکتُر لیٹِن", + "Latf": "فرکتُر لیٹِن", "Latg": "گیلِک لیٹَن", "Latn": "لیٹِن", - "Lepc": "لیٚپکا", + "Lepc": "لیپکا", "Limb": "لِمبوٗ", "Lina": "لیٖنیَر اے", "Linb": "لیٖنیَر بی", @@ -71,11 +71,11 @@ "Maya": "مایَن ہیٖروگلِپھ", "Mero": "مِرایٹِک", "Mlym": "مَلیالَم", - "Mong": "مَنٛگولیَن", + "Mong": "مَنگولیَن", "Moon": "موٗن", "Mtei": "میتی مایَک", "Mymr": "مَیَنمار", - "Nkoo": "ایٚن کو", + "Nkoo": "این کو", "Ogam": "اوگہام", "Olck": "اول چِکی", "Orkh": "اورکھون", @@ -86,8 +86,8 @@ "Phlv": "بوٗک پَہَلوی", "Phnx": "پھونِشِیَن", "Plrd": "پولاڑ پھونِٹِک", - "Rjng": "ریجَنٛگ", - "Roro": "رونٛگو رونٛگو", + "Rjng": "ریجَنگ", + "Roro": "رونگو رونگو", "Runr": "رَنِک", "Samr": "سَمارِٹَن", "Sara": "سَراتی", @@ -98,15 +98,15 @@ "Sund": "سَنڈَنیٖز", "Sylo": "سیلوتی ناگری", "Syrc": "سیٖرِیَک", - "Syre": "ایٚسٹرینجِلو سیٖرِیَک", + "Syre": "ایسٹرینجِلو سیٖرِیَک", "Syrj": "مغرِبی سیٖریَک", "Syrn": "مشرَقی سیٖریَک", "Tagb": "تَگبَنوا", "Tale": "تَیلیے", - "Talu": "نوٚو تیلو", + "Talu": "نۆو تیلو", "Taml": "تَمِل", "Telu": "تیلگوٗ", - "Teng": "تیٚنگوار", + "Teng": "تینگوار", "Tfng": "تِفِناگ", "Tglg": "تَگَلوگ", "Thaa": "تھانا", @@ -118,7 +118,7 @@ "Xpeo": "پرون فارسی", "Xsux": "سُمیرو اکادیَن کوٗنِفام", "Yiii": "یٖی", - "Zxxx": "لیٚکھنَے", + "Zxxx": "لیکھنَے", "Zyyy": "عام", "Zzzz": "اَن زٲنۍ یا نا لَگہٕ ہار رَسمُل خظ" } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ku.json b/src/Symfony/Component/Intl/Resources/data/scripts/ku.json index 98866942f7489..d9ac68ca5bbf9 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.44.82", + "Version": "2.1.47.83", "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 2e06949011f18..64534eaaba756 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.43.65", + "Version": "2.1.48.17", "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 b37a4c30e0c86..63833b9ec772b 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.44.91", + "Version": "2.1.47.82", "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 fe443f6964ec9..f075edb2d778b 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.43.50", + "Version": "2.1.48.17", "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 9752573fe4673..c1ad0b4b22c8f 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.44.91", + "Version": "2.1.48.42", "Names": { "Afak": "Afaka", "Aghb": "Kaukazo Albanijos", @@ -92,7 +92,6 @@ "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 f96fc62f796de..c16ea617319e7 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.44.91", + "Version": "2.1.48.43", "Names": { "Arab": "arābu", "Armi": "aramiešu", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/meta.json b/src/Symfony/Component/Intl/Resources/data/scripts/meta.json index 53a1224698b89..d6edce68e952a 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.44.91", + "Version": "2.1.47.82", "Scripts": [ "Adlm", "Afak", @@ -39,6 +39,7 @@ "Egyh", "Egyp", "Elba", + "Elym", "Ethi", "Geok", "Geor", @@ -61,6 +62,7 @@ "Hira", "Hluw", "Hmng", + "Hmnp", "Hrkt", "Hung", "Inds", @@ -109,6 +111,7 @@ "Mtei", "Mult", "Mymr", + "Nand", "Narb", "Nbat", "Newa", @@ -131,6 +134,7 @@ "Phnx", "Plrd", "Prti", + "Qaag", "Rjng", "Rohg", "Roro", @@ -174,6 +178,7 @@ "Vaii", "Visp", "Wara", + "Wcho", "Wole", "Xpeo", "Xsux", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mi.json b/src/Symfony/Component/Intl/Resources/data/scripts/mi.json index 61fbd5659f8ca..4117186f66cf8 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.44.15", + "Version": "2.1.47.85", "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 a7c30a760a6a1..ee41c26329fd1 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.43.65", + "Version": "2.1.48.27", "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 191aae5ab4137..ef121c3928883 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.43.50", + "Version": "2.1.48.42", "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 cfbfcf25e084c..fda0a6429e187 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.43.94", + "Version": "2.1.48.17", "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 new file mode 100644 index 0000000000000..f1764c5b48252 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/scripts/mo.json @@ -0,0 +1,80 @@ +{ + "Version": "2.1.48.20", + "Names": { + "Arab": "arabă", + "Armn": "armeană", + "Bali": "balineză", + "Beng": "bengaleză", + "Bopo": "bopomofo", + "Brai": "braille", + "Cans": "silabică aborigenă canadiană unificată", + "Copt": "coptă", + "Cprt": "cipriotă", + "Cyrl": "chirilică", + "Cyrs": "chirilică slavonă bisericească veche", + "Deva": "devanagari", + "Dsrt": "mormonă", + "Egyd": "demotică egipteană", + "Egyh": "hieratică egipteană", + "Egyp": "hieroglife egiptene", + "Ethi": "etiopiană", + "Geok": "georgiană bisericească", + "Geor": "georgiană", + "Glag": "glagolitică", + "Goth": "gotică", + "Grek": "greacă", + "Gujr": "gujarati", + "Guru": "gurmukhi", + "Hanb": "hanb", + "Hang": "hangul", + "Hani": "han", + "Hans": "simplificată", + "Hant": "tradițională", + "Hebr": "ebraică", + "Hira": "hiragana", + "Hrkt": "silabică japoneză", + "Hung": "maghiară veche", + "Inds": "indus", + "Ital": "italică veche", + "Jamo": "jamo", + "Java": "javaneză", + "Jpan": "japoneză", + "Kana": "katakana", + "Khmr": "khmeră", + "Knda": "kannada", + "Kore": "coreeană", + "Laoo": "laoțiană", + "Latf": "latină Fraktur", + "Latg": "latină gaelică", + "Latn": "latină", + "Lina": "lineară A", + "Linb": "lineară B", + "Lydi": "lidiană", + "Maya": "hieroglife maya", + "Mlym": "malayalam", + "Mong": "mongolă", + "Mymr": "birmană", + "Orya": "oriya", + "Phnx": "feniciană", + "Runr": "runică", + "Sinh": "singaleză", + "Syrc": "siriacă", + "Syrj": "siriacă occidentală", + "Syrn": "siriacă orientală", + "Taml": "tamilă", + "Telu": "telugu", + "Tfng": "berberă", + "Thaa": "thaana", + "Thai": "thailandeză", + "Tibt": "tibetană", + "Xpeo": "persană veche", + "Xsux": "cuneiformă sumero-akkadiană", + "Zinh": "moștenită", + "Zmth": "notație matematică", + "Zsye": "emoji", + "Zsym": "simboluri", + "Zxxx": "nescrisă", + "Zyyy": "comună", + "Zzzz": "scriere necunoscută" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mr.json b/src/Symfony/Component/Intl/Resources/data/scripts/mr.json index e26e8bb8bf190..0ea84d0a0e2fb 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.43.65", + "Version": "2.1.48.42", "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 86bd0ee5e86c1..9131ab6c291c0 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/ms.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/ms.json @@ -1,14 +1,11 @@ { - "Version": "2.1.44.91", + "Version": "2.1.49.2", "Names": { "Arab": "Arab", "Armn": "Armenia", - "Bali": "Bali", - "Bamu": "Bamu", "Beng": "Benggala", "Bopo": "Bopomofo", "Brai": "Braille", - "Cans": "Cans", "Cyrl": "Cyril", "Deva": "Devanagari", "Ethi": "Ethiopia", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/mt.json b/src/Symfony/Component/Intl/Resources/data/scripts/mt.json index d8c5ac835b8da..06987636600eb 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.43.94", + "Version": "2.1.47.72", "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 ff4df2165d3ff..2d526f7c702ea 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.44.88", + "Version": "2.1.48.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 aca936af36fa2..03ad0549fec6d 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.44.2", + "Version": "2.1.48.42", "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 a38f56161fcb4..a0c1a096c762a 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.43.50", + "Version": "2.1.48.17", "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 3e97608439998..3d7a7527edd4c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/nl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/nl.json @@ -1,10 +1,9 @@ { - "Version": "2.1.45.14", + "Version": "2.1.48.86", "Names": { "Adlm": "Adlam", "Afak": "Defaka", "Aghb": "Kaukasisch Albanees", - "Ahom": "Ahom", "Arab": "Arabisch", "Armi": "Keizerlijk Aramees", "Armn": "Armeens", @@ -24,7 +23,6 @@ "Cakm": "Chakma", "Cans": "Verenigde Canadese Aboriginal-symbolen", "Cari": "Carisch", - "Cham": "Cham", "Cher": "Cherokee", "Cirt": "Cirth", "Copt": "Koptisch", @@ -39,6 +37,7 @@ "Egyh": "Egyptisch hiëratisch", "Egyp": "Egyptische hiërogliefen", "Elba": "Elbasan", + "Elym": "Elymaisch", "Ethi": "Ethiopisch", "Geok": "Georgisch Khutsuri", "Geor": "Georgisch", @@ -61,6 +60,7 @@ "Hira": "Hiragana", "Hluw": "Anatolische hiërogliefen", "Hmng": "Pahawh Hmong", + "Hmnp": "Nyiakeng Puachue Hmong", "Hrkt": "Katakana of Hiragana", "Hung": "Oudhongaars", "Inds": "Indus", @@ -102,13 +102,13 @@ "Merc": "Meroitisch cursief", "Mero": "Meroïtisch", "Mlym": "Malayalam", - "Modi": "Modi", "Mong": "Mongools", "Moon": "Moon", "Mroo": "Mro", "Mtei": "Meitei", "Mult": "Multani", "Mymr": "Birmaans", + "Nand": "Nandinagari", "Narb": "Oud Noord-Arabisch", "Nbat": "Nabateaans", "Newa": "Newari", @@ -174,6 +174,7 @@ "Vaii": "Vai", "Visp": "Zichtbare spraak", "Wara": "Varang Kshiti", + "Wcho": "Wancho", "Wole": "Woleai", "Xpeo": "Oudperzisch", "Xsux": "Sumero-Akkadian Cuneiform", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/nn.json b/src/Symfony/Component/Intl/Resources/data/scripts/nn.json index 9121902079856..4e6b538705c0b 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.43.94", + "Version": "2.1.47.82", "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 aca936af36fa2..03ad0549fec6d 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.44.2", + "Version": "2.1.48.42", "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 49e0289a661e0..99d42a5aa9e8a 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.43.94", + "Version": "2.1.47.82", "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 8ccd5f0d87b86..1348efa743758 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.43.65", + "Version": "2.1.48.17", "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 63f5b2eee5e31..2d54b7da35c49 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.38.69", + "Version": "2.1.47.82", "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 3ae31be9e7202..861ac7642023f 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.43.65", + "Version": "2.1.48.20", "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 ce3cd3af361a7..1bdfca6f0c079 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.38.69", + "Version": "2.1.47.82", "Names": { "Arab": "عربی", "Guru": "گُرمُکھی" diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/pl.json b/src/Symfony/Component/Intl/Resources/data/scripts/pl.json index 78a4afc7873a4..48801c44c6e91 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/pl.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/pl.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.50", + "Version": "2.1.48.42", "Names": { "Arab": "arabskie", "Armi": "armi", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ps.json b/src/Symfony/Component/Intl/Resources/data/scripts/ps.json index 141ec1e874d23..07f7a87f6c2b5 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.43.94", + "Version": "2.1.48.17", "Names": { "Arab": "عربي", "Armn": "ارمانیایي", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/pt.json b/src/Symfony/Component/Intl/Resources/data/scripts/pt.json index 2b6fcc0ed18a1..db9e81eac4ff1 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.43.65", + "Version": "2.1.48.42", "Names": { "Arab": "árabe", "Armi": "armi", 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 aac2dabf4a4c1..9368cef70c680 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.44.9", + "Version": "2.1.47.89", "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 5ed31a7ee7d84..241596635558d 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.43.94", + "Version": "2.1.48.4", "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 605cf8fd8042e..f1764c5b48252 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.43.94", + "Version": "2.1.48.20", "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 a6ca409049f6e..543da6515bae6 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.45.15", + "Version": "2.1.48.42", "Names": { "Afak": "афака", "Arab": "арабица", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sd.json b/src/Symfony/Component/Intl/Resources/data/scripts/sd.json index 629cfd32595c7..dfcd971b81ee6 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.43.94", + "Version": "2.1.48.17", "Names": { "Arab": "عربي", "Armn": "عرماني", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/se.json b/src/Symfony/Component/Intl/Resources/data/scripts/se.json index df009ae084994..7eeee535f97f9 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.43.94", + "Version": "2.1.48.4", "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 3465226e7ee58..3d1769eb921e7 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.44.88", + "Version": "2.1.47.83", "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 163392e78e00c..440b28cacf623 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.44.50", + "Version": "2.1.48.77", "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 c8be05aea10a0..1cd7a2850ad20 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.43.50", + "Version": "2.1.48.17", "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 13388e07211d4..483687d31d92c 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.43.65", + "Version": "2.1.48.42", "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 f9c9a1c6cb761..1cbab197c8fdb 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.44.91", + "Version": "2.1.48.42", "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 ccc2f715e03e9..18a03434c7e0c 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/so.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/so.json @@ -1,14 +1,49 @@ { - "Version": "2.1.43.94", + "Version": "2.1.48.17", "Names": { "Arab": "Carabi", + "Armn": "Armeeniyaan", + "Beng": "Baangla", + "Bopo": "Bopo", + "Brai": "Qoraalka Indhoolaha", "Cyrl": "Siriylik", + "Deva": "Dhefangaari", + "Ethi": "Itoobiya", + "Geor": "Jiyoorjoyaan", + "Grek": "Giriik", + "Gujr": "Gujaraati", + "Guru": "Guru", + "Hanb": "Hanb", + "Hang": "Hanguul", + "Hani": "Hani", "Hans": "La fududeeyay", "Hant": "Hore", + "Hebr": "Cibraani", + "Hira": "Hiragana", + "Hrkt": "Qoraalka Xuruufta Jabaaniiska", + "Jamo": "Jaamo", "Jpan": "Jabaaniis", + "Kana": "Katakaana", + "Khmr": "Khamer", + "Knda": "Kanada", "Kore": "Kuuriyaan", + "Laoo": "Laoo", "Latn": "Laatiin", + "Mlym": "Maalayalam", + "Mong": "Mongooliyaan", + "Mymr": "Mayanmaar", + "Orya": "Oodhiya", + "Sinh": "Sinhaala", + "Taml": "Taamiil", + "Telu": "Teeluguu", + "Thaa": "Daana", + "Thai": "Taay", + "Tibt": "Tibetaan", + "Zmth": "Aqoonsiga Xisaabta", + "Zsye": "Calaamad Dareen Muujin", + "Zsym": "Calaamado", "Zxxx": "Aan la qorin", + "Zyyy": "Caadi ahaan", "Zzzz": "Far aan la aqoon amase aan saxnayn" } } diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sq.json b/src/Symfony/Component/Intl/Resources/data/scripts/sq.json index 6fa15eaf63994..dee0863156e31 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.43.50", + "Version": "2.1.48.42", "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 6e36e3da3e2b9..211ab2bd28eba 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.43.94", + "Version": "2.1.48.42", "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 163392e78e00c..440b28cacf623 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.44.50", + "Version": "2.1.48.77", "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 05dfcdae759fd..bfa0de73ff287 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.43.94", + "Version": "2.1.48.90", "Names": { "Adlm": "adlamiska", "Afak": "afakiska", @@ -38,6 +38,7 @@ "Egyh": "hieratiska", "Egyp": "egyptiska hieroglyfer", "Elba": "elbasiska", + "Elym": "elymaiska", "Ethi": "etiopiska", "Geok": "kutsuri", "Geor": "georgiska", @@ -60,6 +61,7 @@ "Hira": "hiragana", "Hluw": "hittitiska hieroglyfer", "Hmng": "pahaw mong", + "Hmnp": "nyiakeng puachue hmong", "Hrkt": "katakana\/hiragana", "Hung": "fornungerska", "Inds": "indus", @@ -106,6 +108,7 @@ "Mtei": "meitei-mayek", "Mult": "multaniska", "Mymr": "burmesiska", + "Nand": "nandinagari", "Narb": "fornnordarabiska", "Nbat": "nabateiska", "Newa": "newariska", @@ -171,6 +174,7 @@ "Vaii": "vaj", "Visp": "synligt tal", "Wara": "varang kshiti", + "Wcho": "wancho", "Wole": "woleai", "Xpeo": "fornpersiska", "Xsux": "sumero-akkadisk kilskrift", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/sw.json b/src/Symfony/Component/Intl/Resources/data/scripts/sw.json index 4018ff508f05e..b623ff1638b45 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.43.65", + "Version": "2.1.48.17", "Names": { "Arab": "Kiarabu", "Armn": "Kiarmenia", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ta.json b/src/Symfony/Component/Intl/Resources/data/scripts/ta.json index 15c982fe7b8be..3ad16967b00df 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.43.50", + "Version": "2.1.48.17", "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 48357ce4c4b0a..ceafa22190e36 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.43.50", + "Version": "2.1.48.17", "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 910496000a0d4..86690daaa7804 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.44.88", + "Version": "2.1.47.96", "Names": { "Arab": "Арабӣ", "Cyrl": "Кириллӣ", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/th.json b/src/Symfony/Component/Intl/Resources/data/scripts/th.json index f4b0d7d22a385..eccd7475185c9 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/th.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/th.json @@ -1,5 +1,5 @@ { - "Version": "2.1.43.89", + "Version": "2.1.48.86", "Names": { "Afak": "อะฟาคา", "Aghb": "แอลเบเนีย คอเคเซีย", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/ti.json b/src/Symfony/Component/Intl/Resources/data/scripts/ti.json index 2e44d7321fbfa..544b2c2990ee8 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.44.88", + "Version": "2.1.47.82", "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 b44b3491979e3..1b08112a71166 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.43.65", + "Version": "2.1.48.86", "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 99911f99b8468..8664c7e63624b 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.44.91", + "Version": "2.1.48.20", "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 059a154d03c43..eb28c5ec73d79 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.44.88", + "Version": "2.1.47.82", "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 6be5fd59c2833..e039ed1e7232c 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.44.91", + "Version": "2.1.48.42", "Names": { "Afak": "Afaka", "Aghb": "Kafkas Albanyası", @@ -21,7 +21,6 @@ "Cakm": "Chakma", "Cans": "UCAS", "Cari": "Karya", - "Cham": "Cham", "Cher": "Çeroki", "Cirt": "Cirth", "Copt": "Kıpti", @@ -86,13 +85,11 @@ "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 578bd2794b80d..8bdfe6ed01b53 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.44.88", + "Version": "2.1.47.85", "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 73b6a26e54af7..0083f732e763d 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.44.88", + "Version": "2.1.47.82", "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 adb92d3ab6d6f..4dfd32dd65663 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.43.65", + "Version": "2.1.48.42", "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 b6e8986e35993..3688665d1558d 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.44.3", + "Version": "2.1.48.20", "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 133eee3b55886..6f75dc0ed8bf1 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.44.88", + "Version": "2.1.48.17", "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 b25a61d8bceb5..5f19ed86a6625 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.38.69", + "Version": "2.1.47.82", "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 9f4062d9258c5..e7410c4a815f1 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.43.2", + "Version": "2.1.48.17", "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 c39097603c69b..7ae6326f7ccb5 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/vi.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/vi.json @@ -1,7 +1,10 @@ { - "Version": "2.1.43.65", + "Version": "2.1.48.42", "Names": { + "Adlm": "Adlm", "Afak": "Chữ Afaka", + "Aghb": "Aghb", + "Ahom": "Ahom", "Arab": "Chữ Ả Rập", "Armi": "Chữ Imperial Aramaic", "Armn": "Chữ Armenia", @@ -11,6 +14,7 @@ "Bass": "Chữ Bassa Vah", "Batk": "Chữ Batak", "Beng": "Chữ Bangladesh", + "Bhks": "Bhks", "Blis": "Chữ Blissymbols", "Bopo": "Chữ Bopomofo", "Brah": "Chữ Brahmi", @@ -28,15 +32,20 @@ "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", "Glag": "Chữ Glagolitic", + "Gong": "Gong", + "Gonm": "Gonm", "Goth": "Chữ Gô-tích", "Gran": "Chữ Grantha", "Grek": "Chữ Hy Lạp", @@ -48,10 +57,12 @@ "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", @@ -82,20 +93,28 @@ "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", @@ -103,8 +122,10 @@ "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", @@ -113,7 +134,9 @@ "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", @@ -123,9 +146,13 @@ "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", @@ -151,10 +178,12 @@ "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 281fab0154e0e..ac88abd21a220 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.43.94", + "Version": "2.1.47.84", "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 e643b53387fc9..7f3a9592053b5 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.38.69", + "Version": "2.1.47.82", "Names": { "Arab": "אַראַביש", "Cyrl": "ציריליש", diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/yo.json b/src/Symfony/Component/Intl/Resources/data/scripts/yo.json new file mode 100644 index 0000000000000..8778e2fb16e99 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/scripts/yo.json @@ -0,0 +1,12 @@ +{ + "Version": "2.1.48.17", + "Names": { + "Arab": "èdè Lárúbáwá", + "Cyrl": "èdè ilẹ̀ Rọ́ṣíà", + "Hans": "tí wọ́n mú rọrùn.", + "Hant": "Hans àtọwọ́dọ́wọ́", + "Latn": "Èdè Látìn", + "Zxxx": "Aikọsilẹ", + "Zzzz": "ọ̀nà ìgbàkọ̀wé àìmọ̀" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/yo_BJ.json b/src/Symfony/Component/Intl/Resources/data/scripts/yo_BJ.json new file mode 100644 index 0000000000000..720615f2d8e19 --- /dev/null +++ b/src/Symfony/Component/Intl/Resources/data/scripts/yo_BJ.json @@ -0,0 +1,12 @@ +{ + "Version": "2.1.48.77", + "Names": { + "Arab": "èdè Lárúbáwá", + "Cyrl": "èdè ilɛ̀ Rɔ́shíà", + "Hans": "tí wɔ́n mú rɔrùn.", + "Hant": "Hans àtɔwɔ́dɔ́wɔ́", + "Latn": "Èdè Látìn", + "Zxxx": "Aikɔsilɛ", + "Zzzz": "ɔ̀nà ìgbàkɔ̀wé àìmɔ̀" + } +} diff --git a/src/Symfony/Component/Intl/Resources/data/scripts/zh.json b/src/Symfony/Component/Intl/Resources/data/scripts/zh.json index 7754a972419ac..1d04a8644761f 100644 --- a/src/Symfony/Component/Intl/Resources/data/scripts/zh.json +++ b/src/Symfony/Component/Intl/Resources/data/scripts/zh.json @@ -1,10 +1,8 @@ { - "Version": "2.1.44.76", + "Version": "2.1.48.42", "Names": { "Adlm": "阿德拉姆文", "Afak": "阿法卡文", - "Aghb": "Aghb", - "Ahom": "Ahom", "Arab": "阿拉伯文", "Armi": "皇室亚拉姆文", "Armn": "亚美尼亚文", @@ -32,6 +30,7 @@ "Cyrl": "西里尔文", "Cyrs": "西里尔文字(古教会斯拉夫文的变体)", "Deva": "天城文", + "Dogr": "多格拉文", "Dsrt": "德塞莱特文", "Dupl": "杜普洛伊速记", "Egyd": "后期埃及文", @@ -42,6 +41,7 @@ "Geok": "格鲁吉亚文(教堂体)", "Geor": "格鲁吉亚文", "Glag": "格拉哥里文", + "Gong": "贡贾拉贡德文", "Gonm": "马萨拉姆冈德文", "Goth": "哥特文", "Gran": "格兰塔文", @@ -54,11 +54,11 @@ "Hano": "汉奴罗文", "Hans": "简体", "Hant": "繁体", - "Hatr": "Hatr", "Hebr": "希伯来文", "Hira": "平假名", "Hluw": "安那托利亚象形文字", "Hmng": "杨松录苗文", + "Hmnp": "尼亚肯蒲丘苗文", "Hrkt": "假名表", "Hung": "古匈牙利文", "Inds": "印度河文字", @@ -89,22 +89,22 @@ "Loma": "洛马文", "Lyci": "利西亚文", "Lydi": "吕底亚文", - "Mahj": "Mahj", + "Maka": "望加锡文", "Mand": "阿拉米文", "Mani": "摩尼教文", "Marc": "大玛尔文", "Maya": "玛雅圣符文", + "Medf": "梅德法伊德林文", "Mend": "门迪文", "Merc": "麦罗埃草书", "Mero": "麦若提克文", "Mlym": "马拉雅拉姆文", - "Modi": "Modi", "Mong": "蒙古文", "Moon": "韩文语系", "Mroo": "谬文", "Mtei": "曼尼普尔文", - "Mult": "Mult", "Mymr": "缅甸文", + "Nand": "楠迪梵文", "Narb": "古北方阿拉伯文", "Nbat": "纳巴泰文", "Newa": "尼瓦文", @@ -127,7 +127,9 @@ "Phnx": "腓尼基文", "Plrd": "波拉德音标文字", "Prti": "帕提亚文碑铭体", + "Qaag": "Qaag", "Rjng": "拉让文", + "Rohg": "哈乃斐罗兴亚文", "Roro": "朗格朗格文", "Runr": "古代北欧文", "Samr": "撒马利亚文", @@ -140,6 +142,8 @@ "Sidd": "悉昙", "Sind": "信德文", "Sinh": "僧伽罗文", + "Sogd": "粟特文", + "Sogo": "古粟特文", "Sora": "索朗桑朋文", "Soyo": "索永布文", "Sund": "巽他文", 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 927f0c1b6df4b..78e7e788198cb 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.43.65", + "Version": "2.1.47.86", "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 49ad79a183bd6..72b85fc4362f1 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.44.91", + "Version": "2.1.48.42", "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 927f0c1b6df4b..78e7e788198cb 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.43.65", + "Version": "2.1.47.86", "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 b6416f6080d90..8562921e586bf 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.43.65", + "Version": "2.1.48.17", "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 5df97c1e93612..7aa60b79233a2 100644 --- a/src/Symfony/Component/Intl/Resources/data/version.txt +++ b/src/Symfony/Component/Intl/Resources/data/version.txt @@ -1 +1 @@ -63.1 +64.1 diff --git a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php index 70afbb666df50..428f6f89b0045 100644 --- a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php +++ b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php @@ -523,8 +523,8 @@ abstract class AbstractCurrencyDataProviderTest extends AbstractDataProviderTest 'WST' => 882, 'YER' => 886, 'YUN' => 890, + 'YUD' => 890, 'YUM' => 891, - 'YUD' => 891, 'CSD' => 891, 'ZMK' => 894, 'TWD' => 901, diff --git a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php index 22025becebd8e..d0ef4d273b45a 100644 --- a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php +++ b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php @@ -124,6 +124,7 @@ abstract class AbstractDataProviderTest extends TestCase 'en', 'en_001', 'en_150', + 'en_AE', 'en_AG', 'en_AI', 'en_AS', @@ -230,6 +231,7 @@ abstract class AbstractDataProviderTest extends TestCase 'en_ZM', 'en_ZW', 'eo', + 'eo_001', 'es', 'es_419', 'es_AR', @@ -267,6 +269,23 @@ abstract class AbstractDataProviderTest extends TestCase 'fa_AF', 'fa_IR', 'ff', + 'ff_CM', + 'ff_GN', + 'ff_Latn', + 'ff_Latn_BF', + 'ff_Latn_CM', + 'ff_Latn_GH', + 'ff_Latn_GM', + 'ff_Latn_GN', + 'ff_Latn_GW', + 'ff_Latn_LR', + 'ff_Latn_MR', + 'ff_Latn_NE', + 'ff_Latn_NG', + 'ff_Latn_SL', + 'ff_Latn_SN', + 'ff_MR', + 'ff_SN', 'fi', 'fi_FI', 'fo', @@ -471,6 +490,7 @@ abstract class AbstractDataProviderTest extends TestCase 'pl_PL', 'ps', 'ps_AF', + 'ps_PK', 'pt', 'pt_AO', 'pt_BR', @@ -640,11 +660,15 @@ abstract class AbstractDataProviderTest extends TestCase 'bs_BA' => 'bs_Latn_BA', 'en_NH' => 'en_VU', 'en_RH' => 'en_ZW', + 'ff_CM' => 'ff_Latn_CM', + 'ff_GN' => 'ff_Latn_GN', + 'ff_MR' => 'ff_Latn_MR', + 'ff_SN' => 'ff_Latn_SN', 'in' => 'id', 'in_ID' => 'id_ID', 'iw' => 'he', 'iw_IL' => 'he_IL', - 'mo' => 'ro_MD', + 'mo' => 'ro', 'no' => 'nb', 'no_NO' => 'nb_NO', 'no_NO_NY' => 'nn_NO', diff --git a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php index 0626159cba705..db4b81ebdb13f 100644 --- a/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php +++ b/src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php @@ -62,6 +62,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest 'Egyh', 'Egyp', 'Elba', + 'Elym', 'Ethi', 'Geok', 'Geor', @@ -84,6 +85,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest 'Hira', 'Hluw', 'Hmng', + 'Hmnp', 'Hrkt', 'Hung', 'Inds', @@ -132,6 +134,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest 'Mtei', 'Mult', 'Mymr', + 'Nand', 'Narb', 'Nbat', 'Newa', @@ -154,6 +157,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest 'Phnx', 'Plrd', 'Prti', + 'Qaag', 'Rjng', 'Rohg', 'Roro', @@ -197,6 +201,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest 'Vaii', 'Visp', 'Wara', + 'Wcho', 'Wole', 'Xpeo', 'Xsux', diff --git a/src/Symfony/Component/Intl/Tests/IntlTest.php b/src/Symfony/Component/Intl/Tests/IntlTest.php index e628c850a9706..de722baf948f3 100644 --- a/src/Symfony/Component/Intl/Tests/IntlTest.php +++ b/src/Symfony/Component/Intl/Tests/IntlTest.php @@ -41,7 +41,7 @@ public function testGetLocaleBundleCreatesTheLocaleBundle() public function testGetRegionBundleCreatesTheRegionBundle() { - $this->assertInstanceOf('Symfony\Component\Intl\ResourceBundle\LocaleBundleInterface', Intl::getLocaleBundle()); + $this->assertInstanceOf('Symfony\Component\Intl\ResourceBundle\RegionBundleInterface', Intl::getRegionBundle()); } public function testGetIcuVersionReadsTheVersionOfInstalledIcuLibrary() diff --git a/src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php b/src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php index c727e500bb58e..a47495f6a5c56 100644 --- a/src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php +++ b/src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php @@ -45,7 +45,7 @@ public function testItThrowsAnExceptionIfInitialisedWithNonGitDirectory() $this->setExpectedException(RuntimeException::class); } - @mkdir($this->targetDir, '0777', true); + @mkdir($this->targetDir, 0777, true); new GitRepository($this->targetDir); } diff --git a/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php b/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php index ede9e6b3a5386..b25d70b12e862 100644 --- a/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php +++ b/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php @@ -257,9 +257,8 @@ private function resize($offset, $cutLength, $insertionLength) } // All remaining elements should be removed - for (; $i < $length; ++$i) { - unset($this->elements[$i], $this->isIndex[$i]); - } + $this->elements = \array_slice($this->elements, 0, $i); + $this->isIndex = \array_slice($this->isIndex, 0, $i); } else { $diff = $insertionLength - $cutLength; diff --git a/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php b/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php index 287b4b1f8361c..3c02f4ded82eb 100644 --- a/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php +++ b/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php @@ -285,4 +285,25 @@ public function testRemoveDoesNotAllowNegativeOffsets() { $this->builder->remove(-1); } + + public function testRemoveAndAppendAtTheEnd() + { + $this->builder->remove($this->builder->getLength() - 1); + + $path = new PropertyPath('old1[old2].old3[old4][old5]'); + + $this->assertEquals($path, $this->builder->getPropertyPath()); + + $this->builder->appendProperty('old7'); + + $path = new PropertyPath('old1[old2].old3[old4][old5].old7'); + + $this->assertEquals($path, $this->builder->getPropertyPath()); + + $this->builder->remove($this->builder->getLength() - 1); + + $path = new PropertyPath('old1[old2].old3[old4][old5]'); + + $this->assertEquals($path, $this->builder->getPropertyPath()); + } } diff --git a/src/Symfony/Component/Routing/CHANGELOG.md b/src/Symfony/Component/Routing/CHANGELOG.md index 3d34c1d1677c1..19fd7da725656 100644 --- a/src/Symfony/Component/Routing/CHANGELOG.md +++ b/src/Symfony/Component/Routing/CHANGELOG.md @@ -57,7 +57,7 @@ CHANGELOG * [DEPRECATION] The `ApacheMatcherDumper` and `ApacheUrlMatcher` were deprecated and will be removed in Symfony 3.0, since the performance gains were minimal and - it's hard to replicate the behaviour of PHP implementation. + it's hard to replicate the behavior of PHP implementation. 2.3.0 ----- diff --git a/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php b/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php index dfea551fa16f5..b155510ed564c 100644 --- a/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php +++ b/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php @@ -56,6 +56,11 @@ public function load($file, $type = null) $collection = new RouteCollection(); if ($class = $this->findClass($path)) { + $refl = new \ReflectionClass($class); + if ($refl->isAbstract()) { + return; + } + $collection->addResource(new FileResource($path)); $collection->addCollection($this->loader->load($class, $type)); } diff --git a/src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php b/src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php index 6c1621635b943..0276719c10e8e 100644 --- a/src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php +++ b/src/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php @@ -17,8 +17,6 @@ /** * A route loader that executes a service to load the routes. * - * This depends on the DependencyInjection component. - * * @author Ryan Weaver */ class ServiceRouterLoader extends ObjectRouteLoader diff --git a/src/Symfony/Component/Routing/Loader/PhpFileLoader.php b/src/Symfony/Component/Routing/Loader/PhpFileLoader.php index 9e009387dddd3..d81e7e82e7dbc 100644 --- a/src/Symfony/Component/Routing/Loader/PhpFileLoader.php +++ b/src/Symfony/Component/Routing/Loader/PhpFileLoader.php @@ -48,7 +48,7 @@ public function load($file, $type = null) if ($result instanceof \Closure) { $collection = new RouteCollection(); - $result(new RoutingConfigurator($collection, $this, $path, $file), $this); + $result(new RoutingConfigurator($collection, $this, $path, $file)); } else { $collection = $result; } diff --git a/src/Symfony/Component/Routing/Loader/XmlFileLoader.php b/src/Symfony/Component/Routing/Loader/XmlFileLoader.php index e56add97a34ff..444a08a77685b 100644 --- a/src/Symfony/Component/Routing/Loader/XmlFileLoader.php +++ b/src/Symfony/Component/Routing/Loader/XmlFileLoader.php @@ -208,6 +208,7 @@ private function parseConfigs(\DOMElement $node, $path) $options = []; $condition = null; + /** @var \DOMElement $n */ foreach ($node->getElementsByTagNameNS(self::NAMESPACE_URI, '*') as $n) { if ($node !== $n->parentNode) { continue; @@ -226,7 +227,7 @@ private function parseConfigs(\DOMElement $node, $path) $requirements[$n->getAttribute('key')] = trim($n->textContent); break; case 'option': - $options[$n->getAttribute('key')] = trim($n->textContent); + $options[$n->getAttribute('key')] = XmlUtils::phpize(trim($n->textContent)); break; case 'condition': $condition = trim($n->textContent); diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php b/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php index 56bcab2a91d4f..bd7ea962c144c 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php +++ b/src/Symfony/Component/Routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php @@ -13,4 +13,9 @@ abstract class AbstractClass { + abstract public function abstractRouteAction(); + + public function routeAction($arg1, $arg2 = 'defaultValue2', $arg3 = 'defaultValue3') + { + } } diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import__controller.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import__controller.xml index bbe727d41be36..5c62914f90d2e 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import__controller.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import__controller.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> FrameworkBundle:Template:template diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_controller.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_controller.xml index 378b9ca18fa43..8f52c4ec1479e 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_controller.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_controller.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_override_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_override_defaults.xml index e3c755a40a81c..e092500fbd675 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_override_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/import_override_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> AppBundle:Blog:index diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/override_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/override_defaults.xml index f47c57b3085a1..f665ddbbcb1a9 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/override_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/override_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> AppBundle:Blog:index diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml b/src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml index 6420138a65072..f35e3e0a87b3e 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/controller/routing.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml b/src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml index 0d31eeb178fc9..8a0410c5e65dc 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/glob/bar.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml b/src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml index 3abba1acede10..4b48a0f3d161e 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/glob/baz.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_multiple.xml b/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_multiple.xml index ca6b1b5a927bb..a08e96d65a0a6 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_multiple.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_multiple.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_single.xml b/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_single.xml index 15f5698ccd712..3b26eef114039 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_single.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/glob/import_single.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml index f93bf9c6aef32..01be7c186dcbd 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/list_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/list_in_list_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/list_in_list_defaults.xml index 987086dbdf21a..65baabe333f48 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/list_in_list_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/list_in_list_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/list_in_map_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/list_in_map_defaults.xml index 32d393c56ffc3..f0d972d1f2687 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/list_in_map_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/list_in_map_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/list_null_values.xml b/src/Symfony/Component/Routing/Tests/Fixtures/list_null_values.xml index c70e03ccc6815..45bdd9da4a509 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/list_null_values.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/list_null_values.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/localized/utf8.xml b/src/Symfony/Component/Routing/Tests/Fixtures/localized/utf8.xml new file mode 100644 index 0000000000000..95aff20cfee1a --- /dev/null +++ b/src/Symfony/Component/Routing/Tests/Fixtures/localized/utf8.xml @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml index 47feb29b9a3d7..9f08044321376 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/map_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/map_in_list_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/map_in_list_defaults.xml index 6d770653bbb72..1c8b87df3bf0b 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/map_in_list_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/map_in_list_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/map_in_map_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/map_in_map_defaults.xml index 2beee6143357f..a3af49283e283 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/map_in_map_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/map_in_map_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/map_null_values.xml b/src/Symfony/Component/Routing/Tests/Fixtures/map_null_values.xml index 8fd8954e02f30..a8153ad1fff7f 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/map_null_values.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/map_null_values.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml b/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml index 4ea4115f281a1..fa42e98b7f630 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/missing_id.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml b/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml index ef5bc088dd003..d048adb17c35b 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/missing_path.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml b/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml index e33955ae47857..f303464d6d0be 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/namespaceprefix.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> MyBundle:Blog:show diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml index dc147d2e67a25..07f5f801c6b87 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalid.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> MyBundle:Blog:show diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml index 863ef03b90ceb..71093a4dd4809 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidnode.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> bar diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml index 908958c032d38..f0b84496c8f2f 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/nonvalidroute.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> MyBundle:Blog:show diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml b/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml index f9e2aa24df804..078d49ae4f5a3 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/null_values.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/scalar_defaults.xml b/src/Symfony/Component/Routing/Tests/Fixtures/scalar_defaults.xml index ecfde2801e851..e3f81cc474ca8 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/scalar_defaults.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/scalar_defaults.xml @@ -2,7 +2,7 @@ + https://symfony.com/schema/routing/routing-1.0.xsd"> diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml b/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml index dbc72e46ddd4d..93e59d62a762d 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> MyBundle:Blog:show diff --git a/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml b/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml index b7a15ddc7ee1f..02dfe6be80d1d 100644 --- a/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml +++ b/src/Symfony/Component/Routing/Tests/Fixtures/validresource.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> 123 diff --git a/src/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php b/src/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php index 26a897ea64835..43eb44e48df9e 100644 --- a/src/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php +++ b/src/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php @@ -78,6 +78,14 @@ public function testLoadAnonymousClass() $this->loader->load(__DIR__.'/../Fixtures/OtherAnnotatedClasses/AnonymousClassInTrait.php'); } + public function testLoadAbstractClass() + { + $this->reader->expects($this->never())->method('getClassAnnotation'); + $this->reader->expects($this->never())->method('getMethodAnnotations'); + + $this->loader->load(__DIR__.'/../Fixtures/AnnotatedClasses/AbstractClass.php'); + } + public function testSupports() { $fixture = __DIR__.'/../Fixtures/annotated.php'; diff --git a/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php b/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php index 66588e7e900ac..9a061b295afbe 100644 --- a/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php +++ b/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php @@ -83,6 +83,26 @@ public function testLoadWithImport() } } + public function testUtf8Route() + { + $loader = new XmlFileLoader(new FileLocator([__DIR__.'/../Fixtures/localized'])); + $routeCollection = $loader->load('utf8.xml'); + $routes = $routeCollection->all(); + + $this->assertCount(2, $routes, 'Two routes are loaded'); + $this->assertContainsOnly('Symfony\Component\Routing\Route', $routes); + + $utf8Route = $routeCollection->get('app_utf8'); + + $this->assertSame('/utf8', $utf8Route->getPath()); + $this->assertTrue($utf8Route->getOption('utf8'), 'Must be utf8'); + + $noUtf8Route = $routeCollection->get('app_no_utf8'); + + $this->assertSame('/no-utf8', $noUtf8Route->getPath()); + $this->assertFalse($noUtf8Route->getOption('utf8'), 'Must not be utf8'); + } + /** * @expectedException \InvalidArgumentException * @dataProvider getPathsToInvalidFiles diff --git a/src/Symfony/Component/Routing/composer.json b/src/Symfony/Component/Routing/composer.json index 266d52b7d02a5..e623e294fdf74 100644 --- a/src/Symfony/Component/Routing/composer.json +++ b/src/Symfony/Component/Routing/composer.json @@ -37,8 +37,7 @@ "symfony/config": "For using the all-in-one router or any loader", "symfony/yaml": "For using the YAML loader", "symfony/expression-language": "For using expression matching", - "doctrine/annotations": "For using the annotation loader", - "symfony/dependency-injection": "For loading routes from a service" + "doctrine/annotations": "For using the annotation loader" }, "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" }, diff --git a/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf b/src/Symfony/Component/Security/Core/Resources/translations/security.uk.xlf similarity index 100% rename from src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf rename to src/Symfony/Component/Security/Core/Resources/translations/security.uk.xlf diff --git a/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php b/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php index 17e01ebf8dd0c..00048226b6aa3 100644 --- a/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php +++ b/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php @@ -47,7 +47,7 @@ public function __construct(UserInterface $user, $providerKey, array $roles) // this token is meant to be used after authentication success, so it is always authenticated // you could set it as non authenticated later if you need to - parent::setAuthenticated(true); + $this->setAuthenticated(true); } /** diff --git a/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php b/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php index cca62fd4c5c73..f57a9ba8db441 100644 --- a/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php +++ b/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php @@ -22,8 +22,8 @@ /** * Class with the default authentication failure handling logic. * - * Can be optionally be extended from by the developer to alter the behaviour - * while keeping the default behaviour. + * Can be optionally be extended from by the developer to alter the behavior + * while keeping the default behavior. * * @author Fabien Potencier * @author Johannes M. Schmitt diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json index cdcbba75f7d4b..5d50f82021292 100644 --- a/src/Symfony/Component/Security/composer.json +++ b/src/Symfony/Component/Security/composer.json @@ -33,6 +33,7 @@ "require-dev": { "psr/container": "^1.0", "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-icu": "~1.0", "symfony/routing": "~2.8|~3.0|~4.0", "symfony/validator": "^3.2.5|~4.0", diff --git a/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php b/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php index 3f181e4e99a55..f99c61a36bd32 100644 --- a/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php +++ b/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php @@ -333,6 +333,10 @@ protected function instantiateObject(array &$data, $class, array &$context, \Ref $constructor = $this->getConstructor($data, $class, $context, $reflectionClass, $allowedAttributes); if ($constructor) { + if (true !== $constructor->isPublic()) { + return $reflectionClass->newInstanceWithoutConstructor(); + } + $constructorParameters = $constructor->getParameters(); $params = []; diff --git a/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php b/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php index d4be31d3d1c9c..7742da7bc0828 100644 --- a/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php +++ b/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php @@ -109,7 +109,7 @@ protected function extractAttributes($object, $format = null, array $context = [ $attributeName = lcfirst(substr($method->name, 0 === strpos($method->name, 'is') ? 2 : 3)); - if ($this->isAllowedAttribute($object, $attributeName)) { + if ($this->isAllowedAttribute($object, $attributeName, $format, $context)) { $attributes[] = $attributeName; } } diff --git a/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml b/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml index 9ba51cbfdf6d4..9fe4143e73cc7 100644 --- a/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml +++ b/src/Symfony/Component/Serializer/Tests/Fixtures/serialization.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/serializer-mapping https://symfony.com/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd"> diff --git a/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php b/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php index fe56c38ae43f1..894801747540c 100644 --- a/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php +++ b/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php @@ -91,6 +91,23 @@ public function testDenormalize() $this->assertTrue($obj->isBaz()); } + public function testIgnoredAttributesInContext() + { + $ignoredAttributes = ['foo', 'bar', 'baz', 'object']; + $this->normalizer->setIgnoredAttributes($ignoredAttributes); + $obj = new GetSetDummy(); + $obj->setFoo('foo'); + $obj->setBar('bar'); + $obj->setCamelCase(true); + $this->assertEquals( + [ + 'fooBar' => 'foobar', + 'camelCase' => true, + ], + $this->normalizer->normalize($obj, 'any') + ); + } + public function testDenormalizeWithObject() { $data = new \stdClass(); diff --git a/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php b/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php index decda70cc4cd0..6c94e14c54bac 100644 --- a/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php +++ b/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php @@ -198,7 +198,7 @@ public function testPrimaryAndFallbackCataloguesContainTheSameMessagesRegardless * messages provided by the loader. This must also be the case when these catalogues * are (internally) read from a cache. * - * Optimizations inside the translator must not change this behaviour. + * Optimizations inside the translator must not change this behavior. */ /* diff --git a/src/Symfony/Component/Validator/Constraint.php b/src/Symfony/Component/Validator/Constraint.php index b1a5e0c1a2b7e..3f8b803f78972 100644 --- a/src/Symfony/Component/Validator/Constraint.php +++ b/src/Symfony/Component/Validator/Constraint.php @@ -105,6 +105,7 @@ public static function getErrorName($errorCode) */ public function __construct($options = null) { + $defaultOption = $this->getDefaultOption(); $invalidOptions = []; $missingOptions = array_flip((array) $this->getRequiredOptions()); $knownOptions = get_object_vars($this); @@ -112,8 +113,12 @@ public function __construct($options = null) // The "groups" option is added to the object lazily $knownOptions['groups'] = true; - if (\is_array($options) && \count($options) >= 1 && isset($options['value']) && !property_exists($this, 'value')) { - $options[$this->getDefaultOption()] = $options['value']; + if (\is_array($options) && isset($options['value']) && !property_exists($this, 'value')) { + if (null === $defaultOption) { + throw new ConstraintDefinitionException(sprintf('No default option is configured for constraint "%s".', \get_class($this))); + } + + $options[$defaultOption] = $options['value']; unset($options['value']); } @@ -130,26 +135,24 @@ public function __construct($options = null) } } } elseif (null !== $options && !(\is_array($options) && 0 === \count($options))) { - $option = $this->getDefaultOption(); - - if (null === $option) { - throw new ConstraintDefinitionException(sprintf('No default option is configured for constraint %s', \get_class($this))); + if (null === $defaultOption) { + throw new ConstraintDefinitionException(sprintf('No default option is configured for constraint "%s".', \get_class($this))); } - if (\array_key_exists($option, $knownOptions)) { - $this->$option = $options; - unset($missingOptions[$option]); + if (\array_key_exists($defaultOption, $knownOptions)) { + $this->$defaultOption = $options; + unset($missingOptions[$defaultOption]); } else { - $invalidOptions[] = $option; + $invalidOptions[] = $defaultOption; } } if (\count($invalidOptions) > 0) { - throw new InvalidOptionsException(sprintf('The options "%s" do not exist in constraint %s', implode('", "', $invalidOptions), \get_class($this)), $invalidOptions); + throw new InvalidOptionsException(sprintf('The options "%s" do not exist in constraint "%s".', implode('", "', $invalidOptions), \get_class($this)), $invalidOptions); } if (\count($missingOptions) > 0) { - throw new MissingOptionsException(sprintf('The options "%s" must be set for constraint %s', implode('", "', array_keys($missingOptions)), \get_class($this)), array_keys($missingOptions)); + throw new MissingOptionsException(sprintf('The options "%s" must be set for constraint "%s".', implode('", "', array_keys($missingOptions)), \get_class($this)), array_keys($missingOptions)); } } @@ -173,7 +176,7 @@ public function __set($option, $value) return; } - throw new InvalidOptionsException(sprintf('The option "%s" does not exist in constraint %s', $option, \get_class($this)), [$option]); + throw new InvalidOptionsException(sprintf('The option "%s" does not exist in constraint "%s".', $option, \get_class($this)), [$option]); } /** @@ -199,7 +202,7 @@ public function __get($option) return $this->groups; } - throw new InvalidOptionsException(sprintf('The option "%s" does not exist in constraint %s', $option, \get_class($this)), [$option]); + throw new InvalidOptionsException(sprintf('The option "%s" does not exist in constraint "%s".', $option, \get_class($this)), [$option]); } /** @@ -256,7 +259,7 @@ public function getRequiredOptions() * * By default, this is the fully qualified name of the constraint class * suffixed with "Validator". You can override this method to change that - * behaviour. + * behavior. * * @return string */ diff --git a/src/Symfony/Component/Validator/Constraints/Count.php b/src/Symfony/Component/Validator/Constraints/Count.php index 8de10edfc8800..b11f994f58b65 100644 --- a/src/Symfony/Component/Validator/Constraints/Count.php +++ b/src/Symfony/Component/Validator/Constraints/Count.php @@ -43,6 +43,9 @@ public function __construct($options = null) 'min' => $options, 'max' => $options, ]; + } elseif (\is_array($options) && isset($options['value']) && !isset($options['min']) && !isset($options['max'])) { + $options['min'] = $options['max'] = $options['value']; + unset($options['value']); } parent::__construct($options); diff --git a/src/Symfony/Component/Validator/Constraints/Length.php b/src/Symfony/Component/Validator/Constraints/Length.php index 79aa473204eaf..996a1e479f452 100644 --- a/src/Symfony/Component/Validator/Constraints/Length.php +++ b/src/Symfony/Component/Validator/Constraints/Length.php @@ -47,6 +47,9 @@ public function __construct($options = null) 'min' => $options, 'max' => $options, ]; + } elseif (\is_array($options) && isset($options['value']) && !isset($options['min']) && !isset($options['max'])) { + $options['min'] = $options['max'] = $options['value']; + unset($options['value']); } parent::__construct($options); diff --git a/src/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.php b/src/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.php index 73c9513c168af..a99d3ae700017 100644 --- a/src/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.php +++ b/src/Symfony/Component/Validator/Mapping/Cache/Psr6Cache.php @@ -70,6 +70,11 @@ public function write(ClassMetadata $metadata) */ private function escapeClassName($class) { + if (false !== strpos($class, '@')) { + // anonymous class: replace all PSR6-reserved characters + return str_replace(["\0", '\\', '/', '@', ':', '{', '}', '(', ')'], '.', $class); + } + return str_replace('\\', '.', $class); } } diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf index eacd8d777ddec..12f26fdc88688 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf @@ -330,6 +330,10 @@ This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. رمز المعرّف نشاط تجاري (BIC) هذا لا يرتبط مع IBAN {{ iban }}. + + This value should be valid JSON. + هذه القيمة يجب أن تكون صالحة ل JSON. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf index bd09da5d0ef0a..1db88086cf528 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf @@ -36,23 +36,23 @@ This field was not expected. - Това поле не се е очаквало. + Полето не се е очаквало. This field is missing. - Това поле липсва. + Полето липсва. This value is not a valid date. - Стойността не е валидна дата (date). + Стойността не е валидна дата. This value is not a valid datetime. - Стойността не е валидна дата (datetime). + Стойността не е валидна дата и час. This value is not a valid email address. - Стойността не е валиден email адрес. + Стойността не е валиден имейл адрес. The file could not be found. @@ -68,7 +68,7 @@ The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. - Майм типа на файла е невалиден ({{ type }}). Разрешени майм типове са {{ types }}. + Mime типа на файла е невалиден ({{ type }}). Разрешени mime типове са {{ types }}. This value should be {{ limit }} or less. @@ -104,7 +104,7 @@ This value is not a valid time. - Стойността не е валидно време (time). + Стойността не е валидно време. This value is not a valid URL. @@ -216,35 +216,35 @@ Invalid card number. - Невалиден номер на картата. + Невалиден номер на карта. Unsupported card type or invalid card number. - Неподдържан тип карта или невалиден номер на картата. + Неподдържан тип карта или невалиден номер на карта. This is not a valid International Bank Account Number (IBAN). - Невалиден Международен номер на банкова сметка (IBAN). + Това не е валиден Международен номер на банкова сметка (IBAN). This value is not a valid ISBN-10. - Невалиден ISBN-10. + Стойността не е валиден ISBN-10. This value is not a valid ISBN-13. - Невалиден ISBN-13. + Стойността не е валиден ISBN-13. This value is neither a valid ISBN-10 nor a valid ISBN-13. - Невалидна стойност както за ISBN-10, така и за ISBN-13 . + Стойността не е нито валиден ISBN-10, нито валиден ISBN-13. This value is not a valid ISSN. - Невалиден Международен стандартен сериен номер (ISSN). + Стойността не е валиден ISSN. This value is not a valid currency. - Невалидна валута. + Стойността не е валидна валута. This value should be equal to {{ compared_value }}. @@ -308,11 +308,11 @@ This value does not match the expected {{ charset }} charset. - Стойността не съвпада с {{ charset }}. + Стойността не съвпада с очакваната {{ charset }} кодировка. This is not a valid Business Identifier Code (BIC). - Невалиден бизнес идентификационен код (BIC). + Това не е валиден Бизнес идентификационен код (BIC). Error @@ -324,15 +324,15 @@ This value should be a multiple of {{ compared_value }}. - Тази стойност трябва да бъде кратно число на {{ compared_value }}. + Стойността трябва да бъде кратно число на {{ compared_value }}. This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. - Този бизнес идентификационен код (BIC) не е свързана с IBAN {{ iban }}. + Бизнес идентификационния код (BIC) не е свързан с IBAN {{ iban }}. This value should be valid JSON. - Тази стойност трябва да е валидна JSON. + Стойността трябва да е валиден JSON. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf index 4b966698f7769..e637d09aa9faa 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf @@ -318,6 +318,22 @@ Error Chyba + + This is not a valid UUID. + Tato hodnota není platné UUID. + + + This value should be a multiple of {{ compared_value }}. + Tato hodnota musí být násobek hodnoty {{ compared_value }}. + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + Bankovní identifikační kód (BIC) neodpovídá mezinárodnímu číslu účtu (IBAN) {{ iban }}. + + + This value should be valid JSON. + Tato hodnota musí být validní JSON. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf index aab53e727b9e4..ada215c1c6b17 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf @@ -330,6 +330,14 @@ This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. Diese internationale Bankleitzahl (BIC) ist nicht mit der IBAN {{ iban }} assoziiert. + + This value should be valid JSON. + Dieser Wert sollte gültiges JSON sein. + + + This collection should contain only unique elements. + Diese Sammlung darf keine doppelten Elemente enthalten. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf index 465ad220d8790..a2dc22f5cb8e9 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf @@ -334,6 +334,10 @@ This value should be valid JSON. This value should be valid JSON. + + This collection should contain only unique elements. + This collection should contain only unique elements. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf index 30c3cc399d3ef..c527c58d2d9e9 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf @@ -330,6 +330,10 @@ This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. Ez a Bankazonosító kód (BIC) nem kapcsolódik az IBAN kódhoz ({{ iban }}). + + This value should be valid JSON. + Ez az érték érvényes JSON kell, hogy legyen. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf index 9ac1ad6bce294..1c57f20162e65 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf @@ -220,7 +220,7 @@ Unsupported card type or invalid card number. - Tip kartije nije podržan ili broj kartice nije validan. + Tip kartice nije podržan ili broj kartice nije validan. This is not a valid International Bank Account Number (IBAN). @@ -324,7 +324,7 @@ This value should be a multiple of {{ compared_value }}. - Ova vrednost bi trebalo da bude višestruko veća od {{ compared_value }}. + Ova vrednost bi trebalo da bude deljiva sa {{ compared_value }}. This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf index 40dd63e293ca3..b3e8f0f42f124 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf @@ -318,6 +318,22 @@ Error Fel + + This is not a valid UUID. + Detta är inte ett giltigt UUID. + + + This value should be a multiple of {{ compared_value }}. + Detta värde ska vara en multipel av {{ compared_value }}. + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + Denna BIC-koden är inte associerad med IBAN {{ iban }}. + + + This value should be valid JSON. + Detta värde ska vara giltig JSON. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf index 750a4d91e2c61..89c0ecc90dc98 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf @@ -278,6 +278,66 @@ This value should not be identical to {{ compared_value_type }} {{ compared_value }}. Giá trị không được phép giống như {{ compared_value_type }} {{ compared_value }}. + + The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. + Tỷ lệ bức ảnh quá lớn ({{ ratio }}). Tỷ lệ tối đa cho phép là {{ max_ratio }}. + + + The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. + Tỷ lệ bức ảnh quá nhỏ ({{ ratio }}). Tỷ lệ tối thiểu mong muốn là {{ min_ratio }}. + + + The image is square ({{ width }}x{{ height }}px). Square images are not allowed. + Bức ảnh là hình vuông ({{ width }}x{{ height }}px). Ảnh hình vuông không được phép. + + + The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. + Bức ảnh theo chiều ngang ({{ width }}x{{ height }}px). Ảnh chiều ngang không được phép. + + + The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. + Bức ảnh theo chiều dọc ({{ width }}x{{ height }}px). Ảnh chiều dọc không được phép. + + + An empty file is not allowed. + Một file rỗng không được phép. + + + The host could not be resolved. + Máy chủ không thể được tìm thấy. + + + This value does not match the expected {{ charset }} charset. + Giá trị này không đúng định dạng bộ ký tự mong muốn {{ charset }}. + + + This is not a valid Business Identifier Code (BIC). + Giá trị này không đúng định dạng mã định danh doanh nghiệp (BIC). + + + Error + Lỗi + + + This is not a valid UUID. + Giá trị này không đúng định dạng UUID. + + + This value should be a multiple of {{ compared_value }}. + Giá trị này nên là bội số của {{ compared_value }}. + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + Mã định danh doanh nghiệp (BIC) này không liên kết với IBAN {{ iban }}. + + + This value should be valid JSON. + Giá trị này nên đúng định dạng JSON. + + + This collection should contain only unique elements. + Danh sách này chỉ nên chứa các phần tử khác nhau. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf index d4ed03ded1916..3c2f25c0f7bbc 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf @@ -310,10 +310,30 @@ This value does not match the expected {{ charset }} charset. 该值不符合 {{ charset }} 编码。 + + This is not a valid Business Identifier Code (BIC). + 这不是有效的业务标识符代码(BIC)。 + Error 错误 + + This is not a valid UUID. + 这不是有效的UUID。 + + + This value should be a multiple of {{ compared_value }}. + 此值应为 {{ compared_value }} 的倍数。 + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + 此业务标识符代码(BIC)与IBAN {{ iban }} 无关。 + + + This value should be valid JSON. + 该值应该是有效的JSON。 + diff --git a/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php b/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php index afe1f1a582e12..f07adb94238f5 100644 --- a/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php +++ b/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php @@ -29,6 +29,8 @@ */ abstract class ConstraintValidatorTestCase extends TestCase { + use TestCaseSetUpTearDownTrait; + /** * @var ExecutionContextInterface */ @@ -48,7 +50,7 @@ abstract class ConstraintValidatorTestCase extends TestCase protected $constraint; protected $defaultTimezone; - protected function setUp() + private function doSetUp() { $this->group = 'MyGroup'; $this->metadata = null; @@ -70,7 +72,7 @@ protected function setUp() $this->setDefaultTimezone('UTC'); } - protected function tearDown() + private function doTearDown() { $this->restoreDefaultTimezone(); } diff --git a/src/Symfony/Component/Validator/Test/TestCaseSetUpTearDownTrait.php b/src/Symfony/Component/Validator/Test/TestCaseSetUpTearDownTrait.php new file mode 100644 index 0000000000000..236e02267b118 --- /dev/null +++ b/src/Symfony/Component/Validator/Test/TestCaseSetUpTearDownTrait.php @@ -0,0 +1,82 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Symfony\Component\Validator\Test; + +use PHPUnit\Framework\TestCase; + +// Auto-adapt to PHPUnit 8 that added a `void` return-type to the setUp/tearDown methods + +if (method_exists(\ReflectionMethod::class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) { + eval(' + namespace Symfony\Component\Validator\Test; + + /** + * @internal + */ + trait TestCaseSetUpTearDownTrait + { + private function doSetUp(): void + { + } + + private function doTearDown(): void + { + } + + protected function setUp(): void + { + $this->doSetUp(); + } + + protected function tearDown(): void + { + $this->doTearDown(); + } + } +'); +} else { + /** + * @internal + */ + trait TestCaseSetUpTearDownTrait + { + /** + * @return void + */ + private function doSetUp() + { + } + + /** + * @return void + */ + private function doTearDown() + { + } + + /** + * @return void + */ + protected function setUp() + { + $this->doSetUp(); + } + + /** + * @return void + */ + protected function tearDown() + { + $this->doTearDown(); + } + } +} diff --git a/src/Symfony/Component/Validator/Tests/ConstraintTest.php b/src/Symfony/Component/Validator/Tests/ConstraintTest.php index 87bac5b0a6e93..d1f41ce5ee97d 100644 --- a/src/Symfony/Component/Validator/Tests/ConstraintTest.php +++ b/src/Symfony/Component/Validator/Tests/ConstraintTest.php @@ -225,7 +225,7 @@ public function testOptionsAsDefaultOption() /** * @expectedException \Symfony\Component\Validator\Exception\InvalidOptionsException - * @expectedExceptionMessage The options "0", "5" do not exist + * @expectedExceptionMessage The options "0", "5" do not exist in constraint "Symfony\Component\Validator\Tests\Fixtures\ConstraintA". */ public function testInvalidOptions() { @@ -242,4 +242,13 @@ public function testOptionsWithInvalidInternalPointer() $this->assertEquals('foo', $constraint->property1); } + + /** + * @expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException + * @expectedExceptionMessage No default option is configured for constraint "Symfony\Component\Validator\Tests\Fixtures\ConstraintB". + */ + public function testAnnotationSetUndefinedDefaultOption() + { + new ConstraintB(['value' => 1]); + } } diff --git a/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php index 8416136fd4af3..01e23cc3b92cd 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php @@ -195,4 +195,13 @@ public function testDefaultOption() $this->assertEquals(5, $constraint->min); $this->assertEquals(5, $constraint->max); } + + public function testConstraintAnnotationDefaultOption() + { + $constraint = new Count(['value' => 5, 'exactMessage' => 'message']); + + $this->assertEquals(5, $constraint->min); + $this->assertEquals(5, $constraint->max); + $this->assertEquals('message', $constraint->exactMessage); + } } diff --git a/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php index 955d8b556453e..f1daee534aa3f 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php @@ -237,11 +237,20 @@ public function testOneCharset($value, $charset, $isValid) } } - public function testConstraintGetDefaultOption() + public function testConstraintDefaultOption() { $constraint = new Length(5); $this->assertEquals(5, $constraint->min); $this->assertEquals(5, $constraint->max); } + + public function testConstraintAnnotationDefaultOption() + { + $constraint = new Length(['value' => 5, 'exactMessage' => 'message']); + + $this->assertEquals(5, $constraint->min); + $this->assertEquals(5, $constraint->max); + $this->assertEquals('message', $constraint->exactMessage); + } } diff --git a/src/Symfony/Component/Validator/Tests/Mapping/Cache/Psr6CacheTest.php b/src/Symfony/Component/Validator/Tests/Mapping/Cache/Psr6CacheTest.php index c11dddbf6ff9d..fcac5e232ae4e 100644 --- a/src/Symfony/Component/Validator/Tests/Mapping/Cache/Psr6CacheTest.php +++ b/src/Symfony/Component/Validator/Tests/Mapping/Cache/Psr6CacheTest.php @@ -23,4 +23,12 @@ public function testNameCollision() $this->cache->write($metadata); $this->assertFalse($this->cache->has('Foo_Bar')); } + + public function testNameWithInvalidChars() + { + $metadata = new ClassMetadata('class@anonymous/path/file'); + + $this->cache->write($metadata); + $this->assertTrue($this->cache->has('class@anonymous/path/file')); + } } diff --git a/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml b/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml index dfd5edddc5eca..83945a60d4f72 100644 --- a/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml +++ b/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping-non-strings.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping https://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd"> Symfony\Component\Validator\Tests\Fixtures\ diff --git a/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml b/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml index b1426cf4a90cd..5a7e9d46eeb1f 100644 --- a/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml +++ b/src/Symfony/Component/Validator/Tests/Mapping/Loader/constraint-mapping.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping https://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd"> Symfony\Component\Validator\Tests\Fixtures\ diff --git a/src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml b/src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml index 0beacc32cdac5..08d614469e5a2 100644 --- a/src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml +++ b/src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml @@ -2,6 +2,6 @@ + xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping https://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd"> diff --git a/src/Symfony/Component/Workflow/Exception/InvalidTokenConfigurationException.php b/src/Symfony/Component/Workflow/Exception/InvalidTokenConfigurationException.php index 681d7a8bba52d..a70fd4c98ddff 100644 --- a/src/Symfony/Component/Workflow/Exception/InvalidTokenConfigurationException.php +++ b/src/Symfony/Component/Workflow/Exception/InvalidTokenConfigurationException.php @@ -16,6 +16,6 @@ * * @author Matt Johnson */ -class InvalidTokenConfigurationException extends LogicException implements ExceptionInterface +class InvalidTokenConfigurationException extends LogicException { } diff --git a/src/Symfony/Component/Workflow/StateMachine.php b/src/Symfony/Component/Workflow/StateMachine.php index 00cfdac7d493a..bd8853ac66fb8 100644 --- a/src/Symfony/Component/Workflow/StateMachine.php +++ b/src/Symfony/Component/Workflow/StateMachine.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Workflow; use Symfony\Component\EventDispatcher\EventDispatcherInterface; diff --git a/src/Symfony/Component/Yaml/Tests/Fixtures/YtsSpecificationExamples.yml b/src/Symfony/Component/Yaml/Tests/Fixtures/YtsSpecificationExamples.yml index 4ecd828f0107a..dd2d776fa2e97 100644 --- a/src/Symfony/Component/Yaml/Tests/Fixtures/YtsSpecificationExamples.yml +++ b/src/Symfony/Component/Yaml/Tests/Fixtures/YtsSpecificationExamples.yml @@ -72,7 +72,7 @@ yaml: | - 2001-07-23 perl-busted: > YAML.pm will be able to emulate this behavior soon. In this regard - it may be somewhat more correct than Python's native behaviour which + it may be somewhat more correct than Python's native behavior which can only use tuples as mapping keys. PyYAML will also need to figure out some clever way to roundtrip structured keys. python: |