Interface IAlignCallback


public interface IAlignCallback
Callback for align files in filter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTranslation(@Nullable String id, String source, @Nullable String translation, boolean isFuzzy, @Nullable String sourcePath, IFilter filter)
    New found aligned data.
  • 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 id
      source - source text
      translation - translated text
      isFuzzy - true if translation is fuzzy
      sourcePath - source file name
      filter - filter which produces entry