-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
24 lines (20 loc) · 990 Bytes
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
spellername = "Norwegian Bokmål"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Norwegian Bokmål spellchecker"
nb = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Norwegian Bokmål, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
nb = "TRANSLATE: A spellchecker for Norwegian Bokmål, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
[macos]
system_pkg_id = "no.divvun.MacDivvun.nb"
[windows]
system_product_code = "{5939C3EA-83E8-4AB7-BE4A-1AE2778750ED}_is1"
legacy_product_codes = [
{ value = "0BEB7B50-5408-48BE-9AED-18992977BD6B", kind = "nsis" },
{ value = "E5B12E99-8DD0-4D7B-9B1D-913CB04728A1", kind = "nsis" }
]