Merge pull request #98 from Nutzchannel/master

Possible Japanese support?
This commit is contained in:
Michael Townsend
2014-06-28 16:23:26 -04:00
3 changed files with 3049 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
.button{width: 100px !important;}
#outsidePanel .button{width: 115px !important;}
.eventPanel .button {width: 122px !important;}
+3045
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -2,4 +2,5 @@ var langs = {
'en':'english',
'fr':'français',
'cn':'简体中文'
'jp':'日本語'
}