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

(SOLVED) Translation doesn't work

Solved by M View solution

Started by M 7 years ago · 2 replies · 837 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 Vladimir Novak, 2 weeks ago
3 291 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago