mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-24 01:12:56 -04: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…
x
Reference in New Issue
Block a user