Often translations are done as follows:
{
"someKey": "Some translation",
"@someKey": {}
}
@someKey allows the programmer to add extra metadata to the localization, like variables and a description for translators. These should also be removed when the key itself is removed.
Often translations are done as follows:
{ "someKey": "Some translation", "@someKey": {} }@someKeyallows the programmer to add extra metadata to the localization, like variables and a description for translators. These should also be removed when the key itself is removed.