I'm currently trying to figure out how to have a localized site with as little template duplication as possible.
I started down the road of using [lang] as the top level folder in pages, but we don't want the primary language to be in a folder. Is there a solution to this beyond having top level templates and templates in [lang] duplicated? Currently, the best I've come up with, is to have most of the contents of those files in a separate component so that I only have to duplicate the stubs, but it seems like there must be an easier way.
For context, we're pulling content from the datocms API to generate the actual pages, and we're using [...slug] templates to do that, similar to if we were using a content collection.