-
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.09 KB
/
manifest.toml
File metadata and controls
37 lines (30 loc) · 1.09 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 = "Erzya spellchecker"
myv = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Erzya, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
myv = "TRANSLATE: A spellchecker for Erzya, 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.myv"
[windows]
system_product_code = "{C58DC9DD-1E95-4A3A-98F6-7C3EF36C6A5E}_is1"
legacy_product_codes = [
{ value = "1C7505CF-C679-4002-87CC-342AF57E22AC", kind = "nsis" },
{ value = "43E775DA-CC5E-41DA-955D-DB42E49303EC", kind = "nsis" }
]
[package.speller]
name = "Erzya"
version = "0.1.1"
[package.grammar]
name = "Erzya"
version = "0.1.0"
[package.tts-textproc]
name = "Erzya"
version = "0.1.0"
[package.hyphenator]
name = "Erzya"
version = "0.1.0"