Skip to content

Commit

Permalink
add es_ES to language.py
Browse files Browse the repository at this point in the history
  • Loading branch information
boubou19 authored Mar 3, 2024
1 parent 8f1d36a commit a27348c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gtnh_translation_compare/filetypes/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Language(Enum):
ko_KR = "ko_KR"
pt_BR = "pt_BR"
fr_FR = "fr_FR"
es_ES = "es_ES"

@classmethod
def from_str(cls, s: str) -> "Language":
Expand Down

0 comments on commit a27348c

Please sign in to comment.