diff options
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index a57af08ea6..123bc77628 100644 --- a/po/Makevars +++ b/po/Makevars @@ -7,7 +7,7 @@ top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = \ - --language=Scheme \ + --language=Scheme --from-code=UTF-8 \ --keyword=_ --keyword=N_ \ --keyword=description --keyword=long-description |