Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Feature/upgrading translator to zend mvc i18n #1

Merged
merged 6 commits into from
Jul 22, 2018

Conversation

rkeet
Copy link
Owner

@rkeet rkeet commented Jul 22, 2018

  • Replaces Zend\i18n import with Zend\Mvc\i18n
  • Updates default Factory for "translator" alias in config
  • Deprecates GenericDeleteForm (and InputFilter and Factories)
  • Uses MvcTranslator alias throughout module instead of translator. The latter is kept in case any dependencies use this one, though they must update to Zend\Mvc\i18n if they do
  • Additional composer requirements for translation and plugins (e.g. captcha/routes translations)

rkeet added 6 commits July 20, 2018 09:16
…nericDeleteFormFactory. Will keep the Doctrine versions. I keep forgetting these ones and I've never used them.
…(Doctrine)DeleteFormInputFilter, as they're implemented on the Form counterparts, not Fieldset (which don't exist for these).
…orFactory for usage with the MvcTranslator (zend-mvc-i18n) instead of Translator (zend-i18n).
…)FieldsetInputFilter classes, they were unnecessary. Removed import of Zend\i18n Translator and replaced with Zend\Mvc\i18n translator
@rkeet rkeet merged commit c90c488 into master Jul 22, 2018
@rkeet rkeet deleted the feature/upgrading-translator-to-zend-mvc-i18n branch November 6, 2018 21:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant