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
·

6 Repos

Awesome GitHub RepositoriesCustom Format Registrations

Mechanisms for defining and storing project-specific rules for numeric formatting.

Distinct from Numeric Formatting: Focuses on the ability to register new rules rather than the general utility of formatting.

Explore 6 awesome GitHub repositories matching web development · Custom Format Registrations. Refine with filters or upvote what's useful.

Awesome Custom Format Registrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • adamwdraper/numeral-jsAvatar von adamwdraper

    adamwdraper/Numeral-js

    9,706Auf GitHub ansehen↗

    Numeral-js is a JavaScript number formatting library used to convert raw numeric values into human-readable strings for currencies, percentages, and abbreviations. It includes a numeric string parser to extract raw values from formatted strings by removing symbols and delimiters. The library provides locale-aware formatting to adjust decimal separators and currency symbols based on regional language settings. It also features a data size converter that transforms byte values into readable measurements using base-1000 or base-1024 standards. The system supports the registration of custom form

    Allows registration of new formatting rules to handle specialized numeric representations.

    JavaScript
    Auf GitHub ansehen↗9,706
  • kazupon/vue-i18nAvatar von kazupon

    kazupon/vue-i18n

    7,230Auf GitHub ansehen↗

    vue-i18n is an internationalization framework and plugin for Vue.js applications. It serves as a dynamic translation manager and localization formatting library used to translate user interface text and format dates and numbers for global audiences. The project distinguishes itself through a dynamic translation workflow that supports asynchronous locale loading and the ability to reload translation messages in real-time without refreshing the page. It provides specialized mechanisms for rich text rendering, allowing the interpolation of HTML tags and Vue components directly into translated st

    Allows the registration of project-specific rules to customize how translated messages are formatted.

    JavaScripti18ninternationalizationinternationalization-plugin
    Auf GitHub ansehen↗7,230
  • zenoamaro/react-quillAvatar von zenoamaro

    zenoamaro/react-quill

    7,014Auf GitHub ansehen↗

    react-quill is a React component wrapper for the Quill rich text editor, providing a customizable WYSIWYG interface for creating and manipulating formatted semantic HTML content. It functions as a controlled component that manages the internal state and events of the editor within the React lifecycle. The project enables the definition of custom text formats and formatting schemas to support specialized styling or unique data structures. It features configurable toolbars and visual themes, allowing for the application of custom CSS and the specification of custom DOM elements for the editing

    Enables the registration of custom text formats and formatting schemas to support specialized styling.

    JavaScript
    Auf GitHub ansehen↗7,014
  • symfony/translationAvatar von symfony

    symfony/translation

    6,607Auf GitHub ansehen↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Registers custom loaders and dumpers for non-standard translation file formats.

    PHPcomponentphpsymfony
    Auf GitHub ansehen↗6,607
  • lingui/js-linguiAvatar von lingui

    lingui/js-lingui

    5,786Auf GitHub ansehen↗

    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

    Stores translations in standard PO, CSV, JSON, or custom formats for compatibility with translation platforms.

    TypeScript
    Auf GitHub ansehen↗5,786
  • s-yadav/react-number-formatAvatar von s-yadav

    s-yadav/react-number-format

    4,091Auf GitHub ansehen↗

    This library provides a set of tools for formatting numeric values and masking user input within React components. It includes a customizable text input wrapper that synchronizes raw numeric values with formatted display strings and a specialized input masking component for enforcing string patterns and templates during data entry. The project features a localized number formatter that utilizes browser localization APIs to apply regional grouping, prefixes, and suffixes. It supports specialized financial formatting, such as displaying negative values in parentheses, and provides the ability t

    Combines formatting hooks with base components to create specialized input fields.

    JavaScript
    Auf GitHub ansehen↗4,091
  1. Home
  2. Web Development
  3. Numeric Fields
  4. Numeric Formatting
  5. Custom Format Registrations

Unter-Tags erkunden

  • Document Format RegistrationsMechanisms for registering custom styles and data structures into a document model. **Distinct from Custom Format Registrations:** Focuses on rich text document models rather than numeric formatting rules.
  • Logic CompositorsMechanisms to combine formatting hooks with base components for specialized data type inputs. **Distinct from Custom Format Registrations:** Focuses on the composition of logic and components rather than just registering format rules.
  • Translation Format Registrations1 Sub-TagRegistering custom file format handlers that read or write translation catalogs from non-standard sources or formats. **Distinct from Custom Format Registrations:** Distinct from Custom Format Registrations: specifically for translation file formats, not numeric formatting rules.