Skip to content

Commit

Permalink
Merge branch 'main' into translations
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jun 5, 2024
2 parents ddd3658 + 7abb1a2 commit b6763f0
Show file tree
Hide file tree
Showing 5 changed files with 6,491 additions and 3 deletions.
6 changes: 5 additions & 1 deletion djangogirls/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def gettext(s):
("pt-br", gettext("Brazilian Portuguese")),
("fr", gettext("French")),
("de", gettext("German")),
("he", gettext("Hebrew")),
("ko", gettext("Korean")),
("fa", gettext("Persian")),
("pt", gettext("Portuguese")),
Expand Down Expand Up @@ -151,7 +152,10 @@ def gettext(s):

THUMBNAIL_PRESERVE_EXTENSIONS = True
THUMBNAIL_ALIASES = {
"": {"coach": {"size": (160, 160), "crop": "smart"}, "sponsor": {"size": (204, 204), "crop": False}},
"": {
"coach": {"size": (160, 160), "crop": "smart"},
"sponsor": {"size": (204, 204), "crop": False},
},
}

STATIC_URL = "/static/"
Expand Down
Binary file added locale/he/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit b6763f0

Please sign in to comment.