massimo-filippi / composer-tools
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 0
Language:Shell
This package is not auto-updated.
Last update: 2024-10-21 08:16:10 UTC
README
Introduction
There will be more info soon...
Installation
Install the latest stable version via Composer:
composer require massimo-filippi/composer-tools
Install the latest develop version via Composer:
composer require massimo-filippi/composer-tools:dev-develop
Usage
Compile translations
To compile .po files to .mo files use the following console command from root of the project:
vendor/bin/compile-translations
Output of the script should be as following:
Start compiling .mo files
Compiling file: language/cs_CZ/application.po
Compiling file: language/de_DE/application.po
Compiling file: language/sk_SK/application.po
Compiled.