After switching to bilingual website, having issues with uploads and templates

I’m using the Starterkit, everythink worked fine until I switched to bilingual setting. Now I can’t see uploaded images in the Project site, the template is not assigned…

What am I doing wrong? Thank you :sparkles:

my project.yml blueprint:

title: Projekt
icon: 🖼
status:
  draft: true
  listed: true

columns:
  - width: 1/3

    fields:
      cover: fields/cover
      headline:
        label: Název
        type: text
        placeholder: "{{ page.title }}"
        help: Leave empty to use the title as headline
      text:
        label: Anotace
        type: textarea

      creation:
        label: Tvorba
        type: text
      collaboration:
        label: Spolupráce
        type: text
      photohraphy:
        label: Fotografie
        type: text
      client:
        label: Klient
        type: text
      year:
        label: Realizace
        type: text
      tags: true

  - width: 2/3
    sections:
      images:
        type: files
        query: page.images.template('image')
        template: image
        layout: cards
        info: "{{ file.dimensions }}"
        image:
          ratio: 5/4
          cover: true
        min: 1
        size: small
   

What exactly did you do to switch to multilang? Did you do it manually or via the Panel.

The blueprint is unreadable like this without proper indentation…

Sorry, fixed the indentation.

I was following this guide to go multilang…

This guide explains two ways of switching to multi-language, that’s why I asked what exactly you did. If you don’t do it via the Panel, your content files will not be renamed and you have to do it manually.

Oh, I see. I did the switch manually, and renamed the files manually as well.