server-json/node_modules/faker/lib/locales/sv/date/weekday.js
2024-11-01 08:00:42 +00:00

21 lines
323 B
JavaScript

// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847
module["exports"] = {
wide: [
"söndag",
"måndag",
"tisdag",
"onsdag",
"torsdag",
"fredag",
"lördag"
],
abbr: [
"sön",
"mån",
"tis",
"ons",
"tor",
"fre",
"lör"
]
};