mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-12 11:52:26 +08:00
init
This commit is contained in:
15
node_modules/date-fns/locale/ka/_lib/formatRelative.js
generated
vendored
Normal file
15
node_modules/date-fns/locale/ka/_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