Skip to content

Commit

Permalink
format dsn in translation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYamous authored Mar 5, 2024
1 parent fd0bac2 commit aef4f74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aef4f74

Please sign in to comment.