TranslationOverridesStringExt extension
- on
Methods
-
applyLinks(
TranslationMetadata< BaseAppLocale, BaseTranslations> meta, Map<String, Object> param) → String -
Available on String, provided by the TranslationOverridesStringExt extension
Replaces every${_root.<path>}
with the real string -
applyParams(
Map< String, ValueFormatter> existingTypes, String locale, Map<String, Object> param) → String -
Available on String, provided by the TranslationOverridesStringExt extension
Replaces every ${param} with the given parameter -
applyParamsAndLinks(
TranslationMetadata< BaseAppLocale, BaseTranslations> meta, Map<String, Object> param) → String -
Available on String, provided by the TranslationOverridesStringExt extension
Shortcut to call both at once.