Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorsoen committed Oct 19, 2024
1 parent 4a2683d commit 016a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reimage-kdialog
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ load_language () {
load_language_en_US && [ "${lang}" != "en_US" ] && load_language_${lang}
}

lang=${LANG//.?a}
lang=${LANG//.?}
type load_language_${lang} &> /dev/null || lang='en_US'
load_language

Expand Down

0 comments on commit 016a344

Please sign in to comment.