Skip to content

Commit

Permalink
Merge pull request #14 from farhansalam/patch-1
Browse files Browse the repository at this point in the history
[weather] `en` set as default value of $LANG
  • Loading branch information
Alex Epstein committed Jun 30, 2017
2 parents 41740ed + 09c64f0 commit 4f44a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weather/weather
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

Expand Down

0 comments on commit 4f44a45

Please sign in to comment.