om/potrans
Laravel package for managing translations with import/export tools and a simple UI/API. Helps keep language files in sync, edit keys/values, detect missing strings, and streamline localization workflows across your app.
Full Changelog: https://github.com/OzzyCzech/potrans/compare/v1.0.1...v1.0.2
Closes #42
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?