This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add translations logic, update to functional component
- Loading branch information
ns065186
committed
Oct 24, 2023
1 parent
c164eb3
commit c5cae30
Showing
5 changed files
with
79 additions
and
85 deletions.
There are no files selected for viewing
This file contains 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 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 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 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,3 +1,4 @@ | ||
{ | ||
"Terra.slider.Slider": "Slider" | ||
"Terra.slider.ariaDescribedByTextWithLabels": "Adjust slider to select a value between {minimumLabel} ({minimumValue}) and {maximumLabel} ({maximumValue})", | ||
"Terra.slider.ariaDescribedByTextWithoutLabels": "Adjust slider to select a value between {minimumValue} and {maximumValue}" | ||
} |
This file contains 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,3 +1,4 @@ | ||
{ | ||
"Terra.slider.Slider": "Slider" | ||
"Terra.slider.ariaDescribedByTextWithLabels": "Adjust slider to select a value between {minimumLabel} ({minimumValue}) and {maximumLabel} ({maximumValue})", | ||
"Terra.slider.ariaDescribedByTextWithoutLabels": "Adjust slider to select a value between {minimumValue} and {maximumValue}" | ||
} |