Skip to content

Commit 40a6549

Browse files
committed
Update manifest.toml.in
1 parent 9b1d2fc commit 40a6549

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

manifest.toml.in

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
spellername = "@GLANGUAGE@"
2-
spellerversion = "@SPELLERVERSION@"
3-
41
# Name of the speller package in various languages.
52
# The default is English + autonym:
63
[speller.name]
@@ -22,3 +19,15 @@ legacy_product_codes = [
2219
{ value = "8269141F-4C59-4038-97BC-24736F91131D", kind = "nsis" },
2320
{ value = "DB5D1126-5BC7-4B3E-9ABB-2AA097239B0B", kind = "nsis" }
2421
]
22+
23+
[package.speller]
24+
name = "@GLANGUAGE@"
25+
version = "@SPELLERVERSION@"
26+
27+
[package.grammar]
28+
name = "@GLANGUAGE@"
29+
version = "@GRAMCHECKVERSION@"
30+
31+
[package.tts-text-proc]
32+
name = "@GLANGUAGE@"
33+
version = "@TTSTEXTPROCVERSION@"

0 commit comments

Comments
 (0)