Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

Translate variable strings from site.yaml?

Started by 01K 7 years ago · 0 replies · 654 views
7 years ago

Hi!
I'm successfully have translated template strings with |t filter.
However, some string left untouched.
There are few left from site.yaml file:

YAML
title: Default lang title
default_lang: en
author:
  name: Default Lange Name
  email: Default email
  copyright: 'Default  copyright'

These strings are displayed with the help of {{ site.author.copyright }} from html.twig template.

My logic was to append lanuage.yaml with these variables. however this doesn't work:

YAML
non_en_lang:
  SITE:        
    TITLE: NON EN TITLE
    DESCRIPTION: NON EN DESC
    AUTHOR:
       COPYRIGHT: NON EN COPYRYGHT

Is it possible or there is another approach?
I've tried the {{ site.author.copyright|t }} but this doesn't work

Suggested topics

Topic Participants Replies Views Activity
General · by jean-louis67, 3 weeks ago
2 308 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 310 3 weeks ago
General · by Veehem, 4 weeks ago
0 263 4 weeks ago
General · by milkboy, 4 weeks ago
0 264 4 weeks ago
General · by ian russell, 1 month ago
2 335 1 month ago