;;; This file is part of the dictionaries-common package.
;;; It has been automatically generated.
;;; DO NOT EDIT!

;; Adding hunspell dicts

(add-to-list 'debian-hunspell-only-dictionary-alist
  '("russian"
     "[a-zA-Z\320\270\320\260\320\276\320\265\320\275\321\202\321\200\320\262\321\201\320\271\320\273\320\277\320\272\321\213\321\214\321\217\320\274\320\264\321\203\321\210\320\267\320\261\320\263\321\207\321\211\321\216\320\266\321\206\321\205\321\204\321\215\321\212\320\220\320\232\320\241\320\222\320\237\320\234\320\223\320\221\320\233\320\242\320\224\320\235\320\230\320\236\320\240\320\244\320\255\320\225\320\245\320\247\320\243\320\227\320\250\320\257\320\256\320\246\320\226\320\231\320\251]"
     "[^a-zA-Z\320\270\320\260\320\276\320\265\320\275\321\202\321\200\320\262\321\201\320\271\320\273\320\277\320\272\321\213\321\214\321\217\320\274\320\264\321\203\321\210\320\267\320\261\320\263\321\207\321\211\321\216\320\266\321\206\321\205\321\204\321\215\321\212\320\220\320\232\320\241\320\222\320\237\320\234\320\223\320\221\320\233\320\242\320\224\320\235\320\230\320\236\320\240\320\244\320\255\320\225\320\245\320\247\320\243\320\227\320\250\320\257\320\256\320\246\320\226\320\231\320\251]"
     "[']"
     nil
     ("-d" "ru_RU")
     nil
     utf-8))
(add-to-list 'debian-hunspell-only-dictionary-alist
  '("english_american"
     "[a-zA-Z]"
     "[^a-zA-Z]"
     "[']"
     nil
     ("-d" "en_US")
     nil
     utf-8))
(add-to-list 'debian-hunspell-only-dictionary-alist
  '("american"
     "[a-zA-Z\303\251\303\263\303\266\303\242\303\264\303\205\303\247\303\250\303\256\303\252\303\240\303\257\303\274\303\244\303\261]"
     "[^a-zA-Z\303\251\303\263\303\266\303\242\303\264\303\205\303\247\303\250\303\256\303\252\303\240\303\257\303\274\303\244\303\261]"
     "[0123456789’]"
     nil
     ("-d" "en_US")
     nil
     utf-8))



;; No emacsen-aspell-equivs entries were found


;; An alist that will try to map hunspell locales to emacsen names

(setq debian-hunspell-equivs-alist '(
     ("en_US" "american")
     ("ru_RU" "russian")
))

;; Get default value for debian-hunspell-dictionary. Will be used if
;; spellchecker is hunspell and ispell-local-dictionary is not set.
;; We need to get it here, after debian-hunspell-equivs-alist is loaded

(setq debian-hunspell-dictionary (debian-ispell-get-hunspell-default))

