mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Dictionary files that follow the naming convention <Lang>.dict.<ModuleName>.php are now loaded automatically without the need to specify them explicitely in the module definition file.
SVN:trunk[1228]
This commit is contained in:
@@ -45,14 +45,6 @@ SetupWebPage::AddModule(
|
||||
'datamodel' => array(
|
||||
'model.authent-external.php',
|
||||
),
|
||||
'dictionary' => array(
|
||||
'en.dict.authent-external.php',
|
||||
'fr.dict.authent-external.php',
|
||||
'de.dict.authent-external.php',
|
||||
'ru.dict.authent-external.php',
|
||||
'tr.dict.authent-external.php',
|
||||
'zh.dict.authent-external.php',
|
||||
),
|
||||
'data.struct' => array(
|
||||
//'data.struct.authent-ldap.xml',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user