We use Resx Resource Manager (and it is really great by the way) to translate our app into 6 different languages. Our workflow is that occasionally our international associate will ask for the "translations file", which is simply the excel export. He shares it with various translators who make edits, then sends it back to our devs. Our devs then merge the updates into the source.
We'd like to tighten up the loop by removing the need to ask for the file and have a dev respond. We'd like to generate the excel export as part of our automated build process. Can the tool be run as, say, a command line app which produces the excel file? (We would continue to manually import the changes.)
Comments: ** Comment from web user: tomenglert **
We'd like to tighten up the loop by removing the need to ask for the file and have a dev respond. We'd like to generate the excel export as part of our automated build process. Can the tool be run as, say, a command line app which produces the excel file? (We would continue to manually import the changes.)
Comments: ** Comment from web user: tomenglert **
Try the new scripting module - I think you can cover most of the tasks you are looking for.
Please give some feedback if this helps with your scenario.