| 1 | import type { TFunction } from 'i18next'; |
| 2 | import { getLangCode } from '@freecodecamp/shared/config/i18n'; |
| 3 | import envData from '../../../../../config/env.json'; |
| 4 | const { clientLocale } = envData; |
nothing calls this directly
no test coverage detected