From 74564e23cc5586a327b881becbc8261044c1667b Mon Sep 17 00:00:00 2001 From: Ben Whittaker Date: Mon, 11 May 2020 19:54:30 -0400 Subject: [PATCH] Update en_CA locale units We're pretty inconsistent when it comes to units here, but we are theoretically a metric nation. --- apps/locale/locales.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/locale/locales.js b/apps/locale/locales.js index 508c92015..cbc56b85c 100644 --- a/apps/locale/locales.js +++ b/apps/locale/locales.js @@ -9,6 +9,7 @@ const distanceUnits = { // how many meters per X? const speedUnits = { // how many kph per X? "kmh": 1, "kph": 1, + "km/h": 1, "mph": 1.60934 }; @@ -129,9 +130,9 @@ var locales = { thousands_sep: ",", currency_symbol: "$", int_curr_symbol: "CAD", - speed: "mph", - distance: { 0: "mi", 1: "kmi" }, - temperature: "°F", + speed: "km/h", + 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": "%Y-%m-%d" }, // Sunday, March 1, 2020 // 2012-12-20