[gnome-calculator] Use LINGUAS file instead of help_languages variable in meson



commit d250a15e57cd37e14dbfb17c9b74581c4d398e21
Author: Robert Roth <robert roth off gmail com>
Date:   Fri Jan 26 21:44:12 2018 +0200

    Use LINGUAS file instead of help_languages variable in meson

 help/meson.build |   32 +-------------------------------
 1 files changed, 1 insertions(+), 31 deletions(-)
---
diff --git a/help/meson.build b/help/meson.build
index ec951af..66b04c2 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -34,37 +34,7 @@ gnome_calculator_help_media = [
   'figures/logo32.png',
 ]
 
-gnome_calculator_help_languages = [
-  'bg',
-  'ca',
-  'cs',
-  'de',
-  'el',
-  'es',
-  'eu',
-  'fi',
-  'fr',
-  'gl',
-  'hu',
-  'it',
-  'ja',
-  'ko',
-  'lv',
-  'oc',
-  'pt',
-  'pt_BR',
-  'ro',
-  'ru',
-  'sl',
-  'sv',
-  'te',
-  'zh_CN',
-  'zh_HK',
-  'zh_TW',
-]
-
 gnome.yelp(meson.project_name(),
   sources: gnome_calculator_help_pages,
-  media: gnome_calculator_help_media,
-  languages: gnome_calculator_help_languages
+  media: gnome_calculator_help_media
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]