Unverified Commit 73446033 authored by Akemi201's avatar Akemi201
Browse files

added the 'Español' option in DISPLAY_LANGUAGE_MAP

parent e8fb025a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -79,7 +79,8 @@ DISPLAY_LANGUAGE_MAP = {
    "简体中文": "zh_CN",
    "Русский": "ru_RU",
    "Português (Brasil)": "pt_BR",
    "한국어": "ko_KR"
    "한국어": "ko_KR",
    "Español": "es_MX"
}
VALID_LANG_SET = set(list(DISPLAY_LANGUAGE_MAP.values()))