useFallbackTranslations property

bool useFallbackTranslations
final

If a localization key is not found in the locale file, try to use the fallbackLocale file. @Default value false Example:

useFallbackTranslations: true

Implementation

final bool useFallbackTranslations;