label: getLocaleLabel()

in doc/src/theme/NavbarItem/LocaleDropdownNavbarItem/index.tsx [77:84]


      label: getLocaleLabel(locale),
      to,
      target: '_self',
      autoAddBaseUrl: false,
      className: locale === currentLocale ? 'dropdown__link--active' : '',
      style: {
        textTransform: 'capitalize',
      },