[recipes/piotrdrag/i18n-fixes: 23/24] build: Read language lists from LINGUAS
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes/piotrdrag/i18n-fixes: 23/24] build: Read language lists from LINGUAS
- Date: Fri, 6 Mar 2020 14:48:11 +0000 (UTC)
commit 96f54501e2aac8ae16ef5da58558cb2cb8f0e936
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sun Feb 17 14:10:58 2019 +0100
build: Read language lists from LINGUAS
Bump Meson to 0.37.0, which added this feature.
po-data/meson.build | 4 +---
po/meson.build | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/po-data/meson.build b/po-data/meson.build
index 1837f54..836676b 100644
--- a/po-data/meson.build
+++ b/po-data/meson.build
@@ -1,3 +1 @@
-langs = ['ar', 'cs', 'de', 'es', 'fur', 'hu', 'nl', 'pt_BR', 'sl', 'sr']
-
-i18n.gettext('gnome-recipes-data', languages: langs, preset: 'glib')
+i18n.gettext('gnome-recipes-data', preset: 'glib')
diff --git a/po/meson.build b/po/meson.build
index f1fb60b..548bcc4 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,3 +1 @@
-langs = ['ar', 'ca', 'cs', 'de', 'en_GB', 'es', 'fi', 'fur', 'hu', 'id', 'ko', 'nb', 'nl', 'pl', 'pt_BR',
'sk', 'sl', 'sr', 'sv']
-
-i18n.gettext('gnome-recipes', languages: langs, preset: 'glib')
+i18n.gettext('gnome-recipes', preset: 'glib')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]