awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesComplex Text Formatting

Handling of grammatical rules including pluralization and gender-based variations in localized text.

Distinct from Text Formatting: The candidates focus on visual styling, casing, or code indentation, whereas this is about grammatical and linguistic transformation for internationalization.

Explore 3 awesome GitHub repositories matching user interface & experience · Complex Text Formatting. Refine with filters or upvote what's useful.

Awesome Complex Text Formatting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • i18next/react-i18nextAvatar von i18next

    i18next/react-i18next

    10,005Auf GitHub ansehen↗

    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

    Handling pluralization, gender, and variable interpolation in translations using the ICU message format.

    JavaScripti18ni18nextinternationalization
    Auf GitHub ansehen↗10,005
  • iofficeai/officecliAvatar von iOfficeAI

    iOfficeAI/OfficeCLI

    8,092Auf GitHub ansehen↗

    OfficeCLI ist eine Headless-Office-Suite und ein Automatisierungswerkzeug, das darauf ausgelegt ist, Microsoft Office-Dokumente programmatisch zu lesen, zu bearbeiten und zu generieren. Es fungiert als OOXML-Manipulationsbibliothek und Dokument-Templating-Engine und bietet eine eigenständige Binärdatei, die die Verwaltung von Word-, Excel- und PowerPoint-Dateien ermöglicht, ohne dass eine lokale Installation von Office-Software erforderlich ist. Das Projekt zeichnet sich dadurch aus, dass es Dokumentoperationen als Werkzeuge für KI-Agenten über einen JSON-RPC-Server und das Model Context Protocol offenlegt. Es ermöglicht fortgeschrittene Anpassungen durch rohe XML-Manipulation mittels XPath und bietet ein Serialisierungssystem, das Dokument-Subtrees in wiederholbare JSON-Batches ausgibt. Das Tool deckt ein breites Spektrum an Funktionen ab, einschließlich programmatischem Tabellenkalkulations-Engineering mit Formelauswertung und Pivot-Tabellen-Generierung sowie umfassenden Textverarbeitungsaufgaben wie Stilverwaltung, Revisionsverfolgung und mehrsprachiger Textformatierung. Es enthält zudem Utilities für Datenvisualisierung, Inhaltsextraktion in strukturiertes JSON oder High-Fidelity-HTML sowie das Zusammenführen von JSON-Daten in vordefinierte Templates für die automatisierte Berichterstellung.

    Provides programmatic control over typefaces and styles for diverse script classes including Latin and East Asian.

    C#
    Auf GitHub ansehen↗8,092
  • aralroca/next-translateAvatar von aralroca

    aralroca/next-translate

    2,741Auf GitHub ansehen↗

    Next-translate is a localization framework designed for Next.js applications that manages multi-language content through server-side integration and build-time optimization. It provides a comprehensive set of utilities for injecting translated strings into React components, enabling developers to handle dynamic content, pluralization, and locale-specific formatting within a unified architecture. The library distinguishes itself by optimizing application performance through selective resource loading. It parses translation files during the build process to generate page-specific bundles and su

    Supports complex formatting including grammatical pluralization and embedding custom components directly within translated text.

    JavaScriptglobalizationhacktoberfesti18n
    Auf GitHub ansehen↗2,741
  1. Home
  2. User Interface & Experience
  3. Complex Text Formatting

Unter-Tags erkunden

  • Script-Specific StylingApplying distinct typefaces and styles to different global script classes like Latin and East Asian. **Distinct from Complex Text Formatting:** Focuses on the visual styling of different scripts rather than grammatical rules of complex text formatting.