From aef4f7426a77d8a55aa2f7536ad9218b33ed340f Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Tue, 5 Mar 2024 12:03:47 +0100 Subject: [PATCH] format dsn in translation documentation --- translation.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/translation.rst b/translation.rst index db44c43e568..412d3aa3c5e 100644 --- a/translation.rst +++ b/translation.rst @@ -632,13 +632,13 @@ pull translations via Loco. The *only* part you need to change is the This table shows the full list of available DSN formats for each provider: -===================== ========================================================== +===================== ============================================================== Provider DSN -===================== ========================================================== -Crowdin crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default -Loco (localise.biz) loco://API_KEY@default -Lokalise lokalise://PROJECT_ID:API_KEY@default -===================== ========================================================== +===================== ============================================================== +Crowdin ``crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default`` +Loco (localise.biz) ``loco://API_KEY@default`` +Lokalise ``lokalise://PROJECT_ID:API_KEY@default`` +===================== ============================================================== To enable a translation provider, customize the DSN in your ``.env`` file and configure the ``providers`` option: