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
I ran into a problem when using sf_culture in a route.
The route was called with "tr_TR" and that caused error that the sfServiceContainerInterface could not be found.
The problem is that the sf_culture is parsed and set as the locale. This locale will be used for functions like strtolower and the result can differ depending on the locale.
I ran into a problem when using sf_culture in a route.
The route was called with "tr_TR" and that caused error that the sfServiceContainerInterface could not be found.
The problem is that the sf_culture is parsed and set as the locale. This locale will be used for functions like strtolower and the result can differ depending on the locale.
I submitted a pull request with a fix: #206
The text was updated successfully, but these errors were encountered: