Skip to content

Commit

Permalink
l10n: Correct gettext package name (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Jul 14, 2024
1 parent f55e8f8 commit 054d96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/capnet-assist.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Copyright 2018-2023 elementary, Inc <[email protected]> -->
<component type="desktop-application">
<id>io.elementary.capnet-assist</id>
<translation type="gettext">captive-login</translation>
<translation type="gettext">io.elementary.capnet-assist</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<compulsory_for_desktop>Pantheon</compulsory_for_desktop>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(
gnome = import('gnome')
i18n = import('i18n')

add_global_arguments('-DGETTEXT_PACKAGE="captive-login"', '-DGCR_API_SUBJECT_TO_CHANGE', language:'c')
add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), '-DGCR_API_SUBJECT_TO_CHANGE', language:'c')

config_data = configuration_data()
config_data.set_quoted('LOCALEDIR', get_option('prefix') / get_option('localedir'))
Expand Down

0 comments on commit 054d96f

Please sign in to comment.