Removing JP translation from the list until it is complete.

This commit is contained in:
Michael
2014-07-16 19:02:49 -04:00
parent 4fd756d83d
commit 1ec7ae22f9
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
var langs = {
'en':'english',
'fr':'français',
'cn':'简体中文',
'jp':'日本語'
}
'cn':'简体中文'
//'jp':'日本語'
};
+1 -1
View File
@@ -125,7 +125,7 @@
$.each(langs, function(name,display){
$('<option>').text(display).val(name).appendTo(select)
})
});
}