Skip to content

Commit

Permalink
Backported pallets-eco#471
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Apr 18, 2020
1 parent 70178bc commit 14de7ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ Unreleased
- Permitted underscores in ``HostnameValidation`` (`#463`_)
- :class:`~validators.URL` validator now allows query parameters in the URL. (`#523`_, `#524`_).
- Updated ``false_values`` param in ``BooleanField`` docs (`#483`_, `#485`_)
- Fixed broken format string in Arabic translation (`#471`_)

.. _#475: https://github.com/wtforms/wtforms/pull/475/
.. _#463: https://github.com/wtforms/wtforms/pull/463
.. _#523: https://github.com/wtforms/wtforms/pull/523
.. _#524: https://github.com/wtforms/wtforms/pull/524
.. _#483: https://github.com/wtforms/wtforms/pull/483
.. _#485: https://github.com/wtforms/wtforms/pull/485
.. _#471: https://github.com/wtforms/wtforms/pull/471

Version 2.2.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion wtforms/locale/ar/LC_MESSAGES/wtforms.po
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ msgstr[5] ""
#: wtforms/validators.py:105
#, python-format
msgid "Field must be between %(min)d and %(max)d characters long."
msgstr "يجب على طول الحقل ان يكون ما بين %(min) و %(max)d حرف."
msgstr "يجب على طول الحقل ان يكون ما بين %(min)d و %(max)d حرف."

#: wtforms/validators.py:141
#, python-format
Expand Down

0 comments on commit 14de7ef

Please sign in to comment.