Skip to content

Commit

Permalink
add 1 more case of low priority definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0ngp committed Jan 6, 2025
1 parent 24aeb54 commit 1b25a99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/background/word-match-sorting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,13 @@ function getKanaHeadwordType(
// From lowest to highest priority
// TODOP: value of this should be set and updated according to lang
const PRIORITY_DEFINITIONS: Array<Array<string>> = [
['archaic variant of', 'ancient variant of', 'biến thể cổ của'],
[
'archaic variant of',
'ancient variant of',
'erroneous variant of',
'biến thể cổ của',
'biến thể sai của',
],
['old variant of', 'biến thể cũ của'],
['surname', 'họ [', 'họ hai chữ ['],
['variant of', 'biến thể của'],
Expand Down

0 comments on commit 1b25a99

Please sign in to comment.