Update README about translations.
authorLaurent Monin <geeqie@norz.org>
Tue, 5 Jan 2010 22:26:03 +0000 (22:26 +0000)
committerLaurent Monin <geeqie@norz.org>
Tue, 5 Jan 2010 22:26:03 +0000 (22:26 +0000)
po/README

index 12a5af4..132ccfb 100644 (file)
--- a/po/README
+++ b/po/README
@@ -1,11 +1,16 @@
 Translators create a translation by creating the appropriate .po file in the /po
-directory. Please see the gettext info pages for an overview and instructions.
-Basically: Add your language code to the   ALL_LINGUAS=   line in configure.in,
-then get started translating the strings in your ??.po file. Note: The strings
-for debug output is intentionally not marked for translation.
+directory.
 
-To update a specific translation, one may use intltool-update [lang]  (ie. 
-intltool-update fr).
+Please see the gettext info pages for an overview and instructions.
+
+Basically:
+- Add your language code to the LINGUAS file
+- then get started translating the strings in your ??.po file.
+
+Note: The strings for debug output is intentionally not marked for translation.
+
+To update a specific translation:
+- intltool-update [lang] (ie. intltool-update fr).
 
 To update all translation files, use make update-po. You should only use it when
 needed (before a release or when there were many changes in source code).