Skip to content

Commit

Permalink
Merge pull request #175 from fmasa/french-lang
Browse files Browse the repository at this point in the history
Enable French language
  • Loading branch information
fmasa authored Sep 4, 2023
2 parents 6e71286 + 7b8bf9d commit 007d36b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ enum class Language(
val englishName: String
) {
BASE("English", "English"),
IT("Italiano", "Italian")
IT("Italiano", "Italian"),
FR("Français", "French"),
}
2 changes: 1 addition & 1 deletion common/src/commonMain/resources/MR/fr/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plurals name="parties_player_count">
<item quantity="one">%d joueur</item>
<item quantity="many">%d joueurs</item>
<item quantity="other"></item>
<item quantity="other">%d joueurs</item>
</plurals>
</resources>

0 comments on commit 007d36b

Please sign in to comment.