diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-08 08:21:18 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-08 08:21:18 +0100 |
commit | 388903eb0cfb357dbf751bd7399ae2a936dbe6e3 (patch) | |
tree | 84ddb2556c940199ec3ff502b34754a6cfaee920 /pelican-bootstrap3/README.md | |
parent | 319c5ffe1652a8e34a04a4cdafd299ce0793326a (diff) | |
download | pelican-themes-388903eb0cfb357dbf751bd7399ae2a936dbe6e3.tar.gz |
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
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
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: |