Skip to content

Commit

Permalink
Remove the H$1 regex (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Sep 10, 2024
1 parent 3b5ebeb commit fc82998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Translation/en/Text/regex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ r:"^([11])回$"=$1 time
r:"^([0-90-9]+)回$"=$1 times
r:"^([11])人$"=$1 person
sr:"^([0-90-9]+)人$"=$1 people
sr:"^H(.+)$"=H$1
sr:"^自己記録を更新(.+)!$"=Self-recorded $1!
r:"^スロット([0-90-9]+)$"=Slot $1
r:"^([0-90-9]+)の設定$"=Slot Setting $1
Expand Down

0 comments on commit fc82998

Please sign in to comment.