Commit 8e79dfb3 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #2 from pepr/master

Arabic maintainer added
parents 59f32335 574f39d4
...@@ -16,7 +16,6 @@ change the language.doc, make the changes here and inside maintainers.txt. ...@@ -16,7 +16,6 @@ change the language.doc, make the changes here and inside maintainers.txt.
* Documents produced by Doxygen are derivative works derived from the * Documents produced by Doxygen are derivative works derived from the
* input used in their production; they are not affected by this license. * input used in their production; they are not affected by this license.
* *
* $Id$
*/ */
/*! \page langhowto Internationalization /*! \page langhowto Internationalization
......
% $Id$
%
% The text is in UTF-8. Comments start with % sign at the beginning. % The text is in UTF-8. Comments start with % sign at the beginning.
% There is one record for each language. The records are separated % There is one record for each language. The records are separated
% by the empty line and they do not contain empty lines. % by the empty line and they do not contain empty lines.
...@@ -20,7 +18,7 @@ Johan Prinsloo: johan at zippysnoek dot com ...@@ -20,7 +18,7 @@ Johan Prinsloo: johan at zippysnoek dot com
TranslatorArabic TranslatorArabic
Moaz Reyad: [resigned] moazreyad at yahoo dot com Moaz Reyad: [resigned] moazreyad at yahoo dot com
-- searching for the maintainer --: [Please, try to help to find someone.] Muhammad Bashir Al-Noimi: mbnoimi at gmail dot com
TranslatorArmenian TranslatorArmenian
Armen Tangamyan: armen dot tangamyan at anu dot edu dot au Armen Tangamyan: armen dot tangamyan at anu dot edu dot au
...@@ -66,6 +64,7 @@ Antti Laine: antti dot a dot laine at tut dot fi ...@@ -66,6 +64,7 @@ Antti Laine: antti dot a dot laine at tut dot fi
TranslatorFrench TranslatorFrench
David Martinet: contact at e-concept-applications dot fr David Martinet: contact at e-concept-applications dot fr
Xavier Outhier: xouthier at yahoo dot fr Xavier Outhier: xouthier at yahoo dot fr
Benoît BROSSE: Benoit dot BROSSE at ingenico dot com
TranslatorGerman TranslatorGerman
Peter Grotrian: Peter dot Grotrian at pdv-FS dot de Peter Grotrian: Peter dot Grotrian at pdv-FS dot de
......
...@@ -201,7 +201,7 @@ bool setTranslator(const char *langName) ...@@ -201,7 +201,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_FR #ifdef LANG_FR
else if (L_EQUAL("french")) else if (L_EQUAL("french"))
{ {
theTranslator=new TranslatorDecoder(new TranslatorFrench); theTranslator=new TranslatorFrench;
} }
#endif #endif
#ifdef LANG_ID #ifdef LANG_ID
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment