Update French locales

Change thousands separator and modify the speed unit
master
GRISHENK0 2020-05-20 14:45:25 +02:00 committed by GitHub
parent c7dc23201b
commit 7e39d8f1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -145,10 +145,10 @@ var locales = {
"fr_FR": {
lang: "fr_FR",
decimal_point: ",",
thousands_sep: ".",
thousands_sep: " ",
currency_symbol: "\x80",
int_curr_symbol: "EUR",
speed: "kmh",
speed: "km/h",
distance: { 0: "m", 1: "km" },
temperature: "°C",
ampm: { 0: "", 1: "" },