mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 23:13:42 +02:00
Fix infinite recursion for unknown translations
This commit is contained in:
parent
04ead04e8a
commit
dd7e53dece
1 changed files with 0 additions and 1 deletions
|
|
@ -132,7 +132,6 @@ def set_translators():
|
|||
if iso639 is not None:
|
||||
iso639 = _lang_trans = GNUTranslations(iso639)
|
||||
t.add_fallback(iso639)
|
||||
iso639.add_fallback(t)
|
||||
|
||||
if t is None:
|
||||
t = NullTranslations()
|
||||
|
|
|
|||
Loading…
Reference in a new issue