Hello,
I want to edit the messages in the language editor, but how do I know which variables are available? E.g. there is a system message for Only n items available which says
You can only add {{ count }} {{ name }} to your cart.
but if I want to use {{ count }} in the next line at Too many items in cart I get the error
I18n Error: Missing interpolation value "count" for...
best regards
Kevin