Waavi / translation

Better translation management for Laravel
MIT License
359 stars 167 forks source link

translator:load throws db integrity error #165

Closed haydar closed 4 years ago

haydar commented 4 years ago

Hi, I migrated all migration of package, I have language file in lang folder and I added my langs code to available_locales array but load command throws this error;

Doctrine\DBAL\Driver\PDOException::("SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (esnan.translator_translations, CONSTRAINTtranslator_translations_locale_foreignFOREIGN KEY (locale) REFERENCEStranslator_languages(locale))")

haydar commented 4 years ago

I checked ''translator_languages' table. I didnt see second lang record. I inserted and problem fixed