From a4da6d288246c41760350a2e6d8b9ffa88c081e1 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 16 Oct 2025 03:26:46 +0530 Subject: [PATCH] revert(i18n,client): add note for deployment issues (#62827) --- client/src/pages/learn.tsx | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/client/src/pages/learn.tsx b/client/src/pages/learn.tsx index fb17832fcb1..539785bb2bb 100644 --- a/client/src/pages/learn.tsx +++ b/client/src/pages/learn.tsx @@ -4,7 +4,7 @@ import Helmet from 'react-helmet'; import { useTranslation } from 'react-i18next'; import { connect } from 'react-redux'; import { createSelector } from 'reselect'; -import { Container, Col, Row, Spacer, Callout } from '@freecodecamp/ui'; +import { Container, Col, Row, Spacer } from '@freecodecamp/ui'; import Intro from '../components/Intro'; import Map from '../components/Map'; @@ -16,8 +16,6 @@ import { } from '../redux/selectors'; import callGA from '../analytics/call-ga'; -import { clientLocale } from '../../config/env.json'; -import createLanguageRedirect from '../components/create-language-redirect'; interface FetchState { pending: boolean; @@ -97,33 +95,6 @@ function LearnPage({ onLearnDonationAlertClick={onLearnDonationAlertClick} isDonating={isDonating} /> - {clientLocale === 'english' ? null : ( - <> - - -

- - Warning: The localized content in this language is not - being updated. - -

-

- Your previous progress is being saved, but you should{' '} - - visit the English version - {' '} - for up to date content. We recognize this is not ideal and - are working to fix it. -

-

We appreciate your patience.

-
- - )}