mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Update Chinese (Simplified) ISO 639-1 code
This commit is contained in:
@@ -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
@@ -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':'简体中文'
|
||||
};
|
||||
|
||||
Executable → Regular
Reference in New Issue
Block a user