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 = ()):
|
||||
languages = []
|
||||
for lc in langcodes:
|
||||
if lc == 'zt':
|
||||
continue
|
||||
try:
|
||||
languages.append(linguars.Language.from_iso_code_639_1(lc))
|
||||
except Exception:
|
||||
|
Loading…
Reference in New Issue
Block a user