Skip to content

Commit

Permalink
Format the fr language code as a string value
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Nov 12, 2022
1 parent 5a06f38 commit 4b5d017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ Toolbar options
render the toolbar in a different language than what the application is
rendered in. For example, if you wish to use English for development,
but want to render your application in French, you would set this to
``"en-us"`` and (``LANGUAGE_CODE``)[https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE] to fr.
``"en-us"`` and (``LANGUAGE_CODE``)[https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE]
to ``"fr"``.


Panel options
Expand Down

0 comments on commit 4b5d017

Please sign in to comment.