Hey guys,
I already read this issue: Routes and multi-language sites issue, but this only helped me half. Here’s my scenario: I want to display content in a modal. Therefore I’m using an ajax call and kirby’s routing, because this kind of content is always in a modal and shouldn’t be visible in the panel or accessible via the url. The router needs to set a language, so the currently used language code is put into the url. But nevertheless I can’t get access to my language files in site/languages
– the returned value is always null. Is there a fix or workaround to this kind of problem? I guess it would be to use a normal page instead of routes, but as I said I really don’t want those pages to appear in the panel.
Thanks for your help guys,
Jakob