mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-11 15:07:12 +08:00
Update Chinese (Simplified) ISO 639-1 code
This commit is contained in:
@@ -6,7 +6,7 @@ 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) |
|
||||||
|
|||||||
+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