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
The translate functions should use a DetectionContext instead of an IDetectionContext.
Doing this should allow to remove the unnecessary check detectionContext instanceof DetectionContext context everywhere in the translation.
The text was updated successfully, but these errors were encountered:
The
translate
functions should use aDetectionContext
instead of anIDetectionContext
.Doing this should allow to remove the unnecessary check
detectionContext instanceof DetectionContext context
everywhere in the translation.The text was updated successfully, but these errors were encountered: