Skip to content

Commit

Permalink
fix: Fix language enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Apr 25, 2024
1 parent f410089 commit a963e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enka/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class Language(StrEnum):
FRENCH = "fr"
SPANISH = "es"
GERMAN = "de"
TRADITIONAL_CHINESE = "zh-TW"
SIMPLIFIED_CHINESE = "zh-CN"
TRADITIONAL_CHINESE = "zh-tw"
SIMPLIFIED_CHINESE = "zh-cn"
ITALIAN = "it"
TURKISH = "tr"

Expand Down

0 comments on commit a963e74

Please sign in to comment.