Skip to content

Commit

Permalink
Adding error.usernameIsEmail to i18n, error text for different langua…
Browse files Browse the repository at this point in the history
…ges need check
  • Loading branch information
bshardi committed Feb 27, 2014
1 parent c5cbb06 commit c7ce0f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/i18n/english.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ en =
#CodeRequired: "# code is required."
#CodeIncorrect: "# code is incorrect."
signInRequired: "You must be signed in to do that."
usernameIsEmail: "Username cannot be an email address."

T9n.map "en", en
1 change: 1 addition & 0 deletions client/i18n/german.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ de =
#CodeRequired: "Registrierungscode benötigt."
#CodeIncorrect: "Registrierungscode ungültig."
signInRequired: "Sie müssen sich anmelden."
usernameIsEmail: "Benutzername kann nicht eine E-Mail."

T9n.map "de", de
1 change: 1 addition & 0 deletions client/i18n/polish.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ pl =
#CodeRequired: "Wymagany jest kod rejestracji."
#CodeIncorrect: "Kod rejestracji jest nieprawidłowy."
signInRequired: "Musisz być zalogowany, aby to zrobić."
usernameIsEmail: "Nazwa użytkownika nie może być adres e-mail."

T9n.map "pl", pl
1 change: 1 addition & 0 deletions client/i18n/spanish.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ es =
#CodeRequired: "Código para suscribir es necesario."
#CodeIncorrect: "Código para suscribir no coincide."
signInRequired: "Debes iniciar sesión para hacer eso."
usernameIsEmail: "Usuario no puede ser Email."

T9n.map "es", es

0 comments on commit c7ce0f6

Please # to comment.