Skip to content

Commit

Permalink
fix cross not finding needle (WK)
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidTU committed Nov 9, 2020
1 parent 4e1795b commit cf92e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class App {
query = query.toLowerCase(); // useful for mobile auto-correct. maybe check later if input like 'inX' is necessary

if (query === 'v' || query === 'version') {
console.log('wtk-search 1.0.2.7-offline-only.1.2.0.2');
console.log('wtk-search 1.0.2.7-offline-only.1.2.0.3');
}

const rtkMode = this.isRtkMode(); // used multiple times
Expand Down Expand Up @@ -424,7 +424,7 @@ class App {

get_wk_to_rtk_replacements() {
return {
"cross": "ten",
"cross": "ten,needle",
"sun": "sun,mortar", // mortar (臼) is given as sun in WK
//"moon": "moon" or month, but kanji with month always also have moon, and not vice versa
"month": "moon", // catch cases where only moon is given, see above
Expand Down

0 comments on commit cf92e98

Please sign in to comment.