Commit a382d0f8 authored by Michal Čihař's avatar Michal Čihař

Another language to ignore for MyMemory

parent fad9a318
...@@ -38,7 +38,7 @@ class MyMemoryTranslation(MachineTranslation): ...@@ -38,7 +38,7 @@ class MyMemoryTranslation(MachineTranslation):
''' '''
Almost any language without modifiers is supported. Almost any language without modifiers is supported.
''' '''
if language in ('ia',): if language in ('ia', 'tt'):
return False return False
return '@' not in language and len(language) == 2 return '@' not in language and len(language) == 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment