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
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -6,6 +6,7 @@ Alexis Deveria <adeveria@gmail.com>
|
||||
|
||||
Translation credits:
|
||||
|
||||
ar: Tarik Belaam <dubraise@gmail.com> (العربية)
|
||||
cs: Jan Ptacek <jan.ptacek@gmail.com> (Čeština)
|
||||
de: Reimar Bauer <rb.proj@googlemail.com> (Deutsch)
|
||||
es: Alicia Puerto <alicia.puerto.g@gmail.com> (Español)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -471,6 +471,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
<label><span id="svginfo_lang">Language:</span>
|
||||
<!-- Source: http://en.wikipedia.org/wiki/Language_names -->
|
||||
<select id="lang_select">
|
||||
<option id="lang_ar" value="ar">العربية</option>
|
||||
<option id="lang_cs" value="cs">Čeština</option>
|
||||
<option id="lang_de" value="de">Deutsch</option>
|
||||
<option id="lang_en" value="en" selected="selected">English</option>
|
||||
|
||||
Reference in New Issue
Block a user