changed to shorter date
This commit is contained in:
parent
f0f564a577
commit
8912c19026
1 changed files with 10 additions and 10 deletions
|
@ -41,18 +41,18 @@ function($) {
|
||||||
strings: {
|
strings: {
|
||||||
prefixAgo: null,
|
prefixAgo: null,
|
||||||
prefixFromNow: null,
|
prefixFromNow: null,
|
||||||
suffixAgo: "ago",
|
suffixAgo: "",
|
||||||
suffixFromNow: "from now",
|
suffixFromNow: "from now",
|
||||||
seconds: "less than a minute",
|
seconds: "%d sec",
|
||||||
minute: "about a minute",
|
minute: "1 min",
|
||||||
minutes: "%d minutes",
|
minutes: "%d min",
|
||||||
hour: "about an hour",
|
hour: "1 h",
|
||||||
hours: "about %d hours",
|
hours: "%d h",
|
||||||
day: "a day",
|
day: "1 day",
|
||||||
days: "%d days",
|
days: "%d day",
|
||||||
month: "about a month",
|
month: "1 month",
|
||||||
months: "%d months",
|
months: "%d months",
|
||||||
year: "about a year",
|
year: "1 year",
|
||||||
years: "%d years",
|
years: "%d years",
|
||||||
wordSeparator: " ",
|
wordSeparator: " ",
|
||||||
numbers: []
|
numbers: []
|
||||||
|
|
Reference in a new issue