meson: Use the appropriate GETTEXT_PACKAGE
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 20:18:30 +0000 (21:18 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 20:18:30 +0000 (21:18 +0100)
The GETTEXT_PACKAGE for ATK is `atk10`.

meson.build
po/meson.build

index af9b3dd..96add5a 100644 (file)
@@ -32,7 +32,7 @@ atk_libexecdir = join_paths(atk_prefix, get_option('libexecdir'))
 atk_conf = configuration_data()
 
 atk_conf.set_quoted('VERSION', meson.project_version())
-atk_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+atk_conf.set_quoted('GETTEXT_PACKAGE', 'atk10')
 
 # Maintain version scheme with libtool
 atk_soversion = 0
index 2522e9c..f76e347 100644 (file)
@@ -1,3 +1,3 @@
 i18n = import('i18n')
 
-i18n.gettext('atk', preset: 'glib')
+i18n.gettext('atk10', preset: 'glib')