awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

6 repositorios

Awesome GitHub RepositoriesLanguage Pack Installers

Mechanisms for downloading and installing pre-built language pack files into an application's directory.

Distinct from Validation Message Localization: Distinct from Validation Message Localization: covers the installation of full language packs, not just validation message translation.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Language Pack Installers. Refine with filters or upvote what's useful.

Awesome Language Pack Installers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • octoprint/octoprintAvatar de OctoPrint

    OctoPrint/OctoPrint

    9,020Ver en GitHub↗

    OctoPrint is a web-based platform for remotely controlling and monitoring 3D printers. It provides a browser dashboard to start, pause, cancel, and track print jobs, while streaming real-time printer status, temperature, and progress updates. The system is built around a plugin-based architecture that allows extending core functionality, and it offers a documented REST API for programmatic printer control and data management. The platform distinguishes itself through its comprehensive automation and extensibility capabilities. It supports event-driven workflows that automatically execute cust

    Manages language packs for the web interface through REST API endpoints for install, remove, and list operations.

    Python3d-printeroctoprintpython
    Ver en GitHub↗9,020
  • travis-ci/travis-ciAvatar de travis-ci

    travis-ci/travis-ci

    8,490Ver en GitHub↗

    Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job

    Allows adding specific locale support to the build environment to prevent unsupported locale errors.

    Ver en GitHub↗8,490
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Ver en GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Downloads and installs language pack files to localize system messages.

    PHPcodeignitercodeigniter4framework-php
    Ver en GitHub↗5,924
  • hlmd/postman-cnAvatar de hlmd

    hlmd/Postman-cn

    5,642Ver en GitHub↗

    Postman-cn es un proyecto de localización que proporciona paquetes de traducción de aplicaciones para convertir la interfaz de la plataforma de API Postman del inglés al chino. Consiste en un conjunto de archivos de idioma traducidos y superposiciones diseñadas para localizar la interfaz de usuario para hablantes nativos. El proyecto proporciona paquetes de localización que funcionan en múltiples sistemas operativos para asegurar una interfaz china consistente. Esto se logra mediante el reemplazo de archivos de idioma predeterminados y la sustitución de activos estáticos. El proyecto cubre la localización de la interfaz de usuario y la traducción de software multiplataforma para eliminar las barreras lingüísticas para los desarrolladores que diseñan y prueban APIs.

    Provides mechanisms to inject localized language pack files into the application directory to change the UI language.

    PHPchinesepostman
    Ver en GitHub↗5,642
  • woniudiancang/beeAvatar de woniudiancang

    woniudiancang/bee

    4,365Ver en GitHub↗

    Bee is a comprehensive restaurant order management system and catering platform specifically designed for the WeChat mini program ecosystem. It serves as an orchestrator for digital food ordering, delivery logistics, and dine-in operations. The system distinguishes itself through a specialized suite of tools for physical restaurant management, including a kitchen print server for generating custom ticket templates, a digital dining reservation platform, and a table assignment system using QR codes. It also includes a dedicated merchant onboarding portal to manage vendor applications and store

    Provides dynamic user interface localization by loading external translation files based on the user's selected language.

    JavaScript
    Ver en GitHub↗4,365
  • tastyigniter/tastyigniterAvatar de tastyigniter

    tastyigniter/TastyIgniter

    3,532Ver en GitHub↗

    TastyIgniter is a comprehensive restaurant management system and digital ordering engine. Built as a modular application framework, it provides the tools necessary to operate online food ordering, table reservation systems, and multi-vendor e-commerce platforms. The platform is designed to handle complex restaurant operations, including multi-location networking and multi-vendor marketplace management. It distinguishes itself through specialized restaurant automation, such as coordinating guest limits and time slots for bookings, managing ingredient and allergen catalogs, and implementing mul

    Enables the installation of community-provided translation packs for the admin interface and frontend.

    PHPfood-orderingfood-ordering-systemlaravel
    Ver en GitHub↗3,532
  1. Home
  2. Software Engineering & Architecture
  3. Internationalization Frameworks
  4. Validation Message Localization
  5. Language Pack Installers

Explorar subetiquetas

  • Language Pack API ManagementInstalling, removing, and listing language packs through a REST API. **Distinct from Language Pack Installers:** Distinct from Language Pack Installers: focuses on API-based management (install/remove/list) rather than just downloading and installing.
  • Locale Support InstallationsInstallations of system-level locale and language packs to the build environment. **Distinct from Language Pack Installers:** Focuses on OS-level locale support for the environment rather than application-level language pack installers.
  • UI Language PacksDynamic translation files used to localize user interface text based on regional settings. **Distinct from Language Pack Installers:** Focuses on the runtime swapping of UI strings via packs, rather than the installation process of the packs themselves.