Update source file for i18n with new lang

This commit is contained in:
Frisk 2020-12-21 19:21:30 +01:00
parent 191a2bbb18
commit 1f4d375ff1
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -2,7 +2,7 @@ import sys, logging, gettext
from collections import defaultdict
logger = logging.getLogger("rcgcdb.i18n")
supported_languages = ('de', 'hi', 'pl', 'pt-br', 'ru')
supported_languages = ('de', 'hi', 'pl', 'pt-br', 'ru', 'zh-hans', 'zh-hant')
translated_files = ('wiki', 'misc', 'discord', 'rc_formatters', 'discussion_formatters')
try: