-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.toml
32 lines (26 loc) · 1.27 KB
/
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
26
27
28
29
30
31
32
spellername = "Faroese"
spellerversion = "1.1.2"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Faroese spellchecker"
fo = "Føroyskur rættstavari"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Faroese, made by the language department of the University of the Faroe Islands together with the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
fo = "TRANSLATE: A spellchecker for Faroese, 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.fo"
[windows]
system_product_code = "{69400DEA-DB07-4923-A027-189C3C543DBA}_is1"
legacy_product_codes = [
{ value = "9392946B-9D11-4383-8705-6CCD61C1CEE7", kind = "nsis" },
{ value = "1A1794E3-5B2F-487E-AA1C-34FF191F6BEB", kind = "nsis" },
# stave.glasir.fo
{ value = "{2B7F7DEF-5FFC-4ACE-B706-FC6DD1DDC070}", kind = "msi" },
# apertium.projectjj.com
{ value = "{AFEA7B34-6A08-4C31-A277-FBE823171DD8}", kind = "msi" },
{ value = "{9F7F649D-CF73-4860-B119-5289F763DE17}", kind = "msi" }
]
extra_locales = { fo-FO = "fo", fo-DK = "fo" }