-
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 all 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> | ||
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
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
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
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