aboutsummaryrefslogtreecommitdiffstats
path: root/static/jquery.timeago.fr.js
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-04-07 15:31:34 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2015-04-07 15:31:34 -0400
commitd4874db3d2db48995b12381e379108ed32d35096 (patch)
tree310d308262512f5fd35fcaa1c4ff0720baa6aebb /static/jquery.timeago.fr.js
parent4e277f27ff4859b1c40d364bf934dd02d3c455db (diff)
downloadfamille-flask-d4874db3d2db48995b12381e379108ed32d35096.tar.gz
Reorganize assets
Diffstat (limited to 'static/jquery.timeago.fr.js')
-rw-r--r--static/jquery.timeago.fr.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/static/jquery.timeago.fr.js b/static/jquery.timeago.fr.js
deleted file mode 100644
index 063028a..0000000
--- a/static/jquery.timeago.fr.js
+++ /dev/null
@@ -1,17 +0,0 @@
-// French
-jQuery.timeago.settings.strings = {
- // environ ~= about, it's optional
- prefixAgo: "il y a",
- prefixFromNow: "d'ici",
- seconds: "moins d'une minute",
- minute: "une minute",
- minutes: "%d minutes",
- hour: "une heure",
- hours: "%d heures",
- day: "une journée",
- days: "%d jours",
- month: "un mois",
- months: "%d mois",
- year: "un an",
- years: "%d ans"
-};