This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user