-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.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 = "Esperanto"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Esperanto spellchecker"
eo = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Esperanto, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
eo = "TRANSLATE: A spellchecker for Esperanto, 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.eo"
[windows]
system_product_code = "{C9D89BC1-1D77-433E-90A3-2D2D4C1BF25F}_is1"
legacy_product_codes = [
{ value = "9DE25003-A6A4-4115-8E2E-5720A6B66E43", kind = "nsis" },
{ value = "C3AB23AA-09BD-4A48-9FDC-CFF4B4403696", kind = "nsis" }
]