commit
470e2372b8
|
|
@ -14,4 +14,5 @@
|
|||
0.12: Fixed nl_NL formatting, because the full months won't fit on the Bangle.js2's screen
|
||||
0.13: Now use shorter de_DE date format to more closely match other languages for size
|
||||
0.14: Added some first translations for Messages in nl_NL
|
||||
0.15: Added Swedish localisation with English text
|
||||
0.15: Fixed sv_SE formatting, long date does not work well for Bangle.js2
|
||||
Added Swedish localisation with English text
|
||||
|
|
@ -276,7 +276,7 @@ var locales = {
|
|||
temperature: "°C",
|
||||
ampm: { 0: "fm", 1: "em" },
|
||||
timePattern: { 0: "%HH:%MM:%SS ", 1: "%HH:%MM" },
|
||||
datePattern: { 0: "%A %B %d %Y", "1": "%Y-%m-%d" }, // söndag 1 mars 2020 // 2020-03-01
|
||||
datePattern: { 0: "%b %d %Y", "1": "%Y-%m-%d" }, // feb 1 2020 // 2020-03-01
|
||||
abmonth: "jan,feb,mars,apr,maj,juni,juli,aug,sep,okt,nov,dec",
|
||||
month: "januari,februari,mars,april,maj,juni,juli,augusti,september,oktober,november,december",
|
||||
abday: "sön,mån,tis,ons,tors,fre,lör",
|
||||
|
|
|
|||
Loading…
Reference in New Issue