summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-07-27 22:00:13 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2018-07-27 22:00:13 +0200
commit6f7cf1e9d1689e3c066a0e8faf05fa0c4896d101 (patch)
treed0ab0da9240678b937372fbdd4d4f21966d208ea
parent44fbddbc360bb1cbebb5307cbef352099a57fcae (diff)
downloadgrilo-6f7cf1e9d1689e3c066a0e8faf05fa0c4896d101.tar.gz
build: Remove custom languages list
With the glib preset, Meson will use the LINGUAS file.
-rw-r--r--po/meson.build50
1 files changed, 1 insertions, 49 deletions
diff --git a/po/meson.build b/po/meson.build
index 785b2da..c3f07b9 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -7,52 +7,4 @@
i18n = import('i18n')
-langs = [
- 'as',
- 'bg',
- 'bs',
- 'ca',
- 'ca@valencia',
- 'cs',
- 'da',
- 'de',
- 'el',
- 'en_GB',
- 'eo',
- 'es',
- 'eu',
- 'fr',
- 'fur',
- 'gl',
- 'he',
- 'hu',
- 'id',
- 'it',
- 'ja',
- 'ko',
- 'lt',
- 'lv',
- 'ml',
- 'nb',
- 'nl',
- 'oc',
- 'pa',
- 'pl',
- 'pt',
- 'pt_BR',
- 'ru',
- 'sk',
- 'sl',
- 'sr',
- 'sr@latin',
- 'sv',
- 'tg',
- 'tr',
- 'uk',
- 'zh_CN',
- 'zh_HK',
- 'zh_TW',
-]
-
-i18n.gettext(meson.project_name(),
- languages: langs, preset: 'glib')
+i18n.gettext(meson.project_name(), preset: 'glib')