dotfiles

My dotfiles
git clone https://git.neuralcrash.com/dotfiles.git
Log | Files | Refs

config.py (402B)


      1 #!/usr/bin/python
      2 # coding: utf8
      3 class Config(object):
      4     enableKanjiKeywords = True
      5     addFuriganaToDef = True
      6     orderDefByFreq = True
      7     maxNumberOfDefs = 3
      8     defSrcField = ["Focus"]
      9     defDstField = ["Meaning"]
     10     kanjiSrcField = ["Focus"]
     11     kanjiDstField = ["Kanji"]
     12 
     13     wordFreqList = "10kData.txt"
     14     kanjiList = "HeisigKeywords.txt"
     15     japaneseSupportPluginFolderName="3918629684"