mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-21 16:22:03 +03:00
Fix unicode formatting bug
This commit is contained in:
parent
1544525c57
commit
36746526b0
@ -34,7 +34,9 @@ import getopt
|
||||
import signal
|
||||
import time
|
||||
from datetime import datetime, timedelta
|
||||
import locale
|
||||
import gettext
|
||||
locale.setlocale(locale.LC_ALL, '')
|
||||
gettext.install(__appname__)
|
||||
|
||||
# Specifics libs
|
||||
|
Loading…
Reference in New Issue
Block a user