`en` set as default value of $LANG

This commit is contained in:
Farhan Salam 2017-06-30 16:16:30 +05:00 committed by GitHub
parent 41740edb2e
commit 09c64f0666
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.4.0" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4
LANG="${LANG:-en}"
locale=$(echo $LANG | cut -c1-2)
configuredClient=""