From 388903eb0cfb357dbf751bd7399ae2a936dbe6e3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Mar 2018 08:21:18 +0100 Subject: pelican-bootstrap3: Another README improvement for i18n It was still not really clear for me, so trying to be as explicit as possible, see comments to https://github.com/getpelican/pelican-themes/commit/b30f33e3b7e3a4bc7fb2327e9efd453f3a81488e --- pelican-bootstrap3/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pelican-bootstrap3') diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index ccf739d..a336682 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -40,12 +40,14 @@ plugin: If you are using [`i18n_subsites`](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) -and you are not using English as your default language, make sure to -also correctly specify the default language of the theme. Otherwise -the translations will not be used on your default site. +and you are not using English as default language (`DEFAULT_LANG`) for your +site, make sure to also correctly specify the default language of the theme +(English): `I18N_TEMPLATES_LANG = 'en'` +Otherwise the translations will not be used on your default site. + ## Usage This theme honors the following standard Pelican settings: -- cgit