invoke
Operator that should be used in order to get rid of this:
val (t) = useTranslation()
Content copied to clipboard
and use this:
val t = useTranslation()
Content copied to clipboard
Return
localized value by key
Parameters
key
translation key
Operator that should be used in order to get rid of this:
val (t) = useTranslation()
and use this:
val t = useTranslation()
localized value by key
translation key