mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-04 19:47:13 +08:00
Correct Japanese ISO 639-1 code
This commit is contained in:
@@ -5,14 +5,14 @@ A Minimalist Text Adventure Game
|
|||||||
|
|
||||||
[Click to play](http://adarkroom.doublespeakgames.com/)
|
[Click to play](http://adarkroom.doublespeakgames.com/)
|
||||||
|
|
||||||
Language | Options
|
Available | Languages
|
||||||
-------- | --------
|
--------- | ---------
|
||||||
[Chinese](http://adarkroom.doublespeakgames.com/?lang=cn) | [French](http://adarkroom.doublespeakgames.com/?lang=fr)
|
[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)
|
[German](http://adarkroom.doublespeakgames.com/?lang=de) | [Italian](http://adarkroom.doublespeakgames.com/?lang=it)
|
||||||
[Japanese](http://adarkroom.doublespeakgames.com/?lang=jp) | [Korean](http://adarkroom.doublespeakgames.com/?lang=kr)
|
[Japanese](http://adarkroom.doublespeakgames.com/?lang=ja) | [Korean](http://adarkroom.doublespeakgames.com/?lang=ko)
|
||||||
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) | [Portuguese](http://adarkroom.doublespeakgames.com/?lang=pg)
|
[Polish](http://adarkroom.doublespeakgames.com/?lang=pl) | [Portuguese](http://adarkroom.doublespeakgames.com/?lang=pg)
|
||||||
[Russian](http://adarkroom.doublespeakgames.com/?lang=ru) | [Spanish](http://adarkroom.doublespeakgames.com/?lang=es)
|
[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)
|
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) | [Turkish](http://adarkroom.doublespeakgames.com/?lang=tr)
|
||||||
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)
|
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk) |
|
||||||
|
|
||||||
[Play on GitHub](http://continuities.github.io/adarkroom)
|
[Play on GitHub](http://continuities.github.io/adarkroom)
|
||||||
|
|||||||
+1
-2
@@ -4,9 +4,8 @@ var langs = {
|
|||||||
'es':'español',
|
'es':'español',
|
||||||
'fr':'français',
|
'fr':'français',
|
||||||
'it':'italiano',
|
'it':'italiano',
|
||||||
'jp':'日本',
|
'ja':'日本',
|
||||||
'ko':'한국어',
|
'ko':'한국어',
|
||||||
'kr':'한국어',
|
|
||||||
'pg':'português',
|
'pg':'português',
|
||||||
'pl':'polski',
|
'pl':'polski',
|
||||||
'ru':'русский',
|
'ru':'русский',
|
||||||
|
|||||||
Reference in New Issue
Block a user