diff --git a/AUTHORS b/AUTHORS index c587f67c..b07c00fa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,6 +17,6 @@ hi: Tavish Naruka (हिन्दी) ja: Dong (日本語) nl: Jaap Blom (Nederlands) ro: Christian Tzurcanu (Româneşte) -ru: Laurent Dufloux (Русский язык) +ru: Laurent Dufloux (Русский) sk: Pavol Rusnak (Slovenčina) zh-TW: 黃瀚生(han sheng Huang) (台灣正體) diff --git a/editor/locale/locale.js b/editor/locale/locale.js index 975f739e..a5297ec5 100644 --- a/editor/locale/locale.js +++ b/editor/locale/locale.js @@ -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 { diff --git a/editor/svg-editor.html b/editor/svg-editor.html index d2878cb3..debb1077 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -525,6 +525,7 @@ script type="text/javascript" src="locale/locale.min.js"> +