@instructure/timezone
Version:
Small, elegant, Olson educated, timezone aware date math and `strftime` date formatting in pure JavaScript with no dependendcies for Node.js and the browser. Timezone uses the Olson/IANA timezone database. Timezone is aware of every clock transition in th
63 lines (62 loc) • 1.04 kB
JavaScript
module.exports = {
"name": "bg_BG",
"day": {
"abbrev": [
"нд",
"пн",
"вт",
"ср",
"чт",
"пт",
"сб"
],
"full": [
"неделя",
"понеделник",
"вторник",
"сряда",
"четвъртък",
"петък",
"събота"
]
},
"month": {
"abbrev": [
"яну",
"фев",
"мар",
"апр",
"май",
"юни",
"юли",
"авг",
"сеп",
"окт",
"ное",
"дек"
],
"full": [
"януари",
"февруари",
"март",
"април",
"май",
"юни",
"юли",
"август",
"септември",
"октомври",
"ноември",
"декември"
]
},
"meridiem": [
"",
""
],
"date": "%e.%m.%Y",
"time24": "%k,%M,%S",
"dateTime": "%x (%a) %X %Z",
"time12": "%l,%M,%S",
"full": "%a %b %e %H:%M:%S %Z %Y"
}