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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-05 06:02:49 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-05 06:02:49 +0300
commit4e8a8fe87488d0719de0e9ed6260835628d553be (patch)
tree1d4da8bc618fb245927fa7646744c21576630184 /l10n
parent48827987a64e2d13ff32439535d8206c250ddb68 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-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 e55797e..71001c1 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -24,4 +24,4 @@ OC.L10N.register(
"Live update" : "Mise à jour en direct",
"Download logs" : "Télécharger les journaux"
},
-"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 a8f9ff2..b180e95 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -21,5 +21,5 @@
"Log content" : "Contenu du registre",
"Live update" : "Mise à jour en direct",
"Download logs" : "Télécharger les journaux"
-},"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