Only grab comments marked i18n to the template.
[squirrelmail.git] / po / xgetpo
index 23a9955398a880b0ed10217cc0fa1a1030ea2a1a..1c1a385ebe75978f90a32f6a75773c80d67150c6 100755 (executable)
--- a/po/xgetpo
+++ b/po/xgetpo
@@ -14,7 +14,7 @@ LANG=en_US.ISO8859-1
 export LC_ALL LANG
 
 # set common gettext options
-XGETTEXT_OPTIONS="--keyword=_ -keyword=N_ --keyword=ngettext:1,2 --default-domain=squirrelmail --no-location --add-comments"
+XGETTEXT_OPTIONS="--keyword=_ -keyword=N_ --keyword=ngettext:1,2 --default-domain=squirrelmail --no-location --add-comments=i18n"
 
 # Allows controlling language option
 # (gettext v.0.10.40 = -C, gettext 0.11+ = -L php).