The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- Support for Symfony >=6.0
- Support for PHP 8
- When using
index_parameter: 'id'
we setsrcLang=x-id
in the XML sent to Loco. This will force Loco to select locale better. This will avoid problems with mixed locales likenl-NL
andnl
.
- Support for php-translation/symfony-storage 2.1
- Support for php-translation/common 3.0
- Remove support of PHP < 7.2
- Remove support of symfony components < 3.4
- Add support for symfony ^5.0
- Support for stable versions of php-translation/common and php-translation/storage
- Better support for managing multiple domains in one Loco project
- Support for latest php-translation/common and storage
- Export will filter on domain.
- Syntax error
- Make sure we can configure what index key we should use with Loco. This will fix duplicate message issue.
- Support for Symfony 4
- Skip creation of translations that are the same as their key
- Bumped version of php-translation/symfony-storage
- Fixed bug when Translation not found.
Loco::get
should not throw exception.
- Only export translated strings
- Add the translation parameters as "Notes" in Loco.
- Added support for
TransferableStorage
Loco::getApiKey()
is now private
Init release