* Add the module for priv packages.

This commit is contained in:
hufangzhou
2023-03-15 14:42:52 +00:00
parent 9b545e9ab2
commit e31c42d0be
4 changed files with 64 additions and 29 deletions
+10 -2
View File
@@ -92,8 +92,7 @@ $lang->zanode = new stdclass();
$lang->holiday = new stdclass();
$lang->contact = new stdclass();
$lang->programStakeholder = new stdclass();
$lang->featureSwitch = new stdclass();
$lang->programstakeholder = new stdclass();
$lang->researchplan = new stdclass();
$lang->workestimation = new stdclass();
$lang->gapanalysis = new stdclass();
@@ -107,6 +106,15 @@ $lang->systemdynamic = new stdclass();
$lang->systemcompany = new stdclass();
$lang->pipeline = new stdclass();
$lang->devopssetting = new stdclass();
$lang->featureswitch = new stdclass();
$lang->importdata = new stdclass();
$lang->systemsetting = new stdclass();
$lang->staffmanage = new stdclass();
$lang->modelconfig = new stdclass();
$lang->featureconfig = new stdclass();
$lang->doctemplate = new stdclass();
$lang->notifysetting = new stdclass();
$lang->bidesign = new stdclass();
$lang->projectbuild = new stdclass();
$lang->projectrelease = new stdclass();