diff options
author | Matthias Bach <matthias.bach@blue-yonder.com> | 2017-08-25 09:58:29 +0200 |
---|---|---|
committer | Matthias Bach <marix@marix.org> | 2017-08-25 10:03:59 +0200 |
commit | b30f33e3b7e3a4bc7fb2327e9efd453f3a81488e (patch) | |
tree | 556a304848ef4da6701bf46cf84657191d39e0ee /pelican-bootstrap3/README.md | |
parent | 479abf706cccd1fc224628964c5f3be5d9cd1cf8 (diff) | |
download | pelican-themes-b30f33e3b7e3a4bc7fb2327e9efd453f3a81488e.tar.gz |
Improve documentation on I18N of pelican-bootstrap3
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
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: |