summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r--apps/files_sharing/l10n/is.js2
-rw-r--r--apps/files_sharing/l10n/is.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js
index 57e49f68ec4..93f63e25314 100644
--- a/apps/files_sharing/l10n/is.js
+++ b/apps/files_sharing/l10n/is.js
@@ -8,4 +8,4 @@ OC.L10N.register(
"Name" : "Nafn",
"Download" : "Niðurhal"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json
index f7094b9cbe8..69493847d9b 100644
--- a/apps/files_sharing/l10n/is.json
+++ b/apps/files_sharing/l10n/is.json
@@ -5,5 +5,5 @@
"Password" : "Lykilorð",
"Name" : "Nafn",
"Download" : "Niðurhal"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
} \ No newline at end of file