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

Offer pt instead of pt-br

parent 3886b5a2
......@@ -100,6 +100,8 @@ class MicrosoftTranslation(MachineTranslation):
return 'zh-CHS'
if language == 'nb':
return 'no'
if language == 'pt-br':
return 'pt'
return language
def download_languages(self):
......
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