Update available.py

This commit is contained in:
adhitht123 2021-02-21 10:47:23 +05:30 committed by GitHub
parent 73f2789c9f
commit 9360db3a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -38,4 +38,5 @@ available_locales = {'en_US': flag('US') + ' English (US)',
'zh_CN': flag('CN') + ' 中文(简体)',
'zh_HK': flag('HK') + ' 廣東話',
'zh_TW': flag('TW') + ' 中文(台灣)',
'ca_CA': flag('ES') + ' Catalan'}
'ca_CA': flag('ES') + ' Catalan',
'ml_IN': flag('IN') + ' Malayalam'}