This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
from pontoon.base.models import TranslationMemoryEntry, Translation | |
from bulk_update.helper import bulk_update | |
tm_entries_to_update = [] | |
""" | |
Generate a dict of TM entries for which translation ForeignKey is null | |
- key: serialized TM entry data | |
- value: reference to a TM entry |