1
0

config.toml: Add Farsi translation of About block

This is really tricky to work with in text editors because of the
mixing of Latin and Persio–Arabic scripts, not to mention Markdown!
Note that we need to have the two spaces there at the end of the
line so that we get a hard line break in markdown.
This commit is contained in:
Alan Orth 2020-03-22 10:19:21 +02:00
parent 1063d0946f
commit de60d9540e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -75,5 +75,7 @@ DefaultContentLanguage = "en"
description = "به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر"
# Persian date format is yyyy/mm/dd
date_format = "2006/1/2"
[languages.fa.params.sidebar]
about = " به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر [بیشتر بخوانید ←](/about)"
# vim: ts=2 sw=2 et