Skip to content

Commit

Permalink
French translation for rando file select
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleHato committed Jan 20, 2025
1 parent 5c4a6ae commit 0cdd397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions soh/soh/Enhancements/FileSelectEnhancements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@ std::array<std::string, LANGUAGE_MAX> RandomizerSettingsMenuText[RSM_MAX] = {
// German
"Start Randomizer",
// French
"Start Randomizer",
"Commencer le Randomizer",
},
{
// English
"Generate New Randomizer Seed",
// German
"Generate New Randomizer Seed",
// French
"Generate New Randomizer Seed",
"Générer une nouvelle Seed pour le Randomizer",
},
{
// English
"Open Randomizer Settings",
// German
"Open Randomizer Settings",
// French
"Open Randomizer Settings",
"Ouvrir les paramètres du Randomizer",
},
{
// English
"Generating...",
// German
"Generating...",
// French
"Generating...",
"Génération en cours...",
},
{
// English
Expand Down

0 comments on commit 0cdd397

Please sign in to comment.