1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Allineamento standardizzazione lingue

This commit is contained in:
Pek5892
2024-03-20 11:13:28 +01:00
parent e5a2e75b2d
commit c349125f4f
303 changed files with 1019 additions and 2132 deletions

View File

@@ -112,7 +112,7 @@ switch (filter('op')) {
if ($hook->permission != '-') {
$results[] = [
'id' => $hook->id,
'name' => $hook->name,
'name' => $hook->getTranslation('name'),
];
}
}