mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
Merge pull request #4353 from Pappmann/patch-3
Create jquery.timeago.de-short.js
This commit is contained in:
20
public/vendor/jquery/timeago/locales/jquery.timeago.de-short.js
vendored
Normal file
20
public/vendor/jquery/timeago/locales/jquery.timeago.de-short.js
vendored
Normal 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: []
|
||||
};
|
||||
Reference in New Issue
Block a user