theLee3 / flutter_auto_translator

A command-line tool to translate ARB files.
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Placeholder names are shifted #10

Closed orkun1675 closed 4 months ago

orkun1675 commented 9 months ago

When I ran the auto_translator recently I realized that the placeholder name was replaced incorrectly.

In the source language I was using {foo} which became {bar} in the target language. bar was used as a placeholder name in a different string. So it seems the placeholder names shifted.

I will try to get a reproduceable example soon.

theLee3 commented 4 months ago

Fixed in 2.3.2