[dia/zbrown/remove-autotools: 2/2] Add --from-code=utf-8 in po/meson.build.



commit f4399e3676c18730890a7a2bb39bad4ba5ac994e
Author: Zander Brown <zbrown gnome org>
Date:   Mon Jan 28 21:53:49 2019 +0000

    Add --from-code=utf-8 in po/meson.build.
    
    This is because some translatable strings contain non-ASCII characters.

 po/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/po/meson.build b/po/meson.build
index b2c92e94..44bfd33d 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -11,4 +11,5 @@ intltool_command = [
     po_dir, '@INPUT@', '@OUTPUT@'
 ]
 
-i18n.gettext(meson.project_name())
+i18n.gettext(meson.project_name(),
+             args: '--from-code=utf-8')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]