translations property

Map<String, ArbFile> translations
final

Parsed dialect/translations/<locale>.arb for every configured target locale. Keys may be missing if a translation file doesn't exist yet — the check rule `missing_keys` surfaces that.

Implementation

final Map<String, ArbFile> translations;