upgrade zend (#1559)
[openemr.git] / vendor / zendframework / zend-i18n / README.md
blob0a3cf3d2a03adafdd704c71380aab9491a12951e
1 # zend-i18n
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-i18n.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-i18n)
4 [![Coverage Status](https://coveralls.io/repos/zendframework/zend-i18n/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-i18n?branch=master)
6 `Zend\I18n` comes with a complete translation suite which supports all major
7 formats and includes popular features like plural translations and text domains.
8 The Translator component is mostly dependency free, except for the fallback to a
9 default locale, where it relies on the Intl PHP extension.
11 The translator itself is initialized without any parameters, as any configuration
12 to it is optional. A translator without any translations will actually do nothing
13 but just return the given message IDs.
15 - File issues at https://github.com/zendframework/zend-i18n/issues
16 - Documentation is at https://zendframework.github.io/zend-i18n/