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
When gathering strings to potentially localize, look for template literals and convert them into messages with indexed placeholders. In the example above, the following messages entry should be created: Hello {0}
Implement _ as a tag function applying localization under the hood.
The text was updated successfully, but these errors were encountered:
Extend strong-globalize to support template literals via tagged template literals.
Sample usage:
Preliminary list of tasks:
messages
entry should be created:Hello {0}
_
as a tag function applying localization under the hood.The text was updated successfully, but these errors were encountered: