Commit 48f40f65 authored by Lucas Carvalho's avatar Lucas Carvalho

2011-03-30 lucas

* Enabled russian language and accounting plan. (Thanks to Vera Kurpas for the contributions).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44828 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3fd56456
...@@ -78,7 +78,10 @@ return [\n ...@@ -78,7 +78,10 @@ return [\n
name=Base_translateString(\'Standard Luxembourgers Plan(Luxembourg)\'),\n name=Base_translateString(\'Standard Luxembourgers Plan(Luxembourg)\'),\n
root=\'gap/lu/standard\',\n root=\'gap/lu/standard\',\n
bt5=\'erp5_accounting_l10n_lu\',),\n bt5=\'erp5_accounting_l10n_lu\',),\n
\n dict(id=\'ru\',\n
name=Base_translateString(\'Standard Russian Plan (2000 edition)\'),\n
root=\'gap/ru/ru2000\',\n
bt5=\'erp5_accounting_l10n_ru\',),\n
]\n ]\n
</string> </value> </string> </value>
</item> </item>
......
...@@ -69,6 +69,9 @@ return [\n ...@@ -69,6 +69,9 @@ return [\n
dict(id=\'ko\',\n dict(id=\'ko\',\n
name=Base_translateString(\'Korean\'),\n name=Base_translateString(\'Korean\'),\n
bt5=\'erp5_l10n_ko\',),\n bt5=\'erp5_l10n_ko\',),\n
dict(id=\'ru\',\n
name=Base_translateString(\'Russian\'),\n
bt5=\'erp5_l10n_ru\',),\n
]\n ]\n
</string> </value> </string> </value>
</item> </item>
......
2011-03-30 lucas
* Enabled russian language and accounting plan. (Thanks to Vera Kurpas for the contributions).
2011-03-30 lucas 2011-03-30 lucas
* Updated default_accounts_express.ods with Russian accounts information. (Thanks to Vera Kurpas.) * Updated default_accounts_express.ods with Russian accounts information. (Thanks to Vera Kurpas.)
......
583 584
\ No newline at end of file \ 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