Interface I18nFileParser
public interface I18nFileParser
SPI for parsing i18n translation files.
-
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream inputStream) Parse an i18n file from the given input stream.File extensions this parser can handle (lowercase, without dot), e.g.
-
Method Details
-
supportedExtensions
-
parse
Parse an i18n file from the given input stream.- Throws:
IOException
-