From f04f5921e133192e0b9a2dcdc7c2aed241e8b7d3 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 26 Sep 2022 01:26:55 +0300 Subject: [PATCH] fix fr number formatting --- public/locales/fr/common.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 5372d899..bfe8c98a 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -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",