TranslationSource

Translation sources are responsible for retrieving the strings from whatever source. Additionally translation sources are expected to write defaultValues if the source does not include the key (only if possible by the format that is).

Author

TOTHTOMI

Since

Jul. 23, 2023

Inheritors

JsonSource
JsonSource
PropertiesSource

Functions

Link copied to clipboard
abstract fun getRawString(key: String, defaultValue: String?): String?

Used to retrieve raw translation from the source.