Skip to content

Commit

Permalink
ref(i18n): remove deprecations (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Mar 27, 2023
1 parent e0851f3 commit 808eb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i18n/translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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 {
Expand Down

0 comments on commit 808eb7e

Please sign in to comment.