Problem
I have two files, apple.json and banana.json, with the following structure:
apple.json
{
"red_apple": "Red Apple"
}
banana.json
{
"yellow_banana": "Yellow Banana"
}
However, the platform detects these phrases as the same phrase, even though their string value is different and exist in separate files.
Answer
Our platform detects phrases by their key, or string identifiers, and will not look at the string value or file. All strings must have a unique key.
Comments
0 comments
Please sign in to leave a comment.