Skip to content

Commit

Permalink
minor #30588 [Intl][4.2] Fix test (ro0NL)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.2 branch.

Discussion
----------

[Intl][4.2] Fix test

| Q             | A
| ------------- | ---
| Branch?       | 4.2
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

Related to #30584 , the tests we're missing updated fixtures. My bad also 😅

Now fixed, while at it recompiled intl for 4.2 ✌️

Commits
-------

50b52cf [Intl][4.2] Fix test
  • Loading branch information
fabpot committed Mar 17, 2019
2 parents e981403 + 50b52cf commit affaa45
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions src/Symfony/Component/Intl/Resources/data/languages/ia.json
Expand Up @@ -233,7 +233,6 @@
"ms": "malay",
"mt": "maltese",
"mua": "mundang",
"mul": "plure linguas",
"mus": "creek",
"mwl": "mirandese",
"my": "birmano",
Expand Down Expand Up @@ -361,7 +360,6 @@
"ug": "uighur",
"uk": "ukrainiano",
"umb": "umbundu",
"und": "lingua incognite",
"ur": "urdu",
"uz": "uzbeko",
"vai": "vai",
Expand All @@ -388,7 +386,6 @@
"zh_Hant": "chinese traditional",
"zu": "zulu",
"zun": "zuni",
"zxx": "sin contento linguistic",
"zza": "zaza"
}
}
Expand Up @@ -29,7 +29,6 @@
"ru": "Rusia",
"th": "Thailand",
"tr": "Turki",
"und": "Basa Ora Dikenali",
"zh": "Tyonghwa",
"zh_Hant": "Tyonghwa (Tradisional)"
}
Expand Down
Expand Up @@ -23,7 +23,6 @@
"pt_BR": "Pōtikī Parahi",
"pt_PT": "Pōtikī Uropi",
"ru": "Ruhiana",
"und": "Reo Tē Mōhiotia",
"zh": "Hainamana",
"zh_Hans": "Hainamana Māmā",
"zh_Hant": "Hainamana Tukuiho"
Expand Down
3 changes: 0 additions & 3 deletions src/Symfony/Component/Intl/Resources/data/languages/sd.json
Expand Up @@ -232,7 +232,6 @@
"ms": "ملي",
"mt": "مالٽي",
"mua": "من دانگ",
"mul": "هڪ کان وڌيڪ ٻوليون",
"mus": "ڪريڪ",
"mwl": "مرانڊيز",
"my": "برمي",
Expand Down Expand Up @@ -360,7 +359,6 @@
"ug": "يوغور",
"uk": "يوڪراني",
"umb": "اومبنڊو",
"und": "اڻڄاتل ٻولي",
"ur": "اردو",
"uz": "ازبڪ",
"vai": "يا",
Expand All @@ -387,7 +385,6 @@
"zh_Hant": "روايتي چيني",
"zu": "زولو",
"zun": "زوني",
"zxx": "ڪوئي ٻولي جو مواد ڪونهي",
"zza": "زازا"
}
}
Expand Up @@ -53,7 +53,6 @@
"th": "Taaylandays",
"tr": "Turkish",
"uk": "Yukreeniyaan",
"und": "Af aan la aqoon ama aan sax ahayn",
"ur": "Urduu",
"vi": "Fiitnaamays",
"yo": "Yoruuba",
Expand Down
3 changes: 0 additions & 3 deletions src/Symfony/Component/Intl/Resources/data/languages/tk.json
Expand Up @@ -226,7 +226,6 @@
"ms": "malaý dili",
"mt": "malta dili",
"mua": "mundang dili",
"mul": "birnäçe dil",
"mus": "krik dili",
"mwl": "mirand dili",
"my": "birma dili",
Expand Down Expand Up @@ -353,7 +352,6 @@
"ug": "uýgur dili",
"uk": "ukrain dili",
"umb": "umbundu dili",
"und": "näbelli dil",
"ur": "urdu",
"uz": "özbek dili",
"vai": "wai dili",
Expand All @@ -380,7 +378,6 @@
"zh_Hant": "adaty hytaý dili",
"zu": "zulu dili",
"zun": "zuni dili",
"zxx": "dilçilige degişli mazmun ýok",
"zza": "zazaki dili"
}
}
Expand Up @@ -392,7 +392,6 @@ abstract class AbstractLanguageDataProviderTest extends AbstractDataProviderTest
'ms',
'mt',
'mua',
'mul',
'mus',
'mwl',
'mwr',
Expand Down Expand Up @@ -596,7 +595,6 @@ abstract class AbstractLanguageDataProviderTest extends AbstractDataProviderTest
'uga',
'uk',
'umb',
'und',
'ur',
'uz',
'vai',
Expand Down Expand Up @@ -641,7 +639,6 @@ abstract class AbstractLanguageDataProviderTest extends AbstractDataProviderTest
'zh_Hant',
'zu',
'zun',
'zxx',
'zza',
];

Expand Down

0 comments on commit affaa45

Please sign in to comment.