1 个仓库
Middleware components that intercept translation calls at runtime to identify and register missing keys.
Distinct from Missing Translation Key Detection: Distinct from Missing Translation Key Detection: focuses on the runtime middleware mechanism for automatic registration, not just static identification.
Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Middleware Detectors. Refine with filters or upvote what's useful.
This project provides a comprehensive localization infrastructure for Laravel applications, centering on a database-backed registry for translation strings. It enables developers to centralize application content, moving away from purely file-based management to a persistent storage model that supports multi-language workflows. The system distinguishes itself through automated discovery and synchronization capabilities. It parses source code to identify and register translation keys, while also utilizing middleware to detect missing keys during runtime. These automated processes are paired wi
Intercepts translation calls at runtime to automatically register missing keys into the database during development.