Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

zendframework/zend-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84038e6 · Dec 12, 2019
Nov 18, 2019
Dec 12, 2019
Dec 12, 2019
Apr 14, 2016
Apr 12, 2018
Apr 12, 2018
Dec 12, 2019
Dec 12, 2019
Sep 26, 2019
Apr 12, 2018
Dec 12, 2019
Dec 12, 2019
Feb 7, 2019
Nov 14, 2016
Mar 30, 2016

Repository files navigation

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.