-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml.in
30 lines (26 loc) · 1.02 KB
/
manifest.toml.in
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
spellername = "@GLANGUAGE@"
spellerversion = "@SPELLERVERSION@"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "@SPELLER_NAME_ENG@ (Norway/Sweden)"
smj = "@SPELLER_NAME_NATIVE@ (Vuodna/Svierik)"
se = "Julevsámi čállindárkisteaddji (Norgga/Ruoŧŧa)"
sma = "Julevsaemien staeriedimmiedïrregh (Nöörje/Sveerje)"
nb = "Lulesamisk stavekontroll (Norge/Sverige)"
sv = "Lulesamisk rättstavning (Norge/Sverige)"
fi = "Julevsaamen oikoluku (Norja/Ruotsi)"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "@SPELLER_DESC_ENG@"
smj = "@SPELLER_DESC_NATIVE@"
[macos]
system_pkg_id = "no.divvun.MacDivvun.smj"
[windows]
system_product_code = "{125C4606-53FD-4854-AECE-6A7DDAEA2BC7}_is1"
legacy_product_codes = [
{ value = "5839214E-BB51-4B0C-9869-68EFEE74BB1F", kind = "nsis" },
{ value = "4C648C69-615F-5610-AB36-D237CD9019B0", kind = "nsis" }
]
extra_locales = { smj-SE = "smj", smj-NO = "smj" }