[dia/zbrown/remove-autotools: 1/2] Fix build issue: add --from-code=utf-8 in po/meson.build.
- From: Eduard Nicodei <neduard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia/zbrown/remove-autotools: 1/2] Fix build issue: add --from-code=utf-8 in po/meson.build.
- Date: Wed, 30 Jan 2019 18:02:25 +0000 (UTC)
commit fd710d9f0ae32e6556ab4b1d4f9815b2521b31f9
Author: Eduard Nicodei <eddnicodei gmail com>
Date: Mon Jan 28 21:53:49 2019 +0000
Fix build issue: add --from-code=utf-8 in po/meson.build.
Original author: Zander Brown <zbrown gnome org>
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]