French typo (#1257)

* French typo

* Datetime french translation
master
spf 8 years ago committed by Eugen
parent ba2aea3a80
commit e6b48a7048
  1. 22
      config/locales/fr.yml

@ -63,16 +63,22 @@ fr:
datetime: datetime:
distance_in_words: distance_in_words:
about_x_hours: "%{count}h" about_x_hours: "%{count}h"
about_x_months: "%{count}mo" about_x_months: "%{count}mois"
about_x_years: "%{count}y" about_x_years:
almost_x_years: "%{count}y" one: un an
other: "%{count} ans"
almost_x_years:
one: un an
other: "%{count} ans"
half_a_minute: A l'instant half_a_minute: A l'instant
less_than_x_minutes: "%{count}m" less_than_x_minutes: "%{count}min"
less_than_x_seconds: A l'instant less_than_x_seconds: A l'instant
over_x_years: "%{count}y" over_x_years:
x_days: "%{count}d" one: un an
x_minutes: "%{count}m" other: "%{count} ans"
x_months: "%{count}mo" x_days: "%{count}j"
x_minutes: "%{count}min"
x_months: "%{count}mois"
x_seconds: "%{count}s" x_seconds: "%{count}s"
exports: exports:
blocks: Vous bloquez blocks: Vous bloquez

Loading…
Cancel
Save