You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data-i18n-options as an attribute can be used for dynamically replacing variables with required content
For usage like
,
The i18n library will look for {message} inside the translation for the key 'message-key' and replace it with "i18n is very good, it serves $1 developers"
For usage like
<li data-i18n="message-key"></li>
, how can i pass params to the message-key.Message may be like this: {"message-key": "i18n is very good, it serves $1 developers"}
The text was updated successfully, but these errors were encountered: