From 24ef633516520fbbd6cede9cc3bd56f8b071848f Mon Sep 17 00:00:00 2001 From: geo1004 Date: Fri, 19 Feb 2016 10:01:00 +0100 Subject: [PATCH] add support for french language --- lib/dotiw/locale/fr.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lib/dotiw/locale/fr.yml diff --git a/lib/dotiw/locale/fr.yml b/lib/dotiw/locale/fr.yml new file mode 100644 index 0000000..fe25378 --- /dev/null +++ b/lib/dotiw/locale/fr.yml @@ -0,0 +1,25 @@ +fr: + datetime: + dotiw: + seconds: + one: 1 seconde + other: "%{count} secondes" + minutes: + one: 1 minute + other: "%{count} minutes" + hours: + one: 1 heure + other: "%{count} heures" + days: + one: 1 jour + other: "%{count} jours" + weeks: + one: 1 semaine + other: "%{count} semaines" + months: + one: 1 mois + other: "%{count} mois" + years: + one: 1 an + other: "%{count} ans" + less_than_x: "moins de %{distance}"