-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.toml.in
29 lines (25 loc) · 1.03 KB
/
manifest.toml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
spellername = "@GLANGUAGE@"
spellerversion = "@SPELLERVERSION@"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "@SPELLER_NAME_ENG@"
se = "@SPELLER_NAME_NATIVE@"
nb = "Nordsamisk stavekontroll"
sv = "Nordsamisk rättstavning"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "@SPELLER_DESC_ENG@"
se = "@SPELLER_DESC_NATIVE@"
nb = "Stavekontroll for nordsamisk, laga av Divvun- og Giellatekno-gruppene ved UiT Norges arktiske universitet"
sv = "Rättstavning för nordsamiska, utvecklad av Divvun- och Giellatekno-grupperna vid UiT Norges arktiske universitet"
[macos]
system_pkg_id = "no.divvun.MacDivvun.se"
[windows]
system_product_code = "{3D18193F-D912-482B-8D14-7C3B98B92BF6}_is1"
legacy_product_codes = [
{ value = "17CA4FEF-4327-5E63-9E1F-BB34606D8E07", kind = "nsis" },
{ value = "3F030D39-3CB6-476A-A32E-4822A035DDFD", kind = "nsis" },
]
extra_locales = { se-NO = "se", se-SE = "se", se-FI = "se" }