From f2abb970edb19672b487a2e012650a09b9fe3dd0 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Sun, 10 Jan 2021 02:19:29 +0200 Subject: [PATCH] Fix two remaining plurals broken by Weblate --- config/locales/fi.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config/locales/fi.yml b/config/locales/fi.yml index b1ec5111..7323c1da 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -126,8 +126,9 @@ fi: none: Ei not_available_abbr: ei note: - one: ei muistiinpanoja - other: 1 muistiinpano + one: 1 muistiinpano + other: "%{count} muistiinpanoa" + zero: ei muistiinpanoja notes: Muistiinpanot numbered_step: Askel %{number} ok: Ok @@ -1188,11 +1189,12 @@ fi: multi_page_html: Näytetään %{model} %{from} - %{to} yhteensä %{count} tietueesta single_page: - zero: Näytetään 1 %{model} - one: '%{model} ei löytynyt' + one: Näytetään 1 %{model} + other: Näytetään kaikki %{count} %{model} zero: "%{model} ei löytynyt" single_page_html: - one: '%{model} ei löytynyt' + one: Näytetään 1 %{model} other: Näytetään kaikki %{count} %{model} + zero: "%{model} ei löytynyt" page_gap: "…" previous_label: "← Edellinen"