mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-16 20:40:10 +01:00
Handle zt lingua case
This commit is contained in:
parent
f9712c800c
commit
5033f58e0d
@ -16,6 +16,8 @@ class Language:
|
|||||||
def load_detector(langcodes = ()):
|
def load_detector(langcodes = ()):
|
||||||
languages = []
|
languages = []
|
||||||
for lc in langcodes:
|
for lc in langcodes:
|
||||||
|
if lc == 'zt':
|
||||||
|
continue
|
||||||
try:
|
try:
|
||||||
languages.append(linguars.Language.from_iso_code_639_1(lc))
|
languages.append(linguars.Language.from_iso_code_639_1(lc))
|
||||||
except Exception:
|
except Exception:
|
||||||
|
Loading…
Reference in New Issue
Block a user