Skip to content

Commit 4b5d017

Browse files
Format the fr language code as a string value
1 parent 5a06f38 commit 4b5d017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ Toolbar options
158158
render the toolbar in a different language than what the application is
159159
rendered in. For example, if you wish to use English for development,
160160
but want to render your application in French, you would set this to
161-
``"en-us"`` and (``LANGUAGE_CODE``)[https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE] to fr.
161+
``"en-us"`` and (``LANGUAGE_CODE``)[https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE]
162+
to ``"fr"``.
162163

163164

164165
Panel options

0 commit comments

Comments
 (0)