init
This commit is contained in:
13
node_modules/date-fns/locale/te/_lib/formatRelative.mjs
generated
vendored
Normal file
13
node_modules/date-fns/locale/te/_lib/formatRelative.mjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// Source: https://www.unicode.org/cldr/charts/32/summary/te.html
|
||||
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: "'గత' eeee p", // CLDR #1384
|
||||
yesterday: "'నిన్న' p", // CLDR #1393
|
||||
today: "'ఈ రోజు' p", // CLDR #1394
|
||||
tomorrow: "'రేపు' p", // CLDR #1395
|
||||
nextWeek: "'తదుపరి' eeee p", // CLDR #1386
|
||||
other: "P",
|
||||
};
|
||||
|
||||
export const formatRelative = (token, _date, _baseDate, _options) =>
|
||||
formatRelativeLocale[token];
|
||||
Reference in New Issue
Block a user