You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: