tolgee-platform
tolgee-platform copied to clipboard
Changing placeholder conversion after importing file with non-string value fails
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:
- Create an empty project
- Import JSON file
{
"key": 55
}
- Try switching placeholder conversion on/off
- See an error in the server logs