TolgeeApple
A data class representing the implementation of the Tolgee localization framework for Apple platforms. This class extends the base Tolgee class and provides methods for accessing translated strings, either as flows or as immediate values.
Types
Functions
Retrieves the translation for a given key immediately. If no translation is found, falls back to the provided default value or bundle localization.
Retrieves an immediate translation string for the given key with optional parameters and a fallback.
Provides a flow of localized strings based on the given key, default value, and optional table name.
Provides a flow of localized string representations for a given key, allowing localization updates based on dynamic arguments and optional table-specific localization contexts.