messages

A mutable map that holds localized messages organized by language codes and message keys.

The outer map uses strings as keys, representing language codes (e.g., "en", "fr"). The inner map pairs MessageKey instances with their corresponding localized message strings.

This structure is a core component of the language manager, allowing for efficient storage and retrieval of translations based on language and specific message keys.