-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
24 lines (20 loc) · 958 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 = "Bulgarian"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Bulgarian spellchecker"
bg = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Bulgarian, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
bg = "TRANSLATE: A spellchecker for Bulgarian, 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.bg"
[windows]
system_product_code = "{98D19DE4-ACAC-4CD1-B7BA-FC07D16C7B28}_is1"
legacy_product_codes = [
{ value = "6882FFC7-EF8B-4537-9373-9CFF82360412", kind = "nsis" },
{ value = "48C4C3F8-C80B-45AE-B3DB-4E0C25A9AA48", kind = "nsis" }
]