aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/date-fns/esm/locale/lb/_lib/localize
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
commitd55b767039605256c736166a942a9138e3eacfd7 (patch)
tree947063b634c50d438a794325f13275e134aa5993 /node_modules/date-fns/esm/locale/lb/_lib/localize
parent864ce67d89c77d8ef9c3361f80d619853abcf91c (diff)
remove dev node_modules (oops)
Diffstat (limited to 'node_modules/date-fns/esm/locale/lb/_lib/localize')
-rw-r--r--node_modules/date-fns/esm/locale/lb/_lib/localize/index.js119
1 files changed, 0 insertions, 119 deletions
diff --git a/node_modules/date-fns/esm/locale/lb/_lib/localize/index.js b/node_modules/date-fns/esm/locale/lb/_lib/localize/index.js
deleted file mode 100644
index ac5d928..0000000
--- a/node_modules/date-fns/esm/locale/lb/_lib/localize/index.js
+++ /dev/null
@@ -1,119 +0,0 @@
-import buildLocalizeFn from "../../../_lib/buildLocalizeFn/index.js";
-var eraValues = {
- narrow: ['v.Chr.', 'n.Chr.'],
- abbreviated: ['v.Chr.', 'n.Chr.'],
- wide: ['viru Christus', 'no Christus']
-};
-var quarterValues = {
- narrow: ['1', '2', '3', '4'],
- abbreviated: ['Q1', 'Q2', 'Q3', 'Q4'],
- wide: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal']
-};
-var monthValues = {
- narrow: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
- abbreviated: ['Jan', 'Feb', 'Mäe', 'Abr', 'Mee', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
- wide: ['Januar', 'Februar', 'Mäerz', 'Abrëll', 'Mee', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember']
-};
-var dayValues = {
- narrow: ['S', 'M', 'D', 'M', 'D', 'F', 'S'],
- short: ['So', 'Mé', 'Dë', 'Më', 'Do', 'Fr', 'Sa'],
- abbreviated: ['So.', 'Mé.', 'Dë.', 'Më.', 'Do.', 'Fr.', 'Sa.'],
- wide: ['Sonndeg', 'Méindeg', 'Dënschdeg', 'Mëttwoch', 'Donneschdeg', 'Freideg', 'Samschdeg']
-};
-var dayPeriodValues = {
- narrow: {
- am: 'mo.',
- pm: 'nomë.',
- midnight: 'Mëtternuecht',
- noon: 'Mëtteg',
- morning: 'Moien',
- afternoon: 'Nomëtteg',
- evening: 'Owend',
- night: 'Nuecht'
- },
- abbreviated: {
- am: 'moies',
- pm: 'nomëttes',
- midnight: 'Mëtternuecht',
- noon: 'Mëtteg',
- morning: 'Moien',
- afternoon: 'Nomëtteg',
- evening: 'Owend',
- night: 'Nuecht'
- },
- wide: {
- am: 'moies',
- pm: 'nomëttes',
- midnight: 'Mëtternuecht',
- noon: 'Mëtteg',
- morning: 'Moien',
- afternoon: 'Nomëtteg',
- evening: 'Owend',
- night: 'Nuecht'
- }
-};
-var formattingDayPeriodValues = {
- narrow: {
- am: 'mo.',
- pm: 'nom.',
- midnight: 'Mëtternuecht',
- noon: 'mëttes',
- morning: 'moies',
- afternoon: 'nomëttes',
- evening: 'owes',
- night: 'nuets'
- },
- abbreviated: {
- am: 'moies',
- pm: 'nomëttes',
- midnight: 'Mëtternuecht',
- noon: 'mëttes',
- morning: 'moies',
- afternoon: 'nomëttes',
- evening: 'owes',
- night: 'nuets'
- },
- wide: {
- am: 'moies',
- pm: 'nomëttes',
- midnight: 'Mëtternuecht',
- noon: 'mëttes',
- morning: 'moies',
- afternoon: 'nomëttes',
- evening: 'owes',
- night: 'nuets'
- }
-};
-var ordinalNumber = function ordinalNumber(dirtyNumber, _options) {
- var number = Number(dirtyNumber);
- return number + '.';
-};
-var localize = {
- ordinalNumber: ordinalNumber,
- era: buildLocalizeFn({
- values: eraValues,
- defaultWidth: 'wide'
- }),
- quarter: buildLocalizeFn({
- values: quarterValues,
- defaultWidth: 'wide',
- argumentCallback: function argumentCallback(quarter) {
- return quarter - 1;
- }
- }),
- month: buildLocalizeFn({
- values: monthValues,
- defaultWidth: 'wide'
- }),
- day: buildLocalizeFn({
- values: dayValues,
- defaultWidth: 'wide'
- }),
- dayPeriod: buildLocalizeFn({
- values: dayPeriodValues,
- defaultWidth: 'wide',
- formattingValues: formattingDayPeriodValues,
- defaultFormattingWidth: 'wide'
- })
-};
-export default localize; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage