Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Feb 9, 2024
1 parent 5a78754 commit 59df58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version="1.10.1"
option="${1}"

# Declare necessary parameters for translations
. gettext.sh
. gettext.sh # shellcheck disable=SC1091
export TEXTDOMAIN="${_name}" # Using "Arch-Update" as TEXTDOMAIN to avoid conflicting with the "arch-update" TEXTDOMAIN used by the arch-update Gnome extension (https://extensions.gnome.org/extension/1010/archlinux-updates-indicator/)
if find /usr/local/share/locale/*/LC_MESSAGES/"${_name}".mo &> /dev/null; then
export TEXTDOMAINDIR="/usr/local/share/locale"
Expand Down

0 comments on commit 59df58f

Please sign in to comment.