Skip to content

Commit

Permalink
Merge pull request #1009 from marksweb/translations
Browse files Browse the repository at this point in the history
Translations update
  • Loading branch information
marksweb authored Jun 5, 2024
2 parents e965408 + 2b81e5a commit 123f01a
Show file tree
Hide file tree
Showing 20 changed files with 32,881 additions and 8,914 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fail_fast: true

repos:
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.16.0'
rev: '1.18.0'
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -24,7 +24,7 @@ repos:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.4.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
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.
6,951 changes: 5,306 additions & 1,645 deletions locale/de/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified locale/es/LC_MESSAGES/django.mo
Binary file not shown.
5,719 changes: 5,372 additions & 347 deletions locale/es/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified locale/fa/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 123f01a

Please sign in to comment.