diff --git a/src/HawDict/Input/MamakaKaiaoInputDict.cs b/src/HawDict/Input/MamakaKaiaoInputDict.cs index f140346..98e6a25 100644 --- a/src/HawDict/Input/MamakaKaiaoInputDict.cs +++ b/src/HawDict/Input/MamakaKaiaoInputDict.cs @@ -158,6 +158,8 @@ protected override string CleanSourceHtml(string s) .Replace("Paʻi(preceded by ke)", "Paʻi (preceded by ke)") .Replace("iho. Backslash ().", "iho. Backslash (\\).") .Replace("backslash In printing ().", "backslash In printing (\\).") + .Replace("˜ jar. ʻĬmole pepehi", "˜ jar. ʻŌmole pepehi") + .Replace("curriculum vitae, résumé.Moʻomōʻali.", "curriculum vitae, résumé. Moʻomōʻali.") ; string[] split = s.Split('\n'); diff --git a/src/HawDict/Input/PlaceNamesInputDict.cs b/src/HawDict/Input/PlaceNamesInputDict.cs index b0c8038..66dfbd7 100644 --- a/src/HawDict/Input/PlaceNamesInputDict.cs +++ b/src/HawDict/Input/PlaceNamesInputDict.cs @@ -51,6 +51,7 @@ protected override string CleanSourceHtml(string s) .Replace("Peak(2", "Peak (2") .Replace("daintily(a poetic", "daintily (a poetic") .Replace("Smith( 1802-1891)", "Smith (1802-1891)") + .Replace("McAllíster", "McAllister") ; return s; diff --git a/src/HawDict/Input/PukuiElbertInputDict.cs b/src/HawDict/Input/PukuiElbertInputDict.cs index 7e05d48..caf56b5 100644 --- a/src/HawDict/Input/PukuiElbertInputDict.cs +++ b/src/HawDict/Input/PukuiElbertInputDict.cs @@ -88,6 +88,8 @@ protected override string CleanSourceHtml(string s) .Replace("kani(bell).", "kani (bell).") .Replace("ilo(young)", "ilo (young)") .Replace("ʻʻaʻole", "ʻaʻole") + .Replace("kólomoku", "kolomoku") + .Replace("(Spanish, españnol.)", "(Spanish, español.)") // Missing definition number fixes .Replace("n. Name of a large valley on", "1. n. Name of a large valley on") ;
n. Name of a large valley on", "
1. n. Name of a large valley on") ;