It would be really cool if you could easily spot changes made to the original files as a moderator. So for example:
I, the creator, have a json file with the following string:
{
"example": "This is an example string.",
...
}
Now, my moderators have all translated this string into their own language. Then sometime later I decide to update the string to:
{
"example": "This is my new and improved example string.",
...
}
Now, as a translator, I would like to be notified somehow that the original string has been changed since my last translation. Maybe have my translation percentage go down to 90% for example, to also show some work to be done.