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:
Wormsxulla
2010-01-14 18:33:05 +00:00
parent b835da83ea
commit 1dbdbc0352
3 changed files with 142 additions and 140 deletions

View File

@@ -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 {