mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-12 23:47:13 +08:00
add missing comma to langs definition
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
var langs = {
|
var langs = {
|
||||||
'en':'english',
|
'en':'english',
|
||||||
'fr':'français',
|
'fr':'français',
|
||||||
'cn':'简体中文'
|
'cn':'简体中文',
|
||||||
'jp':'日本語'
|
'jp':'日本語'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user