Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
8e79dfb3
Commit
8e79dfb3
authored
May 22, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2 from pepr/master
Arabic maintainer added
parents
59f32335
574f39d4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
646 additions
and
486 deletions
+646
-486
language.tpl
doc/language.tpl
+0
-1
maintainers.txt
doc/maintainers.txt
+2
-3
language.cpp
src/language.cpp
+1
-1
translator_fr.h
src/translator_fr.h
+643
-481
No files found.
doc/language.tpl
View file @
8e79dfb3
...
...
@@ -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
* input used in their production; they are not affected by this license.
*
* $Id$
*/
/*! \page langhowto Internationalization
...
...
doc/maintainers.txt
View file @
8e79dfb3
% $Id$
%
% The text is in UTF-8. Comments start with % sign at the beginning.
% There is one record for each language. The records are separated
% by the empty line and they do not contain empty lines.
...
...
@@ -20,7 +18,7 @@ Johan Prinsloo: johan at zippysnoek dot com
TranslatorArabic
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
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
TranslatorFrench
David Martinet: contact at e-concept-applications dot fr
Xavier Outhier: xouthier at yahoo dot fr
Benoît BROSSE: Benoit dot BROSSE at ingenico dot com
TranslatorGerman
Peter Grotrian: Peter dot Grotrian at pdv-FS dot de
...
...
src/language.cpp
View file @
8e79dfb3
...
...
@@ -201,7 +201,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_FR
else
if
(
L_EQUAL
(
"french"
))
{
theTranslator
=
new
Translator
Decoder
(
new
TranslatorFrench
)
;
theTranslator
=
new
Translator
French
;
}
#endif
#ifdef LANG_ID
...
...
src/translator_fr.h
View file @
8e79dfb3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment