Skip to content

Resolve this compile fbt code #410

Closed Answered by jrwats
tienlx97 asked this question in Q&A
Dec 29, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote
<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 ...")

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tienlx97
Comment options

@tienlx97
Comment options

@kayhadrin
Comment options

Answer selected by tienlx97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants