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

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