Created
June 25, 2012 16:47
-
-
Save DASPRiD/2989692 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following tasks need to be done to finish the i18n component: | |
------------------------------------------------------------------------------ | |
To finish translator: | |
- Add Xliff translation loader with plural support if possible, see: | |
https://wiki.oasis-open.org/xliff/XLIFF2.0/Feature/Plural%20Entries | |
- Add Tmx translation loader (identify if plural support is available) | |
- Complete unit tests | |
------------------------------------------------------------------------------ | |
To be added (Zend\I18n namespace): | |
View helpers: | |
- DateFormat | |
- NumberFormat | |
------------------------------------------------------------------------------ | |
Convert to work with DateTime, Intl extension and/or Zend\I18n\Translator: | |
(Also move them to Zend\I18n namespace if they have a hard depdendency on it) | |
Filters: | |
- Alnum | |
- Boolean | |
- LocalizedToNormalized | |
- NormalizedToLocalized | |
Validators: | |
- Date | |
- Float | |
- Iban | |
- Int | |
- PostCode | |
Other components: | |
- Zend\Config\Processor | |
- Zend\Feed | |
- Zend\Ldap | |
- Zend\XmlRpc | |
- Zend\Measure | |
------------------------------------------------------------------------------ | |
To be removed (code, filters, validators, helpers, tests, documentation): | |
- Zend\Currency | |
- Zend\Date | |
- Zend\Locale | |
- Zend\Translator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment