polyglot icon indicating copy to clipboard operation
polyglot copied to clipboard

Fix bug where the default locale wasn't working

Open santosdiez opened this issue 10 years ago • 1 comments

I have a really simple setup, with two locales: es, en, being es the default one. I can access urls such as example.com/blog (default locale) or example.com/en/blog (English), but when I try example.com/es/blog I get a 404.

I've been able to solve that by adding some extra checks. I was just hoping for you to review it and tell me what you think! Maybe I've misunderstood something about the configuration!

santosdiez avatar Jun 22 '14 15:06 santosdiez

Can you add a quick test for this?

Anahkiasen avatar Jun 29 '15 14:06 Anahkiasen