- Preparation for language translation part 2

This commit is contained in:
Désiré Werner Menrath 2024-11-09 22:09:23 +01:00
parent ed93e99026
commit 511d5f72df

View File

@ -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'))