docs: 更正英语语言代码

This commit is contained in:
JoeanAmier
2024-12-14 13:20:07 +08:00
parent 0cd01018a4
commit b360eae802
9 changed files with 14 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ __all__ = ["Translate"]
class Translate:
SUPPORT = {
"zh_CN",
"en_GB",
"en_US",
}
def __init__(self, language: str):