diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-06-29 11:49:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-06-29 11:49:28 -0700 |
| commit | d55b767039605256c736166a942a9138e3eacfd7 (patch) | |
| tree | 947063b634c50d438a794325f13275e134aa5993 /node_modules/date-fns/esm/locale/uz/_lib/localize | |
| parent | 864ce67d89c77d8ef9c3361f80d619853abcf91c (diff) | |
remove dev node_modules (oops)
Diffstat (limited to 'node_modules/date-fns/esm/locale/uz/_lib/localize')
| -rw-r--r-- | node_modules/date-fns/esm/locale/uz/_lib/localize/index.js | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/node_modules/date-fns/esm/locale/uz/_lib/localize/index.js b/node_modules/date-fns/esm/locale/uz/_lib/localize/index.js deleted file mode 100644 index ad8c4af..0000000 --- a/node_modules/date-fns/esm/locale/uz/_lib/localize/index.js +++ /dev/null @@ -1,123 +0,0 @@ -import buildLocalizeFn from "../../../_lib/buildLocalizeFn/index.js"; -var eraValues = { - narrow: ['M.A', 'M.'], - abbreviated: ['M.A', 'M.'], - wide: ['Miloddan Avvalgi', 'Milodiy'] -}; -var quarterValues = { - narrow: ['1', '2', '3', '4'], - abbreviated: ['CH.1', 'CH.2', 'CH.3', 'CH.4'], - wide: ['1-chi chorak', '2-chi chorak', '3-chi chorak', '4-chi chorak'] -}; - -// Note: in English, the names of days of the week and months are capitalized. -// If you are making a new locale based on this one, check if the same is true for the language you're working on. -// Generally, formatted dates should look like they are in the middle of a sentence, -// e.g. in Spanish language the weekdays and months should be in the lowercase. -var monthValues = { - narrow: ['Y', 'F', 'M', 'A', 'M', 'I', 'I', 'A', 'S', 'O', 'N', 'D'], - abbreviated: ['Yan', 'Fev', 'Mar', 'Apr', 'May', 'Iyun', 'Iyul', 'Avg', 'Sen', 'Okt', 'Noy', 'Dek'], - wide: ['Yanvar', 'Fevral', 'Mart', 'Aprel', 'May', 'Iyun', 'Iyul', 'Avgust', 'Sentabr', 'Oktabr', 'Noyabr', 'Dekabr'] -}; -var dayValues = { - narrow: ['Y', 'D', 'S', 'CH', 'P', 'J', 'SH'], - short: ['Ya', 'Du', 'Se', 'Cho', 'Pa', 'Ju', 'Sha'], - abbreviated: ['Yak', 'Dush', 'Sesh', 'Chor', 'Pay', 'Jum', 'Shan'], - wide: ['Yakshanba', 'Dushanba', 'Seshanba', 'Chorshanba', 'Payshanba', 'Juma', 'Shanba'] -}; -var dayPeriodValues = { - narrow: { - am: 'a', - pm: 'p', - midnight: 'y.t', - noon: 'p.', - morning: 'ertalab', - afternoon: 'tushdan keyin', - evening: 'kechqurun', - night: 'tun' - }, - abbreviated: { - am: 'AM', - pm: 'PM', - midnight: 'yarim tun', - noon: 'peshin', - morning: 'ertalab', - afternoon: 'tushdan keyin', - evening: 'kechqurun', - night: 'tun' - }, - wide: { - am: 'a.m.', - pm: 'p.m.', - midnight: 'yarim tun', - noon: 'peshin', - morning: 'ertalab', - afternoon: 'tushdan keyin', - evening: 'kechqurun', - night: 'tun' - } -}; -var formattingDayPeriodValues = { - narrow: { - am: 'a', - pm: 'p', - midnight: 'y.t', - noon: 'p.', - morning: 'ertalab', - afternoon: 'tushdan keyin', - evening: 'kechqurun', - night: 'tun' - }, - abbreviated: { - am: 'AM', - pm: 'PM', - midnight: 'yarim tun', - noon: 'peshin', - morning: 'ertalab', - afternoon: 'tushdan keyin', - evening: 'kechqurun', - night: 'tun' - }, - wide: { - am: 'a.m.', - pm: 'p.m.', - midnight: 'yarim tun', - noon: 'peshin', - morning: 'ertalab', - afternoon: 'tushdan keyin', - evening: 'kechqurun', - night: 'tun' - } -}; -var ordinalNumber = function ordinalNumber(dirtyNumber, _options) { - return String(dirtyNumber); -}; -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 |
