Initial commit
This commit is contained in:
15
node_modules/date-fns/locale/th/_lib/formatRelative.js
generated
vendored
Normal file
15
node_modules/date-fns/locale/th/_lib/formatRelative.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
exports.formatRelative = void 0;
|
||||
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: "eeee'ที่แล้วเวลา' p",
|
||||
yesterday: "'เมื่อวานนี้เวลา' p",
|
||||
today: "'วันนี้เวลา' p",
|
||||
tomorrow: "'พรุ่งนี้เวลา' p",
|
||||
nextWeek: "eeee 'เวลา' p",
|
||||
other: "P",
|
||||
};
|
||||
|
||||
const formatRelative = (token, _date, _baseDate, _options) =>
|
||||
formatRelativeLocale[token];
|
||||
exports.formatRelative = formatRelative;
|
||||
Reference in New Issue
Block a user