Skip to content

Commit

Permalink
Add "many" plural form to picked file translations
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Oct 18, 2024
1 parent 8614712 commit 6c53180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<plurals name="filesCount">
<item quantity="one">%d fichier</item>
<item quantity="other">%d fichiers</item>
<item quantity="many">% de fichiers</item>
</plurals>
<string name="firstTransferDescription">Fais ton premier transfert !</string>
<string name="importFilesScreenTitle">Fichiers à transférer</string>
Expand Down Expand Up @@ -78,6 +79,7 @@
<plurals name="transferSpaceLeft">
<item quantity="one">%s restant</item>
<item quantity="other">%s restants</item>
<item quantity="many">%s restant</item>
</plurals>
<string name="transferTypeEmail">E-mail</string>
<string name="transferTypeLink">Lien</string>
Expand Down

0 comments on commit 6c53180

Please sign in to comment.