[pitivi/1.0] po: Remove duplicate info from meson.build
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/1.0] po: Remove duplicate info from meson.build
- Date: Sat, 17 Feb 2018 20:48:15 +0000 (UTC)
commit 00a0993e978f38b9f8679724fcf3ef2daa026ba1
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Tue Feb 13 23:29:30 2018 +0100
po: Remove duplicate info from meson.build
The languages parameter is optional, the LINGUAS file is read.
Differential Revision: https://phabricator.freedesktop.org/D1951
po/meson.build | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/po/meson.build b/po/meson.build
index 9577a10..4558260 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,14 +1,4 @@
-langs = [
- 'ar', 'ast', 'bg', 'bs', 'ca', 'ca@valencia', 'cs',
- 'da', 'de', 'dz', 'el', 'en_GB', 'eo', 'es', 'et',
- 'eu', 'fi', 'fr', 'gl', 'gu', 'he', 'hu', 'it',
- 'ja', 'ko', 'ku', 'lt', 'lv', 'mr', 'nb', 'nds',
- 'nl', 'oc', 'pa', 'pl', 'pt_BR', 'pt', 'ro', 'ru',
- 'sk', 'sl', 'sr@latin', 'sr', 'sv', 'te', 'tr', 'uk',
- 'vi', 'zh_CN', 'zh_HK', 'zh_TW'
-]
-
# Used for .desktop and .appdata translation
podir = '@0@'.format(meson.current_source_dir())
i18n = import('i18n')
-i18n.gettext('pitivi', languages : langs)
+i18n.gettext('pitivi')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]