Show choosed release if windows language isn't supported
This commit is contained in:
parent
3e22c2b3de
commit
fb9298448e
2
quickget
2
quickget
|
@ -3057,7 +3057,7 @@ if [ -n "${2}" ]; then
|
||||||
if [ -n "${3}" ]; then
|
if [ -n "${3}" ]; then
|
||||||
LANG="${3}"
|
LANG="${3}"
|
||||||
if [[ ! ${LANGS[*]} =~ "${LANG}" ]]; then
|
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
|
for LANG in "${LANGS[@]}"; do
|
||||||
echo -n "${LANG} "
|
echo -n "${LANG} "
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue