Skip to content

Commit

Permalink
Add english langstrings logout and exit
Browse files Browse the repository at this point in the history
  • Loading branch information
GiR_Zippo committed Jul 21, 2024
1 parent ecc0ab6 commit 0f01637
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HypnotoadPlugin/HypnotoadPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<Description>BardMusicPlayer &amp; LightAmp companion for enhanced functionality.</Description>
<PackageProjectUrl>https://github.com/GiR-Zippo/Hypnotoad-Plugin</PackageProjectUrl>
<Version>0.0.1.39</Version>
<Version>0.0.1.40</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
6 changes: 4 additions & 2 deletions HypnotoadPlugin/Utils/Langstrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ public static class Langstrings
internal static readonly List<Regex> ConfirmLogout =
[
new Regex(@"Zum Titelbildschirm zurückkehren\?"),
new Regex(@"Se déconnecter et retourner à l'écram titre \?")
new Regex(@"Se déconnecter et retourner à l'écram titre \?"),
new Regex(@"Log out and return to the title screen\?")
];

internal static readonly List<Regex> ConfirmShutdown =
[
new Regex(@"Das Spiel beenden\?"),
new Regex(@"Se déconnecter et quitter le jeu \?")
new Regex(@"Se déconnecter et quitter le jeu \?"),
new Regex(@"Log out and exit the game\?")
];
}

0 comments on commit 0f01637

Please sign in to comment.