Interface FindMissingTranslationsAction

All Known Implementing Classes:
FindMissingTranslationsActionImpl

@Deprecated public interface FindMissingTranslationsAction
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Finds and exports all entities where a localized field value equals the "fallback" locale field value of the same field.
  • Method Details

    • findMissingTranslations

      String findMissingTranslations()
      Deprecated.
      Finds and exports all entities where a localized field value equals the "fallback" locale field value of the same field. E.g: label_de = "offen" label_en = "open" label_fr = "offen"