Merge pull request 'update german translate file' (#40) from 04-06-2025_large_update into main

Reviewed-on: #40
This commit is contained in:
2025-07-09 12:51:45 +02:00
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -67,7 +67,7 @@ class AppConfig:
UI_CONFIG: Dict[str, Any] = { UI_CONFIG: Dict[str, Any] = {
"window_title": "", "window_title": "",
"window_title2": "LogViewer", "window_title2": "LogViewer",
"window_size": (590, 450), "window_size": (595, 460),
"font_family": "Ubuntu", "font_family": "Ubuntu",
"font_size": 11, "font_size": 11,
"resizable_window": (True, True), "resizable_window": (True, True),
@ -210,7 +210,7 @@ class Image:
self.images[image_key] = photo self.images[image_key] = photo
return photo return photo
except tk.TclError as e: except tk.TclError as e:
print(f"{LocaleStrings.MSGP['fail_load_image']}{path}: {e}") print(f"Fail to load image {path}: {e}")
continue continue
# Return None if no image found # Return None if no image found