Skip to content
Snippets Groups Projects
Commit fce6c092 authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

STORM-1615 WIP Added Simplified Chinese and Traditional Chinese to the list of

languages supported by viewer.

Language codes: zh (Traditional Chinese), zh_CN (Simplified Chinese).

Changes:
* Added both languages to the dropdown menu in Preferences / General.
* Added a couple of "translated" XUI files for zh_CN to create the necessary folders.
parent 70a49367
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,16 @@
label="日本語 (Japanese) - Beta"
name="(Japanese)"
value="ja" />
<combo_box.item
enabled="true"
label="简体 (Simplified Chinese) - Beta"
name="Simplified Chinese"
value="zh_CN" />
<combo_box.item
enabled="true"
label="正體 (Traditional Chinese) - Beta"
name="Traditional Chinese"
value="zh" />
</combo_box>
<text
font="SansSerifSmall"
......
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_buy_currency_html" title="BUY CURRENCY (TODO: Translate to Simplified Chinese)"/>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<menu name="ScriptChiclet Menu">
<menu_item_call label="Close (TODO: translate to Traditional Chinese)" name="Close"/>
</menu>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<menu name="ScriptChiclet Menu">
<menu_item_call label="Close (TODO: translate to Simplified Chinese)" name="Close"/>
</menu>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment