ICU Message Format Generator — illustrative example INPUT English message uses a variable named count and should show one item or multiple items. RESULT {count, plural, one {# item} other {# items}} Check count values 0, 1 and 2 in the target runtime. Additional locales may require other plural categories. REVIEW ICU messages should preserve variables and include required fallback branches. Validate the generated message with the application's ICU parser and test representative counts in each target locale. This is a teaching example, not a live execution record.