Skip to content

Commit a726fc7

Browse files
author
Guillaume Normand
committed
Bugfix on Portuguese translation
1 parent 0d00d53 commit a726fc7

File tree

10 files changed

+5
-3
lines changed

10 files changed

+5
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "django-survey-and-report"
77
description = "A django survey app that can export results as CSV or PDF using your native language."
8-
version = "1.4.8"
8+
version = "1.4.9"
99
readme = "README.md"
1010
authors = [
1111
{email="[email protected]", name="Pierre SASSOULAS"}
@@ -51,7 +51,8 @@ dev = [
5151
"colorama",
5252
"pylint",
5353
"pylint-django",
54-
"pre-commit"
54+
"pre-commit",
55+
"numpy<2"
5556
]
5657
sankey = [
5758
"pySankeyBeta~=1.3.0",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ django-registration>=3.0
55
pytz>=2018.9
66
ordereddict>=1.1
77
pyyaml>=4.2b1
8+
distutils
47 Bytes
Binary file not shown.
64 Bytes
Binary file not shown.
8.36 KB
Binary file not shown.
51 Bytes
Binary file not shown.
-9 Bytes
Binary file not shown.

survey/locale/pt/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgstr ""
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
19-
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
2020

2121
#: dev/templates/base.html:3
2222
msgid "en"
64 Bytes
Binary file not shown.
50 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)