conia / i18n
Conia internationalization/gettext helper scripts
Installs: 87
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/conia/i18n
Requires
- php: >=8.1
- conia/cli: dev-main
- phpmyadmin/motranslator: ^5.3
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-25 23:35:27 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