enables easy localization for target audiences that vary in culture, region, or language. I18n: Internationalization https://blog.mozilla.org/l10n/2011/12/14/i18n-vs-l10n-whats-the-diff/
the language, cultural and other requirements of a specific target market. L10n: Localization https://blog.mozilla.org/l10n/2011/12/14/i18n-vs-l10n-whats-the-diff/
and any special variant preferences that the user wants to see in their user interface. Locale https://en.wikipedia.org/wiki/Locale_(computer_software)
have} } {APPLES, plural, =0 {no apples} one {one apple} other {# apples} } and {TOMATOES, plural, =0 {no tomatoes} one {one tomato} other {# tomatoes} }. ICU t('apple-and-tomatoes', { GENDER: 'male', APPLES: 5, TOMATOES: 0, }); // He has 5 apples // and no tomatoes