mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +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:
@@ -25,16 +25,6 @@ SetupWebPage::AddModule(
|
||||
'datamodel' => array(
|
||||
'model.itop-problem-mgmt.php',
|
||||
),
|
||||
'dictionary' => array(
|
||||
'en.dict.itop-problem-mgmt.php',
|
||||
'es_cr.dict.itop-problem-mgmt.php',
|
||||
'fr.dict.itop-problem-mgmt.php',
|
||||
'de.dict.itop-problem-mgmt.php',
|
||||
'pt_br.dict.itop-problem-mgmt.php',
|
||||
'ru.dict.itop-problem-mgmt.php',
|
||||
'tr.dict.itop-problem-mgmt.php',
|
||||
'zh.dict.itop-problem-mgmt.php',
|
||||
),
|
||||
'data.struct' => array(
|
||||
//'data.struct.itop-problem-mgmt.xml',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user