Message Format Filter

From Okapi Framework
Revision as of 17:42, 12 October 2023 by Jhargraveiii (talk | contribs) (Created page with "{{Filters Header}} ==Overview== The MessageFormatFilter is designed to handle message formats commonly found in software applications. This includes formats such as ICU Message Format and Java MessageFormat. ==Parameters== `addPluralForms` - false by default. If enabled new plural forms will be added based on the target locale. The source string is modified and then refiltered to provide the new plural forms to the trnaslator. Category:Filters Category:Segment...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The MessageFormatFilter is designed to handle message formats commonly found in software applications. This includes formats such as ICU Message Format and Java MessageFormat.


Parameters

`addPluralForms` - false by default. If enabled new plural forms will be added based on the target locale. The source string is modified and then refiltered to provide the new plural forms to the trnaslator.