소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.