Commit ad24c91e authored by Rafael Monnerat's avatar Rafael Monnerat

[configurator_standard] Include Chinese language and Basic Accounting

Contributed by Jingjing XU.
parent f5b01821
......@@ -82,6 +82,10 @@ return [\n
name=Base_translateString(\'Standard Russian Plan (2000 edition)\'),\n
root=\'gap/ru/ru2000\',\n
bt5=\'erp5_accounting_l10n_ru\',),\n
dict(id=\'cn\',\n
name=Base_translateString(\'Basic Chinese Plan\'),\n
root=\'gap/cn/basic\',\n
bt5=\'erp5_accounting_l10n_cn_basic\',),\n
]\n
</string> </value>
</item>
......
......@@ -72,6 +72,9 @@ return [\n
dict(id=\'ru\',\n
name=Base_translateString(\'Russian\'),\n
bt5=\'erp5_l10n_ru\',),\n
dict(id=\'zh\',\n
name=Base_translateString(\'Chinese\'),\n
bt5=\'erp5_l10n_zh\',),\n
]\n
</string> </value>
</item>
......
669
\ No newline at end of file
670
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment