Description
Currently Document.getTranslatedDocument(language) returns the translated document only if it exists in db, otherwise it returns the original document. Extend this method with a boolean flash to force the creation of a new translated document when that doesn't exists in db to be able to manipulate programatically the translations.