Interface I18nFileParser


public interface I18nFileParser
SPI for parsing i18n translation files.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(InputStream inputStream)
    Parse an i18n file from the given input stream.
    File extensions this parser can handle (lowercase, without dot), e.g.
  • Method Details