getBackgroundTranslation method
Implementation
BackgroundTranslation getBackgroundTranslation(String key,
[String? locale]) =>
findTranslation(
(t) => t.backgrounds[key],
BackgroundTranslation(name: key),
locale,
);