Retrieves a translation value from a nested translation object.
Middleware function to initialize internationalization (i18n) support. This plugin detects the user's language based on the URL and the Accept-Language header, loads the necessary translation files dynamically, and saves the translations, locale, and base path as global signals for both client-side and server-side access.
Represents the state of translations, the base path, and locale within the app.