2017 © Pedro Peláez
 

library zend-i18n

Provide translations for your application, and filter and validate internationalized values

image

zendframework/zend-i18n

Provide translations for your application, and filter and validate internationalized values

  • Thursday, May 24, 2018
  • by zendframework
  • Repository
  • 26 Watchers
  • 45 Stars
  • 6,331,047 Installations
  • PHP
  • 329 Dependents
  • 19 Suggesters
  • 47 Forks
  • 22 Open issues
  • 71 Versions
  • 8 % Grown

The README.md

zend-i18n

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-i18n., (*1)

Build Status Coverage Status, (*2)

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., (*3)

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., (*4)

  • File issues at https://github.com/zendframework/zend-i18n/issues
  • Documentation is at https://docs.zendframework.com/zend-i18n/

The Versions