diff --git a/editor/locale/locale.js b/editor/locale/locale.js index 0353747c..5bfc59b1 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 = ['cs','de','en','es','fa','fr','fy','hi','nl','ro','sk']; + var good_langs = ['cs','de','en','es','fa','fr','fy','hi','nl','ro','ru','sk']; if(given_param) { lang_param = given_param; } else { diff --git a/editor/svg-editor.html b/editor/svg-editor.html index d71703b4..f0475237 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -478,9 +478,10 @@ script type="text/javascript" src="locale/locale.min.js"> - + +