TplBlock/vendor/zendframework/zend-i18n
2018-03-26 21:57:35 +02:00
..
doc/book permit fun with spaces 2018-03-26 21:57:35 +02:00
src permit fun with spaces 2018-03-26 21:57:35 +02:00
CHANGELOG.md permit fun with spaces 2018-03-26 21:57:35 +02:00
composer.json permit fun with spaces 2018-03-26 21:57:35 +02:00
CONDUCT.md permit fun with spaces 2018-03-26 21:57:35 +02:00
CONTRIBUTING.md permit fun with spaces 2018-03-26 21:57:35 +02:00
LICENSE.md permit fun with spaces 2018-03-26 21:57:35 +02:00
mkdocs.yml permit fun with spaces 2018-03-26 21:57:35 +02:00
phpcs.xml permit fun with spaces 2018-03-26 21:57:35 +02:00
README.md permit fun with spaces 2018-03-26 21:57:35 +02:00

zend-i18n

Build Status Coverage Status

Zend\I18n comes with a complete translation suite which supports all major formats and includes popular features like plural translations and text domains. The Translator component is mostly dependency free, except for the fallback to a default locale, where it relies on the Intl PHP extension.

The translator itself is initialized without any parameters, as any configuration to it is optional. A translator without any translations will actually do nothing but just return the given message IDs.