locales
This commit is contained in:
parent
5f658b55e1
commit
6ce8526381
@ -7,7 +7,7 @@ import locale
|
||||
import yaml
|
||||
|
||||
# Set the locale to UTF-8
|
||||
locale.setlocale(locale.LC_ALL, 'en_GB.UTF-8')
|
||||
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
|
||||
|
||||
|
||||
def read_yaml_settings(file_yaml):
|
||||
|
Loading…
Reference in New Issue
Block a user