Merge pull request #4353 from Pappmann/patch-3

Create jquery.timeago.de-short.js
This commit is contained in:
psychobunny
2016-03-11 16:33:38 -05:00

View File

@@ -0,0 +1,20 @@
// German shortened
jQuery.timeago.settings.strings = {
prefixAgo: null,
prefixFromNow: null,
suffixAgo: "",
suffixFromNow: "",
seconds: "sec",
minute: "1min",
minutes: "%dmin",
hour: "1h",
hours: "%dh",
day: "1d",
days: "%dd",
month: "1Mon",
months: "%dMon",
year: "1Jhr",
years: "%dJhr",
wordSeparator: " ",
numbers: []
};