Interface: Translations
Represents translations.
Properties
dynamics
• dynamics: Map<string, string>
A map of dynamic translations where the original string is the key and the localized string is the value.
statics
• statics: Map<string, string>
A map of static translations where the original string is the key and the localized string is the value.