UNPKG

@progress/kendo-angular-intl

Version:

Kendo UI Internationalization for Angular components

454 lines (452 loc) 12.7 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { setData } from '@progress/kendo-angular-intl'; setData({ name: "oc", likelySubtags: { oc: "oc-Latn-FR" }, identity: { language: "oc" }, territory: "FR", calendar: { patterns: { d: "y-MM-dd", D: "y MMMM d, EEEE", m: "MMM d", M: "MMMM d", y: "y MMM", Y: "y MMMM", F: "y MMMM d, EEEE HH:mm:ss", g: "dd/MM/y HH:mm", G: "dd/MM/y HH:mm:ss", t: "HH:mm", T: "HH:mm:ss", s: "yyyy'-'MM'-'dd'T'HH':'mm':'ss", u: "yyyy'-'MM'-'dd HH':'mm':'ss'Z'" }, dateTimeFormats: { full: "{1} {0}", long: "{1} {0}", medium: "{1} {0}", short: "{1} {0}", availableFormats: { Bh: "h B", Bhm: "h:mm B", Bhms: "h:mm:ss B", d: "d", E: "ccc", EBh: "E h B", EBhm: "E h:mm B", EBhms: "E h:mm:ss B", Ed: "d, E", Eh: "E h a", Ehm: "E h:mm a", EHm: "E HH:mm", Ehms: "E h:mm:ss a", EHms: "E HH:mm:ss", Gy: "G y", GyM: "G y-MM", GyMd: "G y-MM-dd", GyMEd: "G y-MM-dd, E", GyMMM: "G y MMM", GyMMMd: "G y MMM d", GyMMMEd: "G y MMM d, E", h: "h a", H: "HH", hm: "h'h'mm a", Hm: "HH'h'mm", hms: "h'h'mm:ss a", Hms: "HH'h'mm ss 'seg'.", hmsv: "h:mm:ss a v", Hmsv: "HH'h'mm ss 'seg'. v", hmv: "h:mm a v", Hmv: "HH:mm v", hv: "h a v", Hv: "HH'h' v", M: "L", Md: "MM-dd", MEd: "MM-dd, E", MMM: "LLL", MMMd: "MMM d", MMMEd: "MMM d, E", MMMMd: "MMMM d", "MMMMW-count-other": "'week' W 'of' MMMM", ms: "mm:ss", y: "y", yM: "y-MM", yMd: "dd/MM/y", yMEd: "y-MM-dd, E", yMMM: "y MMM", yMMMd: "d MMM y", yMMMEd: "y MMM d, E", yMMMM: "y MMMM", yQQQ: "y QQQ", yQQQQ: "y QQQQ", "yw-count-other": "'week' w 'of' Y" } }, timeFormats: { full: "HH:mm:ss zzzz", long: "HH:mm:ss z", medium: "HH:mm:ss", short: "HH:mm" }, dateFormats: { full: "y MMMM d, EEEE", long: "y MMMM d", medium: "y MMM d", short: "y-MM-dd" }, days: { format: { abbreviated: [ "dimenge", "diluns", "dimars", "dimècres", "dijòus", "divendres", "dissabte" ], narrow: [ "S", "M", "T", "W", "T", "F", "S" ], short: [ "dimenge", "diluns", "dimars", "dimècres", "dijòus", "divendres", "dissabte" ], wide: [ "dimenge", "diluns", "dimars", "dimècres", "dijòus", "divendres", "dissabte" ] }, "stand-alone": { abbreviated: [ "dimenge", "diluns", "dimars", "dimècres", "dijòus", "divendres", "dissabte" ], narrow: [ "S", "M", "T", "W", "T", "F", "S" ], short: [ "dimenge", "diluns", "dimars", "dimècres", "dijòus", "divendres", "dissabte" ], wide: [ "dimenge", "diluns", "dimars", "dimècres", "dijòus", "divendres", "dissabte" ] } }, months: { format: { abbreviated: [ "de genièr", "de febrièr", "de març", "d’abril", "de mai", "de junh", "de julhet", "d’agost", "de setembre", "d’octòbre", "de novembre", "de decembre" ], narrow: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], wide: [ "de genièr", "de febrièr", "de març", "d’abril", "de mai", "de junh", "de julhet", "d’agost", "de setembre", "d’octòbre", "de novembre", "de decembre" ] }, "stand-alone": { abbreviated: [ "de genièr", "de febrièr", "de març", "d’abril", "de mai", "de junh", "de julhet", "d’agost", "de setembre", "d’octòbre", "de novembre", "de decembre" ], narrow: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], wide: [ "de genièr", "de febrièr", "de març", "d’abril", "de mai", "de junh", "de julhet", "d’agost", "de setembre", "d’octòbre", "de novembre", "de decembre" ] } }, quarters: { format: { abbreviated: [ "Q1", "Q2", "Q3", "Q4" ], narrow: [ "1", "2", "3", "4" ], wide: [ "Q1", "Q2", "Q3", "Q4" ] }, "stand-alone": { abbreviated: [ "Q1", "Q2", "Q3", "Q4" ], narrow: [ "1", "2", "3", "4" ], wide: [ "Q1", "Q2", "Q3", "Q4" ] } }, dayPeriods: { format: { abbreviated: { am: "AM", pm: "PM" }, narrow: { am: "AM", pm: "PM" }, wide: { am: "AM", pm: "PM" } }, "stand-alone": { abbreviated: { am: "AM", pm: "PM" }, narrow: { am: "AM", pm: "PM" }, wide: { am: "AM", pm: "PM" } } }, eras: { format: { wide: { "0": "BCE", "1": "CE", "0-alt-variant": "BCE", "1-alt-variant": "CE" }, abbreviated: { "0": "BCE", "1": "CE", "0-alt-variant": "BCE", "1-alt-variant": "CE" }, narrow: { "0": "BCE", "1": "CE", "0-alt-variant": "BCE", "1-alt-variant": "CE" } } }, gmtFormat: "UTC{0}", gmtZeroFormat: "UTC", dateFields: { era: { wide: "Era", short: "Era", narrow: "Era" }, year: { wide: "Year", short: "Year", narrow: "Year" }, quarter: { wide: "Quarter", short: "Quarter", narrow: "Quarter" }, month: { wide: "Month", short: "Month", narrow: "Month" }, week: { wide: "Week", short: "Week", narrow: "Week" }, weekOfMonth: { wide: "Week Of Month", short: "Week Of Month", narrow: "Week Of Month" }, day: { wide: "Day", short: "Day", narrow: "Day" }, dayOfYear: { wide: "Day Of Year", short: "Day Of Year", narrow: "Day Of Year" }, weekday: { wide: "Day of the Week", short: "Day of the Week", narrow: "Day of the Week" }, weekdayOfMonth: { wide: "Weekday Of Month", short: "Weekday Of Month", narrow: "Weekday Of Month" }, dayperiod: { short: "Dayperiod", wide: "Dayperiod", narrow: "Dayperiod" }, hour: { wide: "Hour", short: "Hour", narrow: "Hour" }, minute: { wide: "Minute", short: "Minute", narrow: "Minute" }, second: { wide: "Second", short: "Second", narrow: "Second" }, zone: { wide: "Zone", short: "Zone", narrow: "Zone" }, millisecond: { narrow: "ms", short: "ms", wide: "ms" } } }, firstDay: 1 });