From c672bcc60821a5460a53621f076665cc898c970c Mon Sep 17 00:00:00 2001 From: xykt <152045469+xykt@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:34:33 +0800 Subject: [PATCH] Update net.sh Remove unsupported language --- net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.sh b/net.sh index e2bc31e..676a5d0 100644 --- a/net.sh +++ b/net.sh @@ -163,7 +163,7 @@ shelp_lines=( shelp=$(printf "%s\n" "${shelp_lines[@]}") set_language(){ case "$YY" in -"en"|"jp"|"es"|"de"|"fr"|"ru"|"pt")swarn[1]="ERROR: Unsupported parameters!" +"en")swarn[1]="ERROR: Unsupported parameters!" swarn[2]="ERROR: IP address format error!" swarn[3]="ERROR: Dependent programs are missing. Please run as root or install sudo!" swarn[4]="ERROR: Parameter -4 conflicts with -i or -6!"