From 4ff0adc3fd2e68934890b33f60f249bad0596d55 Mon Sep 17 00:00:00 2001 From: grsutcliffe Date: Wed, 3 Jun 2020 09:57:44 +1000 Subject: [PATCH] en_AU updated to values metric and corrected date local "en_AU" had some incorrect values, Australia is fully metric, and date is %d/%m/%y. --- apps/locale/locales.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/locale/locales.js b/apps/locale/locales.js index aaae27c93..d54506ce9 100644 --- a/apps/locale/locales.js +++ b/apps/locale/locales.js @@ -212,12 +212,12 @@ var locales = { thousands_sep: ",", currency_symbol: "$", int_curr_symbol: "AUD", - speed: "mph", - distance: { 0: "mi", 1: "kmi" }, - temperature: "°F", + speed: "kmh", + distance: { 0: "m", 1: "km" }, + temperature: "°C", ampm: { 0: "am", 1: "pm" }, timePattern: { 0: "%HH:%MM:%SS ", 1: "%HH:%MM" }, - datePattern: { 0: "%A, %B %d, %Y", "1": "%m/%d/%y" }, // Sunday, 1 March 2020 // 1/3/20 + datePattern: { 0: "%A, %B %d, %Y", "1": "%d/%m/%y" }, // Sunday, 1 March 2020 // 1/3/20 abmonth: "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec", month: "January,February,March,April,May,June,July,August,September,October,November,December", abday: "Sun,Mon,Tue,Wed,Thu,Fri,Sat",