Skip to content

Commit

Permalink
Fix Plural-Forms
Browse files Browse the repository at this point in the history
  • Loading branch information
wasi-master committed Aug 1, 2021
1 parent ceab25f commit e2f8ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/humanize/locale/bn_BD/LC_MESSAGES/humanize.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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"

#: src/humanize/number.py:58
msgctxt "0 (male)"
Expand Down

0 comments on commit e2f8ad8

Please sign in to comment.