-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Area: APIIssues related to API improvements.Issues related to API improvements.Waiting for: DemandLow priority for development. Pull requests welcome. Can be prioritized by sponsorship.Low priority for development. Pull requests welcome. Can be prioritized by sponsorship.
Description
Describe the problem
It'd be nice to have some REST API endpoints for interacting with the translation memory. Specifically an efficient way to look up translations in the TM for specific strings without needing to pull the whole memory or iterate through it with pagination, looking for the required translation.
Solution brainstorm
Some endpoint, for example:
.../translation-memory/lookup?project=...&lang_code=...
Body:
{
list strings to translate
}
project- only take translations from specific project/component's TM, whole TM when none givenlang_code- language to fetch translations for
returns a list of translations of the given strings if present in the translation memory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: APIIssues related to API improvements.Issues related to API improvements.Waiting for: DemandLow priority for development. Pull requests welcome. Can be prioritized by sponsorship.Low priority for development. Pull requests welcome. Can be prioritized by sponsorship.