Replies: 1 comment 4 replies
-
You can absolutely do that. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to convert an old static web, I'm scraping the content and converting it to files that could be later used by Nikola.
There are articles, many, and some articles have their translations. But, there's no "programatic" links between those articles/paths; an example:
foo.htmlhas translation inbar.html. It is impossible to detect that from paths/filenames.I might get a "mapping" (for only some with an assumption: for example, there's a "index" page where one can see "blocks" for a text and its translated versions...): but I can't use
foo.en.mdandfoo.fr.mdand have slugbarforfoo.fr.md(IIUC), that would be too big assumption IMO.Hugo has
tranlationKeywhich allows linking "posts" together.What can I do with Nikola to solve this problem? (I also think that a creative renaming of the original posts to new multilingual filenames would confuse the old users/maintainers of the web.)
Beta Was this translation helpful? Give feedback.
All reactions