Skip to content

Commit

Permalink
fix say humbly WTK not recognized (leader say humbly not finding 伸)
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidTU committed Feb 2, 2024
1 parent 57aff67 commit c9289c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Multi-Radical Kanji Search (WTK-Search)
author: sschmidTU
url: https://sschmidtu.github.io/mr-kanji-search-wtk/
description: "Search Kanji using WK radicals or RTK names. Type 'arrow mouth' to find 知, for example."
version: "1.9.5.10"
version: "1.9.5.11"
permalink: /:title/

exclude:
Expand Down
4 changes: 3 additions & 1 deletion assets/js/wtksearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,8 @@ class WTKSearch {
"long for": "longfor",
"give up": "giveup",
"deal with": "dealwith",
"government office": "governmentoffice"
"government office": "governmentoffice",
"say humbly": "sayhumbly",
}
}

Expand Down Expand Up @@ -1477,6 +1478,7 @@ class WTKSearch {
"stretch": "stretch,lengthen", // 張 stretch radical is lengthen in RTK, but there's also 伸 stretch (expand in RTK, though it doesn't seem to be used in other kanji)
// --- convenience replacements, false friends (close misses) ---
"replace": "replace,substitute", // 替 is replace and 代 substitute, but my memory said 代 replace (which could be a common error)
"sayhumbly": "say humbly",
}
}

Expand Down

0 comments on commit c9289c8

Please sign in to comment.