Ott 2102 add dutch lang

keep-around/1413359467eb897f6994fa8d9e45794dcb7da998
Макситалиев Мирлан 4 years ago
parent 4e84a6392e
commit 1413359467
  1. 4
      Makefile
  2. 5
      src/config/languages.tsx
  3. 1
      src/features/AuthServiceApp/components/LanguageSelect/styled.tsx

@ -21,7 +21,7 @@ auth-build:
REACT_APP_ENV=staging \
BUILD_PATH=build_auth \
GENERATE_SOURCEMAP=false \
npm run build:auth
npx react-scripts build
npx gzipper --verbose build_auth
@ -32,7 +32,7 @@ auth-production-build:
REACT_APP_ENV=production \
BUILD_PATH=build_auth \
GENERATE_SOURCEMAP=false \
npm run build:auth
npx react-scripts build
npx gzipper --verbose build_auth

@ -34,6 +34,11 @@ export const langsList = [
locale: 'de',
title: 'Deutsch',
},
{
className: 'nl',
locale: 'nl',
title: 'Dutch',
},
{
className: 'es',
locale: 'es',

@ -121,6 +121,7 @@ const flagPositions: Record<LanguageFlags, Position> = {
fr: { col: 1, row: 4 },
gb: { col: 4, row: 12 },
it: { col: 8, row: 5 },
nl: { col: 5, row: 8 },
pl: { col: 4, row: 9 },
pt: { col: 5, row: 9 },
ru: { col: 8, row: 9 },

Loading…
Cancel
Save