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
+1 -1
View File
@@ -125,7 +125,7 @@
$.each(langs, function(name,display){
$('<option>').text(display).val(name).appendTo(select)
})
});
}