mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Updated translations
This commit is contained in:
parent
9c91a54a16
commit
2c218c132a
@ -160,7 +160,8 @@ class ITUNES(DevicePlugin):
|
|||||||
}
|
}
|
||||||
|
|
||||||
if self.report_progress is not None:
|
if self.report_progress is not None:
|
||||||
self.report_progress(i+1/book_count, _('%d of %d' % (i+1, book_count)))
|
self.report_progress(i+1/book_count,
|
||||||
|
_('%d of %d') % (i+1, book_count))
|
||||||
|
|
||||||
if self.report_progress is not None:
|
if self.report_progress is not None:
|
||||||
self.report_progress(1.0, _('finished'))
|
self.report_progress(1.0, _('finished'))
|
||||||
@ -653,7 +654,8 @@ class ITUNES(DevicePlugin):
|
|||||||
|
|
||||||
# Report progress
|
# Report progress
|
||||||
if self.report_progress is not None:
|
if self.report_progress is not None:
|
||||||
self.report_progress(i+1/file_count, _('%d of %d' % (i+1, file_count)))
|
self.report_progress(i+1/file_count,
|
||||||
|
_('%d of %d') % (i+1, file_count))
|
||||||
|
|
||||||
if self.report_progress is not None:
|
if self.report_progress is not None:
|
||||||
self.report_progress(1.0, _('finished'))
|
self.report_progress(1.0, _('finished'))
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user