From b6b788782fa9696bb5733e9667ec1aec11011681 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Wed, 31 Jan 2024 10:12:40 +0200 Subject: [PATCH] Update manifest metadata --- manifest.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/manifest.toml b/manifest.toml index a3a740ef..47810f60 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,6 +1,18 @@ name = "Moksha" version = "0.1.1" +# Name of the speller package in various languages. +# The default is English + autonym: +[speller.name] +en = "Moksha spellchecker" +mdf = "Autonym spellchecker" + +# Description of the speller package in various languages. +# The default is English + autonym: +[speller.description] +en = "A spellchecker for Moksha, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway" +mdf = "TRANSLATE: A spellchecker for Moksha, 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.mdf"