mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Corrected English spellings
Corrected English spelling of October, added capitol letters to months and days. Updated abbreviations.
This commit is contained in:
parent
b04b185cf9
commit
4b2709d7e3
10
js/main.js
10
js/main.js
@ -75,11 +75,11 @@ jQuery(document).ready(function($) {
|
|||||||
var in_days = 'jour(s)';
|
var in_days = 'jour(s)';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
var days = ['sunday','monday','tuesday','wednesday','thursday','friday','saturday'];
|
var days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
|
||||||
var months = ['january','february','march','april','may','june','july','august','september','oktober','november','december'];
|
var months = ['January','February','March','April','May','June','July','August','September','October','November','December'];
|
||||||
var dayAbbr = ['su','mo','tu','we','th','fr','sa'];
|
var dayAbbr = ['Sun','Mon','Tues','Wed','Thru','Fri','Sat'];
|
||||||
var today = 'today';
|
var today = 'Today';
|
||||||
var tomorrow = 'tomorrow';
|
var tomorrow = 'Tomorrow';
|
||||||
var in_days = 'days';
|
var in_days = 'days';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user