Multi count strings #525
Unanswered
adamappdev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement names string functionality similar to facebook's "Foo, bar and 2 others Likes this" functionality.
here is my json:
The caller function:
And the calls:
But apparently there is no
three
key and it always falls back toother
key, how can I be able to implement such a functionality, or should I open a feature request to implementthree
?Beta Was this translation helpful? Give feedback.
All reactions