Skip to content

Instantly share code, notes, and snippets.

@DASPRiD
Created June 25, 2012 16:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save DASPRiD/2989692 to your computer and use it in GitHub Desktop.
Save DASPRiD/2989692 to your computer and use it in GitHub Desktop.
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