diff --git a/resources.py b/resources.py index 1a4cd5f..ec02e0c 100644 --- a/resources.py +++ b/resources.py @@ -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):