add_translation_memory_entry
Store approved translations in a memory database to reuse them for future localization tasks, ensuring consistency across projects.
Instructions
Add a new entry to the translation memory.
Use this to store approved translations so they are reused in future localizations.
Args: source_text: The original text. target_text: The approved translation. source_language_code: Source language code (e.g. "en"). target_language_code: Target language code (e.g. "fr-FR"). name: Optional label for this entry (e.g. "homepage hero copy").
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_text | Yes | ||
| target_text | Yes | ||
| source_language_code | Yes | ||
| target_language_code | Yes | ||
| name | No |