Interface IHistoryTranslationProvider
- All Known Implementing Classes:
HistoryTranslationProvider
public interface IHistoryTranslationProvider
Provides translating of
IContextTranslationQuery based on the history
of already translated features in the project.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe result of translation that contains all translations are grouped by translated value. -
Method Summary
Modifier and TypeMethodDescriptionReturns a translation results have been found by the given query.
-
Method Details
-
translate
Returns a translation results have been found by the given query.The implementators must provide that the size of returned list must be limited by the following preferences parameter
HistoryTransPrefs.getMaxTranslations().- Parameters:
query- the query to search translations- Returns:
- a list of translations
-