From ddeace083cb5274030e98c9a58bbe26b07bbe7f6 Mon Sep 17 00:00:00 2001 From: Wormsxulla Date: Wed, 20 Jan 2010 06:50:23 +0000 Subject: [PATCH] Add Arabic to the list of good languages. Update the AUTHORS list for Arabic. git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1246 eee81c28-f429-11dd-99c0-75d572ba1ddd --- AUTHORS | 1 + editor/locale/locale.js | 2 +- editor/svg-editor.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 2e7b8d67..efef5a1c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,7 @@ Alexis Deveria Translation credits: +ar: Tarik Belaam (العربية) cs: Jan Ptacek (Čeština) de: Reimar Bauer (Deutsch) es: Alicia Puerto (Español) diff --git a/editor/locale/locale.js b/editor/locale/locale.js index 5bfc59b1..042a04b7 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','ru','sk']; + var good_langs = ['ar','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 f0475237..6bb2570b 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -471,6 +471,7 @@ script type="text/javascript" src="locale/locale.min.js">