in blog/src/theme/NavbarItem/LocaleDropdownNavbarItem/index.tsx [76:83]
label: getLocaleLabel(locale),
to,
target: '_self',
autoAddBaseUrl: false,
className: locale === currentLocale ? 'dropdown__link--active' : '',
style: {
textTransform: 'capitalize',
},