om/potrans
Laravel package to manage, store and sync translations. Provides tools to import/export language files, edit translations via a UI, and keep localization data consistent across environments and deployments.
Full Changelog: https://github.com/OzzyCzech/potrans/compare/v1.0.0...v1.0.1
Full Changelog: https://github.com/OzzyCzech/potrans/compare/v0.0.9...v1.0.0
Full Changelog: https://github.com/OzzyCzech/potrans/compare/v0.0.8...v0.0.9
Full Changelog: https://github.com/OzzyCzech/potrans/compare/v0.0.5...v0.0.6
Bug fixes with PO/MO outputs
Full Changelog: https://github.com/OzzyCzech/potrans/compare/v0.0.4...v0.0.5
Add optional parameter --translator for more flexibility
./bin/potrans deepl ./tests/example-cs_CZ.po ~/Downloads \
--translator=path/to/my/CustomTranslator.php \
--apikey=123456
potrans expect that CustomTranslator.php will return a new instance of Translator interface.
Full Changelog: https://github.com/OzzyCzech/potrans/compare/v0.0.3...v0.0.4
all option was replace with force - same behaviorFull Changelog: https://github.com/OzzyCzech/potrans/compare/v0.0.2...v0.0.3
This release fix #12 bug with cache
Issue with join() was finally fixed
How can I help you explore Laravel packages today?