Skip to content

Commit

Permalink
Backported wtforms#514
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Apr 18, 2020
1 parent 14de7ef commit 532bb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -14,6 +14,7 @@ Unreleased
- :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`_)
- Updated French and Japanese translations. (`#514`_, `#506`_)

.. _#475: https://github.com/wtforms/wtforms/pull/475/
.. _#463: https://github.com/wtforms/wtforms/pull/463
Expand All @@ -22,6 +23,8 @@ Unreleased
.. _#483: https://github.com/wtforms/wtforms/pull/483
.. _#485: https://github.com/wtforms/wtforms/pull/485
.. _#471: https://github.com/wtforms/wtforms/pull/471
.. _#514: https://github.com/wtforms/wtforms/pull/514
.. _#506: https://github.com/wtforms/wtforms/pull/506

Version 2.2.1
-------------
Expand Down
3 changes: 1 addition & 2 deletions wtforms/locale/ja/LC_MESSAGES/wtforms.po
Expand Up @@ -173,5 +173,4 @@ msgstr "無効な日付型です"

#: wtforms/fields/core.py:779
msgid "Not a valid time value"
msgstr ""

msgstr "無効な時間型です"

0 comments on commit 532bb5f

Please sign in to comment.