translations property

List<Translation> translations
final

The list of translations available for this locale.

Each SupportedTranslation contains the information necessary to load and manage a set of localized strings for this locale, such as file paths or keys that correspond to localized content.

Implementation

final List<Translation> translations;