Part of lp.translations.utilities.translation_import View In Hierarchy
Fetches all information needed to compare messages to be imported in one go. Used to speed up PO file import.
Method | __init__ | Undocumented |
Method | markMessageAsSeen | Marks a message as seen in the import, to avoid expiring it. |
Method | isAlreadyTranslatedTheSame | Does pool have a message that's just like message ? |
Method | _getFlagName | Get the name of the database is_current flag to look for. |
Method | _fetchDBRows | Undocumented |
Method | _getMessageKey | Return tuple identifying message . |