1
0
Fork 0

Removed NL day-name in locale (as it doesn't fit on screen on the clock and also en_GB does not have it)

master
Jeroen Peters 2021-12-06 14:10:45 +01:00
parent a385c09922
commit 6a73d41cfc
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ var locales = {
temperature: "°C",
ampm: { 0: "", 1: "" },
timePattern: { 0: "%HH:%MM:%SS", 1: "%HH:%MM" },
datePattern: { 0: "%A %B %d %Y", 1: "%d.%m.%y" }, // zondag 1 maart 2020 // 01.01.20
datePattern: { 0: "%B %d %Y", 1: "%d.%m.%y" }, // zondag 1 maart 2020 // 01.01.20
abday: "zo,ma,di,wo,do,vr,za",
day: "zondag,maandag,dinsdag,woensdag,donderdag,vrijdag,zaterdag",
abmonth: "jan,feb,mrt,apr,mei,jun,jul,aug,sep,okt,nov,dec",