make the stats work when defqult language is not english

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10302 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-07-17 23:39:49 +00:00
parent 9b2174c504
commit d6a33844c3
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* postats.sh: make sure gettext language is english.
2005-07-17 Lars Gullik Bjønnes <larsbj@lyx.org>
* no.po: update a bit
@ -10,7 +14,7 @@
2005-07-16 Lars Gullik Bjønnes <larsbj@lyx.org>
* no.po: update a bit
* *.po: remerge
* *.po: remerge
2005-07-15 Lars Gullik Bjønnes <larsbj@lyx.org>

View File

@ -25,7 +25,7 @@ lyx_branch=
# GNU sed and grep have real problems dealing with 8-bit characters
# in UTF-8 encoded environments.
unset LANG
LANGUAGE=C
warning () {
echo $* 1>&2