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 c1986a6 commit aae7080Copy full SHA for aae7080
docs/getting_started/configuration.rst
@@ -275,6 +275,12 @@ Example::
275
276
.. note:: Make sure you only define languages which are also in :setting:`django:LANGUAGES`.
277
278
+.. warning::
279
+
280
+ Make sure you use **language codes** (`en-us`) and not **locale names**
281
+ (`en_US`)here and in :setting:`django:LANGUAGES`.
282
+ Use :ref:`check command <cms-check-command>` to check for correct syntax.
283
284
``CMS_LANGUAGES`` has different options where you can define how different
285
languages behave, with granular control.
286
0 commit comments