-
Notifications
You must be signed in to change notification settings - Fork 7
Fix: Translation text for Research , learn-tomorrow,coming-soon,level components pages in en and ta json file #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
namita-25
wants to merge
11
commits into
gouravmore:json-code
Choose a base branch
from
namita-25:master
base: json-code
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f9e2389
Fix: Add translation for en and ta for 3 pages
namita-25 2b74107
Merge branch 'json-code' of https://github.com/gouravmore/langlab
namita-25 35ecc92
Merge remote-tracking branch 'upstream/json-code'
namita-25 c7af625
Merge branch 'json-code' of https://github.com/gouravmore/langlab
namita-25 bc4d4ef
Fix: Translation changes for new content by shreys
namita-25 57c95d3
Merge branch 'json-code' of https://github.com/gouravmore/langlab
namita-25 99fb7c3
Fix: conflict resolved
namita-25 e96a6d8
FIX: Add new added text in translation
namita-25 1ea10a6
Merge branch 'json-code' of https://github.com/gouravmore/langlab
namita-25 365d80c
Merge branch 'json-code' of https://github.com/gouravmore/langlab
namita-25 e57ee31
Fix: Add build of react js App
namita-25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,99 @@ | ||
| <header> | ||
| <div class="container"> | ||
| <nav class="navbar navbar-expand-lg"> | ||
| <div class="container-fluid"> | ||
| <img class="img-fluid mt-2" width="59px" height="59px" src="../../../../assets/home-asset/header-round.png" alt=""> | ||
| <img class="img-fluid" height="64px" width="162.77px" src="../../../../assets/home-asset/header_logo.png" alt="header-logo"> | ||
| <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
| <span class="navbar-toggler-icon"> | ||
| <i class="bi bi-list"></i> | ||
| </span> | ||
| </button> | ||
| <div class="collapse navbar-collapse" id="navbarNav"> | ||
| <div class="navbar-nav ms-auto"> | ||
| <a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="">Home</a> | ||
| <a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="home/#lear-for-tomorrow">Lets Learn</a> | ||
| <a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="home/#boost-learning">Lets Play</a> | ||
| <a class="nav-link me-4 fs-14 fw-700 parent" href="">About | ||
| <ul class="sub-menu"> | ||
| <li> | ||
| <a class="nav-link me-4 fs-14 fw-700" routerLink="/learn-tommorow" href="">Learn for Tomorrow</a> | ||
| </li> | ||
| <li> | ||
| <a class="nav-link me-4 fs-14 fw-700" routerLink="/research" href="">Research</a> | ||
| </li> | ||
| </ul> | ||
| </a> | ||
| <a routerLink="/level" class="nav-link me-4 fs-14 fw-700 d-none" href="">Language Lab</a> | ||
| <a class="nav-link me-4 fs-14 fw-700 d-none" href="">Explore</a> | ||
| <a class="nav-link fs-14 fw-700" id="eng">Eng /</a> | ||
| <a class="nav-link me-4 fs-14 fw-700" id="de"> | ||
| தமிழ்</a> | ||
| <a routerLink="/level" class="nav-link fs-14 fw-700 text-pink header-btn" href="">LOGIN</a> | ||
| </div> | ||
| </div> | ||
| <nav class="navbar navbar-expand-lg"> | ||
| <div class="container-fluid"> | ||
| <img | ||
| class="img-fluid mt-2" | ||
| width="59px" | ||
| height="59px" | ||
| src="../../../../assets/home-asset/header-round.png" | ||
| alt="" | ||
| /> | ||
| <img | ||
| class="img-fluid" | ||
| height="64px" | ||
| width="162.77px" | ||
| src="../../../../assets/home-asset/header_logo.png" | ||
| alt="header-logo" | ||
| /> | ||
| <button | ||
| class="navbar-toggler" | ||
| type="button" | ||
| data-bs-toggle="collapse" | ||
| data-bs-target="#navbarNav" | ||
| aria-controls="navbarNav" | ||
| aria-expanded="false" | ||
| aria-label="Toggle navigation" | ||
| > | ||
| <span class="navbar-toggler-icon"> | ||
| <i class="bi bi-list"></i> | ||
| </span> | ||
| </button> | ||
| <div class="collapse navbar-collapse" id="navbarNav"> | ||
| <div class="navbar-nav ms-auto"> | ||
| <a | ||
| class="nav-link active me-4 fs-14 fw-700" | ||
| aria-current="page" | ||
| href="" | ||
| >{{ "HOME_HOME" | i18next }}</a | ||
| > | ||
| <a | ||
| class="nav-link active me-4 fs-14 fw-700" | ||
| aria-current="page" | ||
| href="home/#lear-for-tomorrow" | ||
| >{{ "HOME_LETS_LEARN" | i18next }}</a | ||
| > | ||
| <a | ||
| class="nav-link active me-4 fs-14 fw-700" | ||
| aria-current="page" | ||
| href="home/#boost-learning" | ||
| >{{ "HOME_LETS_PLAY" | i18next }}</a | ||
| > | ||
| <a class="nav-link me-4 fs-14 fw-700 parent" href="" | ||
| >{{ "HOME_ABOUT" | i18next }} | ||
| <ul class="sub-menu"> | ||
| <li> | ||
| <a | ||
| class="nav-link me-4 fs-14 fw-700" | ||
| routerLink="/learn-tommorow" | ||
| href="" | ||
| >{{ "HOME_LEARN_FOR_TOMORROW" | i18next }}</a | ||
| > | ||
| </li> | ||
| <li> | ||
| <a | ||
| class="nav-link me-4 fs-14 fw-700" | ||
| routerLink="/research" | ||
| href="" | ||
| >{{ "HOME_RESEARCH" | i18next }}</a | ||
| > | ||
| </li> | ||
| </ul> | ||
| </a> | ||
| <a | ||
| routerLink="/level" | ||
| class="nav-link me-4 fs-14 fw-700 d-none" | ||
| href="" | ||
| >{{ "HOME_LANGUAGE_LAB" | i18next }}</a | ||
| > | ||
| <a class="nav-link me-4 fs-14 fw-700 d-none" href="">Explore</a> | ||
| <a class="nav-link fs-14 fw-700" id="eng">Eng /</a> | ||
| <a class="nav-link me-4 fs-14 fw-700" id="de"> தமிழ்</a> | ||
| <a | ||
| routerLink="/level" | ||
| class="nav-link fs-14 fw-700 text-pink header-btn" | ||
| href="" | ||
| >{{ "COMMING_SOON_LOGIN" | i18next }}</a | ||
| > | ||
| </div> | ||
| </nav> | ||
|
|
||
| </div> | ||
| </div> | ||
| </nav> | ||
| </div> | ||
| </header> | ||
|
|
||
| <div class="container"> | ||
| <div class="text-blue fs-34 fw-700 mt-5">Coming Soon</div> | ||
| </div> | ||
|
|
||
| <div class="container"> | ||
| <div class="text-blue fs-34 fw-700 mt-5"> | ||
| {{ "COMMING_SOON_TITLE" | i18next }} | ||
| </div> | ||
| </div> | ||
172 changes: 108 additions & 64 deletions
172
src/app/views/pages/learn-tommorow/learn-tommorow.component.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,91 +1,135 @@ | ||
| <header> | ||
| <div class="container"> | ||
| <nav class="navbar navbar-expand-lg"> | ||
| <div class="container-fluid"> | ||
| <img class="img-fluid mt-2" width="59px" height="59px" src="../../../../assets/home-asset/header-round.png" alt=""> | ||
| <img class="img-fluid" height="64px" width="162.77px" src="../../../../assets/home-asset/header_logo.png" alt="header-logo"> | ||
| <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
| <span class="navbar-toggler-icon"> | ||
| <i class="bi bi-list"></i> | ||
| </span> | ||
| </button> | ||
| <div class="collapse navbar-collapse" id="navbarNav"> | ||
| <div class="navbar-nav ms-auto"> | ||
| <a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="">Home</a> | ||
| <a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="home/#lear-for-tomorrow">Lets Learn</a> | ||
| <a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="home/#boost-learning">Lets Play</a> | ||
| <a class="nav-link me-4 fs-14 fw-700 parent" href="">About | ||
| <ul class="sub-menu"> | ||
| <li> | ||
| <a class="nav-link me-4 fs-14 fw-700" routerLink="/learn-tommorow" href="">Learn for Tomorrow</a> | ||
| </li> | ||
| <li> | ||
| <a class="nav-link me-4 fs-14 fw-700" routerLink="/research" href="">Research</a> | ||
| </li> | ||
| </ul> | ||
| </a> | ||
| <a routerLink="/level" class="nav-link me-4 fs-14 fw-700 d-none" href="">Language Lab</a> | ||
| <a class="nav-link me-4 fs-14 fw-700 d-none" href="">Explore</a> | ||
| <a class="nav-link fs-14 fw-700" id="eng">Eng /</a> | ||
| <a class="nav-link me-4 fs-14 fw-700" id="de"> | ||
| தமிழ்</a> | ||
| <a routerLink="/level" class="nav-link fs-14 fw-700 text-pink header-btn" href="">LOGIN</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </nav> | ||
|
|
||
| </div> | ||
| <div class="container"> | ||
| <nav class="navbar navbar-expand-lg"> | ||
| <div class="container-fluid"> | ||
| <img | ||
| class="img-fluid mt-2" | ||
| width="59px" | ||
| height="59px" | ||
| src="../../../../assets/home-asset/header-round.png" | ||
| alt="" | ||
| /> | ||
| <img | ||
| class="img-fluid" | ||
| height="64px" | ||
| width="162.77px" | ||
| src="../../../../assets/home-asset/header_logo.png" | ||
| alt="header-logo" | ||
| /> | ||
| <button | ||
| class="navbar-toggler" | ||
| type="button" | ||
| data-bs-toggle="collapse" | ||
| data-bs-target="#navbarNav" | ||
| aria-controls="navbarNav" | ||
| aria-expanded="false" | ||
| aria-label="Toggle navigation" | ||
| > | ||
| <span class="navbar-toggler-icon"> | ||
| <i class="bi bi-list"></i> | ||
| </span> | ||
| </button> | ||
| <div class="collapse navbar-collapse" id="navbarNav"> | ||
| <div class="navbar-nav ms-auto"> | ||
| <a | ||
| class="nav-link active me-4 fs-14 fw-700" | ||
| aria-current="page" | ||
| href="" | ||
| >{{ "LEARN_FOR_TOMMORROW_HOME" | i18next }}</a | ||
| > | ||
| <a | ||
| class="nav-link active me-4 fs-14 fw-700" | ||
| aria-current="page" | ||
| href="home/#lear-for-tomorrow" | ||
| >{{ "LEARN_FOR_TOMMORROW_LETS_LEARN" | i18next }}</a | ||
| > | ||
| <a | ||
| class="nav-link active me-4 fs-14 fw-700" | ||
| aria-current="page" | ||
| href="home/#boost-learning" | ||
| >{{ "LEARN_FOR_TOMMORROW_LETS_PLAY" | i18next }}</a | ||
| > | ||
| <a class="nav-link me-4 fs-14 fw-700 parent" href="" | ||
| >{{ "LEARN_FOR_TOMMORROW_ABOUT" | i18next }} | ||
| <ul class="sub-menu"> | ||
| <li> | ||
| <a | ||
| class="nav-link me-4 fs-14 fw-700" | ||
| routerLink="/learn-tommorow" | ||
| href="" | ||
| >{{ "LEARN_FOR_TOMMORROW_LEARN_FOR_TOMORROW" | i18next }}</a | ||
| > | ||
| </li> | ||
| <li> | ||
| <a | ||
| class="nav-link me-4 fs-14 fw-700" | ||
| routerLink="/research" | ||
| href="" | ||
| >{{ "LEARN_FOR_TOMMORROW_RESEARCH" | i18next }}</a | ||
| > | ||
| </li> | ||
| </ul> | ||
| </a> | ||
| <a | ||
| routerLink="/level" | ||
| class="nav-link me-4 fs-14 fw-700 d-none" | ||
| href="" | ||
| >{{ "LEARN_FOR_TOMMORROW_LANGUAGE_LAB" | i18next }}</a | ||
| > | ||
| <a class="nav-link me-4 fs-14 fw-700 d-none" href="">Explore</a> | ||
| <a class="nav-link fs-14 fw-700" id="eng">Eng /</a> | ||
| <a class="nav-link me-4 fs-14 fw-700" id="de"> தமிழ்</a> | ||
| <a | ||
| routerLink="/level" | ||
| class="nav-link fs-14 fw-700 text-pink header-btn" | ||
| href="" | ||
| >{{ "LEARN_FOR_TOMMORROW_LOGIN_IN" | i18next }}</a | ||
| > | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </nav> | ||
| </div> | ||
| </header> | ||
| <section> | ||
| <div class="container"> | ||
| <div class="container"> | ||
| <div class="text-blue fs-34 fw-700 mt-5"> | ||
| How To Learn For Tomorrow | ||
| </div> | ||
| {{ "LEARN_FOR_TOMMORROW_HOW_TO_LEARN_FOR_TOMORROW" | i18next }} | ||
| </div> | ||
| <div class="fs-16 mt-3"> | ||
| In today’s interconnected world, it is essential for all and especially the youth to have the skills and abilities to engage confidently as global citizens. To achieve this objective they are required to have awareness of the world and effective communication skills. Reading and speaking fluently are critical for effective | ||
| communication and thereby engagement with the wider world | ||
| {{ "LEARN_FOR_TOMMORROW_FIRST_PARAGRAPH" | i18next }} | ||
| </div> | ||
|
|
||
| <div class="fs-16 mt-3"> | ||
| Reading fluency would enable one to consume and comprehend vast and diverse information and in making meaningful and informed decisions, Speaking fluency would allow one to communicate ideas and perspectives effectively. This is increasingly important in the twentieth century, | ||
| as we move towards a 'knowledge society'. | ||
| {{ "LEARN_FOR_TOMMORROW_SECOND_PARAGRAPH" | i18next }} | ||
| </div> | ||
|
|
||
| <div class="fs-16 mt-3"> | ||
| For young people in Tamilnadu to be able to confidently participate and engage in an interconnected global world, | ||
| language fluency in Tamil and English would be immensely beneficial. | ||
| It also helps the students to participate in classroom interactions more effectively. Tools and methods to enable effective reading and speaking fluency is the need of the hour. | ||
| {{ "LEARN_FOR_TOMMORROW_THIRD_PARAGRAPH" | i18next }} | ||
| </div> | ||
| <div class="fs-16 mt-3"> | ||
| The government of Tamilnadu is keen to leverage technological advances including | ||
| leveraging Artificial Intelligence and Machine Learning capabilities to develop tools and processes to | ||
| enable effective reading and speaking fluency in Tamil and English. | ||
| {{ "LEARN_FOR_TOMMORROW_FOURTH_PARAGRAPH" | i18next }} | ||
| </div> | ||
| <div class="fs-16 mt-3"> | ||
| AI4Bharat, an initiative of IIT Madras, | ||
| is on building research-led open-source language AI for Indian languages, including datasets, models, and applications. | ||
| {{ "LEARN_FOR_TOMMORROW_FIFTH_PARAGRAPH" | i18next }} | ||
| </div> | ||
|
|
||
| <div class="fs-16 mt-3"> | ||
| The Assisted Language Learning Initiative (ALL) is a pioneering community initiative supported by EkStep Foundation which seeks to develop tools and | ||
| processes for accelerated learning of language fluency skills with the support of the Language and AI community. | ||
| {{ "LEARN_FOR_TOMMORROW_SIX_PARAGRAPH" | i18next }} | ||
| </div> | ||
| <div class="fs-16 mt-3"> | ||
| Significant developments in AI-powered tools and techniques especially in the Indic language context such as automated speech recognition (ASR), and speech synthesis, coupled with advances in natural language processing (NLP), large language models, and machine learning algorithms are making it possible to | ||
| imagine and create contextual tools and solutions relevant for Indian learners. | ||
| {{ "LEARN_FOR_TOMMORROW_SEVEN_PARAGRAPH" | i18next }} | ||
| </div> | ||
|
|
||
| <div class="fs-16 mt-3"> | ||
| These advances in combination with the latest research from the science of learning and locally relevant, contextual, engaging digital content will aid in the development of tools and processes to enhance the acquisition of fluency | ||
| in speaking and reading skills by providing personalized feedback and guidance to learners. | ||
| {{ "LEARN_FOR_TOMMORROW_EIGHT_PARAGRAPH" | i18next }} | ||
| </div> | ||
| <div class="fs-16 mt-3"> | ||
| This initiative is a partnership of the Government of | ||
| Tamil Nadu Government with EkStep Foundation and Ai4bharat (IIT-Madras). | ||
| {{ "LEARN_FOR_TOMMORROW_NINE_PARAGRAPH" | i18next }} | ||
| </div> | ||
| </div> | ||
| <br /> <br /> | ||
| </div> | ||
| <br /> | ||
| <br /> | ||
| </section> | ||
|
|
||
| <footer class="footer-blue"></footer> | ||
| <footer class="footer-blue"></footer> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@namita-25 Please correct this indentation issues