From 105b948d354054763cf74813486d459fbd54a021 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Mon, 24 Jun 2024 19:14:24 +0200 Subject: [PATCH] [strings] Fixed missing Polish translation on Android `other` is used for cases like 1.5, or to fall back to anything except `one`. Without `other`, the current twine implementation does not work properly on Android (all plurals are removed), and on iOS (an English version of `other` is added into plurals). Signed-off-by: Alexander Borsuk --- data/strings/strings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/strings/strings.txt b/data/strings/strings.txt index 44482b8bc596a..7f90df86bdfe8 100644 --- a/data/strings/strings.txt +++ b/data/strings/strings.txt @@ -22258,6 +22258,7 @@ pl:few = %d obiekty pl:many = %d obiektów pl:one = %d obiekt + pl:other = %d obiektu pt-BR:one = %d objeto pt-BR:other = %d objetos pt:one = %d objeto @@ -22326,6 +22327,7 @@ pl:few = %d miejsca pl:many = %d miejsc pl:one = %d miejsce + pl:other = %d miejsca pt-BR:one = %d lugar pt-BR:other = %d lugares pt:one = %d lugar @@ -22390,6 +22392,7 @@ pl:few = %d trasy pl:many = %d tras pl:one = %d trasa + pl:other = %d trasy pt-BR:one = %d percurso pt-BR:other = %d percursos pt:one = %d percurso