From b30f33e3b7e3a4bc7fb2327e9efd453f3a81488e Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Fri, 25 Aug 2017 09:58:29 +0200 Subject: Improve documentation on I18N of pelican-bootstrap3 --- pelican-bootstrap3/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pelican-bootstrap3/README.md') diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index 02a130a..47af51f 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -38,6 +38,14 @@ plugin: `PLUGIN_PATHS = ['/path/to/git/pelican-plugins']` `PLUGINS = ['i18n_subsites']` +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. + +`I18N_TEMPLATES_LANG = 'en'` + ## Usage This theme honors the following standard Pelican settings: -- cgit