diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-10-11 16:51:20 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-10-11 16:51:20 +0200 |
commit | fce6c0924117a39a4683bccdc127680739abb16f (patch) | |
tree | 05b331618c4887394cec546c6208e7d270dc4b6b /indra/newview/skins/minimal/xui/zh_CN | |
parent | 70a4936736187bc00fb134e135de4fee75cff664 (diff) |
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.
Diffstat (limited to 'indra/newview/skins/minimal/xui/zh_CN')
-rw-r--r-- | indra/newview/skins/minimal/xui/zh_CN/menu_script_chiclet.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/skins/minimal/xui/zh_CN/menu_script_chiclet.xml b/indra/newview/skins/minimal/xui/zh_CN/menu_script_chiclet.xml new file mode 100644 index 0000000000..371086c374 --- /dev/null +++ b/indra/newview/skins/minimal/xui/zh_CN/menu_script_chiclet.xml @@ -0,0 +1,4 @@ +<?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> |