From 808eb7e59af897dfe6063f9f1ece0a9072e61459 Mon Sep 17 00:00:00 2001 From: plastikfan Date: Mon, 27 Mar 2023 14:37:16 +0100 Subject: [PATCH] ref(i18n): remove deprecations (#185) --- i18n/translator.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/translator.go b/i18n/translator.go index 8bc9b78..689cdca 100644 --- a/i18n/translator.go +++ b/i18n/translator.go @@ -69,7 +69,7 @@ func applyLanguage(lang *LanguageInfo) { TxRef = utils.NewRoProp(tx) } -// Deprecated: ResetTx, do not use, required for unit testing only and is +// ResetTx, do not use, required for unit testing only and is // not considered part of the public api and may be removed without // corresponding version number change. func ResetTx() { @@ -84,7 +84,7 @@ func ResetTx() { TxRef = utils.NewRoProp(tx) } -// Deprecated: UseTx, do not use, required for unit testing only and is +// UseTx, do not use, required for unit testing only and is // not considered part of the public api and may be removed without // corresponding version number change. func UseTx(with Translator, setters ...UseOptionFn) error {