1
0
Fork 0
arangodb/js/node/node_modules/timezone/lv_LV.js

63 lines
937 B
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports = {
"name": "lv_LV",
"day": {
"abbrev": [
"Sv",
"P ",
"O ",
"T ",
"C ",
"Pk",
"S "
],
"full": [
"svētdiena",
"pirmdiena",
"otrdiena",
"trešdiena",
"ceturtdiena",
"piektdiena",
"sestdiena"
]
},
"month": {
"abbrev": [
"jan",
"feb",
"mar",
"apr",
"mai",
"jūn",
"jūl",
"aug",
"sep",
"okt",
"nov",
"dec"
],
"full": [
"janvāris",
"februāris",
"marts",
"aprīlis",
"maijs",
"jūnijs",
"jūlijs",
"augusts",
"septembris",
"oktobris",
"novembris",
"decembris"
]
},
"meridiem": [
"",
""
],
"date": "%Y.%m.%d.",
"time24": "%T",
"dateTime": "%A, %Y. gada %e. %B, plkst. %H un %M",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}