6 lines
114 B
JavaScript
Raw Permalink Normal View History

2025-12-10 12:02:17 +08:00
import { ug } from 'date-fns/locale';
const dateUgCN = {
name: 'ug-CN',
locale: ug
};
export default dateUgCN;