Quote:
Originally Posted by Pioneer129
Can you elaborate this a little more. I have for instance a custom dictionaries, Wordnet3.1, where exactly I need to replace this dictionary name in the patch for installing hyphenation dictionary?
Also am I required to enable Kepub Hyphenation Dictionary patch in order to use hyphenation dictionary or I have to keep that off to use Hyphenation Dictionary?
Thanks
|
The code I posted shows the line needed to install an english hyphenation dictionary. It goes in the kobopatch.yaml file at the end.
You can see the path where I put the hyphenation dictionary looking at the code. And you can see the filename you need to use.
For KePub, you should enable the hyphenation patch so purchased KePub or Overdrive KePub will also have hyphens.
src/hyphenDicts/hyph_en.dic <-- src/hyphenDicts is where to put the hyphenation dictionary and hyph_en.dic is the name of the English dictionary.
usr/local/Kobo/hyphenDicts/hyph_en.dic <-- where the hyphenation dictionary goes on the Kobo and what to call it.
If you already have a files: section, just post the line before files: in the files: section of the yaml file.