-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.toml
25 lines (21 loc) · 1008 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 = "Upper Tanana"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Upper Tanana spellchecker"
tau = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Upper Tanana, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
tau = "TRANSLATE: A spellchecker for Upper Tanana, 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.tau"
[windows]
system_product_code = "{3FB1B82D-BF91-4C54-B11D-626716043451}_is1"
legacy_product_codes = [
{ value = "C3361F3B-4D16-4B28-8661-C77F335066D9", kind = "nsis" },
{ value = "0B2EDA2C-A572-48D7-9DD0-54DE9F17670C", kind = "nsis" }
]
extra_locales = { tau-US = "tau" }