I am clearly missing the picture here as just about everything I try is just failing miserably. I have languages as follows:
gb-en - UK English (path = /gb/en/about )
us-en - US English (path = /us/en/about )
us-es - US Spanish (path = /us/es/about )
I have an about page located at /about. If I translate and assign the links above, two things go wrong:
Something is causing everything to say "page not found" and I have fiddled with just about everything in the settings and it just doesn't work.
What am I missing?
Could it perhaps be because I am using prefixes with slashes? I.e. us/en and us/es etc?
The i18n module does not work if you set the prefix as A/B, only as A. In other words, you can have this:
/us-en
But not this
/us/en
Which is really annoying and I wish it didn't work this way, or that someone at least added validation so you can be told not to do this on the settings page.