From de60d9540ecf272166d57ec460967d523715d604 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 22 Mar 2020 10:19:21 +0200 Subject: [PATCH] config.toml: Add Farsi translation of About block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 8d560d8f..4ae466ec 100644 --- a/config.toml +++ b/config.toml @@ -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