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/) [Click to play](http://adarkroom.doublespeakgames.com/)
[ [
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) | [Chinese](http://adarkroom.doublespeakgames.com/?lang=zh_cn) |
[French](http://adarkroom.doublespeakgames.com/?lang=fr) | [French](http://adarkroom.doublespeakgames.com/?lang=fr) |
[German](http://adarkroom.doublespeakgames.com/?lang=de) | [German](http://adarkroom.doublespeakgames.com/?lang=de) |
[Italian](http://adarkroom.doublespeakgames.com/?lang=it) | [Italian](http://adarkroom.doublespeakgames.com/?lang=it) |
[Korean](http://adarkroom.doublespeakgames.com/?lang=kr) | [Korean](http://adarkroom.doublespeakgames.com/?lang=kr) |
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) | [Polish](http://adarkroom.doublespeakgames.com/?lang=pl) |
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) | [Russian](http://adarkroom.doublespeakgames.com/?lang=ru) |
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) | [Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) | [Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) | [Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk) [Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)
] ]
+2 -2
View File
@@ -1,5 +1,4 @@
var langs = { var langs = {
'cn':'简体中文',
'de':'deutsch', 'de':'deutsch',
'en':'english', 'en':'english',
'es':'español', 'es':'español',
@@ -10,5 +9,6 @@ var langs = {
'ru':'русский', 'ru':'русский',
'sv':'svenska', 'sv':'svenska',
'tr':'türkçe', 'tr':'türkçe',
'uk':'українська' 'uk':'українська',
'zh_cn':'简体中文'
}; };
View File