Update Chinese (Simplified) ISO 639-1 code

This commit is contained in:
Blake Grotewold
2014-11-21 11:57:00 -05:00
parent 94d1388b1d
commit 66c7b3e76d
5 changed files with 12 additions and 12 deletions
+10 -10
View File
@@ -6,16 +6,16 @@ A Minimalist Text Adventure Game
[Click to play](http://adarkroom.doublespeakgames.com/)
[
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) |
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
[Italian](http://adarkroom.doublespeakgames.com/?lang=it) |
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
[Chinese](http://adarkroom.doublespeakgames.com/?lang=zh_cn) |
[French](http://adarkroom.doublespeakgames.com/?lang=fr) |
[German](http://adarkroom.doublespeakgames.com/?lang=de) |
[Italian](http://adarkroom.doublespeakgames.com/?lang=it) |
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)
]
+2 -2
View File
@@ -1,5 +1,4 @@
var langs = {
'cn':'简体中文',
'de':'deutsch',
'en':'english',
'es':'español',
@@ -10,5 +9,6 @@ var langs = {
'ru':'русский',
'sv':'svenska',
'tr':'türkçe',
'uk':'українська'
'uk':'українська',
'zh_cn':'简体中文'
};
View File