Support multilingual #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd kinda like to write stuff in English, while still keeping my original French blog posts.
The leading i18n plugin for Jekyll seems to be this: https://github.com/untra/polyglot . However, that thing includes AI code. The Jekyll ecosystem in itself is MIT and not super active anymore, so maybe switching projects would be a good idea.
I've been looking at Zola, which is EUPL, and has native support for i18n. Also looked at tabi which is a theme for it with i18n support (including not showing blog articles that haven't been translated in a specific language) and good accessibility and other potential features. It's not super small though.
Another option that's a bit more client would be middleman since it supports minifying of code, but there's not much available themes so it would be a lot of hand work.