aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2017-09-04 11:04:46 -0700
committerGitHub <noreply@github.com>2017-09-04 11:04:46 -0700
commit7fc1dbfcf93232725006882210f434e6561cf7dd (patch)
tree1aceb1020f4d2152b3b79e934091d0dfb7654789 /pelican-bootstrap3
parentc57591675a10637b8b4e76bfe9fa76cc942c3fad (diff)
parentb30f33e3b7e3a4bc7fb2327e9efd453f3a81488e (diff)
downloadpelican-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.md8
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: