hanguokai / mdn-search

a browser extension for MDN search
Mozilla Public License 2.0
26 stars 3 forks source link

[feature]: support multilingual search setting #1

Open xrafece opened 2 years ago

xrafece commented 2 years ago

Can the developer add a preference for language settings? Sometimes, I need to replace the language in the search url with something other than English.

I think just change SearchIndexURL to a setting map.

file -> manifest-v3/background.js

const SearchIndexURL = 'https://developer.mozilla.org/en-US/search-index.json';

Finally, thanks to the developers for review this Issue!

hanguokai commented 2 years ago

Technically, this extension can support more languages.

Here are some blogs about MDN localization strategies:

As you can see, MDN itself has some issues with localization support.

I'll try to add options for Tier 1 languages when I have time.

xrafece commented 2 years ago

I get it! Thanks for your reply!