Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add factory/alias for Laminas\Translator\TranslatorInterface #129

Closed
gsteel opened this issue Jul 2, 2024 · 1 comment
Closed

Add factory/alias for Laminas\Translator\TranslatorInterface #129

gsteel opened this issue Jul 2, 2024 · 1 comment
Assignees
Milestone

Comments

@gsteel
Copy link
Member

gsteel commented Jul 2, 2024

The config provider/module here should alias the shipped translator to Laminas\Translator\TranslatorInterface so that packages requiring a translator can call $container->get(Laminas\Translator\TranslatorInterface::class) to fetch a translator from the container without importing symbols from i18n.

This should have been done in #128

gsteel added a commit to gsteel/laminas-i18n that referenced this issue Jul 2, 2024
Closes laminas#129

Signed-off-by: George Steel <george@net-glue.co.uk>
@gsteel gsteel added this to the 2.27.1 milestone Jul 2, 2024
@gsteel gsteel self-assigned this Jul 2, 2024
@gsteel
Copy link
Member Author

gsteel commented Jul 2, 2024

Closed via #130

@gsteel gsteel closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant