This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
-
|
Beta Was this translation helpful? Give feedback.
Answered by
jrwats
Dec 31, 2023
Replies: 1 comment 3 replies
-
<fbt desc="...">
<fbt:param name="label">{e}</fbt:param>,
Selected: <fbt:param name="date">{...}</fbt:param>
</fbt> Alternatively you can use the "functional" API fbt(fbt.param('label', e) + ', Seleced: ' + fbt.param('date', ...), "desc ...") |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
tienlx97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alternatively you can use the "functional" API