• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..13-Sep-2021-

src/H13-Sep-2021-13,1078,082

.coveralls.ymlH A D13-Sep-202174 43

CONTRIBUTING.mdH A D13-Sep-20217.4 KiB230163

README.mdH A D13-Sep-2021670 1410

composer.jsonH A D13-Sep-20211.9 KiB5353

phpunit.xml.distH A D13-Sep-20211 KiB3525

phpunit.xml.travisH A D13-Sep-20211 KiB3525

README.md

1# zend-i18n
2
3`Zend\I18n` comes with a complete translation suite which supports all major
4formats and includes popular features like plural translations and text domains.
5The Translator component is mostly dependency free, except for the fallback to a
6default locale, where it relies on the Intl PHP extension.
7
8The translator itself is initialized without any parameters, as any configuration
9to it is optional. A translator without any translations will actually do nothing
10but just return the given message IDs.
11
12- File issues at https://github.com/zendframework/zend-i18n/issues
13- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-i18n
14