diff options
Diffstat (limited to 'plugins/i18n_subsites/implementing_language_buttons.rst')
-rw-r--r-- | plugins/i18n_subsites/implementing_language_buttons.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/i18n_subsites/implementing_language_buttons.rst b/plugins/i18n_subsites/implementing_language_buttons.rst index 43f8bb3..55b7bf3 100644 --- a/plugins/i18n_subsites/implementing_language_buttons.rst +++ b/plugins/i18n_subsites/implementing_language_buttons.rst @@ -39,7 +39,7 @@ with local development when ``SITEURL == ''``. Language buttons showing all available languages, current is active ................................................................... -The ``extra_siteurls`` dictionary is a mapping of all languages to the +The ``lang_subsites`` dictionary is a mapping of all languages to the ``SITEURL`` of the respective (sub-)sites. This template sets the language of the current (sub-)site as active. |