tolgee-platform icon indicating copy to clipboard operation
tolgee-platform copied to clipboard

Changing placeholder conversion after importing file with non-string value fails

Open Anty0 opened this issue 1 year ago • 0 comments

Describe the bug On the import screen, placeholder conversion can be set both before and after importing a file. However, after importing a file that contains a non-string value for any key (e.g., a number in a JSON file), it is no longer possible to change placeholder conversion.

To Reproduce Steps to reproduce the behavior:

  1. Create an empty project
  2. Import JSON file
{
  "key": 55
}
  1. Try switching placeholder conversion on/off
  2. See an error in the server logs

Anty0 avatar Dec 17 '24 11:12 Anty0