LexikTranslationBundle icon indicating copy to clipboard operation
LexikTranslationBundle copied to clipboard

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.

Results 94 LexikTranslationBundle issues
Sort by recently updated
recently updated
newest added

Hello, I have several bundles lets name them as A, B, C. These bundles have its own translation files A.en.xlf, B.en.xlf, C.en.xlf. I use `lexik:translations:import --import-path=translations -i` to import translations...

Hello, As proposed here https://github.com/lexik/LexikTranslationBundle/issues/454, I have developed a pure JavaScript implementation while maintaining code isolation and similarities with the angularJs version to ease the review. The modifications are limited...

improvement

I added array return type to hydrateAllData() function to avoid deprecations related to doctrine's AbsractHydrator()

As AngularJS support has officially ended as of January 2022 and there are moderated CVEs https://security.snyk.io/package/npm/angular/1.8.3 it would make sense to replace it with another implementation. In my mind the...