Skip to content

Commit

Permalink
Normalize polish translation and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 11, 2020
1 parent bc46f59 commit d13d34b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ python manage.py runserver
# Then go to http://localhost:8000/rosetta to translate
python manage.py makemessages --no-obsolete --no-wrap --ignore venv
# Add "--locale ru --locale es --locale fr --locale ja --locale zh --locale de
# --locale id --locale pt-br" for version of django above 3
# --locale id --locale pt-br --locale pl" for version of django above 3
git add survey/locale/
...
~~~~
Expand Down
15 changes: 3 additions & 12 deletions survey/locale/pl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"

#: dev/templates/base.html:3
msgid "en"
Expand Down Expand Up @@ -123,15 +121,8 @@ msgid "We could not render a chart because the type"
msgstr "Nie można wyrenderować wykresu ze względu na typ"

#: survey/exporter/tex/survey2tex.py:97
msgid ""
"is not a standard type nor the path to an importable valid Question2Tex "
"child class. Choose between 'raw', 'sankey', 'pie', 'cloud', 'square', "
"'polar' or 'package.path.MyQuestion2TexCustomClass'"
msgstr ""
"to nie jest standardowy typ ani ścieżka aby importować prawidłowo Question2Tex"
"do klasy podrzędnej. Wybierz pomiędzy 'surowy', 'wykres sankeya', 'kawałek', 'chmura', 'kwadrat', "
"polarny lub 'package.path.MyQuestion2TexCustomClass'"

msgid "is not a standard type nor the path to an importable valid Question2Tex child class. Choose between 'raw', 'sankey', 'pie', 'cloud', 'square', 'polar' or 'package.path.MyQuestion2TexCustomClass'"
msgstr "to nie jest standardowy typ ani ścieżka aby importować prawidłowo Question2Texdo klasy podrzędnej. Wybierz pomiędzy 'surowy', 'wykres sankeya', 'kawałek', 'chmura', 'kwadrat', polarny lub 'package.path.MyQuestion2TexCustomClass'"

#: survey/exporter/tex/survey2tex.py:171
msgid "No questions to display in this survey."
Expand Down

0 comments on commit d13d34b

Please sign in to comment.