- added more hooks
[squirrelmail.git] / doc / translating.txt
index 9df748b36acc21081c45e0b8e463529729275697..7b49a2cf4da51bb9aebd069098f5318d7a5a02e2 100644 (file)
@@ -46,7 +46,7 @@ a) There should always be an updated template containing all strings
 
 msgmerge squirrelmail/locale/language/LC_MESSAGES/squirrelmail.po \
 squirrelmail/po/squirrelmail.po > \
-squirrelmail/locale/language/LC_MESSAGES/squirrelmail.po
+squirrelmail/locale/language/LC_MESSAGES/squirrelmail.po.new
 
    This should keep all strings that are unchanged and comment out all
    strings that are no longer in use. You might want to make a copy
@@ -61,8 +61,10 @@ b) Rung msgfmt again to create a new binary file.
 This script comes from Serek:
 
 #!/bin/bash
-xgettext --keyword=_ -keyword=N_ --default-domain=squirrelmail/po/squirrelmail\
--C squirrelmail/src/*.php
-xgettext --keyword=_ -keyword=N_ --default-domain=squirrelmail/po/squirrelmail\
--C -j squirrelmail/functions/*.php
+xgettext --keyword=_ -keyword=N_ \
+  --default-domain=squirrelmail/po/squirrelmail \
+  -C squirrelmail/src/*.php
+xgettext --keyword=_ -keyword=N_ \
+  --default-domain=squirrelmail/po/squirrelmail \
+  -C -j squirrelmail/functions/*.php