mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Add Hindi and Russian
This commit is contained in:
parent
ddd6512e18
commit
c3a7a7dbc3
|
@ -2,7 +2,7 @@ import sys, logging, gettext
|
|||
from collections import defaultdict
|
||||
|
||||
logger = logging.getLogger("rcgcdb.i18n")
|
||||
supported_languages = ('de', 'pl', 'pt-br')
|
||||
supported_languages = ('de', 'hi', 'pl', 'pt-br', 'ru')
|
||||
translated_files = ('wiki', 'misc', 'discord', 'rc_formatters', 'discussion_formatters')
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue