fix(ott-1695): fix order languages (#504)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Serg 4 years ago committed by Mirlan
parent 38152114a1
commit fb3dadf6ec
  1. 10
      src/config/languages.tsx

@ -14,6 +14,11 @@ export const langsList = [
locale: 'cs',
title: 'Čeština',
},
{
className: 'pl',
locale: 'pl',
title: 'Polska',
},
{
className: 'ua',
locale: 'uk',
@ -44,11 +49,6 @@ export const langsList = [
locale: 'it',
title: 'Italiano',
},
{
className: 'pl',
locale: 'pl',
title: 'Polska',
},
] as const
export type Languages = typeof langsList[number]['locale']

Loading…
Cancel
Save