I currently have a locale file that contains various text keys that need to be translated. Each key corresponds to a specific text that needs to be translated into different languages:
{
key1: "Text to translate",
key2: "Another text to translate",
key3: "Something else",
}
I would like to upload this file to PhraseApp as the main locale and have it translated into different languages. In case any changes are made to this file, I would like to know how to update it in PhraseApp. Do I need to manually add each key to PhraseApp and then delete and replace them when updates are needed? I am not sure if the PhraseApp API allows for creating multiple keys at once.