You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
Kirby needs a default language. I don't really understand why and in some scenario it doesn't make sense.
Having a default language brings some practical issues:
Preventing translations of individual fields make this field not editable from other languages (but only from the default language)
A new page has to be created in the default language (but sometimes you do not want a translation in the "default language", or don't have it yet).
Changing default language is not recommended
For not translated value we could either duplicate the value in all language when edited or create a page.untraslated.txt that contain the untranslated value.