1
0
Fork 0

switched yards to meters for us locale

master
Darin755 2022-06-17 19:39:57 -06:00
parent 3bddcd402d
commit 6c4bfc58b5
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ var locales = {
currency_symbol: "$", currency_first: true,
int_curr_symbol: "USD",
speed: "mph",
distance: { 0: "yd", 1: "mi" },
distance: { 0: "m", 1: "mi" },
temperature: "°F",
ampm: { 0: "am", 1: "pm" },
timePattern: { 0: "%HH:%MM:%SS ", 1: "%HH:%MM" },