Skip to content

Commit

Permalink
Put the language in the internal settings too
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jul 17, 2021
1 parent e25a9c9 commit b118121
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion survey/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@
LANGUAGE_CODE = "en"
LANGUAGES = (
("en", "english"),
("ru-RU", "русский"),
("ru", "russian"),
("es", "spanish"),
("fr", "french"),
("ja", "Japanese"),
("nl", "Dutch"),
("zh", "Chinese"),
("de", "German"),
("id", "Indonesian"),
("pt", "Portuguese"),
("pl", "Polish"),
)

0 comments on commit b118121

Please sign in to comment.