lexik / LexikTranslationBundle

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.
MIT License
419 stars 255 forks source link

fix when no relation in record in trans_unit_translations and trans_unit table #421

Closed mariosiska closed 1 year ago

mariosiska commented 2 years ago

Fix when exist record (newest for some domain) in table trans_unit, but there is no record in trans_unit_translations with same trans_unit_id. In this case method returned result where was locale = null, and it crash app.