From 5cfbc9d952e41a5e6935147b9cd2db2f44e985df Mon Sep 17 00:00:00 2001 From: Bruno FS Date: Wed, 31 Oct 2018 21:07:08 -0300 Subject: [PATCH] fix typo in pt_BR translation --- rest_framework/locale/pt_BR/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest_framework/locale/pt_BR/LC_MESSAGES/django.po b/rest_framework/locale/pt_BR/LC_MESSAGES/django.po index 9489f20a0..b294203c3 100644 --- a/rest_framework/locale/pt_BR/LC_MESSAGES/django.po +++ b/rest_framework/locale/pt_BR/LC_MESSAGES/django.po @@ -397,11 +397,11 @@ msgstr "Nenhum(a/as)" #: templates/rest_framework/inline/select_multiple.html:2 #: templates/rest_framework/vertical/select_multiple.html:2 msgid "No items to select." -msgstr "Nenhum item para escholher." +msgstr "Nenhum item para escolher." #: validators.py:43 msgid "This field must be unique." -msgstr "Esse campo deve ser Ășnico." +msgstr "Esse campo deve ser Ășnico." #: validators.py:97 msgid "The fields {field_names} must make a unique set."