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

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

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

6 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • octoprint/octoprintAvatar von OctoPrint

    OctoPrint/OctoPrint

    9,020Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,020
  • travis-ci/travis-ciAvatar von travis-ci

    travis-ci/travis-ci

    8,490Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗8,490
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,924
  • hlmd/postman-cnAvatar von hlmd

    hlmd/Postman-cn

    5,642Auf GitHub ansehen↗

    Postman-cn is a localization project providing application translation packs to convert the Postman API platform interface from English into Chinese. It consists of a set of translated language files and overlays designed to localize the user interface for native speakers. The project provides localization packs that work across multiple operating systems to ensure a consistent Chinese interface. This is achieved through the replacement of default language files and the substitution of static assets. The project covers user interface localization and cross-platform software translation to re

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

    PHPchinesepostman
    Auf GitHub ansehen↗5,642
  • woniudiancang/beeAvatar von woniudiancang

    woniudiancang/bee

    4,365Auf GitHub ansehen↗

    Bee ist ein umfassendes Restaurant-Bestellmanagementsystem und Catering-Plattform, die speziell für das WeChat-Mini-Programm-Ökosystem entwickelt wurde. Es dient als Orchestrator für digitale Essensbestellungen, Lieferlogistik und Dine-in-Betriebe. Das System zeichnet sich durch eine spezialisierte Suite von Tools für das physische Restaurantmanagement aus, einschließlich eines Küchen-Druckservers zum Generieren benutzerdefinierter Ticketvorlagen, einer digitalen Plattform für Tischreservierungen und eines Tischzuweisungssystems mittels QR-Codes. Es enthält zudem ein dediziertes Onboarding-Portal für Händler, um Anbieteranträge und Store-Integrationen zu verwalten. Die Plattform deckt ein breites Spektrum an operativen Fähigkeiten ab, einschließlich Lieferzonenbeschränkungen basierend auf Koordinaten-Radius-Mapping, Kundenbindung und Coupon-Management sowie ein Warteschlangen-Koordinationssystem für die Sitzplatzvergabe und Abholung von Bestellungen. Es bietet zudem Tools für die lagerbasierte Inventarkontrolle und die Lokalisierung der Benutzeroberfläche mittels Sprachpaketen.

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

    JavaScript
    Auf GitHub ansehen↗4,365
  • tastyigniter/tastyigniterAvatar von tastyigniter

    tastyigniter/TastyIgniter

    3,532Auf GitHub ansehen↗

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

Unter-Tags erkunden

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