Skip to content

i18nJs should resolve variables for interpolation #213

@ersubodhgupta

Description

@ersubodhgupta

Bug: It's only changing the first argument in messages that contain variables for interpolation. For example: "hello world {{0} - {1} of {2}}" should translate to "hello world {{arg0} - {arg1} of {arg2}}", but instead it translates to "hello world {{arg0} - {1} of {2}}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions