updated list
This commit is contained in:
@@ -2,7 +2,6 @@ Afrikaans,labels_af.txt
|
|||||||
Catalan,labels_ca.txt
|
Catalan,labels_ca.txt
|
||||||
Czech,labels_cs.txt
|
Czech,labels_cs.txt
|
||||||
Chinese,labels_zh.txt
|
Chinese,labels_zh.txt
|
||||||
Chinese_(Traditional),not_available
|
|
||||||
Croatian,labels_hr.txt
|
Croatian,labels_hr.txt
|
||||||
Danish,labels_da.txt
|
Danish,labels_da.txt
|
||||||
Dutch,labels_nl.txt
|
Dutch,labels_nl.txt
|
||||||
@@ -18,7 +17,6 @@ Italian,labels_it.txt
|
|||||||
Japanese,labels_ja.txt
|
Japanese,labels_ja.txt
|
||||||
Latvian,labels_lv.txt
|
Latvian,labels_lv.txt
|
||||||
Lithuania,labels_lt.txt
|
Lithuania,labels_lt.txt
|
||||||
Northern_Sami,not_available
|
|
||||||
Norwegian,labels_no.txt
|
Norwegian,labels_no.txt
|
||||||
Polish,labels_pl.txt
|
Polish,labels_pl.txt
|
||||||
Portugues,labels_pt.txt
|
Portugues,labels_pt.txt
|
||||||
|
|||||||
@@ -221,7 +221,6 @@ do_wifi_country() {
|
|||||||
|
|
||||||
get_labels_lang() {
|
get_labels_lang() {
|
||||||
oIFS="$IFS"
|
oIFS="$IFS"
|
||||||
#value=$(unzip -l ${birdnetpi_dir}/model/labels_l18n.zip | awk '{print $4}' | tail -n +4 | grep -ve '^$' | tr '\n' '/')
|
|
||||||
value=$(cat ${birdnetpi_dir}/model/labels_lang.txt | tr ',' ' ' | tr '\n' ' ')
|
value=$(cat ${birdnetpi_dir}/model/labels_lang.txt | tr ',' ' ' | tr '\n' ' ')
|
||||||
IFS=" "
|
IFS=" "
|
||||||
get_lang=$(whiptail --menu "Select the file that corresponds to your language" 20 60 10 ${value} 3>&1 1>&2 2>&3)
|
get_lang=$(whiptail --menu "Select the file that corresponds to your language" 20 60 10 ${value} 3>&1 1>&2 2>&3)
|
||||||
|
|||||||
Reference in New Issue
Block a user