Unverified Commit 02a5f6fc authored by Lucas Portela's avatar Lucas Portela Committed by GitHub
Browse files

hunspellDicts.el_GR: init at 6.3.0.4 (#306576)

parent f854cce4
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1021,4 +1021,15 @@ rec {
      platforms = platforms.all;
    };
  };

  /* GREEK */

  el_GR = el-gr;
  el-gr = mkDictFromLibreOffice {
    shortName = "el-gr";
    dictFileName = "el_GR";
    shortDescription = "Greek (Greece)";
    readmeFile = "README_el_GR.txt";
    license = with lib.licenses; [ mpl11 gpl2 lgpl21 ];
  };
}