Skip to content

Commit

Permalink
feat: Add Arabic and trim translation blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jun 6, 2024
1 parent a528988 commit c65587c
Show file tree
Hide file tree
Showing 32 changed files with 37,642 additions and 11,723 deletions.
1 change: 1 addition & 0 deletions djangogirls/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def gettext(s):

LANGUAGES = [
("en", gettext("English")),
("ar", gettext("Arabic")),
("pt-br", gettext("Brazilian Portuguese")),
("nl", gettext("Dutch")),
("fr", gettext("French")),
Expand Down
Binary file added locale/ar/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit c65587c

Please sign in to comment.