Page in secondary language only

I’m currently struggling with a multi-language site that will have job offer pages in certain languages. Now Kirby works with ONE default language and as far as I know this can not be dynamic (I can’t have a page JUST in a secondary language). Some jobs might have translations but most of them will simply be in the language of the location/country of the job.

Any idea how this could work in the Panel?

I would probably go with a toggle where one can set that this current language is the default one for this job and do some filtering/fallback on page.

Or, as a file for the default language will always be created even with empty values, you could just switch to the desired language in the panel and leave the default page empty. On page you could then check if a certain field is empty and go to a language where it’s not.

Thanks for the help, Maurice!

So in a way separating the “translated” status by introducing an additional field. Sounds good! I might be able to use a view button next to the language toggle :thinking: