From f234db92e61cffbcd21c3a6a4c4b375fa1c14d1c Mon Sep 17 00:00:00 2001 From: Frodo161 Date: Sat, 30 Sep 2023 17:41:09 +0200 Subject: [PATCH] Make the annotations in the thyme player appear (uniformly) in the same language as the user language. --- app/views/annotations/_annotation_locales.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/annotations/_annotation_locales.html.erb b/app/views/annotations/_annotation_locales.html.erb index b5a091579..05499b885 100644 --- a/app/views/annotations/_annotation_locales.html.erb +++ b/app/views/annotations/_annotation_locales.html.erb @@ -1,3 +1,5 @@ +<% I18n.locale = current_user.locale %> +