Working with Gettext
Cldr wants to be a good neighbour to Gettext without introducing any dependencies either way. There are three integration points:
Gettextcan be used as a source of configuration information, both to define what locales are configured and to define what is the default locale. This is described in the configuration guideCldr.Gettext.Pluralprovides a plurals module that can be configured inGettext. Note this module is only compiled and available ifGettextis configured in your projectdeps. SeeCldr.Gettext.Plural.Cldr.Plug.Localewhich is a plug intended to fully parse the HTTPaccept-languageheader to derive locale settings. This is intended to ease integration forPhoenixapps. The plug is not development complete!