summaryrefslogtreecommitdiffstats
path: root/apps/weather_status/l10n/pt_PT.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/weather_status/l10n/pt_PT.js')
-rw-r--r--apps/weather_status/l10n/pt_PT.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/weather_status/l10n/pt_PT.js b/apps/weather_status/l10n/pt_PT.js
index a4a5c8d9b28..af22ef6e542 100644
--- a/apps/weather_status/l10n/pt_PT.js
+++ b/apps/weather_status/l10n/pt_PT.js
@@ -35,4 +35,4 @@ OC.L10N.register(
"{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Aguaceiros fracos às {time}",
"{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Aguaceiros fortes às {time}"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");