Skip to content

Commit

Permalink
feat: use more clear name
Browse files Browse the repository at this point in the history
  • Loading branch information
hank9999 committed Mar 4, 2024
1 parent 55bba51 commit e5b7a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion const_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class FontType(Enum):

class LanguageType(Enum):
SIMPLIFIED_CHINESE = '简体中文'
ENGLISH = 'en-US'
ENGLISH = 'English'

@staticmethod
def find_value(value: str) -> 'LanguageType':
Expand Down

0 comments on commit e5b7a6c

Please sign in to comment.