diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-28 16:38:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 16:38:01 -0500 |
commit | 8f057c63fea6f06e921f2134d881192002dd23bc (patch) | |
tree | dbdaf163493d2f54e6420297ddfbd5f81c50b596 /ext/popup.html | |
parent | ec1a8380b5dd1b091fcdbb96edcdab56c9df9f9e (diff) |
Improve text parser (#1469)
* Merge ungrouped characters
* Update iteration
* Fix incorrect code point handling
* Simplify text
* Specify language
* Update how parsed status is represented
Diffstat (limited to 'ext/popup.html')
-rw-r--r-- | ext/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/popup.html b/ext/popup.html index 60058b77..62d8f925 100644 --- a/ext/popup.html +++ b/ext/popup.html @@ -29,7 +29,7 @@ <div class="search-option" id="query-parser-mode-container" hidden> <select id="query-parser-mode-select"></select> </div> - <div id="query-parser-content"></div> + <div id="query-parser-content" lang="ja"></div> </div> <div id="definitions"></div> |