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
diff options
context:
space:
mode:
-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 71001c1..e55797e 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=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index b180e95..a8f9ff2 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=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file