You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Hi. The last change in Intl languages (#35309) breaks my application. I have a glossaries application that relies on Intl languages, and languages variations are critical.
Would be possible to make this option configurable?
Example
In symfony 4.3, this languages are returned (extract):
In symfony 4.4, this languages are returned (extract):
{
"code":"es",
"name":"espa\u00f1ol"
},
Regional languages are missed and are very important because glossaries from US english to es_ES spanish are different from GB english to es_ES spanish, and those are very different if target language is es_MX.
The text was updated successfully, but these errors were encountered:
Only one comment trying to help others to manage it. I have had to merge Languages and Locales arrays to allow all possible languages, because Locales does not return Abkhazian for example.
Description
Hi. The last change in Intl languages (#35309) breaks my application. I have a glossaries application that relies on Intl languages, and languages variations are critical.
Would be possible to make this option configurable?
Example
In symfony 4.3, this languages are returned (extract):
In symfony 4.4, this languages are returned (extract):
Regional languages are missed and are very important because glossaries from US english to es_ES spanish are different from GB english to es_ES spanish, and those are very different if target language is es_MX.
The text was updated successfully, but these errors were encountered: