Skip to content

Commit

Permalink
adding i18ntokens.json file
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com>
  • Loading branch information
BigSamu committed Jan 12, 2024
1 parent fffeade commit 98b8d47
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions i18ntokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3635,6 +3635,24 @@
},
"filepath": "src/components/selectable/selectable.tsx"
},
{
"token": "ouiSplitButton.screenReaderAnnouncement",
"defString": "You are in a selector of {optionsCount} items and must select a single option.\n Use the up and down keys to navigate or escape to close.",
"highlighting": "string",
"loc": {
"start": {
"line": 315,
"column": 10,
"index": 7897
},
"end": {
"line": 320,
"column": 12,
"index": 8205
}
},
"filepath": "src/components/split_button/split_button.tsx"
},
{
"token": "ouiStat.loadingText",
"defString": "Statistic is loading",
Expand Down

0 comments on commit 98b8d47

Please sign in to comment.