You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the no-trans-inside-trans rule, I've noticed that there are failures to extract strings when a t is used inside a t. For example, this should be an error:
t`some text ${t`some other text`}`
Thanks for this great library!
The text was updated successfully, but these errors were encountered:
jeresig
changed the title
New Rule: Disallow t inside t
New Rule: Disallow t inside t
Dec 3, 2024
Similar to the
no-trans-inside-trans
rule, I've noticed that there are failures to extract strings when at
is used inside at
. For example, this should be an error:Thanks for this great library!
The text was updated successfully, but these errors were encountered: