-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load the dictionary from https://skk-dev.github.io/dict/
The dictionaries are not available at http://skk-dict-mirror.appspot.com/ any more. This change replaces the URL with the ones at https://skk-dev.github.io/dict. This is a temporary change and is going to be configurable so that the user can specify any URLs as they like. The change also introduces a third party library, pako, for deflating a gzip file. This is just a hacky way to introduce a library into the extension and we need to take advantage of any package system to install the library.
- Loading branch information
Showing
4 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
"roman_modes.js", | ||
"preedit_modes.js", | ||
"conversion_modes.js", | ||
"pako.es5.min.js", | ||
"main.js" | ||
] | ||
}, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters