wekan/imports/i18n/moment.js
Lauri Ojansivu cb6afe67a7 Replaced moment.js with Javascript date.
Thanks to xet7 !
2025-10-17 00:26:11 +03:00

5 lines
239 B
JavaScript

import { Tracker } from 'meteor/tracker';
import { TAPi18n } from './tap';
// Note: moment.js has been removed and replaced with native JavaScript Date functions
// Locale handling is now done through native Date.toLocaleString() methods