mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-27 09:45:38 -05:00
Merge pull request #109 from dgageot/ShortenFrenchLocale
Shortened French Locale
This commit is contained in:
commit
6664d31831
1 changed files with 16 additions and 0 deletions
16
locales/jquery.timeago.fr-short.js
Normal file
16
locales/jquery.timeago.fr-short.js
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
// French shortened
|
||||||
|
jQuery.timeago.settings.strings = {
|
||||||
|
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: "un jour",
|
||||||
|
days: "%d jours",
|
||||||
|
month: "un mois",
|
||||||
|
months: "%d mois",
|
||||||
|
year: "un an",
|
||||||
|
years: "%d ans"
|
||||||
|
};
|
Loading…
Reference in a new issue