Skip to content

Commit

Permalink
Fix plural forms
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored and mrts committed Sep 22, 2023
1 parent fcf6a4c commit 882b2da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/translations/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,15 @@
<translation>
<numerusform>PIN byl minimálně jednou zadán nesprávně. Zbývá %n pokus.</numerusform>
<numerusform>PIN byl minimálně jednou zadán nesprávně. Zbývá %n pokusů.</numerusform>
<numerusform>PIN byl minimálně jednou zadán nesprávně. Zbývá %n pokusů.</numerusform>
</translation>
</message>
<message numerus="yes">
<source>Incorrect PIN, %n attempts left.</source>
<translation>
<numerusform>Nesprávný PIN, zbývá %n pokus.</numerusform>
<numerusform>Nesprávný PIN, zbývá %n pokusů.</numerusform>
<numerusform>Nesprávný PIN, zbývá %n pokusů.</numerusform>
</translation>
</message>
<message>
Expand Down
2 changes: 2 additions & 0 deletions src/ui/translations/sk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,15 @@
<translation>
<numerusform>PIN bol minimálne raz zadaný nesprávne. Zostáva %n pokus.</numerusform>
<numerusform>PIN bol minimálne raz zadaný nesprávne. Zostáva %n pokusov.</numerusform>
<numerusform>PIN bol minimálne raz zadaný nesprávne. Zostáva %n pokusov.</numerusform>
</translation>
</message>
<message numerus="yes">
<source>Incorrect PIN, %n attempts left.</source>
<translation>
<numerusform>Nesprávny PIN, zostáva %n pokus.</numerusform>
<numerusform>Nesprávny PIN, zostáva %n pokusov.</numerusform>
<numerusform>Nesprávny PIN, zostáva %n pokusov.</numerusform>
</translation>
</message>
<message>
Expand Down

0 comments on commit 882b2da

Please sign in to comment.