summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-03-18 18:29:03 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-05-01 20:27:29 +0100
commita67b13be5597ded1c04661f3d361838378a1f6c4 (patch)
tree5dd3f748efdbc08cc0a9ac3521726b6e1d20719c
parent0a82ef2587bb1c48db91a1b98dfd94db27d62627 (diff)
downloadgnome-dictionary-a67b13be5597ded1c04661f3d361838378a1f6c4.tar.gz
build: Use LINGUAS file for help
The old method is deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=794454
-rw-r--r--help/LINGUAS23
-rw-r--r--help/meson.build25
2 files changed, 23 insertions, 25 deletions
diff --git a/help/LINGUAS b/help/LINGUAS
new file mode 100644
index 0000000..ca8c1ab
--- /dev/null
+++ b/help/LINGUAS
@@ -0,0 +1,23 @@
+ca
+cs
+da
+de
+el
+en_GB
+es
+eu
+fi
+fr
+gl
+hu
+id
+it
+ko
+oc
+pl
+pt_BR
+ru
+sl
+sv
+uk
+zh_CN
diff --git a/help/meson.build b/help/meson.build
index 5a99e28..fb0e55e 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -24,29 +24,4 @@ gnome.yelp('gnome-dictionary',
media: [
'figures/gnome-dictionary-icon.png',
'figures/gnome-dictionary.png',
- ],
- languages: [
- 'ca',
- 'cs',
- 'da',
- 'de',
- 'el',
- 'en_GB',
- 'es',
- 'eu',
- 'fi',
- 'fr',
- 'gl',
- 'hu',
- 'id',
- 'it',
- 'ko',
- 'oc',
- 'pl',
- 'pt_BR',
- 'ru',
- 'sl',
- 'sv',
- 'uk',
- 'zh_CN',
])