Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/C
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-05-26 20:29:16 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-05-26 20:29:16 (GMT)
commitc51427f2e4f05a8d7011bef845fc87597ac57b08 (patch)
tree961dc17d5d22dd27706572988b205545c40d88ad /docs/C
parent9861a70b1edc3927d253185463ce738683692c72 (diff)
new board canal_lock
Diffstat (limited to 'docs/C')
-rw-r--r--docs/C/gcompris.texi15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/C/gcompris.texi b/docs/C/gcompris.texi
index c5f7d77..6dfd939 100644
--- a/docs/C/gcompris.texi
+++ b/docs/C/gcompris.texi
@@ -176,11 +176,22 @@ To be sure you're one is done, you can check the 'po' directory found within GCo
If your language is not supported, you can provide help by doing it for GCompris. For instructions, contact the official project maintainer.
@section How to translate GCompris for my language
-From the GCompris source file, get the file @file{gcompris.pot}, copy it to a file named @file{XX.po} where XX stands for your locale like 'it' for Italian.
+First, add your locale name in ALL_LINGUAS in configure.in
+recreate the configure file with
+@code{autoconf}
+
+Second, generate a fresh or new file @file{gcompris.pot} by using the command
+@code{cd gcompris/po}
+@code{make update-po}
+
+Now, get the file @file{gcompris.pot}, copy it to a file named @file{XX.po} where XX stands for your locale like 'it' for Italian.
Read the file, it contains all the english text found in GCompris. You just need to write your translation in the empty area after each Engish sentence.
-Then, send the translation the the GCompris maintainer. He/She will add it into the next official release.
+To check your translation, you must install gcompris with
+@code{make install} at the top level.
+
+Then, send the translation to the GCompris maintainer. He/She will add it into the next official release.
@node Developers Guide, GNU Free Documentation License, Internationalization Issues, Top
@chapter Developers Guide