Filipino && Hebrew support (#45)

This commit is contained in:
yupengzhang 2017-10-23 11:41:59 +08:00 committed by ssut
parent f51e949b57
commit 830af19de0
1 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,9 @@ LANGUAGES = {
'xh': 'xhosa',
'yi': 'yiddish',
'yo': 'yoruba',
'zu': 'zulu'
'zu': 'zulu',
'fil': 'Filipino',
'he': 'Hebrew'
}
LANGCODES = dict(map(reversed, LANGUAGES.items()))