huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
236 stars 79 forks source link

[AT] II. Storing translations #6951

Closed LaszloKecskes closed 1 week ago

LaszloKecskes commented 3 months ago

This issue is about the database/entity side of the translation storing process. Fetching the results from the service are handled in a different issue. Validations will be the responsibility of the worker process.

The saving process should:

Make sure that:

aphilop commented 2 months ago

@LaszloKecskes In the last product call, we made the decision to use a textual disclaimer (“AI translated”) that should be displayed in the translated property and could be removed manually by the users when editing the property. Is this the correct issue to document this so that it is considered during development?

image image
LaszloKecskes commented 2 months ago

@LaszloKecskes In the last product call, we made the decision to use a textual disclaimer (“AI translated”) that should be displayed in the translated property and could be removed manually by the users when editing the property. Is this the correct issue to document this so that it is considered during development?

For the display, there are no front end issues yet. The backend issue about the flag removal is #6956