Skip to content

Commit

Permalink
Quick fix for error on language_strings after update
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Oct 15, 2017
1 parent 22846cb commit a1fb75b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions language_strings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ function language_strings() {

debug_print

if [[ ! -v "${wps_data_array}" ]]; then
declare -gA wps_data_array
fi

declare -A unknown_chipset
unknown_chipset["ENGLISH"]="Unknown"
unknown_chipset["SPANISH"]="Desconocido"
Expand Down

0 comments on commit a1fb75b

Please sign in to comment.