UNPKG

nekos-longify-function

Version:

an addon for nodeJS users to help "longify" dates (show full dates)

38 lines 718 B
//german (germany) module.exports = { "endings": { "0":"0el", "1":"1te", "2":"2te", "3":"3te", "4":"4te", "5":"5te", "6":"6te", "7":"7te", "8":"8te", "9":"9en" }, "days": { "Sun":"Sonntag", "Mon":"Montag", "Tue":"Dienstag", "Wed":"Mittwoch", "Thu":"Donnerstag", "Fri":"Freitag", "Sat":"Samstag" }, "months": { "Jan":"Januar", "Feb":"Februar", "Mar":"März", "Apr":"April", "May":"Mai", "Jun":"Juni", "Jul":"Juli", "Aug":"August", "Sep":"September", "Oct":"Oktober", "Nov":"November", "Dec":"Dezember" } }