Skip to content

Commit

Permalink
feat: Added Dutch as a language option & fixed German
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jun 5, 2024
1 parent 7abb1a2 commit 3165afd
Show file tree
Hide file tree
Showing 5 changed files with 7,165 additions and 538 deletions.
1 change: 1 addition & 0 deletions djangogirls/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def gettext(s):
LANGUAGES = [
("en", gettext("English")),
("pt-br", gettext("Brazilian Portuguese")),
("nl", gettext("Dutch")),
("fr", gettext("French")),
("de", gettext("German")),
("he", gettext("Hebrew")),
Expand Down
Binary file modified locale/de/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 3165afd

Please sign in to comment.