mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update the documentations and fix some little things about the translation feature.
This commit is contained in:
parent
8f59649eb6
commit
750e211649
4 changed files with 14 additions and 1 deletions
|
|
@ -87,3 +87,11 @@ generate static pages.
|
|||
|
||||
Then, use the `DISPLAY_PAGES_ON_MENU` setting, which will add all the pages to
|
||||
the menu.
|
||||
|
||||
Translations
|
||||
============
|
||||
|
||||
It is possible to translate articles. To do so, you need to add a `Lang` meta
|
||||
in your articles/pages, and to set a `DEFAULT_LANG` setting (which is en by
|
||||
default). Then, only articles with this default language will be listed, and
|
||||
each article will have a translation list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue