Skip to content

Commit

Permalink
ignoring one french word
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesOsborn-SE committed Jul 24, 2024
1 parent 00b60a5 commit 84bbf74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="background_summary_off">Vous ne pourrez pas envoyer ou recevoir de parties si l\'application n\'est pas ouverte</string>
<string name="submit">J\'ai fini mon tour !</string>
<string name="dialog_accept_turn">Acceptez votre tour de %1$s !</string>
Expand Down Expand Up @@ -91,7 +91,7 @@
<string name="james">James</string>
<string name="that_s_me">C\'est moi</string>
<plurals name="previous_games">
<item quantity="one">Jeu précédent</item>
<item quantity="one" tools:ignore="ImpliedQuantity">Jeu précédent</item>
<item quantity="many">Jeux précédents</item>
<item quantity="other">Jeux précédents</item>
</plurals>
Expand Down

0 comments on commit 84bbf74

Please sign in to comment.