<h1 align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Raiondesu/intl-schematic/main/logo/Dark%20Logo.svg"> <source media="(prefers-color-scheme: light)" srcset="https://raw.github
Adds the ability to use custom processors for properties in translation documents of [`intl-schematic`](/packages/core/).
`npm i -s intl-schematic @intl-schematic/vue`
A reactive [`solid-js`](https://www.solidjs.com) adapter for [`intl-schematic`](/packages/core/).
`npm i -D @intl-schematic/cli`
Allows to use arrays as values in translation documents, adds many features to `intl-schematic`: - 💬 **Define complex translations**: use array elements as separate lines or join by a custom delimiter; - 📑 **Reference other keys**: combine and compose
Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.
This is a collection of plugins that should be of use to most applications in need of being localized.
Angular Schematics - CLI
Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.
Formats JS list in a i18n-safe way
A provider-plugin, doesn't affect the translation process directly, but allows other plugins to use a user-provided `Intl.Locale` instance, using the [plugins API](/packages/plugins/).
Polyfill for: https://tc39.es/proposal-intl-displaynames
Intl.LocaleMatcher ponyfill
SWC plugin for extracting inline messages.
Polyfill for Intl.PluralRules
A JavaScript library for entering, formatting, and validating international telephone numbers
Intl.Locale polyfill
Ponyfill for ES2020 Intl.NumberFormat
Formats JavaScript dates to relative time strings.
Intl.DateTimeFormat polyfill
Adds the ability to use nested keys in translation documents.
Angular Schematics - Library