From 3dea3d97df70c6ff671f75a633161fbbcd1cc9c0 Mon Sep 17 00:00:00 2001 From: Steffen Ernst Date: Thu, 5 Sep 2024 13:12:34 +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 3da43df..4e0a9d5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,3 +22,4 @@ legacy_product_codes = [ { value = "C3361F3B-4D16-4B28-8661-C77F335066D9", kind = "nsis" }, { value = "0B2EDA2C-A572-48D7-9DD0-54DE9F17670C", kind = "nsis" } ] +extra_locales = { tau-US = "tau" } diff --git a/manifest.toml.in b/manifest.toml.in index c9ea3e8..506b440 100644 --- a/manifest.toml.in +++ b/manifest.toml.in @@ -22,3 +22,4 @@ legacy_product_codes = [ { value = "C3361F3B-4D16-4B28-8661-C77F335066D9", kind = "nsis" }, { value = "0B2EDA2C-A572-48D7-9DD0-54DE9F17670C", kind = "nsis" } ] +extra_locales = { tau-US = "tau" }