🔀 Merge pull request #92 from retiolus/patch-2

Added catalan language to available languages
This commit is contained in:
Jannes Höke 2021-01-04 14:34:37 +01:00 committed by GitHub
commit f97383b3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -37,4 +37,5 @@ available_locales = {'en_US': flag('US') + ' English (US)',
'tr_TR': flag('TR') + ' Türkçe',
'zh_CN': flag('CN') + ' 中文(简体)',
'zh_HK': flag('HK') + ' 廣東話',
'zh_TW': flag('TW') + ' 中文(台灣)'}
'zh_TW': flag('TW') + ' 中文(台灣)',
'ca_CA': flag('ES') + ' Catalan'}