Skip to content

Commit

Permalink
Bugfix on Portuguese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Normand committed Aug 7, 2024
1 parent 0d00d53 commit a726fc7
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-survey-and-report"
description = "A django survey app that can export results as CSV or PDF using your native language."
version = "1.4.8"
version = "1.4.9"
readme = "README.md"
authors = [
{email="[email protected]", name="Pierre SASSOULAS"}
Expand Down Expand Up @@ -51,7 +51,8 @@ dev = [
"colorama",
"pylint",
"pylint-django",
"pre-commit"
"pre-commit",
"numpy<2"
]
sankey = [
"pySankeyBeta~=1.3.0",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ django-registration>=3.0
pytz>=2018.9
ordereddict>=1.1
pyyaml>=4.2b1
distutils
Binary file modified survey/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified survey/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
Binary file added survey/locale/gr/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified survey/locale/ja/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified survey/locale/pt/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion survey/locale/pt/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: dev/templates/base.html:3
msgid "en"
Expand Down
Binary file modified survey/locale/ru/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified survey/locale/tr/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit a726fc7

Please sign in to comment.