Skip to content

Commit

Permalink
MamakaKaiao fix all + and = spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Jun 27, 2024
1 parent 09e8a5c commit 55e838e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HawDict/Input/MamakaKaiaoInputDict.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ protected override string CleanSourceHtml(string s)
.Replace(">wa&#699;a &#699;lli&#183;kini</span>", ">wa&#699;a &#699;Ili&#183;kini</span>")
.Replace(">&#699;loa</span>", ">&#699;Ioa</span>")
.Replace("as of body parts. <i>&#699;lke aku", "as of body parts. <i>&#699;Ike aku")
.Replace("+0", "+").Replace("4+", "+")
.Replace("+", " + ").Replace("=", " = ")
;

string[] split = s.Split('\n');
Expand Down

0 comments on commit 55e838e

Please sign in to comment.