Feature Request
| Q |
A |
| New Feature |
yes |
| RFC |
yes |
| BC Break |
no |
Summary
laminas-i18n's Translator is now marked final (albeit softly).
We use getLocale and setLocale a lot in our projects.
We used to extend the Translator, but now that it's marked final, we can't really do that.
I'm wondering if it makes sense to have a LocaleAwareInterface with getLocale and setLocale in this base project, laminas-i18n, or if we should just roll our own interface.
Feature Request
Summary
laminas-i18n'sTranslatoris now marked final (albeit softly).We use
getLocaleandsetLocalea lot in our projects.We used to extend the Translator, but now that it's marked final, we can't really do that.
I'm wondering if it makes sense to have a
LocaleAwareInterfacewithgetLocaleandsetLocalein this base project,laminas-i18n, or if we should just roll our own interface.