When in single view, the bit using the tribe_get_recurrence_text template is not correctly translated.
It reads (I’m using es_ES): “Every weekhasta” and then the date (“hasta” is the only word translated and missed the space before). Also the link that comes next is in english (specified in views/single.php). I can change the link text for the moment, but couldn’t find where the tribe_get_recurrence_text is. Can you tell me where is located?
I know is a minor bug, but I’m planning to use a multilanguage plugin in the next weeks so it would be ideal if all text in the front end could be translated by language files. For now, I’m fine just replacing the text in plugin files.