This commit is contained in:
2020-06-14 18:18:40 +00:00
parent c332d7d72a
commit e2f43a3e02
2 changed files with 54 additions and 3 deletions

View File

@@ -209,6 +209,9 @@ Vue.prototype.$ay = {
dev: DEV_MODE,
t: function(tKey) {
return translation.get(tKey);
},
dt: function(timestamp) {
return locale.utcDateToShortDateAndTimeLocalized(timestamp);
}
};
new Vue({