Skip to content

Commit

Permalink
Add many quantity for fr an fr-CA
Browse files Browse the repository at this point in the history
See https://issuetracker.google.com/208178382

PiperOrigin-RevId: 454949204
  • Loading branch information
marcbaechinger committed Jun 15, 2022
1 parent 4759472 commit 6fd777c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/ui/src/main/res/values-fr-rCA/strings.xml
Expand Up @@ -31,11 +31,13 @@
<plurals name="exo_controls_rewind_by_amount_description">
<item quantity="one">Reculer de %d seconde</item>
<item quantity="other">Reculer de %d secondes</item>
<item quantity="many">Reculer de %d secondes</item>
</plurals>
<string name="exo_controls_fastforward_description">Avance rapide</string>
<plurals name="exo_controls_fastforward_by_amount_description">
<item quantity="one">Avancer rapidement de %d seconde</item>
<item quantity="other">Avancer rapidement de %d secondes</item>
<item quantity="many">Avancer rapidement de %d secondes</item>
</plurals>
<string name="exo_controls_repeat_off_description">Ne rien lire en boucle</string>
<string name="exo_controls_repeat_one_description">Lire une chanson en boucle</string>
Expand Down
2 changes: 2 additions & 0 deletions library/ui/src/main/res/values-fr/strings.xml
Expand Up @@ -31,11 +31,13 @@
<plurals name="exo_controls_rewind_by_amount_description">
<item quantity="one">Revenir en arrière de %d seconde</item>
<item quantity="other">Revenir en arrière de %d secondes</item>
<item quantity="many">Revenir en arrière de %d secondes</item>
</plurals>
<string name="exo_controls_fastforward_description">Avance rapide</string>
<plurals name="exo_controls_fastforward_by_amount_description">
<item quantity="one">Avancer de %d seconde</item>
<item quantity="other">Avancer de %d secondes</item>
<item quantity="many">Avancer de %d secondes</item>
</plurals>
<string name="exo_controls_repeat_off_description">Ne rien lire en boucle</string>
<string name="exo_controls_repeat_one_description">Lire un titre en boucle</string>
Expand Down

0 comments on commit 6fd777c

Please sign in to comment.