Merge pull request #410 from nebbishhacker/en_ca-locale

Update en_CA locale units
pull/407/head^2
Gordon Williams 2020-05-12 07:56:21 +01:00 committed by GitHub
commit 7363cda5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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