Packages
ex_cldr_locale_display
1.7.3Locale display name presentation for Common Locale Data Repository (CLDR) locales.
unicode_transform
1.0.0Transliterates text between scripts, applies normalization and case mappings, and executes arbitrary CLDR transforms.
ex_cldr_collation
1.1.0Elixir implementation of the Cldr Collation algorithm, providing language-aware string sorting and comparison. An opt-in NIF is provided for high performance collating.
ex_cldr_messages
2.0.1Localized and internationalized message formatting using Unicode MessageFormat 2 (MF2) and legacy ICU Message Format, integrated with the ex_cldr family supporting over 700 locales
color
0.13.0A comprehensive color library: 21 color spaces, chromatic adaptation, ICC rendering intents, ΔE2000 / WCAG / APCA contrast, gamut mapping, color mixing and gradients, blend modes, color harmonies, color temperature, spectral pipeline, and a full CSS Color 4 / 5 parser. Zero runtime dependencies.
ex_cldr_units_sql
1.0.1Unit functions for the serialization to a database of a Cldr.Unit.t data type. Also includes aggregation and sum functions.
unicode_string
2.1.0Unicode locale-aware case folding, case mapping (upcase, downcase and titlecase) case-insensitive equality as well as word, line, grapheme and sentence breaking and streaming.
ex_cldr_routes
1.6.0Cldr-based localized route generation and path helpers for Phoenix
abnf
0.0.1ABNF parser for Elixir
unicode_guards
1.0.1Implementation of Unicode Set-based guards for Elixir. Supports matching unicode sets to codepoints that can be used in function guards.
cldr_html
1.6.0HTML helper functions for the Common Locale Data Repository (CLDR).
astro
2.2.2Astronomical calculations in Elixir including sunrise, sunset, moonrise, moonset, equinox, solstice, moonphase and more.
ex_cldr_person_names
1.1.1Person name formatting functions for the Common Locale Data Repository (CLDR) package ex_cldr.
text
0.6.1Text analysis and processing for Elixir including ngram, language detection and more.
text_corpus_udhr
0.1.0Corpus for the `Text` library from the Universal Declaration of Human Rights.
localize
0.41.0Localization (parsing, formatting) of numbers, dates/time/calendar, units of measure, messages and lists. Includes localized collation.
ex_cldr_strftime
1.0.1Generates a Calendar.strftime/3 options list from CLDR date time formats to support localised date, time and date time formatting.
ex_cldr_trans
1.1.3CLDR-based embedded translations for Ecto schemas
ex_cldr_calendars_format
1.0.1Customizable calendar formatting (HTML, Markdown and custom) for localised and generalised calendars based upon ex_cldr_calendars.
attempt
0.6.0Implements a retry budget and token bucket for retriable function execution