summaryrefslogtreecommitdiffstats
path: root/install/po/README
diff options
context:
space:
mode:
Diffstat (limited to 'install/po/README')
-rw-r--r--install/po/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/po/README b/install/po/README
index e032e3529..b9344b95a 100644
--- a/install/po/README
+++ b/install/po/README
@@ -19,7 +19,9 @@ Q: How do I add a new language for translation?
A: Edit the LINGUAS file and add the new language. Then run "make create-po".
This will generate a new .po file for each language which doesn't have one
- yet. Be sure to add the new .po file(s) to the source code repository.
+ yet. Be sure to add the new .po file(s) to the source code repository. For
+ certain languages, you may have to edit the Plurals line. See:
+ http://www.gnu.org/software/hello/manual/gettext/Plural-forms.html
Q: What files must be under source code control?