Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-05 06:34:03 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 06:34:03 +0300
commita16b735ec78de5818f06d37581f4e330ab42c348 (patch)
treebb77e4f92a6051231dad33bfb8ca652c30dbb6db
parentd37be47c7e2b4a3e4fee60411bbc6c0c61f10864 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 34fd646..ca17548 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -52,4 +52,4 @@ OC.L10N.register(
"Date" : "Date",
"Perceptible Temperature" : "Température ressentie"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/fr.json b/l10n/fr.json
index 4e35f36..0c3b623 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -49,5 +49,5 @@
"Sunset" : "Coucher du soleil",
"Date" : "Date",
"Perceptible Temperature" : "Température ressentie"
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file