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
aee453d4e6
commit
9a1168ee7f
@ -210,7 +210,7 @@ def available_engines() -> dict[str, EngineMetadata]:
|
|||||||
continue
|
continue
|
||||||
elif x == 'flite':
|
elif x == 'flite':
|
||||||
ans[x] = qt_engine_metadata(x, _('The "flite" Speech engine'), _(
|
ans[x] = qt_engine_metadata(x, _('The "flite" Speech engine'), _(
|
||||||
'The "filte" engine can track the currently spoken word on screen.'
|
'The "flite" engine can track the currently spoken word on screen.'
|
||||||
), True)
|
), True)
|
||||||
elif x == 'speechd':
|
elif x == 'speechd':
|
||||||
continue
|
continue
|
||||||
@ -225,7 +225,7 @@ def available_engines() -> dict[str, EngineMetadata]:
|
|||||||
if cmd and os.access(cmd, os.X_OK) and os.path.isfile(cmd):
|
if cmd and os.access(cmd, os.X_OK) and os.path.isfile(cmd):
|
||||||
ans['speechd'] = EngineMetadata('speechd', _('The Speech Dispatcher Speech Engine'), _(
|
ans['speechd'] = EngineMetadata('speechd', _('The Speech Dispatcher Speech Engine'), _(
|
||||||
'The "speechd" engine can usually track the currently spoken word on screen, however, it depends on the'
|
'The "speechd" engine can usually track the currently spoken word on screen, however, it depends on the'
|
||||||
' underlying output module it. The default espeak output module does support it.'
|
' underlying output module. The default espeak output module does support it.'
|
||||||
), TrackingCapability.WordByWord, allows_choosing_audio_device=False, has_multiple_output_modules=True)
|
), TrackingCapability.WordByWord, allows_choosing_audio_device=False, has_multiple_output_modules=True)
|
||||||
|
|
||||||
return ans
|
return ans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user