Browse Source

G0dwin time ago translations (#164)

* Adding translations for time ago

* Update es.yml
development
Godwin 8 years ago
committed by GitHub
parent
commit
f6299e8d99
  1. 1
      config/locales/en.yml
  2. 1
      config/locales/es.yml

1
config/locales/en.yml

@ -101,6 +101,7 @@ en:
one: 1 second
other: "%{count} seconds"
x_and_y: "%{x} %{y}"
time_ago: "%{time} ago"
prompts:
day: Day
hour: Hour

1
config/locales/es.yml

@ -101,6 +101,7 @@ es:
one: 1 hora
other: "%{count} horas"
x_and_y: "%{x} %{y}"
time_ago: "hace %{time}"
prompts:
day: Día
hour: Hora

Loading…
Cancel
Save