fixed upgrade_language_translations

This commit is contained in:
Peter Papp
2021-04-06 10:40:51 +02:00
parent 131ae8109f
commit e40ddbec14
2 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ class LanguageService
// Find new translations in default translations
$newbies = $default_translations[$license]
->diff(map_language_translations($translations));
->diffKeys(map_language_translations($translations));
// Store new translations for every language
$locales->each(function ($locale) use ($newbies) {