Unverified Commit 0fe3d7ec authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

hunspellDictsChromium: add sv_SE (#414357)

parents d5b740f5 43f536e5
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@ let
in
rec {

  inherit mkDictFromChromium;

  # ENGLISH

  en_US = en-us;
@@ -90,4 +92,13 @@ rec {
    dictFileName = "fr-FR-3-0.bdic";
    shortDescription = "French (France)";
  };

  # SWEDISH

  sv_SE = sv-se;
  sv-se = mkDictFromChromium {
    shortName = "sv-se";
    dictFileName = "sv-SE-3-0.bdic";
    shortDescription = "Swedish (Sweden)";
  };
}