From 6ce8526381f7be26024d1cc1363afc2f0f8b3a76 Mon Sep 17 00:00:00 2001 From: Pavel Kuleshov Date: Wed, 21 Feb 2024 07:05:23 +0800 Subject: [PATCH] locales --- resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):