Skip to content

Commit 16ea3e8

Browse files
authored
l10n: Correct GETTEXT_PACKAGE (#399)
1 parent 072a15f commit 16ea3e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ add_project_arguments(
2424

2525
config_data = configuration_data()
2626
config_data.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
27-
config_data.set_quoted('GETTEXT_PACKAGE', meson.project_name() + '-plug')
27+
config_data.set_quoted('GETTEXT_PACKAGE', gettext_name)
2828
config_file = configure_file(
2929
input: 'src/Config.vala.in',
3030
output: '@BASENAME@',

0 commit comments

Comments
 (0)