lexik/translation-bundle
Symfony bundle to manage translations in a database: import from xliff/yml/php, edit via a web GUI, track missing domain translations, add new keys, and export back to files. Database loader overrides file-based translations.
Full Changelog: https://github.com/lexik/LexikTranslationBundle/compare/v8.0.6...v8.1.0
What is missing: when clicking one of the links on the overview page, the filters from the query parameters in the url are not used in the filter fields, so no filter is applied. @todo: Check if an issue exists for this, otherwise create it or just fix it.
Full Changelog: https://github.com/lexik/LexikTranslationBundle/compare/v8.0.5...v8.0.6
Full Changelog: https://github.com/lexik/LexikTranslationBundle/compare/v8.0.4...v8.0.5
Now actually works with Symfony 8. Still waiting for a nicer solution, but this will get the job done.
Full Changelog: https://github.com/lexik/LexikTranslationBundle/compare/v8.0.2...v8.0.3
Full Changelog: https://github.com/lexik/LexikTranslationBundle/compare/v.8.0.1...v8.0.2
Full Changelog: https://github.com/lexik/LexikTranslationBundle/compare/v8.0...v.8.0.1
Full Changelog: https://github.com/lexik/LexikTranslationBundle/compare/v7.3.6...v8.0
After adding the bootstrap styles that were lost in the pure JS implementation, the show/hide functionality for columns in the translations grid was broken. This was caused by a class in bootstrap that selected all columns with a class pattern of col-* and gave it display: table-cell. This was suppressing the class that the hide functionality added as col-hide with display: none. By adding just hide instead the problem was solved.
This includes the boostrap styles that were no longer included in the template when I merged the Pure JS implementation.
Just a small bugfix fix. Should fix the broken v7.3.2
Fixed new deprecation warnings
This release should have all currently know PHP 8.4 deprecations fixed and it should be compatible with Symfony 7.3 (the current version). If something is missing, let me know.
Full Changelog: https://github.com/lexik/LexikTranslationBundle/compare/v7.0...v7.1
Tested with Symfony v7.0.3
Dependencies for the UI have been added.
Some issues in the UI have been fixed.
Propel support had to be dropped, because it does not run on php 8 yet.
Tested with Symfony 6.0.9
To use the UI, you still need to require some packages yourself, while they are actually dependencies of Lexik translation bundle.
These are:
symfony/form
symfony/twig-bundle
doctrine/doctrine-bundle
symfony/asset
Works on php 7.4 and 8.0.1 This may also work with lower versions of Symfony, but our tests fail on Symfony 5.0 because of some deprecation error, so I skipped version 5.0 in the Travis builds. Version 4.4 works for Travis.
Small fixes of types.
Service configuration for the export command was fixed. This fixes #385
This release contains the most basic changes to make the bundle work for Symfony 5. At lot of configuration had to change and proper DI put in place where it was lacking. There is still a lot of low hanging fruit where we can upgrade the code to make use of 7.4 features.
On the plus side: the UI now works in a Symfony 5 project and you can use the import and export commands. You should see no deprecation warnings. If you do, please raise an issue.
Gets rid of deprecation warnings related to controllers and routing configuration.
Support SF4 translation folder
Fix RootDir path for Symfony version < 3.3
Add sf4 support for template #320
#309 public translator service
Thanks to all contributors of #305 and #294!
How can I help you explore Laravel packages today?