-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
24 lines (20 loc) · 954 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 = "Tigrinya"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Tigrinya spellchecker"
ti = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Tigrinya, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
ti = "TRANSLATE: A spellchecker for Tigrinya, 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.ti"
[windows]
system_product_code = "{81C624DA-DA1C-4336-B20B-8F38E1BCBD7E}_is1"
legacy_product_codes = [
{ value = "110999CA-5C5F-491E-A8AC-9D4331606B66", kind = "nsis" },
{ value = "98CC400E-6960-4B34-92F5-DC5127B23AB4", kind = "nsis" }
]