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}}"
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}}"