From c0dcac0a3de1d90651ff6a6bbd8de6e8c91af666 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 5 Mar 2025 09:45:24 +0100 Subject: [PATCH] fix(theming): use plain string in `t` method (l10n) To correctly extract the translations we only can have plain strings within the `t` method. Also applied new l10n feature to move link code into translation function cleaning up a bit. Signed-off-by: Ferdinand Thiessen --- apps/theming/src/UserTheming.vue | 50 +++++++++++++++++--------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/apps/theming/src/UserTheming.vue b/apps/theming/src/UserTheming.vue index 2efe409a62a..baebf09bcc5 100644 --- a/apps/theming/src/UserTheming.vue +++ b/apps/theming/src/UserTheming.vue @@ -76,11 +76,12 @@