conia / i18n
Conia internationalization/gettext helper scripts
dev-main
2022-10-25 16:20 UTC
Requires
- php: >=8.1
- conia/cli: dev-main
- phpmyadmin/motranslator: ^5.3
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-25 21:42:07 UTC
README
⚠️ Note: This i18n package is under active development, some of the listed features are still experimental and subject to change. Large parts of the documentation are missing.
Provides conia/cli
commands which help to setup gettext files in a PHP project which uses phpmyadmin/motranslator
. It extracts strings marked for translation from source code and initializes, updates, and compiles .po/.mo files.
Installation
composer require conia/i18n
Quick Start
See documentation at conia.dev/i18n