Fix #1429 (Make new output profiles for PocketBooks translatable)

This commit is contained in:
Kovid Goyal 2021-04-25 09:30:21 +05:30
parent 456e2e7e41
commit 349edaf2c0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'