add zh_CN to available locales
This commit is contained in:
parent
0f72532825
commit
87251eeb2e
1 changed files with 1 additions and 0 deletions
|
@ -33,5 +33,6 @@ available_locales = {'en_US': flag('US') + ' English (US)',
|
|||
'id_ID': flag('ID') + ' Bahasa Indonesia',
|
||||
'it_IT': flag('IT') + ' Italiano',
|
||||
'pt_BR': flag('BR') + ' Português Brasileiro',
|
||||
'zh_CN': flag('CN') + ' 中文(简体)',
|
||||
'zh_HK': flag('HK') + ' 廣東話',
|
||||
'zh_TW': flag('TW') + ' 中文(香港)'}
|
||||
|
|
Loading…
Reference in a new issue