filenames.hunspell.gni 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. hunspell_dictionaries = [
  2. "//third_party/hunspell_dictionaries/af-ZA-3-0.bdic",
  3. "//third_party/hunspell_dictionaries/bg-BG-3-0.bdic",
  4. "//third_party/hunspell_dictionaries/ca-ES-3-0.bdic",
  5. "//third_party/hunspell_dictionaries/cs-CZ-3-0.bdic",
  6. "//third_party/hunspell_dictionaries/cy-GB-1-0.bdic",
  7. "//third_party/hunspell_dictionaries/da-DK-3-0.bdic",
  8. "//third_party/hunspell_dictionaries/de-DE-3-0.bdic",
  9. "//third_party/hunspell_dictionaries/el-GR-3-0.bdic",
  10. "//third_party/hunspell_dictionaries/en-AU-10-0.bdic",
  11. "//third_party/hunspell_dictionaries/en-AU-10-1.bdic",
  12. "//third_party/hunspell_dictionaries/en-CA-10-0.bdic",
  13. "//third_party/hunspell_dictionaries/en-CA-10-1.bdic",
  14. "//third_party/hunspell_dictionaries/en-GB-10-0.bdic",
  15. "//third_party/hunspell_dictionaries/en-GB-10-1.bdic",
  16. "//third_party/hunspell_dictionaries/en-GB-oxendict-10-0.bdic",
  17. "//third_party/hunspell_dictionaries/en-GB-oxendict-10-1.bdic",
  18. "//third_party/hunspell_dictionaries/en-US-10-0.bdic",
  19. "//third_party/hunspell_dictionaries/en-US-10-1.bdic",
  20. "//third_party/hunspell_dictionaries/es-ES-3-0.bdic",
  21. "//third_party/hunspell_dictionaries/et-EE-3-0.bdic",
  22. "//third_party/hunspell_dictionaries/fa-IR-9-0.bdic",
  23. "//third_party/hunspell_dictionaries/fo-FO-3-0.bdic",
  24. "//third_party/hunspell_dictionaries/fr-FR-3-0.bdic",
  25. "//third_party/hunspell_dictionaries/he-IL-3-0.bdic",
  26. "//third_party/hunspell_dictionaries/hi-IN-3-0.bdic",
  27. "//third_party/hunspell_dictionaries/hr-HR-3-0.bdic",
  28. "//third_party/hunspell_dictionaries/hu-HU-3-0.bdic",
  29. "//third_party/hunspell_dictionaries/hy-1-0.bdic",
  30. "//third_party/hunspell_dictionaries/id-ID-3-0.bdic",
  31. "//third_party/hunspell_dictionaries/it-IT-3-0.bdic",
  32. "//third_party/hunspell_dictionaries/ko-3-0.bdic",
  33. "//third_party/hunspell_dictionaries/lt-LT-3-0.bdic",
  34. "//third_party/hunspell_dictionaries/lv-LV-3-0.bdic",
  35. "//third_party/hunspell_dictionaries/nb-NO-3-0.bdic",
  36. "//third_party/hunspell_dictionaries/nl-NL-3-0.bdic",
  37. "//third_party/hunspell_dictionaries/pl-PL-3-0.bdic",
  38. "//third_party/hunspell_dictionaries/pt-BR-3-0.bdic",
  39. "//third_party/hunspell_dictionaries/pt-PT-3-0.bdic",
  40. "//third_party/hunspell_dictionaries/ro-RO-3-0.bdic",
  41. "//third_party/hunspell_dictionaries/ru-RU-3-0.bdic",
  42. "//third_party/hunspell_dictionaries/sh-3-0.bdic",
  43. "//third_party/hunspell_dictionaries/sh-4-0.bdic",
  44. "//third_party/hunspell_dictionaries/sk-SK-3-0.bdic",
  45. "//third_party/hunspell_dictionaries/sl-SI-3-0.bdic",
  46. "//third_party/hunspell_dictionaries/sq-3-0.bdic",
  47. "//third_party/hunspell_dictionaries/sr-3-0.bdic",
  48. "//third_party/hunspell_dictionaries/sr-4-0.bdic",
  49. "//third_party/hunspell_dictionaries/sv-SE-3-0.bdic",
  50. "//third_party/hunspell_dictionaries/ta-IN-3-0.bdic",
  51. "//third_party/hunspell_dictionaries/tg-TG-5-0.bdic",
  52. "//third_party/hunspell_dictionaries/tr-TR-4-0.bdic",
  53. "//third_party/hunspell_dictionaries/uk-UA-4-0.bdic",
  54. "//third_party/hunspell_dictionaries/uk-UA-5-0.bdic",
  55. "//third_party/hunspell_dictionaries/vi-VN-3-0.bdic",
  56. "//third_party/hunspell_dictionaries/xx-XX-3-0.bdic",
  57. ]
  58. hunspell_licenses = [
  59. "//third_party/hunspell_dictionaries/COPYING",
  60. "//third_party/hunspell_dictionaries/COPYING.Apache",
  61. "//third_party/hunspell_dictionaries/COPYING.LESSER",
  62. "//third_party/hunspell_dictionaries/COPYING.LGPL",
  63. "//third_party/hunspell_dictionaries/COPYING.MIT",
  64. "//third_party/hunspell_dictionaries/COPYING.MPL",
  65. "//third_party/hunspell_dictionaries/LICENSE",
  66. ]