From 37a96cfae5183959414f8faf73f1006a8d5d2d06 Mon Sep 17 00:00:00 2001 From: Steffen Ernst Date: Thu, 5 Sep 2024 13:12:33 +0200 Subject: [PATCH] Add extra locale to fix Word not recognizing speller --- manifest.toml | 1 + manifest.toml.in | 1 + 2 files changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index e3821c08..5e4edcbf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,3 +22,4 @@ legacy_product_codes = [ { value = "4C74F840-7F3C-475A-8D98-3ABB7A5D9B1C", kind = "nsis" }, { value = "0B7DDC57-C32C-4A23-95DB-A69D70159423", kind = "nsis" } ] +extra_locales = { hdn-CA = "hdn" } diff --git a/manifest.toml.in b/manifest.toml.in index 486e402f..e10050ad 100644 --- a/manifest.toml.in +++ b/manifest.toml.in @@ -22,3 +22,4 @@ legacy_product_codes = [ { value = "4C74F840-7F3C-475A-8D98-3ABB7A5D9B1C", kind = "nsis" }, { value = "0B7DDC57-C32C-4A23-95DB-A69D70159423", kind = "nsis" } ] +extra_locales = { hdn-CA = "hdn" }