-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
25 lines (21 loc) · 980 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
25
spellername = "Kiowa"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Kiowa spellchecker"
kio = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Kiowa, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
kio = "TRANSLATE: A spellchecker for Kiowa, 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.kio"
[windows]
system_product_code = "{13A6285A-81C1-4920-8502-29D45A14E623}_is1"
legacy_product_codes = [
{ value = "B177730B-D332-45D9-A2BD-ED7AFB551D5A", kind = "nsis" },
{ value = "84AAC359-AF47-4E32-AA1A-22B61B54CDF4", kind = "nsis" }
]
extra_locales = { kio-US = "kio" }