Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Dec 16, 2023
1 parent 607bc6f commit b634b14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions JL.Core/Dicts/DictUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ public static class DictUtils
{ "bus", "business" },
{ "cards", "card games" },
{ "chem", "chemistry" },
{ "chmyth", "Chinese mythology" },
{ "Christn", "Christianity" },
{ "civeng", "civil engineering" },
{ "cloth", "clothing" },
{ "comp", "computing" },
{ "cryst", "crystallography" },
Expand All @@ -145,6 +147,7 @@ public static class DictUtils
{ "embryo", "embryology" },
{ "engr", "engineering" },
{ "ent", "entomology" },
{ "figskt", "figure skating" },
{ "film", "film" },
{ "finc", "finance" },
{ "fish", "fishing" },
Expand All @@ -160,6 +163,8 @@ public static class DictUtils
{ "grmyth", "Greek mythology" },
{ "hanaf", "hanafuda" },
{ "horse", "horse racing" },
{ "internet", "networking, WWW" },
{ "jpmyth", "Japanese mythology" },
{ "kabuki", "kabuki" },
{ "law", "law" },
{ "ling", "linguistics" },
Expand All @@ -172,7 +177,9 @@ public static class DictUtils
{ "med", "medicine" },
{ "met", "meteorology" },
{ "mil", "military" },
{ "min", "mineralogy" },
{ "mining", "mining" },
{ "motor", "motorsport" },
{ "music", "music" },
{ "noh", "noh" },
{ "ornith", "ornithology" },
Expand All @@ -185,6 +192,7 @@ public static class DictUtils
{ "physiol", "physiology" },
{ "politics", "politics" },
{ "print", "printing" },
{ "prowres", "professional wrestling" },
{ "psy", "psychiatry" },
{ "psyanal", "psychoanalysis" },
{ "psych", "psychology" },
Expand All @@ -200,6 +208,7 @@ public static class DictUtils
{ "telec", "telecommunications" },
{ "tradem", "trademark" },
{ "tv", "television" },
{ "vet", "veterinary terms" },
{ "vidg", "video games" },
{ "zool", "zoology" },

Expand Down Expand Up @@ -362,6 +371,7 @@ public static class DictUtils

{ "gikun", "gikun (meaning as reading) or jukujikun (special kanji reading)" },
{ "ok", "out-dated or obsolete kana usage" },
{ "rk", "rarely used kana form" },
{ "sk", "search-only kana form" }
};

Expand Down

0 comments on commit b634b14

Please sign in to comment.