Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Intl][4.2] Fix test #30588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Intl][4.2] Fix test
  • Loading branch information
ro0NL committed Mar 17, 2019
commit 50b52cffddd7a549253dff9d3981f3c32e3e1e78
3 changes: 0 additions & 3 deletions 3 src/Symfony/Component/Intl/Resources/data/languages/ia.json
Original file line number Diff line number Diff line change
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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"ru": "Rusia",
"th": "Thailand",
"tr": "Turki",
"und": "Basa Ora Dikenali",
"zh": "Tyonghwa",
"zh_Hant": "Tyonghwa (Tradisional)"
}
Expand Down
Original file line number Diff line number Diff line change
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 3 src/Symfony/Component/Intl/Resources/data/languages/sd.json
Original file line number Diff line number Diff line change
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": "زازا"
}
}
Original file line number Diff line number Diff line change
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 3 src/Symfony/Component/Intl/Resources/data/languages/tk.json
Original file line number Diff line number Diff line change
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"
}
}
Original file line number Diff line number Diff line change
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.