11 Repos
Localized error messages and translated validation feedback for global user bases.
Distinct from Internationalization Frameworks: Specific to translating validation errors rather than general application resource mapping.
Explore 11 awesome GitHub repositories matching software engineering & architecture · Validation Message Localization. Refine with filters or upvote what's useful.
Vee-validate is a form validation library and state management tool for Vue applications. It enables the validation of user inputs through declarative rules and tracks form metadata, including submission status and dirty states. The library functions as a wrapper for integrating external schema validation libraries to enforce consistent data shapes. It also serves as an internationalized framework for displaying translated error messages and localized feedback. The project covers broad capability areas including form state management, the handling of complex nested data structures, and the s
Ships an internationalized framework for displaying translated validation error messages and localized feedback.
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.
Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.
Translates validation errors into multiple languages using translation mappings for global interfaces.
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.
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.
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.
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.
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.
This library is a PHP framework for enforcing data integrity and business rules by validating scalar values and complex object structures against predefined constraints. It provides a structured approach to inspecting object graphs and property metadata, ensuring that data conforms to expected requirements before it is processed by an application. The framework distinguishes itself through a metadata-driven mapping system that uses reflection or configuration files to apply rules directly to object properties. It supports contextual rule orchestration, allowing developers to organize constrai
Routes validation failure messages through a localization layer to provide multi-language support for error reporting.
Hibernate Validator is a reference implementation of the Jakarta Validation specification, serving as a framework for enforcing data integrity across Java applications. It functions as a declarative validation engine that processes object constraints to ensure that application state remains consistent. By utilizing metadata-driven rules, the library validates object properties, method parameters, and nested collections to maintain data standards throughout an application's layers. The library distinguishes itself through its ability to perform static analysis on validation configurations, ide
Adapts validation error messages to specific languages and regions using pluggable resolvers to support users in internationalized applications.
This library provides a comprehensive system for defining data schemas and enforcing structural integrity within JavaScript applications. It enables developers to construct declarative rules for complex, nested objects, ensuring that data conforms to expected types and constraints before it is processed or stored. By integrating directly with the Meteor framework, it serves as a central tool for maintaining consistent data structures across collections and remote procedure calls. The project distinguishes itself through its deep integration with reactive data systems, allowing validation stat
Supports internationalizing validation error messages to provide clear, localized feedback.