List of Core Translations

Hello,
is there a list of all Core Translations somewhere in the docs? I was unable to find one. I’m currently in the process of building many Blueprints and I like using the language wildcard notation for translations—example:

label:
    *: pages

This way, the blueprint automatically translates and uses Kirby’s Core Translations, instead of me having to write them all into the blueprint manually:

label:
    en: Pages
    de: Seiten
    …

I know there are Core Translations because when I try adding new ones using the panel, I sometimes run into this error:

I was unable to find a list in the docs, I’d appreciate it, if someone had a link?

They are not in the docs, but you can find all translation in the kirby folder: kirby/i18n/translations

1 Like