mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-22 00:44:10 +00:00
Update source file for i18n with new lang
This commit is contained in:
parent
191a2bbb18
commit
1f4d375ff1
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue