Skip to content

Commit

Permalink
remove german language option
Browse files Browse the repository at this point in the history
the user group does not need the german translations, which keep leading to confusion
  • Loading branch information
paulapreuss committed Oct 14, 2024
1 parent 2b00d95 commit 8347c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/epa/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),)

LANGUAGES = [("de", "German"), ("en", "English")]
LANGUAGES = [("en", "English")]

TIME_ZONE = "Europe/Copenhagen"

Expand Down

0 comments on commit 8347c75

Please sign in to comment.