Interface TranslationPlugin

All Superinterfaces:
Plugin, Public

public interface TranslationPlugin extends Plugin
Definition of a plug-in providing access to translation services.
Since:
5.2.33
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(@NotNull TranslationHost host)
    Register handler responsible for translating content in a specific context.

    Methods inherited from interface de.espirit.firstspirit.client.plugin.Plugin

    setUp, tearDown
  • Method Details

    • register

      void register(@NotNull @NotNull TranslationHost host)
      Register handler responsible for translating content in a specific context.
      Parameters:
      host - The host to register at.
      Since:
      5.2.33