Skip to content

Commit 37ddb1e

Browse files
committed
Update manifest.toml.in
1 parent 410f9f8 commit 37ddb1e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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]
@@ -28,3 +25,15 @@ legacy_product_codes = [
2825
{ value = "4C648C69-615F-5610-AB36-D237CD9019B0", kind = "nsis" }
2926
]
3027
extra_locales = { smj-SE = "smj", smj-NO = "smj" }
28+
29+
[package.speller]
30+
name = "@GLANGUAGE@"
31+
version = "@SPELLERVERSION@"
32+
33+
[package.grammar]
34+
name = "@GLANGUAGE@"
35+
version = "@GRAMCHECKVERSION@"
36+
37+
[package.tts-text-proc]
38+
name = "@GLANGUAGE@"
39+
version = "@TTSTEXTPROCVERSION@"

0 commit comments

Comments
 (0)