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: {
|
||||
prefixAgo: null,
|
||||
prefixFromNow: null,
|
||||
suffixAgo: "ago",
|
||||
suffixAgo: "",
|
||||
suffixFromNow: "from now",
|
||||
seconds: "less than a minute",
|
||||
minute: "about a minute",
|
||||
minutes: "%d minutes",
|
||||
hour: "about an hour",
|
||||
hours: "about %d hours",
|
||||
day: "a day",
|
||||
days: "%d days",
|
||||
month: "about a month",
|
||||
seconds: "%d sec",
|
||||
minute: "1 min",
|
||||
minutes: "%d min",
|
||||
hour: "1 h",
|
||||
hours: "%d h",
|
||||
day: "1 day",
|
||||
days: "%d day",
|
||||
month: "1 month",
|
||||
months: "%d months",
|
||||
year: "about a year",
|
||||
year: "1 year",
|
||||
years: "%d years",
|
||||
wordSeparator: " ",
|
||||
numbers: []
|
||||
|
|
Reference in a new issue