Instead of using the builtin translation features of Helpjuice, we would like to export articles from the primary language (en_US) and translate the exported files to various other languages with an external translation memory system, used by our inhouse translator. This allows us to leverage the existing corporate terminology database as well as previous translations. We would like to automate as much of the importing and exporting as possible. However, we are missing certain features in order to do this properly. 1) In the GUI we would like to see the option to flag content that has been modified after it has been translated. In other words: You export an article from English and translate it into German and French. You upload both translations and they reflect the original article's version at the time. In the meantime, a Techincal Writer makes changes to the English version and the translations are no longer accurate. In the current version of Helpjuice I don't see any clue or indicator that a translation is potentially out of date. In order to bypass this, our Technical Writer's need to manually keep track of changes in an Excel spreadsheet. Instead, we think Helpjuice could easily indiciate this situation in the GUI. 2) Ideally we would like to use the API to export all articles that have either not been translated at all and/or modified since they have been translated the last time. The workaround for the current version is to simply export all articles in the source language, split the json into individual html files and let the translation memory decide what needs to be translated. 3) With the current version of Helpjuice importing translated content via API is not really an option. We cannot realiably and in an automated way determine the article IDs of translated content that belongs to the source article. In other words: When exporting an article we would like to see an additional field that points to its exissting translation(s). With this information we should then be able to formulate either a "create" or "update" request with the appropriate ID to get our translation back into helpjuice.