[gnome-bluetooth/wip/hadess/gettext-domain: 1/2] build: Make gettext domain match API name




commit c29267721e5a6887150bcbb3f0c394cc0449cbd3
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 7 12:49:54 2022 +0100

    build: Make gettext domain match API name

 meson.build | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index 510f255d..1b27f533 100644
--- a/meson.build
+++ b/meson.build
@@ -12,14 +12,10 @@ gnomebt_major_version = version_array[0].to_int()
 
 gnomebt_api_version = '3.0'
 gnomebt_api_name = '@0@-@1@'.format(meson.project_name(), gnomebt_api_version)
+gnomebt_gettext_package = gnomebt_api_name
 
 gnomebt_gir_ns = 'GnomeBluetooth'
 
-# The number at the end a suffix of the files and should
-# be bumped along the api_version so that translations
-# can be installed in parallel with older versions.
-gnomebt_gettext_package = meson.project_name() + '3'
-
 gnomebt_prefix = get_option('prefix')
 gnomebt_datadir = get_option('datadir')
 gnomebt_localedir = get_option('localedir')


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