diff options
author | Justin Mayer <entroP@gmail.com> | 2018-09-01 14:15:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-01 14:15:04 +0200 |
commit | f741c9c23b442b5a8a659bb804944276a0086e8b (patch) | |
tree | 757fa2dea0907cfda34f65197e97d36c8ac30875 | |
parent | b103d45e9a1accf0b8cb3b48e252f8eae04b236f (diff) | |
parent | 388903eb0cfb357dbf751bd7399ae2a936dbe6e3 (diff) | |
download | pelican-themes-f741c9c23b442b5a8a659bb804944276a0086e8b.tar.gz |
Merge pull request #590 from jranke/pb3-i18n
pelican-bootstrap3: Another README improvement for i18n
-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 27b9d7a..d41ef54 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: |