diff options
Diffstat (limited to 'resources/lib/moment/locale/en-au.js')
-rw-r--r-- | resources/lib/moment/locale/en-au.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/resources/lib/moment/locale/en-au.js b/resources/lib/moment/locale/en-au.js index d415e2bdb3d6..869f51d1f9f6 100644 --- a/resources/lib/moment/locale/en-au.js +++ b/resources/lib/moment/locale/en-au.js @@ -60,16 +60,16 @@ ~~((number % 100) / 10) === 1 ? 'th' : b === 1 - ? 'st' - : b === 2 - ? 'nd' - : b === 3 - ? 'rd' - : 'th'; + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; return number + output; }, week: { - dow: 1, // Monday is the first day of the week. + dow: 0, // Sunday is the first day of the week. doy: 4, // The week that contains Jan 4th is the first week of the year. }, }); |