useFallbackTranslationsForEmptyResources property

bool useFallbackTranslationsForEmptyResources
final

If a localization key is empty in the locale file, try to use the fallbackLocale file. Does not take effect if useFallbackTranslations is false. @Default value false Example:

useFallbackTranslationsForEmptyResources: true

Implementation

final bool useFallbackTranslationsForEmptyResources;