summarylogtreecommitdiffstats
path: root/0002-Adapt-gettext-call-to-new-meson-syntax.patch
blob: d5cabfde0356f052b3f7c1d2c1b58dbb874fd77e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 97ecd9cd36000186287399f5f18e52a6fd438d20 Mon Sep 17 00:00:00 2001
From: Tim Dengel <tim.dengel.debian@gmail.com>
Date: Mon, 27 Jun 2016 18:33:35 +0200
Subject: [PATCH] Adapt gettext call to new meson syntax

---
 po/meson.build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/po/meson.build b/po/meson.build
index ec7773e..6f711d1 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,3 +1,5 @@
+i18n = import('i18n')
+
 langs = ['de', 'pl', 'pt_PT', 'sv', 'fr', 'ru', 'sr', 'hu']
 
-gettext('gnome-twitch', languages : langs)
+i18n.gettext('gnome-twitch', languages : langs)
-- 
2.9.0