Hi, I am building a localized site that includes 2 localised blogs. The Localization setup is a bit different to the localization for pages and I’m struggling to achieve the following:
- My site locales are actually just variations of English (Australian, American etc)
- For this reason, I want to have one post file and use t() helpers inline for words which are spelt differently.
- When my site builds, I’d like the following output example.com/{lang}/posts/{title}
This approach is very well supported with pages, but I’ve been struggling to achieve with the prefix, name, source, permalink options.
Can this be achieved?