good night yall

This commit is contained in:
2024-06-05 01:43:22 +02:00
parent c4fea238b3
commit 99a5c7c110
3 changed files with 6 additions and 3 deletions

View File

@@ -5,4 +5,7 @@ src: "../app/Temp"
dst: "../app/Bilder"
# de, en, fr, it, ru, uk
language: "en"
language: "en"
# 1: only log the file transfers, 2: ..., 3: ...
logging: 1

View File

@@ -6,5 +6,5 @@ class ExifData:
self.day:int = int(data['day'])
self.month:int = int(data['month'])
self.year:int = int(data['year'])
self.time = data['time']
self.time:str = str(data['time'])
self.make:str = str(data['make'])

View File

@@ -1,5 +1,5 @@
en:
start_sorting_images: 'Start sorting %{image_count} image(s)\n'
start_sorting_images: 'Start sorting %{image_count} image(s)'
done_sorting_images: '%{image_count} image(s) sorted in %{time} seconds'
done: 'Done'
no_images_found: 'No images found'