1.0.0 • Published 6 months ago

@l10nmonster/helpers-java v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

L10n Monster Java Helpers

ModuleExportDescription
helpers-javaescapesDecoderDecoder for escaped chars like \n and \u00a0.
helpers-javaMFQuotesDecoderDecoder for dealing with quotes in MessageFormat strings.
helpers-javaescapesEncoderEncoder for escaped chars like \n.
helpers-javaMFQuotesEncoderEncoder for dealing with quotes in MessageFormat strings.

Java Properties Filter

this.resourceFilter = new filters.JavaPropertiesFilter();

A filter for properties files used as defined by the Java resource bundle specification.

  • TODO it needs an option to make it stricter to deal with technically invalid files.
1.0.0

6 months ago