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/locale/gu/_lib/localize/index.js | |
| parent | 864ce67d89c77d8ef9c3361f80d619853abcf91c (diff) | |
remove dev node_modules (oops)
Diffstat (limited to 'node_modules/date-fns/locale/gu/_lib/localize/index.js')
| -rw-r--r-- | node_modules/date-fns/locale/gu/_lib/localize/index.js | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/node_modules/date-fns/locale/gu/_lib/localize/index.js b/node_modules/date-fns/locale/gu/_lib/localize/index.js deleted file mode 100644 index 85575e2..0000000 --- a/node_modules/date-fns/locale/gu/_lib/localize/index.js +++ /dev/null @@ -1,146 +0,0 @@ -"use strict"; - -var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; -var _index = _interopRequireDefault(require("../../../_lib/buildLocalizeFn/index.js")); -// https://www.unicode.org/cldr/charts/32/summary/gu.html -// #1621 - #1630 -var eraValues = { - narrow: ['ઈસપૂ', 'ઈસ'], - abbreviated: ['ઈ.સ.પૂર્વે', 'ઈ.સ.'], - wide: ['ઈસવીસન પૂર્વે', 'ઈસવીસન'] -}; - -// https://www.unicode.org/cldr/charts/32/summary/gu.html -// #1631 - #1654 -var quarterValues = { - narrow: ['1', '2', '3', '4'], - abbreviated: ['Q1', 'Q2', 'Q3', 'Q4'], - wide: ['1લો ત્રિમાસ', '2જો ત્રિમાસ', '3જો ત્રિમાસ', '4થો ત્રિમાસ'] -}; - -// 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. - -// https://www.unicode.org/cldr/charts/32/summary/gu.html -// #1655 - #1726 -var monthValues = { - narrow: ['જા', 'ફે', 'મા', 'એ', 'મે', 'જૂ', 'જુ', 'ઓ', 'સ', 'ઓ', 'ન', 'ડિ'], - abbreviated: ['જાન્યુ', 'ફેબ્રુ', 'માર્ચ', 'એપ્રિલ', 'મે', 'જૂન', 'જુલાઈ', 'ઑગસ્ટ', 'સપ્ટે', 'ઓક્ટો', 'નવે', 'ડિસે'], - wide: ['જાન્યુઆરી', 'ફેબ્રુઆરી', 'માર્ચ', 'એપ્રિલ', 'મે', 'જૂન', 'જુલાઇ', 'ઓગસ્ટ', 'સપ્ટેમ્બર', 'ઓક્ટોબર', 'નવેમ્બર', 'ડિસેમ્બર'] -}; - -// https://www.unicode.org/cldr/charts/32/summary/gu.html -// #1727 - #1768 -var dayValues = { - narrow: ['ર', 'સો', 'મં', 'બુ', 'ગુ', 'શુ', 'શ'], - short: ['ર', 'સો', 'મં', 'બુ', 'ગુ', 'શુ', 'શ'], - abbreviated: ['રવિ', 'સોમ', 'મંગળ', 'બુધ', 'ગુરુ', 'શુક્ર', 'શનિ'], - wide: ['રવિવાર' /* Sunday */, 'સોમવાર' /* Monday */, 'મંગળવાર' /* Tuesday */, 'બુધવાર' /* Wednesday */, 'ગુરુવાર' /* Thursday */, 'શુક્રવાર' /* Friday */, 'શનિવાર' /* Saturday */] -}; - -// https://www.unicode.org/cldr/charts/32/summary/gu.html -// #1783 - #1824 -var dayPeriodValues = { - narrow: { - am: 'AM', - pm: 'PM', - midnight: 'મ.રાત્રિ', - noon: 'બ.', - morning: 'સવારે', - afternoon: 'બપોરે', - evening: 'સાંજે', - night: 'રાત્રે' - }, - abbreviated: { - am: 'AM', - pm: 'PM', - midnight: 'મધ્યરાત્રિ', - noon: 'બપોરે', - morning: 'સવારે', - afternoon: 'બપોરે', - evening: 'સાંજે', - night: 'રાત્રે' - }, - wide: { - am: 'AM', - pm: 'PM', - midnight: 'મધ્યરાત્રિ', - noon: 'બપોરે', - morning: 'સવારે', - afternoon: 'બપોરે', - evening: 'સાંજે', - night: 'રાત્રે' - } -}; -var formattingDayPeriodValues = { - narrow: { - am: 'AM', - pm: 'PM', - midnight: 'મ.રાત્રિ', - noon: 'બપોરે', - morning: 'સવારે', - afternoon: 'બપોરે', - evening: 'સાંજે', - night: 'રાત્રે' - }, - abbreviated: { - am: 'AM', - pm: 'PM', - midnight: 'મધ્યરાત્રિ', - noon: 'બપોરે', - morning: 'સવારે', - afternoon: 'બપોરે', - evening: 'સાંજે', - night: 'રાત્રે' - }, - wide: { - am: 'AM', - pm: 'PM', - midnight: 'મધ્યરાત્રિ', - noon: 'બપોરે', - morning: 'સવારે', - afternoon: 'બપોરે', - evening: 'સાંજે', - night: 'રાત્રે' - } -}; -var ordinalNumber = function ordinalNumber(dirtyNumber, _options) { - return String(dirtyNumber); -}; -var localize = { - ordinalNumber: ordinalNumber, - era: (0, _index.default)({ - values: eraValues, - defaultWidth: 'wide' - }), - quarter: (0, _index.default)({ - values: quarterValues, - defaultWidth: 'wide', - argumentCallback: function argumentCallback(quarter) { - return quarter - 1; - } - }), - month: (0, _index.default)({ - values: monthValues, - defaultWidth: 'wide' - }), - day: (0, _index.default)({ - values: dayValues, - defaultWidth: 'wide' - }), - dayPeriod: (0, _index.default)({ - values: dayPeriodValues, - defaultWidth: 'wide', - formattingValues: formattingDayPeriodValues, - defaultFormattingWidth: 'wide' - }) -}; -var _default = localize; -exports.default = _default; -module.exports = exports.default;
\ No newline at end of file |
