-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.toml
More file actions
37 lines (30 loc) · 1.31 KB
/
manifest.toml
File metadata and controls
37 lines (30 loc) · 1.31 KB
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
33
34
35
36
37
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Southwestern Ojibwe (Anishinaabemowin) spellchecker"
ciw = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Southwestern Ojibwe (Anishinaabemowin), made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
ciw = "TRANSLATE: A spellchecker for Southwestern Ojibwe (Anishinaabemowin), 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.ciw"
[windows]
system_product_code = "{263FA97A-B138-4309-9D53-ED7F9CF8DC43}_is1"
legacy_product_codes = [
{ value = "18419869-19CA-4AAC-8A92-D13C8CE25ECE", kind = "nsis" },
{ value = "E91166AC-169E-4AAE-B648-3F37E99ED539", kind = "nsis" }
]
[package.speller]
name = "Southwestern Ojibwe (Anishinaabemowin)"
version = "0.1.1"
[package.grammar]
name = "Southwestern Ojibwe (Anishinaabemowin)"
version = "0.1.0"
[package.tts-textproc]
name = "Southwestern Ojibwe (Anishinaabemowin)"
version = "0.1.0"
[package.hyphenator]
name = "Southwestern Ojibwe (Anishinaabemowin)"
version = "0.1.0"