Add Japanese to the good languages. Thank you Dong! Correct name of Russian in Russian in AUTHORS.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1359 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Wormsxulla
2010-02-08 20:00:30 +00:00
parent cbdb3ad5c0
commit 8304c43d47
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
var put_locale = function(svgCanvas, given_param){
var lang_param;
// TODO: Make this array be based on entries in svg-editor.html
var good_langs = ['ar','cs','de','en','es','fa','fr','fy','hi','nl','ro','ru','sk','zh-TW'];
var good_langs = ['ar','cs','de','en','es','fa','fr','fy','hi','ja','nl','ro','ru','sk','zh-TW'];
if(given_param) {
lang_param = given_param;
} else {