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

#ifexists aspell_add_dictionary
  if (_slang_utf8_ok) {
    aspell_add_dictionary (
      "russian",
      "ru",
      "АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯабвгдеёжзийклмнопрстуфхцчшщьыъэюя",
      "-",
      "");
  } else {
  aspell_add_dictionary (
    "russian",
    "ru",
    "ţ",
    "-",
    "");
  }
#endif

#ifexists ispell_add_dictionary
  ispell_add_dictionary (
    "russian",
    "russian",
    "ţ",
    "-",
    "",
    "");
#endif
