mirror of https://github.com/espruino/BangleApps
commit
ad80b67723
|
@ -145,10 +145,10 @@ var locales = {
|
||||||
"fr_FR": {
|
"fr_FR": {
|
||||||
lang: "fr_FR",
|
lang: "fr_FR",
|
||||||
decimal_point: ",",
|
decimal_point: ",",
|
||||||
thousands_sep: ".",
|
thousands_sep: " ",
|
||||||
currency_symbol: "\x80",
|
currency_symbol: "\x80",
|
||||||
int_curr_symbol: "EUR",
|
int_curr_symbol: "EUR",
|
||||||
speed: "kmh",
|
speed: "km/h",
|
||||||
distance: { 0: "m", 1: "km" },
|
distance: { 0: "m", 1: "km" },
|
||||||
temperature: "°C",
|
temperature: "°C",
|
||||||
ampm: { 0: "", 1: "" },
|
ampm: { 0: "", 1: "" },
|
||||||
|
|
Loading…
Reference in New Issue