Skip to content

Commit

Permalink
Fix Jisho.org URL encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaveray committed Feb 21, 2024
1 parent 9089880 commit 5a19985
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions data/bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49988,15 +49988,23 @@
"t": "ji",
"u": "https://jisho.org/search/{{{s}}}",
"c": "Research",
"sc": "Reference (words intl)"
"sc": "Reference (words intl)",
"fmt": [
"open_base_path",
"url_encode_placeholder"
]
},
{
"s": "Jisho (kanji search)",
"d": "jisho.org",
"t": "jik",
"u": "https://jisho.org/search/%23kanji%20{{{s}}}",
"c": "Research",
"sc": "Learning (intl)"
"sc": "Learning (intl)",
"fmt": [
"open_base_path",
"url_encode_placeholder"
]
},
{
"s": "Jimm's",
Expand All @@ -50020,7 +50028,11 @@
"t": "jisho",
"u": "http://jisho.org/search/{{{s}}}",
"c": "Online Services",
"sc": "Tools"
"sc": "Tools",
"fmt": [
"open_base_path",
"url_encode_placeholder"
]
},
{
"s": "Jobintree",
Expand Down

0 comments on commit 5a19985

Please sign in to comment.