Added logic to load translations and to translate texts

This commit is contained in:
2022-06-29 20:03:13 +02:00
parent 39b6ca790c
commit e4f843829f
22 changed files with 204 additions and 30 deletions

View File

@@ -3,8 +3,8 @@
"Name": "unittest_cli",
"Version": {
"Major": "2022",
"Minor": "6",
"Micro": "0.rc1"
"Minor": "8",
"Micro": "1.dev7"
},
"Author": "",
"AuthorEmail": "",
@@ -16,8 +16,8 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.6.0.rc1",
"cpl-cli>=2022.6.0.rc1"
"cpl-core>=2022.8.1.dev7",
"cpl-cli>=2022.8.1.dev7"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {