Package org.omegat.filters2
Interface IAlignCallback
public interface IAlignCallback
Callback for align files in filter.
-
Method Summary
-
Method Details
-
addTranslation
void addTranslation(@Nullable String id, String source, @Nullable String translation, boolean isFuzzy, @Nullable String sourcePath, IFilter filter) New found aligned data.- Parameters:
id- entry idsource- source texttranslation- translated textisFuzzy- true if translation is fuzzysourcePath- source file namefilter- filter which produces entry
-