asgard / translation
v0.3.1
2016-05-13 11:31 UTC
Requires
- php: >=5.5.9
- h0gar/csv: ~0.1.0
- nikic/php-parser: ^2.0
- symfony/translation: ^3.0
- symfony/yaml: ^3.0
This package is not auto-updated.
Last update: 2024-11-13 08:19:22 UTC
README
#Translation
The Asgard Translation package helps you export and import translations.
composer require asgard/translation 0.*
###Export CSV Export new translations to a CSV file, along with original translations.
Usage:
php console translation:export-csv [srcLocale] [dstLocale] [file]
###Import CSV Import new translations from a CSV file and export them yo YAML.
Usage:
php console translation:import [src] [dst]
###Export YAML Export new translations to a YAML file.
Usage:
php console translation:export-yaml [dstLocale] [dst]
##Contributing
Please submit all issues and pull requests to the asgardphp/asgard repository.
License
The Asgard framework is open-sourced software licensed under the MIT license