export const mediaSeason = ({ season, language, translation }: ISeasonContext): string => {
    let kind = translation.t(language, 'winter');

    if (null === season) {
        return '';