Add Simple Chinese Translation

This commit is contained in:
lilj
2014-05-31 11:56:09 +08:00
parent 523fb6a90e
commit f5be58a306
4 changed files with 3053 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
.button{width: 100px !important;}
#outsidePanel .button{width: 115px !important;}
.eventPanel .button {width: 122px !important;}
File diff suppressed because one or more lines are too long
+3047
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -1,4 +1,5 @@
var langs = {
'en':'english',
'fr':'français'
'fr':'français',
'cn':'简体中文'
}