diff options
author | Justin Mayer <entroP@gmail.com> | 2017-09-04 11:04:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 11:04:46 -0700 |
commit | 7fc1dbfcf93232725006882210f434e6561cf7dd (patch) | |
tree | 1aceb1020f4d2152b3b79e934091d0dfb7654789 /pelican-bootstrap3 | |
parent | c57591675a10637b8b4e76bfe9fa76cc942c3fad (diff) | |
parent | b30f33e3b7e3a4bc7fb2327e9efd453f3a81488e (diff) | |
download | pelican-themes-7fc1dbfcf93232725006882210f434e6561cf7dd.tar.gz |
Merge pull request #541 from theMarix/improve-i18n-configuration-documentation
Pelican-Bootstrap3: add I18N language docs clarification
Diffstat (limited to 'pelican-bootstrap3')
-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 d8d49d7..06c1e25 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: |