chore(logs): start rework

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-09-18 17:29:38 +05:00
parent f249b01dc6
commit 8e25c04f56
4 changed files with 169 additions and 349 deletions

View File

@@ -26,7 +26,7 @@ def main():
if qt_translator.load(system_locale, "qtbase", "_", translations_path):
app.installTranslator(qt_translator)
else:
logger.error(f"Qt translations for {system_locale.name()} not found in {translations_path}")
logger.warning(f"Qt translations for {system_locale.name()} not found in {translations_path}, using english language")
args = parse_args()