diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-16 07:48:59 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-16 07:48:59 +0000 |
commit | 39a1f4a2870b2b9cc5d735f1d09c4362a8246494 (patch) | |
tree | ee115c3045cfef25203495eb366729afc6efd930 /po/Makefile | |
parent | ceb6c64a0a549b63e5586be9d214fb4a7d370d00 (diff) | |
download | control-center-39a1f4a2870b2b9cc5d735f1d09c4362a8246494.tar control-center-39a1f4a2870b2b9cc5d735f1d09c4362a8246494.tar.gz control-center-39a1f4a2870b2b9cc5d735f1d09c4362a8246494.tar.bz2 control-center-39a1f4a2870b2b9cc5d735f1d09c4362a8246494.tar.xz control-center-39a1f4a2870b2b9cc5d735f1d09c4362a8246494.zip |
updated po files;
the *.pot file can now include utf-8 strings
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile index b3a57d38..a1ebe597 100644 --- a/po/Makefile +++ b/po/Makefile @@ -39,9 +39,7 @@ POTFILES.in: $(PGOAL).pot: $(PL_FILES) POTFILES.in intltool-update --gettext-package desktopstuff --pot perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) - # OLD_PO_FILE_OUTPUT=1 is needed to ignore non-ascii strings - # at least as long as msgcat can't read utf-8 files - OLD_PO_FILE_OUTPUT=1 msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@ + msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@ rm -f desktopstuff.pot $(PGOAL)_tmp.pot merge: $(PGOAL).pot |