Skip to content

Commit

Permalink
feat: add Spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed May 17, 2023
1 parent 11f9136 commit 3b76290
Show file tree
Hide file tree
Showing 5 changed files with 1,855 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ This software was build using

- [DominikPott](https://crowdin.com/profile/dominikpott)

### Spanish

- [Sergio Varela](https://crowdin.com/profile/ingrownmink4)
- [asolis2020](https://crowdin.com/profile/asolis2020)

### Hungarian

- [samu112](https://crowdin.com/profile/samu112)
Expand Down
8 changes: 8 additions & 0 deletions gridplayer/params/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ def get_system_language() -> str:
LanguageAuthor("DominikPott", "https://crowdin.com/profile/dominikpott")
],
),
Language(
code="es_ES",
completion=100,
authors=[
LanguageAuthor("Sergio Varela", "https://crowdin.com/profile/ingrownmink4"),
LanguageAuthor("asolis2020", "https://crowdin.com/profile/asolis2020"),
],
),
Language(
code="hu_HU",
completion=52,
Expand Down
Loading

0 comments on commit 3b76290

Please sign in to comment.