diff options
| author | Claude Paroz <claude@2xlibre.net> | 2016-07-15 09:47:25 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2016-07-15 09:47:30 +0200 |
| commit | cb78011402ac6ee37f3d4e8a3a6fb4bced646ac1 (patch) | |
| tree | dd7691870e8aa233d92fd487dfc249ab01c3ef5c | |
| parent | de9af3912c766a1ebef1e95bc11076faa831e944 (diff) | |
[1.10.x] Updated contrib.postgres translation catalog
| -rw-r--r-- | django/contrib/postgres/locale/en/LC_MESSAGES/django.po | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/django/contrib/postgres/locale/en/LC_MESSAGES/django.po b/django/contrib/postgres/locale/en/LC_MESSAGES/django.po index 66384de934..2c0df915d6 100644 --- a/django/contrib/postgres/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/postgres/locale/en/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-09 17:42+0200\n" +"POT-Creation-Date: 2016-07-15 09:44+0200\n" "PO-Revision-Date: 2015-01-18 20:56+0100\n" "Last-Translator: Django team\n" "Language-Team: English <en@li.org>\n" @@ -49,7 +49,11 @@ msgstr "" msgid "Could not load JSON data." msgstr "" -#: contrib/postgres/forms/jsonb.py:11 +#: contrib/postgres/forms/hstore.py:18 +msgid "Input must be a JSON dictionary." +msgstr "" + +#: contrib/postgres/forms/jsonb.py:16 #, python-format msgid "'%(value)s' value must be valid JSON." msgstr "" |
