Skip to content

Commit

Permalink
[strings] Fixed missing Polish translation on Android
Browse files Browse the repository at this point in the history
`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 <me@alex.bio>
  • Loading branch information
biodranik authored and vng committed Jun 28, 2024
1 parent 80ff58e commit 105b948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/strings/strings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 105b948

Please sign in to comment.