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

github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es_MX.js')
-rw-r--r--l10n/es_MX.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/es_MX.js b/l10n/es_MX.js
index 8f37147..c2e70b1 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -20,4 +20,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");