mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 23:51:48 +01:00
5 lines
239 B
JavaScript
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
|