How to translate kirbytags

Is it possible to translate this:

(link: http://wikipedia.org text: Wikipedia)

Into any other language:

(enlace: http://wikipedia.org leyenda: Wikipedia)

Creating custom tags is an option, but translation would be better.


Reference: https://getkirby.com/docs/advanced/kirbytext

1 Like

You could use a kirbytext pre filter to translate your Spanish tags into English before they get rendered, but you’d probably end up with a lot of regex stuff. Other than that, custom tags are the only other option I can think of.

If there is no default option, I’ll go with my own custom tags.
Is it worth enough for a feature request?