Skip to content

Commit

Permalink
add time format to locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Francois committed Oct 16, 2013
1 parent 0cb8edc commit 483c99e
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/locales/da.yml
Expand Up @@ -237,3 +237,7 @@ da:
username: "Brugernavn"
email: "Email"
signup: "Tilmelding"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/de.yml
Expand Up @@ -239,3 +239,7 @@ de:
username: "Benutzername"
email: "Email"
signup: "Registrieren"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/en.yml
Expand Up @@ -237,3 +237,7 @@ en:
username: "Username"
email: "Email"
signup: "Signup"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
5 changes: 4 additions & 1 deletion config/locales/es-MX.yml
Expand Up @@ -239,4 +239,7 @@ es-MX:
username: "Usuario"
email: "Email"
signup: "Registro"

time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/fr.yml
Expand Up @@ -240,3 +240,7 @@ fr:
username: "Identifiant"
email: "Email"
signup: "S'inscrire"
time:
formats:
default: "%d/%m/%Y %H:%M"
short: "%d/%m/%y"
4 changes: 4 additions & 0 deletions config/locales/he-IL.yml
Expand Up @@ -239,3 +239,7 @@ he-IL:
username: "שם משתמש"
email: "דואל"
signup: "הירשם"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/it.yml
Expand Up @@ -239,3 +239,7 @@ it:
username: "Nome Utente"
email: "Email"
signup: "Iscrizione"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/ja.yml
Expand Up @@ -239,3 +239,7 @@ ja:
username: "ユーザー名"
email: "メールアドレス"
signup: "サインアップ"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/lt.yml
Expand Up @@ -455,3 +455,7 @@ lt:
username: "Vartotojo vardas"
email: "El. pašto adresas"
signup: "Registracija"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/nb-NO.yml
Expand Up @@ -237,3 +237,7 @@ nb-NO:
username: "Brukernavn"
email: "Epost"
signup: "Registrer"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/nl.yml
Expand Up @@ -237,3 +237,7 @@ nl:
username: "Gebruikersnaam"
email: "E-mail"
signup: "Meld aan"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/pl.yml
Expand Up @@ -239,3 +239,7 @@ pl:
username: "Użytkownik"
email: "Email"
signup: "Zapisz się"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/pt-BR.yml
Expand Up @@ -237,3 +237,7 @@ pt-BR:
username: "Usuário"
email: "Email"
signup: "Registrar"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/ro.yml
Expand Up @@ -239,3 +239,7 @@ ro:
username: "Utilizator"
email: "Email"
signup: "Înregistrare"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/ru.yml
Expand Up @@ -237,3 +237,7 @@ ru:
username: "Username"
email: "Email"
signup: "Signup"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/zh-CN.yml
Expand Up @@ -237,3 +237,7 @@ zh-CN:
username: "用户名"
email: "Email"
signup: "注册"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"
4 changes: 4 additions & 0 deletions config/locales/zh-TW.yml
Expand Up @@ -239,3 +239,7 @@ zh-TW:
username: "名稱"
email: "Email"
signup: "註冊"
time:
formats:
default: "%m/%d/%Y %H:%M"
short: "%m/%d/%y"

0 comments on commit 483c99e

Please sign in to comment.