Skip to content

Commit

Permalink
l10n: Correct GETTEXT_PACKAGE (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored May 5, 2024
1 parent 2c21356 commit bf79776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ switchboard_plugsdir = switchboard_dep.get_pkgconfig_variable('plugsdir', define

configuration = configuration_data()
configuration.set('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
configuration.set('GETTEXT_PACKAGE', meson.project_name() + '-plug')
configuration.set('GETTEXT_PACKAGE', gettext_name)

config_file = configure_file(
input: 'Config.vala.in',
Expand Down

0 comments on commit bf79776

Please sign in to comment.