Interpolation get removed after translation done
Open
- Dominant language
- Java
- Stars
- 385
- Forks
- 72
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 6
Description
I'm using xliff 1.2 files.
After translating fields from the webapp, interpolation tags get removed from the target.
```html
Remove
Remove
Action verb
```
become
```html
Remove
Supprimer
Action verb
```
Then, it can't be used like this for Angular app.
Contributor guide
Assessment
This issue has not been assessed yet.