Fix le francais

This commit is contained in:
goat 2019-11-24 22:37:24 +09:00
parent 5df18f8f30
commit 0022c15fa1

View file

@ -24,7 +24,7 @@ namespace Dalamud.Game.Command {
new Regex(@"^„(?<command>.+)“ existiert nicht als Textkommando\.$", RegexOptions.Compiled);
private readonly Regex commandRegexFr =
new Regex(@"^La commande texte “(?<command>.+)” ne peut pas être utilisée de cette façon\.$",
new Regex(@"^La commande texte “(?<command>.+)” n'existe pas\.$",
RegexOptions.Compiled);
private readonly Regex CommandRegex;