Skip to content

Commit

Permalink
A more generic solution for #308
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Feb 9, 2018
1 parent 1cab302 commit 060ff38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundledApps/WAIL.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def setMementoCount(self, mCount, aCount=0):

memCountMsg = ''
if mCount > 0:
locale.setlocale(locale.LC_ALL, 'en_US')
locale.setlocale(locale.LC_ALL, '')

mCount = locale.format("%d", mCount, grouping=True)
mPlurality = 's'
aPlurality = 's'
Expand Down

0 comments on commit 060ff38

Please sign in to comment.