feat: add Arabic translation to config.toml

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-09-19 14:12:52 +00:00
parent 1ffe43f934
commit 5fb5c495c5
No known key found for this signature in database
GPG key ID: 3F6B55640AA6682F

View file

@ -61,6 +61,13 @@ description = "tabi és un tema de Zola ràpid, lleuger i modern amb JavaScript
generate_feeds = true
taxonomies = [{name = "tags", feed = true}]
[languages.ar]
title = "~/تابي"
description = "تابي هو قالب Zola سريع وحديث مع دعم متعدد اللغات و JavaScript اختياري ودرجة Lighthouse مثالية."
generate_feeds = true
taxonomies = [{name = "tags", feed = true}]
build_search_index = false
[extra]
# Check out the documentation (or the comments below) to learn how to customise tabi:
# https://welpo.github.io/tabi/blog/mastering-tabi-settings/