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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • octoprint/octoprintAvatar de OctoPrint

    OctoPrint/OctoPrint

    9,020Voir sur 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
    Voir sur GitHub↗9,020
  • travis-ci/travis-ciAvatar de travis-ci

    travis-ci/travis-ci

    8,490Voir sur 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.

    Voir sur GitHub↗8,490
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Voir sur 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
    Voir sur GitHub↗5,924
  • hlmd/postman-cnAvatar de hlmd

    hlmd/Postman-cn

    5,642Voir sur GitHub↗

    Postman-cn est un projet de localisation fournissant des packs de traduction d'application pour convertir l'interface de la plateforme API Postman de l'anglais vers le chinois. Il consiste en un ensemble de fichiers de langue traduits et d'overlays conçus pour localiser l'interface utilisateur pour les locuteurs natifs. Le projet fournit des packs de localisation qui fonctionnent sur plusieurs systèmes d'exploitation pour assurer une interface chinoise cohérente. Ceci est réalisé par le remplacement des fichiers de langue par défaut et la substitution d'actifs statiques. Le projet couvre la localisation de l'interface utilisateur et la traduction de logiciels multiplateformes pour supprimer les barrières linguistiques pour les développeurs concevant et testant des API.

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

    PHPchinesepostman
    Voir sur GitHub↗5,642
  • woniudiancang/beeAvatar de woniudiancang

    woniudiancang/bee

    4,365Voir sur GitHub↗

    Bee est un système complet de gestion des commandes de restaurant et une plateforme de restauration conçue spécifiquement pour l'écosystème des mini-programmes WeChat. Il sert d'orchestrateur pour la commande de nourriture numérique, la logistique de livraison et les opérations de restauration sur place. Le système se distingue par une suite spécialisée d'outils pour la gestion de restaurant physique, y compris un serveur d'impression de cuisine pour générer des modèles de tickets personnalisés, une plateforme de réservation de table numérique et un système d'assignation de table utilisant des codes QR. Il inclut également un portail d'intégration des marchands dédié pour gérer les candidatures des vendeurs et les intégrations de magasins. La plateforme couvre une large gamme de capacités opérationnelles, y compris les restrictions de zone de livraison basées sur le mappage de rayon de coordonnées, la gestion de la fidélité client et des coupons, et un système de coordination de file d'attente pour les places des invités et les ramassages de commandes. Elle fournit également des outils pour le contrôle des stocks en magasin et la localisation de l'interface utilisateur via des packs de langue.

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

    JavaScript
    Voir sur GitHub↗4,365
  • tastyigniter/tastyigniterAvatar de tastyigniter

    tastyigniter/TastyIgniter

    3,532Voir sur 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
    Voir sur GitHub↗3,532
  1. Home
  2. Software Engineering & Architecture
  3. Internationalization Frameworks
  4. Validation Message Localization
  5. Language Pack Installers

Explorer les sous-tags

  • 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.