We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5d017 commit dcf1e33Copy full SHA for dcf1e33
docs/configuration.rst
@@ -158,9 +158,9 @@ Toolbar options
158
render the toolbar in a different language than what the application is
159
rendered in. For example, if you wish to use English for development,
160
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]
162
- to ``"fr"``.
+ ``"en-us"`` and `settings.LANGUAGE_CODE`_ to ``"fr"``.
163
+.. _settings.LANGUAGE_CODE: https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE
164
165
Panel options
166
~~~~~~~~~~~~~
0 commit comments