Skip to content

Commit

Permalink
Merge pull request #253 from OpenVoiceOS/fix/locales
Browse files Browse the repository at this point in the history
[tui] Fix locales for update.sh
  • Loading branch information
goldyfruit authored Jan 31, 2025
2 parents 7776deb + 91964e9 commit ddadbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tui/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ exit_status=$?
if [ "$exit_status" -eq 1 ]; then
export CONFIRM_UNINSTALL="false"

# shellcheck source=update.sh
source tui/update.sh
# shellcheck source=locales/en-us/update.sh
source "tui/locales/$LOCALE/update.sh"
fi

0 comments on commit ddadbcd

Please sign in to comment.