File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,13 @@ set_default_lang() {
115115 ar cz el fa hu ja no pt se ua
116116 bs da en fi id ka pl ro tr vi
117117 cn de es fr it nl pt-BR ru tw
118- "
119- if ! (echo $lang_list | grep -w $lang 1>&2> /dev/null); then
118+ bg ko sr th ur "
119+ if ! (echo $lang_list | grep -w $lang 1>&2> /dev/null); then
120120 eval lang=$1
121121 fi
122122}
123123
124+
124125# ----------------------------------------------------------#
125126# Verifications #
126127# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -112,12 +112,13 @@ set_default_lang() {
112112 ar cz el fa hu ja no pt se ua
113113 bs da en fi id ka pl ro tr vi
114114 cn de es fr it nl pt-BR ru tw
115- "
116- if ! (echo $lang_list | grep -w $lang 1>&2> /dev/null); then
115+ bg ko sr th ur "
116+ if ! (echo $lang_list | grep -w $lang 1>&2> /dev/null); then
117117 eval lang=$1
118118 fi
119119}
120120
121+
121122# ----------------------------------------------------------#
122123# Verifications #
123124# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -127,12 +127,13 @@ set_default_lang() {
127127 ar cz el fa hu ja no pt se ua
128128 bs da en fi id ka pl ro tr vi
129129 cn de es fr it nl pt-BR ru tw
130- "
131- if ! (echo $lang_list | grep -w $lang 1>&2> /dev/null); then
130+ bg ko sr th ur "
131+ if ! (echo $lang_list | grep -w $lang 1>&2> /dev/null); then
132132 eval lang=$1
133133 fi
134134}
135135
136+
136137# ----------------------------------------------------------#
137138# Verifications #
138139# ----------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments