From 605ec0ad9f1b4676b09370948152312b83c40188 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 25 Oct 2023 10:15:19 +0100 Subject: [PATCH] DEV: Update styleguide to use real i18n helper implementation (#24080) --- .../sections/atoms/00-typography.gjs | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/plugins/styleguide/assets/javascripts/discourse/components/sections/atoms/00-typography.gjs b/plugins/styleguide/assets/javascripts/discourse/components/sections/atoms/00-typography.gjs index 6a52b70181b..fb1a533b8c7 100644 --- a/plugins/styleguide/assets/javascripts/discourse/components/sections/atoms/00-typography.gjs +++ b/plugins/styleguide/assets/javascripts/discourse/components/sections/atoms/00-typography.gjs @@ -1,34 +1,32 @@ -import I18n from "discourse-i18n"; +import i18n from "discourse/helpers/i18n"; import StyleguideExample from "../../styleguide-example"; -const t = I18n.t.bind(I18n); -