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
You do plan of having some kind of interface for setFallbackLocales and getFallbackLocales?
I have written software which translates entities/objects and it's using Symfony's Translator to get current locale and fallback locales transparently, instead of having own configuration.
I have to check for existence of methods with method_exists($translator, 'getFallbackLocales') - and I don't like that. :)
The text was updated successfully, but these errors were encountered:
Warxcell
changed the title
[Component][Translation] Fallback Locales interface?
[Translation][RFC] Fallback Locales interface?
Dec 6, 2017
Warxcell
changed the title
[Translation][RFC] Fallback Locales interface?
[RFC][Translation] Fallback Locales interface?
Dec 6, 2017
You do plan of having some kind of interface for
setFallbackLocales
andgetFallbackLocales
?I have written software which translates entities/objects and it's using Symfony's Translator to get current locale and fallback locales transparently, instead of having own configuration.
I have to check for existence of methods with
method_exists($translator, 'getFallbackLocales')
- and I don't like that. :)The text was updated successfully, but these errors were encountered: