getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.31k stars 168 forks source link

Stats section info can't be translated #4840

Closed mynameisfreedom closed 1 year ago

mynameisfreedom commented 2 years ago

Stats section info can't be translated. Kirby 3.8.2

If I do

      stats:
        label: 
          en: Stats & info
          de: Statistiken & Infos
        type: stats
        # Available size options: small, medium, large, huge. Default is large
        size: small
        reports:
          - label: 
              en: Pages
              de: Seiten
            value: "{{ site.index.count }}"
            info:
              en: Total number of published website pages
              de: Hello
            theme: positive

This is the error I get

Kirby\Cms\ModelWithContent::toString(): Argument #1 ($template) must be of type ?string, array given, called in C:\xampp\htdocs\kirby\test\kirby\config\sections\stats.php on line 39

bastianallgeier commented 1 year ago