Localization Map Readers
Class which contains all the LocalizationMapReader. This is mainly used by the localization map providers.
Functions
Link copied to clipboard
open fun cycleReaders(@NotNull baseName: @NotNull String, @NotNull locale: @NotNull Locale): @Nullable LocalizationMap
Cycles through all the registered readers with the specified base name and locale, and returns when a reader returns non-null mappings, returns
null
otherwise