Skip to content

Commit 7b0d9be

Browse files
committed
Fix wrong declinations of googol and a year
1 parent d0dde8f commit 7b0d9be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ msgstr[2] "kwintyliardów"
200200
msgid "googol"
201201
msgid_plural "googol"
202202
msgstr[0] "googol"
203-
msgstr[1] "googoly"
204-
msgstr[2] "googolów"
203+
msgstr[1] "googole"
204+
msgstr[2] "googoli"
205205

206206
#: src/humanize/number.py:246
207207
msgid "zero"
@@ -352,8 +352,8 @@ msgstr[2] "1 rok, %d miesięcy"
352352
msgid "%d year"
353353
msgid_plural "%d years"
354354
msgstr[0] "%d rok"
355-
msgstr[1] "%d lat"
356-
msgstr[2] "%d lata"
355+
msgstr[1] "%d lata"
356+
msgstr[2] "%d lat"
357357

358358
#: src/humanize/time.py:217
359359
#, python-format

0 commit comments

Comments
 (0)