Reputation: 342
I'm thinking about using the internationalization support for Chrome extensions as described here.
The suggested way to make translations is to first create the English messages.json file, then copy it over and translate it into the given language.
My problem is that this works all right for the initial translation, but when there are already some translations and some changes happen in the extension I don't see an easy way to update the translations.
I guess I would need tools for these tasks:
I guess by keeping around the original English messages.json file and using diff tools I could do this by hand, but I was wondering if there are any tools that can help with this.
Upvotes: 3
Views: 121