| Updated: | 04-26-09 12:02 PM |
| Created: | 04-26-09 12:02 PM |
| Downloads: | 1,116 |
| Favorites: | 3 |
| MD5: |
The included dictionaries were generated from others found online with a small Python script, and could be greatly improved./dict word
/toggledict
I created it because I wanted to make something useful of my time spent playing WoW, and I wanted to learn German, so here it is. From my initial experience it is quite usable, but gameplay slows down a lot if you take your time to read everything; your linguistic skills should improve though 
File Name |
Version |
Size |
Author |
Date |
Type |
2009-04-27 |
2MB |
04-26-09 06:38 PM |
Addon |
||
2009-04-27 |
175kB |
04-26-09 06:35 PM |
Addon |
||
2009-04-27 |
206kB |
04-26-09 06:30 PM |
Addon |
![]() |
Comment Options |
|
|
|
|
Interesting idea. For sure these are not traditional "dictionaries", but translation dictionaries such as the Oxford bi/multilingual dictionaries and so on.
Regarding that, two things. First, if you have translation one way, having translation the other way is somewhat expected. Its what all book form translation dictionaries do as do Google translation services and so on. Fortunately, the Freedict site has many translation files that can go both ways on two languages. Second, could we get an implementation of French-English/English-French? For loading, yes, you need to load the files the mod uses into memory; you can't read from disc. But...you don't need to load them during logging in, which delays you getting into game when you have large files/databases. Instead, use Addon Loader. Having the mod load "delayed" (see its documentation) will prevent lag prior to getting into WoW--especially for people running older computers--as the mod and its translation files are not loaded until the user is in the game. You can also specify different loading conditionals in the TOC of Dictionary. Once you integrate support in Dictionary, you will need to point people to Addon Loader if they want faster logons. Once installed, though, users don't have to worry about it. Its supported by many (many) mods; several on the WowAce site, Curse, here and elsewhere. So people will get bonus use out of it. For loading certain dictionaries, for sure if a user doesn't need them all, loading them all is a waste. But you can create options in the mod to load certain dictionaries only "Load On Demand" (separate from Addon Loader). Put the dictionary files into separate folders with their own TOCs. Have the following line in the TOCs: "## LoadOnDemand: 1". Have the mod be able to find and load those files when the user specifies they want them loaded in the mod's options. Can also use Addon Loader to load the dictionary files separately. |
|
|
|
|
|
|
|
Hi Relic61, many thanks for your feedback
![]()
Regarding more dictionaries: the dictionaries used to generate the current ones were downloaded from http://www.freedict.org/en/flags-dict-tgz.html. Unfortunately there is no English to Japanese dictionary there I'll try to find some other site with free dictionaries, and any pointers are highly appreciated ![]() Again, many thanks for your feedback, I hope I can find the time to make this more useful ![]() |
|
|
|
![]() |