Loading doc/language.tpl +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading doc/maintainers.txt +2 −3 Original line number Original line Diff line number Diff line % $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. Loading @@ -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 Loading Loading @@ -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 Loading src/language.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
doc/language.tpl +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
doc/maintainers.txt +2 −3 Original line number Original line Diff line number Diff line % $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. Loading @@ -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 Loading Loading @@ -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 Loading
src/language.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading