* Add other language items for budget unit.

This commit is contained in:
qiyu-xie
2021-03-01 08:18:20 +08:00
parent 79e1029298
commit 0944ebb9bf
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -98,6 +98,8 @@ $lang->program->changeProgramTip = 'After modifying the program set, the p
$lang->program->linkedProjectsTip = 'Linked projects are as follows';
$lang->program->multiLinkedProductsTip = 'The following products linked to this project are also linked to other projects, please unlink before proceeding.';
$lang->program->tenThousand = '';
$lang->program->unitList['CNY'] = 'RMB';
$lang->program->unitList['USD'] = 'USD';
$lang->program->unitList['HKD'] = 'HKD';