Merge pull request #14 from farhansalam/patch-1

[weather] `en` set as default value of $LANG
This commit is contained in:
Alex Epstein 2017-06-30 08:47:25 -04:00 committed by GitHub
commit 4f44a45ba1
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=""