mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Fix #1429 (Make new output profiles for PocketBooks translatable)
This commit is contained in:
parent
456e2e7e41
commit
349edaf2c0
@ -318,7 +318,7 @@ class PocketBookPro912(PocketBook):
|
|||||||
|
|
||||||
class PocketBookLux(PocketBook):
|
class PocketBookLux(PocketBook):
|
||||||
|
|
||||||
name = 'PocketBook Lux (1-5) and Basic 4'
|
untranslated_name, name = gettext('PocketBook Lux (1-5) and Basic 4')
|
||||||
id = 'pocketbooklux'
|
id = 'pocketbooklux'
|
||||||
short_name = 'pocketbook_lux'
|
short_name = 'pocketbook_lux'
|
||||||
|
|
||||||
@ -332,7 +332,7 @@ class PocketBookHD(PocketBook):
|
|||||||
|
|
||||||
class PocketBookInkpad3(PocketBook):
|
class PocketBookInkpad3(PocketBook):
|
||||||
|
|
||||||
name = 'PocketBook Inkpad 3 (Pro) and X'
|
untranslated_name, name = gettext('PocketBook Inkpad 3 (Pro) and X')
|
||||||
id = 'pocketbookinkpad3'
|
id = 'pocketbookinkpad3'
|
||||||
short_name = 'pocketbook_inkpad3'
|
short_name = 'pocketbook_inkpad3'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user