Fixed sv_SE formatting
Long date does not work well for Bangle.js2 This aligns with default locale en_GB.master
parent
53d7103272
commit
a1ebca296c
|
|
@ -218,7 +218,7 @@
|
|||
{
|
||||
"id": "locale",
|
||||
"name": "Languages",
|
||||
"version": "0.14",
|
||||
"version": "0.15",
|
||||
"description": "Translations for different countries",
|
||||
"icon": "locale.png",
|
||||
"type": "locale",
|
||||
|
|
|
|||
|
|
@ -14,3 +14,4 @@
|
|||
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: Fixed sv_SE formatting, long date does not work well for Bangle.js2
|
||||
|
|
|
|||
|
|
@ -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