Hi! How 11ty manage multi language content? I'm used to Jekyll, using no plugins - permalink, frontmatter variables and liquid filters...
Can I do the same in 11ty?
Related to #420
Thanks!
I'm preparing a full fledged multi language starter, so to be included in the starters list. ;)
Here it is the preliminary work: https://github.com/arslabora-xi/eleven-countries
Based on https://skeleventy.netlify.com/
Added a functional language switcher which shows available translations for every page...



I've put together a multilingual starter too, https://github.com/chromeos/static-site-scaffold, which includes Service Worker integration to allow you to do redirects without a server
I wrote a couple of blogposts detailing how I tackle multilingual projects with Eleventy. Maybe they can be useful for people looking to implement that kind of functionalities.
https://www.webstoemp.com/blog/multilingual-sites-eleventy/ and https://www.webstoemp.com/blog/language-switcher-multilingual-jamstack-sites/
Most helpful comment
Related to #420