1.0.0 • Published 7 months ago

@l10nmonster/helpers-demo v1.0.0

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

L10n Monster Demo Helpers

ModuleExportDescription
helpers-demoPigLatinizerTranslator into pig latin for demo and pseudo-localization.

Pig Latinizer Translator

this.translationProvider = new demo.PigLatinizer({
    quality: 1
});

This is a pseudo-localization helper that converts source into Pig Latin to provide visual testing of hard-coded strings, concatenation, and text expansion. By default, quality is set to 1 but it can be overwritten in the constructor by passing the quality property.

1.0.0

7 months ago