From 1f4d375ff1e986171f545985234ccf0bd56bce24 Mon Sep 17 00:00:00 2001 From: Frisk Date: Mon, 21 Dec 2020 19:21:30 +0100 Subject: [PATCH] Update source file for i18n with new lang --- src/i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.py b/src/i18n.py index 11b684d..9c11343 100644 --- a/src/i18n.py +++ b/src/i18n.py @@ -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: