mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
9d7dc2e2fa
commit
714ce3624a
@ -36,7 +36,7 @@ class Device(object):
|
|||||||
|
|
||||||
output_profile = 'generic_eink'
|
output_profile = 'generic_eink'
|
||||||
output_format = 'EPUB'
|
output_format = 'EPUB'
|
||||||
name = 'Generic e-ink device'
|
name = _('Generic e-ink device')
|
||||||
manufacturer = 'Generic'
|
manufacturer = 'Generic'
|
||||||
id = 'default'
|
id = 'default'
|
||||||
supports_color = False
|
supports_color = False
|
||||||
@ -192,7 +192,7 @@ class BooqCervantes(Booq):
|
|||||||
|
|
||||||
|
|
||||||
class BOOX(Device):
|
class BOOX(Device):
|
||||||
name = 'BOOX MAX, N96, i86, C67ML, M96, etc.'
|
name = _('BOOX MAX, N96, i86, C67ML, M96, etc.')
|
||||||
manufacturer = 'Onyx'
|
manufacturer = 'Onyx'
|
||||||
output_profile = 'generic_eink_hd'
|
output_profile = 'generic_eink_hd'
|
||||||
output_format = 'EPUB'
|
output_format = 'EPUB'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user