I came across a small glitch when using views on a multilanguage site. When using the "Authored On" field in a view, views will not use a translated version of the whole string but only of the time itself. For example:
- Last updated: 2 hours 34 minutes ago
- Letztes update: 2 Stunden 34 Minuten ago
As for the second line (which is in German), the "ago" should switch to a place in front of the string and be translated to "vor".
I checked the string translations but could not find the correct one; I'd be more than happy to fix this if someone could just point me to the right location. I also found other Drupal 8 sites while doing my research about this which are suffering from the same problem.