mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-04 19:47:13 +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/)
|
[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
@@ -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':'简体中文'
|
||||||
};
|
};
|
||||||
|
|||||||
Executable → Regular
Reference in New Issue
Block a user