awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesInterface Translation Providers

Systems for mapping locale objects to internal interface strings to support multi-language UI support.

Distinguishing note: Focuses on the data structure and mapping of translation strings rather than the configuration of regional settings.

Explore 4 awesome GitHub repositories matching development tools & productivity · Interface Translation Providers. Refine with filters or upvote what's useful.

Awesome Interface Translation Providers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • grapesjs/grapesjsAvatar de GrapesJS

    GrapesJS/grapesjs

    25,518Ver en GitHub↗

    GrapesJS is a modular, web-based visual editor framework designed for building drag-and-drop page builders and custom content management interfaces. It functions as a structural engine that manages hierarchical document models, allowing developers to create reusable design blocks and complex page compositions. By providing a schema-driven approach to UI configuration, the framework enables the construction of design environments where users can assemble layouts and manage component properties visually without writing raw code. The project distinguishes itself through a highly extensible, plug

    The editor allows for modifying interface text or adding new translations by providing a locale object that maps custom values to the internal structure.

    TypeScriptdrag-and-dropframeworkno-code
    Ver en GitHub↗25,518
  • nodebb/nodebbAvatar de NodeBB

    NodeBB/NodeBB

    15,144Ver en GitHub↗

    NodeBB is a real-time, self-hosted community forum platform built on Node.js. It is designed to support scalable discussion environments by utilizing a document-oriented database for content storage and an in-memory engine for high-speed data retrieval and session management. The platform provides a comprehensive administrative interface for managing user groups, forum settings, and system health. What distinguishes the platform is its native support for federated social networking via the ActivityPub protocol, allowing forums to exchange content, synchronize discussions, and interact with de

    Converts language keys into localized text across server-side code, client-side scripts, and templates.

    JavaScriptcommunityforumjavascript
    Ver en GitHub↗15,144
  • symfony/translationAvatar de symfony

    symfony/translation

    6,607Ver en GitHub↗

    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

    Provides a push-pull abstraction for synchronizing translation catalogs with third-party localization services.

    PHPcomponentphpsymfony
    Ver en GitHub↗6,607
  • mixxxdj/mixxxAvatar de mixxxdj

    mixxxdj/mixxx

    6,397Ver en GitHub↗

    Mixxx is a free, open-source DJ application that runs on Windows, macOS, and Linux, providing a complete platform for mixing audio tracks with beat detection, key analysis, and real-time effects during live performances. It functions as a digital mixer that supports MIDI controller mapping, timecode vinyl control, and custom skin layouts, while also serving as a live performance recording tool that can capture mixes to audio files and broadcast them to internet radio servers in real time. The application distinguishes itself through a comprehensive architecture that coordinates automated play

    Translates the application's user interface text into any language using the Transifex platform.

    C++audiodjhid
    Ver en GitHub↗6,397
  1. Home
  2. Development Tools & Productivity
  3. Interface Translation Providers

Explorar subetiquetas

  • Provider Push-Pull InterfacesUploads and downloads translation content to third-party services through a provider abstraction layer. **Distinct from Interface Translation Providers:** Distinct from Interface Translation Providers: focuses on bidirectional sync with external services, not internal string mapping.