Skip to content

Commit

Permalink
Remove tables that nobody would use
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Aug 3, 2024
1 parent 4750ae9 commit f06763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/LibIME.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dictNames :: [String]
dictNames = ["sc", "extb"]

tableDictNames :: [String]
tableDictNames = ["db", "erbi", "qxm", "wanfeng", "wbpy", "wbx", "zrm", "cj"]
tableDictNames = ["db", "wbpy", "wbx", "zrm"]

libIMERule :: Rules ()
libIMERule = do
Expand Down

0 comments on commit f06763a

Please sign in to comment.