Added Spanish shortened locale
This commit is contained in:
parent
9fac817b07
commit
dc570fed47
1 changed files with 20 additions and 0 deletions
20
locales/jquery.timeago.es-short.js
Normal file
20
locales/jquery.timeago.es-short.js
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
// Spanish shortened
|
||||||
|
jQuery.timeago.settings.strings = {
|
||||||
|
prefixAgo: null,
|
||||||
|
prefixFromNow: null,
|
||||||
|
suffixAgo: "",
|
||||||
|
suffixFromNow: "",
|
||||||
|
seconds: "1m",
|
||||||
|
minute: "1m",
|
||||||
|
minutes: "%dm",
|
||||||
|
hour: "1h",
|
||||||
|
hours: "%dh",
|
||||||
|
day: "1d",
|
||||||
|
days: "%dd",
|
||||||
|
month: "1me",
|
||||||
|
months: "%dme",
|
||||||
|
year: "1a",
|
||||||
|
years: "%da",
|
||||||
|
wordSeparator: " ",
|
||||||
|
numbers: []
|
||||||
|
};
|
Reference in a new issue