This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Replies: 1 comment
-
@tienlx97 Here's the that should produce the same transpiled code: <fbt desc="plural example">
<fbt:param name="title">{title}</fbt:param>
{','}
<fbt:plural
count={badgeCount}
showCount="ifMany">
new item
</fbt:plural>
</fbt> PS: see also |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My question is: How can I describe it as normal code (decompile it)
Beta Was this translation helpful? Give feedback.
All reactions