Beginnings of multi-language support.

This commit is contained in:
Storm Dragon 2018-07-30 22:25:35 -04:00
parent 9b5d0717df
commit 79fd36d2f6
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ declare -A tuning=(
#banjo
[banjo]="G4 D3 G3 B3 D4"
)
# For multi-language support
export TEXTDOMAIN=bashtuner
export TEXTDOMAINDIR=/usr/share/locale
source gettext.sh
export DIALOGOPTS='--insecure --no-lines --visit-items'
flush_keys() {