- site: set sourceURL (git.comunes.org/comunes/tane) and weblateURL (translate.comunes.org/projects/tane) — activates footer + collaborate links - app About screen: add 'Source code' and 'Help translate' link tiles - i18n: add about.sourceCode / about.translate / about.translateSubtitle (en base + es/pt/fr/de/ast; ja falls back to base), regenerate slang - docs: add TRANSLATIONS.md runbook for the Weblate app component + git token + slang-regeneration workflow
41 lines
1.4 KiB
TOML
41 lines
1.4 KiB
TOML
baseURL = "https://tane.comunes.org/"
|
|
title = "Tane"
|
|
defaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir = false
|
|
enableRobotsTXT = true
|
|
enableGitInfo = false
|
|
|
|
# Static, no-JS marketing site. Kept intentionally light: one page + a small
|
|
# legal section, English/Spanish. Screenshots come from the app's golden
|
|
# harness (apps/app_seeds/test/screenshots), copied in by collect_screenshots.sh.
|
|
|
|
[params]
|
|
email = "info@comunes.org"
|
|
publisher = "Asociación Comunes"
|
|
publisherURL = "https://comunes.org"
|
|
license = "AGPL-3.0"
|
|
# Links rendered only when set, so nothing broken shows before they exist:
|
|
playStoreURL = "" # Google Play, once published
|
|
fdroidURL = "" # F-Droid, once published
|
|
sourceURL = "https://git.comunes.org/comunes/tane" # public source repository (AGPL)
|
|
weblateURL = "https://translate.comunes.org/projects/tane/" # translation platform
|
|
|
|
[languages]
|
|
[languages.en]
|
|
languageName = "English"
|
|
languageCode = "en"
|
|
weight = 1
|
|
[languages.en.params]
|
|
description = "A local-first, decentralized app for keeping and sharing traditional seeds. Offline, encrypted, no account."
|
|
[languages.es]
|
|
languageName = "Español"
|
|
languageCode = "es"
|
|
weight = 2
|
|
[languages.es.params]
|
|
description = "Una app local-first y descentralizada para guardar y compartir semillas tradicionales. Sin conexión, cifrada, sin cuenta."
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = false
|
|
|
|
[minify]
|
|
disableJSON = true
|