ecma_policy library

Classes

AlwaysEcma
Policy to always use the browsers built-in Intl functionality.
EcmaPolicy
A strategy to decide ICU4X for i18n functionality or delegate to the built-in browser support. See also
NeverEcma
Policy to never use the browsers built-in Intl functionality.
SometimesEcma
Policy to use the browsers built-in Intl functionality for a specified set of locales.
SometimesICU4X
Policy to use ICU4X functionality for a specified set of locales.