estasi / translator
Provides translation of your app's messages.
0.1.1
2020-05-20 08:19 UTC
Requires
- php: ^7.4
Suggests
- laminas/laminas-i18n: ^2.10 provides the ability to translate using a Laminas translator
- symfony/translation: ^5.0 provides the ability to translate using a Symfony translator
This package is auto-updated.
Last update: 2025-03-20 19:49:57 UTC
README
Estasi\Translator - internationalization system using the GNU gettext and/or ICU MessageFormat libraries.
Currently, there is no native implementation, you must use one of the following components (via the appropriate adapters):
- Symfony Translation Component:
composer require symfony/translation
- Laminas i18n Component:
composer require laminas/laminas-i18n
Installation
To install with a composer:
composer require estasi/translator
Requirements
- PHP 7.4 or newer
License
All contents of this package are licensed under the BSD-3-Clause license.