5 Repos
Libraries that implement ICU MessageFormat standards for handling complex linguistic variations.
Distinct from JavaScript Utility Libraries: Distinct from general utility libraries: focuses specifically on ICU MessageFormat implementation for pluralization and gender-based text.
Explore 5 awesome GitHub repositories matching web development · Message Format Libraries. Refine with filters or upvote what's useful.
react-intl is a React internationalization framework and locale-aware formatting tool. It serves as an i18n message formatting library and part of the FormatJS ecosystem, providing components and APIs to format dates, numbers, and messages within React applications. The framework uses the native browser Internationalization API to ensure numeric and temporal data adheres to specific cultural conventions. It implements a system for translating user-facing text and interpolating variables using standardized ICU message syntax. The project covers the broader requirements of React UI localizatio
Implements ICU MessageFormat standards to handle complex linguistic variations and variable interpolation.
FormatJS is an internationalization framework and library designed for building web applications that support multiple languages and regional formats. It provides a comprehensive suite of tools for managing the translation workflow, including the extraction of translatable strings from source code and the compilation of human-readable templates into optimized JavaScript functions. The project distinguishes itself by implementing the ICU MessageFormat standard, which enables the handling of complex linguistic requirements such as pluralization and gender-based text variations. By utilizing a b
Implements ICU MessageFormat standards to handle complex linguistic requirements like pluralization and gender variations.
react-i18next is an internationalization framework that integrates the i18next ecosystem into React applications. It provides a system for replacing hardcoded strings with dynamic keys to support multiple languages across a user interface. The library includes an ICU message formatter for handling complex pluralization and gender-based translations. It features a localization management interface that allows for synchronizing translation keys with remote platforms and performing in-context content editing. The project covers server-side rendering localization with request-isolated translatio
Implements the ICU MessageFormat standard for handling complex pluralization and gender-based translations.
Lingui is a JavaScript internationalization library that provides a framework-agnostic core with bindings for React, SolidJS, Svelte, Astro, and other JavaScript frameworks. It operates through a compile-time message extraction pipeline that scans source files for translatable strings, generates standard PO, JSON, or CSV catalog files, and compiles them into optimized JavaScript modules for production deployment. The library uses macro-based message definition to wrap translatable text in source code while preserving context for extraction, and includes a plural rule engine that automatically
Parses and renders messages using ICU MessageFormat syntax for plurals, selectors, and rich-text placeholders.
next-intl ist ein Internationalisierungs-Framework für Next.js-Anwendungen. Es bietet ein System zur Verwaltung von Übersetzungen, lokalisiertem Routing und ICU-Nachrichtenformatierung, um mehrsprachige Inhalte über Server- und Client-Komponenten hinweg bereitzustellen. Das Projekt zeichnet sich durch den Fokus auf Developer Experience und Typsicherheit aus und nutzt einen TypeScript-Übersetzungsvalidator, der Deklarationsdateien aus JSON-Nachrichten für die Key-Validierung zur Kompilierzeit generiert. Es optimiert Übersetzungsworkflows mit Tools zur automatischen Extraktion von Strings aus dem Quellcode in Nachrichtendateien und zur Synchronisierung dieser Bundles mit externen Lokalisierungsdiensten. Das Framework deckt eine breite Palette an Funktionen ab, einschließlich locale-aware Routing-Management für SEO-freundliche URL-Präfixe und Domain-Mapping sowie umfassende Datenformatierung für Daten, Zahlen und Listen. Es unterstützt komplexe Nachrichtenformatierung mittels ICU-Syntax für Plurale und Geschlechter und bietet Hilfsprogramme zur Verwaltung von Right-to-Left-Layouts und lokalisierten Seiten-Metadaten. Die Bibliothek integriert sich in native JavaScript-Internationalisierungs-APIs und bietet Storybook-Integration zur Vorschau lokalisierter Komponenten während der Entwicklung.
Uses ICU message syntax to handle complex linguistic nuances such as plurals and gender.