-
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 = "Romanian"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Romanian spellchecker"
ro = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Romanian, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
ro = "TRANSLATE: A spellchecker for Romanian, 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.ro"
[windows]
system_product_code = "{A2BBBA74-B031-4516-B354-FA2079CB679F}_is1"
legacy_product_codes = [
{ value = "745D2420-FB19-4BD7-8AD8-A1979B024F25", kind = "nsis" },
{ value = "7000C4ED-60C8-4B2E-A4D8-AA8EAAFE5858", kind = "nsis" }
]