Update the first draft of the Frisian language file by Wander Nauta.
Add Frisian and Hindi languages to the good languages (Not able to display "Hindi" in "Hindi" in svg-editor.html, though.) git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1219 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* Localizing script for SVG-edit UI
|
||||
*
|
||||
* Licensed under the Apache License, Version 2
|
||||
@@ -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','nl','ro','sk'];
|
||||
var good_langs = ['cs','de','en','es','fa','fr','fy','hi','nl','ro','sk'];
|
||||
if(given_param) {
|
||||
lang_param = given_param;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user