fix fr number formatting

pull/284/head
Ben Phelps 3 years ago committed by GitHub
parent 1f52435bc1
commit f04f5921e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,17 +87,6 @@
"disabled": "Désactivé",
"total": "Total"
},
"common": {
"bbytes": "{{value, bytes(binary: true)}}",
"bytes": "{{value, bytes}}",
"bits": "{{value, bytes(bits: true)}}",
"bbits": "{{value, bytes(bits: true, binary: true)}}",
"number": "{{value, number}}",
"byterate": "{{value, bytes}}",
"bitrate": "{{value, bytes(bits: true)}}",
"percent": "{{value, percent}}",
"ms": "{{value, number}}"
},
"weather": {
"current": "Localisation actuelle",
"allow": "Cliquez pour autoriser",

Loading…
Cancel
Save