I work with:
https://learn.getgrav.org/16/content/multi-language
I have pages:
form.en.md
form.cs.md
form.sk.md
...
Everything works as it should, but I also need to translate the footer of the website so that the text in it is translated, I wanted to solve it using the languages.yaml file, but I also need to insert links in the footer, which I can't do in the .yalm file.
The problem is as follows, the documentation says that I can work with a file in a template, for example: templates/default.sk.html.twig
So I assumed that with the file: templates/partials/footer.sk.html.twig
But I can't do that, the language isn't translated and the template still only works with basic files:
templates / default.html.twig
templates / partials / footer.html.twig
What am I doing wrong does this someone understand where I am making a mistake?
Thank you guys!