Skip to content

Commit

Permalink
rename Locale class to Language
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Dec 31, 2024
1 parent 8e30049 commit 0450f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions valorant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
DivisionTier,
GameFeature,
GameRule,
Locale,
Language,
MissionTag,
MissionType,
RelationType,
Expand All @@ -40,7 +40,7 @@
'GameRule',
'HTTPException',
'InternalServerError',
'Locale',
'Language',
'MissionTag',
'MissionType',
'RateLimited',
Expand Down
2 changes: 1 addition & 1 deletion valorant/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class WeaponCategory(StrEnum):
sniper = 'EEquippableCategory::Sniper'


class Locale(StrEnum):
class Language(StrEnum):
arabic = 'ar-AE'
german = 'de-DE'
american_english = 'en-US'
Expand Down

0 comments on commit 0450f78

Please sign in to comment.