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

Miglioria gestione traduzioni

This commit is contained in:
Pek5892
2024-04-18 17:44:05 +02:00
parent b3d8779005
commit aa93371e2b
436 changed files with 2497 additions and 1863 deletions

View File

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