Commit cc3ce07f8190e09f6f71a1c855e15576b1b9fedb

Authored by Carlos Coêlho
Committed by Sergio Oliveira
1 parent abc079cc

Added translation to username validation

Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
colab/locale/en/LC_MESSAGES/django.po
... ... @@ -38,6 +38,10 @@ msgid &quot;Bio&quot;
38 38 msgstr ""
39 39  
40 40 #: accounts/forms.py:62
  41 +msgid "This field should not be blank."
  42 +msgstr ""
  43 +
  44 +#: accounts/forms.py:75
41 45 msgid "Write something about you in 200 characters or less."
42 46 msgstr ""
43 47  
... ...
colab/locale/pt_BR/LC_MESSAGES/django.po
1 1 # SOME DESCRIPTIVE TITLE.
2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 3 # This file is distributed under the same license as the PACKAGE package.
4   -#
  4 +#
5 5 # Translators:
6 6 # Sergio Oliveira <seocam@seocam.com>, 2014
7 7 msgid ""
... ... @@ -39,6 +39,10 @@ msgid &quot;Bio&quot;
39 39 msgstr "Bio"
40 40  
41 41 #: accounts/forms.py:62
  42 +msgid "This field should not be blank."
  43 +msgstr "Esse campo não pode ser branco"
  44 +
  45 +#: accounts/forms.py:75
42 46 msgid "Write something about you in 200 characters or less."
43 47 msgstr "Escreva algo sobre você em 200 caracteres ou menos."
44 48  
... ...