You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one creates a translated post (no i18n_subsites or other spec plugins) then it should respect the TRANSLATION property and not create two separate posts.
Stepst to reproduce:
Have this in your pelicanconf.py:
If one creates a translated post (no i18n_subsites or other spec plugins) then it should respect the TRANSLATION property and not create two separate posts.
Stepst to reproduce:
Have this in your pelicanconf.py:
Have these two posts, test_en.org:
Observe that the generation does create two separate posts.
Now if one were to use in pelicanconf.py this instead of the above (so another solution to convert org into posts):
Then the two org files produce a translated post nicely.
The text was updated successfully, but these errors were encountered: