From d26d0ae774759d2ca0665075a22a729500483a1c Mon Sep 17 00:00:00 2001 From: soshial Date: Sat, 22 Jun 2024 23:27:13 +0400 Subject: [PATCH 1/2] Fix Polish plurals Signed-off-by: soshial --- data/strings/strings.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/data/strings/strings.txt b/data/strings/strings.txt index e45bec994c..7ff67aedc2 100644 --- a/data/strings/strings.txt +++ b/data/strings/strings.txt @@ -22241,7 +22241,9 @@ mr = %d वस्तू nb = %d sted nl = %d plaats - pl = %d miejsce + pl:one = %d miejsce + pl:few = %d miejsca + pl:many = %d miejsc pt-BR:one = %d objeto pt-BR:other = %d objetos pt:one = %d objeto @@ -22307,7 +22309,9 @@ mr:other = %d ठिकाणे nb = %d steder nl = %d plaatsen - pl = %d miejsc + pl:one = %d miejsce + pl:few = %d miejsca + pl:many = %d miejsc pt-BR:one = %d lugar pt-BR:other = %d lugares pt:one = %d lugar @@ -22369,7 +22373,9 @@ mr = %d ट्रॅक nb = %d stier nl = %d tracks - pl = %d tras + pl:one = %d trasa + pl:few = %d trasy + pl:many = %d tras pt-BR:one = %d percurso pt-BR:other = %d percursos pt:one = %d percurso -- 2.45.3 From f256dad32acc2140c10dc510c741a955eac1afb1 Mon Sep 17 00:00:00 2001 From: soshial Date: Sun, 23 Jun 2024 19:29:51 +0400 Subject: [PATCH 2/2] PR comments fixes Signed-off-by: soshial --- data/strings/strings.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/strings/strings.txt b/data/strings/strings.txt index 7ff67aedc2..ffb3bcdea5 100644 --- a/data/strings/strings.txt +++ b/data/strings/strings.txt @@ -22241,9 +22241,9 @@ mr = %d वस्तू nb = %d sted nl = %d plaats - pl:one = %d miejsce - pl:few = %d miejsca - pl:many = %d miejsc + pl:few = %d obiekty + pl:many = %d obiektów + pl:one = %d obiekt pt-BR:one = %d objeto pt-BR:other = %d objetos pt:one = %d objeto @@ -22309,9 +22309,9 @@ mr:other = %d ठिकाणे nb = %d steder nl = %d plaatsen - pl:one = %d miejsce pl:few = %d miejsca pl:many = %d miejsc + pl:one = %d miejsce pt-BR:one = %d lugar pt-BR:other = %d lugares pt:one = %d lugar @@ -22373,9 +22373,9 @@ mr = %d ट्रॅक nb = %d stier nl = %d tracks - pl:one = %d trasa pl:few = %d trasy pl:many = %d tras + pl:one = %d trasa pt-BR:one = %d percurso pt-BR:other = %d percursos pt:one = %d percurso -- 2.45.3