javabudd / laminas-i18n

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

Home Page:https://docs.laminas.dev/laminas-i18n/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laminas-i18n

Build Status

Laminas\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.

About

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

https://docs.laminas.dev/laminas-i18n/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%