mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix le francais
This commit is contained in:
parent
5df18f8f30
commit
0022c15fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue