1 repository
Systems for managing and persisting translation data locally or in external stores.
Distinct from Local Data Stores: Distinct from Local Data Stores: focuses specifically on translation-specific persistence rather than general-purpose local storage.
Explore 1 awesome GitHub repository matching data & databases · Translation Data Stores. Refine with filters or upvote what's useful.
This library provides a foundational framework for internationalizing Ruby applications by decoupling text from source code. It manages the complete translation lifecycle, including dynamic content interpolation, pluralization, and locale-specific formatting. The system ensures application stability through thread-safe state management and configurable error handling for missing translation keys. The project distinguishes itself through a highly modular architecture that supports pluggable storage backends, allowing translation data to be retrieved from databases, key-value stores, or standar
Manages the storage and retrieval of translation strings from diverse sources like databases and key-value stores.