Commit d3ed1769 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 04ef4107 cb6cb658
......@@ -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