浏览代码

update pot and add locale options to xgetpo script

tokul 20 年之前
父节点
当前提交
46bc58e702
共有 2 个文件被更改,包括 190 次插入126 次删除
  1. 183 126
      po/squirrelmail.pot
  2. 7 0
      po/xgetpo

文件差异内容过多而无法显示
+ 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

部分文件因为文件数量过多而无法显示