Superjig / DutchFGCWebsite

The Dutch FGC Website
GNU General Public License v3.0
4 stars 0 forks source link

Dual linguality? #4

Open Superjig opened 2 years ago

Superjig commented 2 years ago

Do we want the website to be also in Dutch? How would we implement this?

henrebotha commented 2 years ago

A common pattern is $domain/$lang/page.html. Since we're doing bare HTML here we could easily do that. But with no framework we'll have to be diligent when we do things like moving or renaming things, and everything will have to be done twice. I'm not a huge fan. Would be nice to have something a bit more automated, but then we're probably starting to look at something like a static site generator. Jekyll (the "default" static site generator used by GitHub Pages) has this i18n plugin that would make translation a lot easier.

Superjig commented 2 years ago

Those are all very big and complicated words for my small brains who is just using a template. I'd say go for it as I myself currently do not have the time or knowledge to put us on a automated framework.