Skip to content

Commit

Permalink
Add greek language translation (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotiriszogos authored Oct 5, 2022
1 parent 54ab927 commit ee8c423
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The software is developed in english. Other available languages are :
- [x] Polish thanks to [Daniel Horner](https://github.com/d-horner/)
- [x] Dutch thanks to [John Guyver](https://github.com/JohnGuyver117)
- [x] Turkish thanks to [Hüseyin Emre Armağan](https://github.com/Telomeraz)
- [x] Greek thanks to [Sotirios Zogos](https://github.com/sotiriszogos)

## Getting started

Expand Down
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
("pt", "Portuguese"),
("pl", "Polish"),
("tr", "Turkish"),
("gr", "Greek"),
)

LOGIN_REDIRECT_URL = "/"
Expand Down
Loading

0 comments on commit ee8c423

Please sign in to comment.