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:
parent
f24a12ef45
commit
9464f46bf6
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user