From 56ab017f5a94f50a3e7bb92b06f75cd21db9d826 Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Thu, 27 Jun 2024 13:20:19 -0700 Subject: [PATCH] =?UTF-8?q?PukuiElbert=20fix=20abbreviations=20for=20Mele?= =?UTF-8?q?=20and=20N=C4=81N=C4=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/HawDict/Input/PukuiElbertInputDict.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/HawDict/Input/PukuiElbertInputDict.cs b/src/HawDict/Input/PukuiElbertInputDict.cs index 62cad72..cd85f53 100644 --- a/src/HawDict/Input/PukuiElbertInputDict.cs +++ b/src/HawDict/Input/PukuiElbertInputDict.cs @@ -40,8 +40,7 @@ protected override string CleanSourceHtml(string s) return s .Replace("

 

\n
", "") .Replace("

 

\n

 

\n
", "") - .Replace("&4 ", "Redup. ").Replace("&;n", "n.").Replace("&(PCP; ", "(PCP ").Replace("(Mele ", "(Mele. ") - .Replace("Nānā 3", "Nānā. 3").Replace("Nānā 2", "Nānā. 2").Replace("Nānā 1", "Nānā. 1") + .Replace("&4 ", "Redup. ").Replace("&;n", "n.").Replace("&(PCP; ", "(PCP ").Replace("(Mele. ", "(Mele ") .Replace("..", ".").Replace("..", ".").Replace("..", ".") .Replace("“", "\"").Replace("”", "\"") .Replace("T.44>", "") @@ -146,6 +145,7 @@ protected override string CleanSourceHtml(string s) .Replace(">puaʻkiʻo", ">puʻa kiʻo") .Replace(">puʻuʻ.puʻu lā.ʻau ", ">puʻu.puʻu lā.ʻau ") .Replace(">uē (uwē)ʻala.lā ", ">uē (uwē) ʻala.lā ") + .Replace("Na_na_", "Nānā") // Missing definition number fixes .Replace("

n. Name of a large valley on", "

1. n. Name of a large valley on") ; @@ -211,7 +211,7 @@ protected override void AddAbbreviations(OutputDictBase dict) new OutputAbbreviation(dict, "n.v.", "noun-verb", AbbreviationType.Grammatical), new OutputAbbreviation(dict, "n.", "noun", AbbreviationType.Grammatical), new OutputAbbreviation(dict, "Nak.", "Nakuina, Moolelo Hawaii ..."), - new OutputAbbreviation(dict, "Nānā.", "Pukui, Haertig, Lee, Nānā i ke Kumu"), + new OutputAbbreviation(dict, "Nānā", "Pukui, Haertig, Lee, Nānā i ke Kumu"), new OutputAbbreviation(dict, "Neal", "Neal, In Gardens of Hawaii, 1965"), new OutputAbbreviation(dict, "num.", "numeral", AbbreviationType.Grammatical), new OutputAbbreviation(dict, "par.", "particle", AbbreviationType.Grammatical), @@ -269,7 +269,7 @@ protected override void AddAbbreviations(OutputDictBase dict) new OutputAbbreviation(dict, "Mal.", "Malaki (Malachi)"), new OutputAbbreviation(dict, "Mar.", "Mareko (Mark)"), new OutputAbbreviation(dict, "Mat.", "Mataio (Matthew)"), - new OutputAbbreviation(dict, "Mele.", "Mele a Solomona (Songs of Solomon)"), + new OutputAbbreviation(dict, "Mele", "Mele a Solomona (Songs of Solomon)"), new OutputAbbreviation(dict, "Mika", "(Micah)"), new OutputAbbreviation(dict, "Nah.", "Nahelu (Numbers)"), new OutputAbbreviation(dict, "Nal.", "Nalii (Kings)"),