1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00

Fix publishing modules translations

This commit is contained in:
FreeScout 2020-01-21 00:36:49 -08:00
parent f24a12ef45
commit 9464f46bf6

View File

@ -515,6 +515,9 @@ class Manager
continue;
}
$path = $modulePath.'Resources/lang/'.$locale.'.json';
if (!$this->files->exists($modulePath.'Resources/lang')) {
$this->files->makeDirectory($modulePath.'Resources/lang', 0755, true);
}
}
$translations = $groups[$group];