davidhirtz/yii2-translation

Exports and imports translations from Excel file

1.1.1 2024-06-03 15:37 UTC

This package is auto-updated.

Last update: 2024-09-03 16:42:45 UTC


README

Exports and imports translations from Excel file. Currently only works with message format php.

Installation

composer require davidhirtz/yii2-translation --dev

Export translations

php yii translation/export [filename] [config]

Import translations

php yii translation/import filename [config]