Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

(SOLVED) Translation doesn't work

Solved by M View solution

Started by M 7 years ago · 2 replies · 887 views
7 years ago

I’m trying to extend the events plugin (https://github.com/kalebheitzman/grav-plugin-events ).

There are the following code snippets in calendar.html.twig:
{{ 'MONTHS_OF_THE_YEAR'|ta(calendar.date|date('n') - 1) ~ calendar.date|date(' Y') }}
and
{{ 'DAYS_OF_THE_WEEK'|ta(6) }}
which should translate the current month and the current weekday.

But on the resulting page I can only see
MONTHS_OF_THE_YEAR[8] 2019
and
DAYS_OF_THE_WEEK[6]

What's wrong with the Twig code? Regarding the manual this should work as far as I understand it.

7 years ago Solution

Thanks to a bug report I found the solution:
it has to be 'GRAV.MONTHS_OF_THE_YEAR' not 'MONTHS_OF_THE_YEAR'.

Suggested topics

Topic Participants Replies Views Activity
Plugins · by complanar, 2 weeks ago
2 250 4 days ago
Plugins · by Vladimir Novak, 1 month ago
3 594 1 month ago
Plugins · by Mathieu Lecouturier, 2 months ago
3 416 2 months ago
Plugins · by Slebeig, 2 months ago
1 530 2 months ago
Plugins · by Rene, 3 months ago
2 730 3 months ago