good night yall
This commit is contained in:
@@ -6,3 +6,6 @@ dst: "../app/Bilder"
|
||||
|
||||
# de, en, fr, it, ru, uk
|
||||
language: "en"
|
||||
|
||||
# 1: only log the file transfers, 2: ..., 3: ...
|
||||
logging: 1
|
||||
@@ -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'])
|
||||
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user