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

github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/ug.js2
-rw-r--r--l10n/ug.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/ug.js b/l10n/ug.js
index df69425..0eac215 100644
--- a/l10n/ug.js
+++ b/l10n/ug.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Select"
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ug.json b/l10n/ug.json
index 9248746..77023e1 100644
--- a/l10n/ug.json
+++ b/l10n/ug.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Select"
-},"pluralForm" :"nplurals=1; plural=0;"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file