organicmaps-website/config.toml
Alexander Borsuk 212fc96018 Better donates
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-20 12:19:16 +01:00

91 lines
2.5 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# The URL the site will be built for
base_url = "https://organicmaps.app"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
generate_feed = true
feed_filename = "rss.xml"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
ignored_content = [".DS_Store"]
[markdown]
external_links_target_blank = true
# Allows to have localized URLs.
[slugify]
paths = "safe"
[extra]
stripe = "https://donate.organicmaps.app/"
# Default English translations
[translations]
address = "Address"
back = "Back to News"
contact = "Contact Us"
donate = "Donate"
home = "Home"
install-appgallery = "Install Organic Maps from Huawei AppGallery"
install-appstore = "Install Organic Maps from the AppStore"
install-googleplay = "Install Organic Maps from Google Play"
install-fdroid="Install Organic Maps from F-Droid"
language = "English"
name = "Name"
news = "News"
support-us = "Support Us"
token = "Token"
[languages.tr]
[languages.tr.translations]
address = "Adres"
back = "Haberlere geri dön"
contact = "Bize ulaşın"
donate = "Bağış Yapın"
home = "Ana Sayfa"
install-appgallery = "Organic Maps'i Huawei AppGallery'den İndir"
install-appstore = "Organic Maps'i AppStore'dan İndir"
install-fdroid="Organic Maps'i F-Droid'den İndir"
install-googleplay = "Organic Maps'i Google Play'den İndir"
language = "Türkçe"
name = "İsim"
news = "Haberler"
support-us = "Bizi destekleyin"
token = "Token"
[languages.it]
[languages.it.translations]
address = "Indirizzo"
back = "Indietro"
contact = "Contattaci"
donate = "Dona"
home = "Pagina Iniziale"
install-appgallery = "Installa Organic Maps da Huawei AppGallery"
install-appstore = "Installa Organic Maps dall'AppStore"
install-fdroid="Installa Organic Maps da F-Droid"
install-googleplay = "Installa Organic Maps da Google Play"
language = "Italiano"
name = "Nome"
news = "Notizie"
support-us = "Contribuisci"
token = "Token"
[languages.ru]
[languages.ru.translations]
address = "Адрес"
back = "Назад"
contact = "Связаться с нами"
donate = "Поддержать деньгами"
home = "Главная"
install-appgallery = "Установить Organic Maps из Huawei AppGallery"
install-appstore = "Установить Organic Maps из Apple AppStore"
install-fdroid="Установить Organic Maps из F-Droid"
install-googleplay = "Установить Organic Maps из Google Play"
name = "Название"
news = "Новости"
language = "Русский"
support-us = "Помочь проекту"
token = "Токен"