diff --git a/Model/TranslationCollector.php b/Model/TranslationCollector.php index bc5b527..a09d911 100644 --- a/Model/TranslationCollector.php +++ b/Model/TranslationCollector.php @@ -87,6 +87,8 @@ public function updateTranslationDatabase($storeId, $locale, $translationType = $translations = array_diff_key($translations, $databaseTranslations); $insertionCount = $this->createNewTranslations($translations, $storeId, $locale); + + $this->helper->updateJsTranslationJsonFiles($locale); $this->emulation->stopEnvironmentEmulation(); return $insertionCount;