develop #1
@@ -5,4 +5,7 @@ src: "../app/Temp"
|
|||||||
dst: "../app/Bilder"
|
dst: "../app/Bilder"
|
||||||
|
|
||||||
# de, en, fr, it, ru, uk
|
# de, en, fr, it, ru, uk
|
||||||
language: "en"
|
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.day:int = int(data['day'])
|
||||||
self.month:int = int(data['month'])
|
self.month:int = int(data['month'])
|
||||||
self.year:int = int(data['year'])
|
self.year:int = int(data['year'])
|
||||||
self.time = data['time']
|
self.time:str = str(data['time'])
|
||||||
self.make:str = str(data['make'])
|
self.make:str = str(data['make'])
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
en:
|
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_sorting_images: '%{image_count} image(s) sorted in %{time} seconds'
|
||||||
done: 'Done'
|
done: 'Done'
|
||||||
no_images_found: 'No images found'
|
no_images_found: 'No images found'
|
||||||
Reference in New Issue
Block a user