From 511d5f72df8a58b85c7022c00ee63144412c9923 Mon Sep 17 00:00:00 2001 From: punix Date: Sat, 9 Nov 2024 22:09:23 +0100 Subject: [PATCH] - Preparation for language translation part 2 --- cls_mth_fc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cls_mth_fc.py b/cls_mth_fc.py index c24dacb..0488b5d 100755 --- a/cls_mth_fc.py +++ b/cls_mth_fc.py @@ -19,7 +19,7 @@ gettext.bindtextdomain(APP, LOCALE_DIR) gettext.textdomain(APP) _ = gettext.gettext ''' 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year ''' -version = 'v. 1.11.0824' +version = 'v. 1.11.0924' path_to_file2 = Path('/etc/wire_py/settings.conf') _u = Path.read_text(Path('/tmp/_u'))