Dictionariez is a language learning tool that supports a wide variety of languages. As our community grows, we're looking to expand our collection with more dictionaries. You can find and add these resources to your collection through Dictionariez Trove.
But we don't just need dictionaries—we're open to any websites that can improve the learning experience, like Wikipedia or Bing Image Search.
Your contributions are essential to helping us grow. Share your recommendations today and help us make Dictionariez even better!
How to add a new dictionary to your collectionTo expand your Dictionariez collection, start by browsing Dictionariez Trove. If you don't find the dictionary you're looking for, you can easily add a new one in two ways:
By posting on pnlpal. By code. By posting on pnlpalThis is the way.
Create a new topic in the Dictionariez Trove section. Include the JSON code in markdown format within the topic content, and use relevant tags to categorize the dictionary.
Here’s a screenshot showing the creation of a new dictionary called 'Merriam Webster'.
Screenshot 2024-10-02 202918.png
By codeOn the Dictionariez settings page, open Chrome's developer tool and use the following function:
addDict( { dictName: 'Google Search', windowUrl: 'https://www.google.com/search?q=<word>', css: '#searchform,#top_nav {display: none;}' } )Note: The css code is optional and can be used to customize the target website to better fit the app.
Once added, the new dictionary "Google Search" will appear at the end of the dictionaries list of your Dictionariez. Click on it to open and test it out.