Estudiando como implementar subfolders

This commit is contained in:
Jaime Jimenez
2023-04-27 21:53:41 +02:00
parent c1bef7a7ed
commit 688642f5ea
6 changed files with 100 additions and 57 deletions

View File

@ -155,6 +155,8 @@ function getDictionary($word=''){
'view' => lang("App.group_rules_label_view"),
'oauth_store' => lang("App.group_rules_label_oauth_store"),
'template_store' => lang("App.group_rules_label_template_store"),
'Tarifas' => 'Tarifas',
'Cliente' => 'Cliente'
];
return array_key_exists($word,$dictionary)?$dictionary[$word] : $word;
} catch (Exception $e) {