Replies: 1 comment
-
sorry, just put to issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
There seems to be a bug in Symfony\Component\Translation computing the fallbacks in method computeFallbackLocales. Perhapes someone can confirm or correct me?
I would just change the array_unshift to a normal append operation
Did I miss something? This seams to be since a long time ...
changed line arround line 441 of Translator.php to:
removing the array_unshift operation. For me it works.
Thats also in the 4.x branch.
Martin
Beta Was this translation helpful? Give feedback.
All reactions