Skip to content

Commit

Permalink
Add 'agree', 'dissagre', and 'not ok' in english choice (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
enzocano authored and tellarin committed Aug 6, 2018
1 parent 4c8583c commit 126a472
Show file tree
Hide file tree
Showing 7 changed files with 1,706 additions and 1,617 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
Expand All @@ -19,7 +19,7 @@ public static class ChoiceDefinitions
{
public const string LangMarker = "Eng";
public const string TokenizerRegex = @"[^\w\d]";
public const string TrueRegex = @"\b(true|yes|yep|y|sure|ok)\b|(\uD83D\uDC4D|\uD83D\uDC4C)";
public const string FalseRegex = @"\b(false|nope|nop|no)\b|(\uD83D\uDC4E|\u270B|\uD83D\uDD90)";
public const string TrueRegex = @"\b(true|yes|yep|y|sure|ok|agree)\b|(\uD83D\uDC4D|\uD83D\uDC4C)";
public const string FalseRegex = @"\b(false|nope|nop|no|not\s+ok|disagree)\b|(\uD83D\uDC4E|\u270B|\uD83D\uDD90)";
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
Expand All @@ -22,4 +22,4 @@ public static class ChoiceDefinitions
public const string TrueRegex = @"\b(verdad|verdadero|sí|sip|s|si|cierto|por supuesto|ok)\b|(\uD83D\uDC4D|\uD83D\uDC4C)";
public const string FalseRegex = @"\b(falso|no|nop|n|no)\b|(\uD83D\uDC4E|\u270B|\uD83D\uDD90)";
}
}
}
Loading

0 comments on commit 126a472

Please sign in to comment.