diff --git a/l10n/ug.js b/l10n/ug.js index 9173b0b..50be1f1 100644 --- a/l10n/ug.js +++ b/l10n/ug.js @@ -6,4 +6,4 @@ OC.L10N.register( "Enable" : "قوزغات", "Disable" : "چەكلە" }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ug.json b/l10n/ug.json index e007f20..12ede66 100644 --- a/l10n/ug.json +++ b/l10n/ug.json @@ -3,5 +3,5 @@ "Settings" : "تەڭشەكلەر", "Enable" : "قوزغات", "Disable" : "چەكلە" -},"pluralForm" :"nplurals=1; plural=0;" +},"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file