Show choosed release if windows language isn't supported

This commit is contained in:
zen0bit 2024-04-09 04:14:44 +02:00 committed by Martin Wimpress
parent 3e22c2b3de
commit fb9298448e
1 changed files with 1 additions and 1 deletions

View File

@ -3057,7 +3057,7 @@ if [ -n "${2}" ]; then
if [ -n "${3}" ]; then
LANG="${3}"
if [[ ! ${LANGS[*]} =~ "${LANG}" ]]; then
echo -e "ERROR! ${LANG} is not a supported Windows language:\n"
echo -e "ERROR! ${LANG} is not a supported Windows ${RELEASE} language:\n"
for LANG in "${LANGS[@]}"; do
echo -n "${LANG} "
done