Browse Source

update pot and add locale options to xgetpo script

tokul 20 years ago
parent
commit
46bc58e702
2 changed files with 190 additions and 126 deletions
  1. 183 126
      po/squirrelmail.pot
  2. 7 0
      po/xgetpo

File diff suppressed because it is too large
+ 183 - 126
po/squirrelmail.pot


+ 7 - 0
po/xgetpo

@@ -7,6 +7,13 @@
 # ** 
 # **  $Id$
 #
+
+# force use of same locale in order to keep same sorting order
+LC_ALL=en_US.ISO8859-1
+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"
 
 # Allows controlling language option

Some files were not shown because too many files changed in this diff