Adding better support for database language configuration

This commit is contained in:
Jake Herbst
2022-05-26 16:33:11 -04:00
parent 1062e1cc66
commit 47c756c3e0
6 changed files with 197 additions and 123 deletions
+3 -1
View File
@@ -163,6 +163,8 @@ EXTRACTION_LENGTH=
AUDIOFMT=mp3
## DATABASE_LANG is the language used for the bird species database
DATABASE_LANG=en
## These are just for debugging
LAST_RUN=
@@ -171,7 +173,7 @@ IDFILE=$HOME/BirdNET-Pi/IdentifiedSoFar.txt
EOF
}
# Checks for a birdnet.conf file
# Checks for a birdnet.conf file
if ! [ -f ${birdnet_conf} ];then
install_config
fi