Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/sound.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Copyright 2019-2023 elementary, Inc. <contact@elementary.io> -->
<component type="addon">
<id>io.elementary.wingpanel.sound</id>
<translation type="gettext">sound-indicator</translation>
<translation type="gettext">io.elementary.wingpanel.sound</translation>
<extends>io.elementary.wingpanel</extends>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
meson_version: '>= 0.57.0'
)

gettext_name = meson.project_name() + '-indicator'
gettext_name = 'io.elementary.panel.' + meson.project_name()
gnome = import('gnome')
i18n = import('i18n')

Expand Down Expand Up @@ -33,7 +33,7 @@ wingpanel_indicatorsdir = wingpanel_dep.get_pkgconfig_variable('indicatorsdir',

config_data = configuration_data()
config_data.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
config_data.set_quoted('GETTEXT_PACKAGE', meson.project_name() + '-indicator')
config_data.set_quoted('GETTEXT_PACKAGE', gettext_name)
config_file = configure_file(
input: 'src/Config.vala.in',
output: '@BASENAME@',
Expand Down
4 changes: 2 additions & 2 deletions po/sound-indicator.pot → po/io.elementary.panel.sound.pot
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the sound-indicator package.
# This file is distributed under the same license as the io.elementary.wingpanel.sound package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sound-indicator\n"
"Project-Id-Version: io.elementary.wingpanel.sound\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-08-20 22:03+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
Loading