mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Removing JP translation from the list until it is complete.
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
var langs = {
|
||||
'en':'english',
|
||||
'fr':'français',
|
||||
'cn':'简体中文',
|
||||
'jp':'日本語'
|
||||
}
|
||||
'cn':'简体中文'
|
||||
//'jp':'日本語'
|
||||
};
|
||||
|
||||
+1
-1
@@ -125,7 +125,7 @@
|
||||
|
||||
$.each(langs, function(name,display){
|
||||
$('<option>').text(display).val(name).appendTo(select)
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user