diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index cdcea7d7..7017e0f9 100644 --- a/po/Makefile +++ b/po/Makefile @@ -37,7 +37,7 @@ merge: $(PGOAL).pot $(PGOAL).pot: $(PL_FILES) $(CFILES) INTLTOOL_EXTRACT=./intltool-extract ./intltool-update --gettext-package desktopstuff --pot xgettext -F -n --add-comments \ - --keyword=N_ --keyword=N \ + --keyword=N_ --keyword=N --from-code=utf-8 \ --language=Perl -o $(PGOAL)_tmp.pot $(PL_FILES) xgettext -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ |