Skip to content

Commit

Permalink
update i18ntokens
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Feb 7, 2023
1 parent 287746d commit 26b114a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 2 deletions.
52 changes: 50 additions & 2 deletions i18ntokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -4085,16 +4085,64 @@
"highlighting": "string",
"loc": {
"start": {
"line": 299,
"line": 296,
"column": 8
},
"end": {
"line": 299,
"line": 296,
"column": 78
}
},
"filepath": "src/components/flyout/flyout.tsx"
},
{
"token": "euiFlyout.screenReaderModalDialog",
"defString": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.",
"highlighting": "string",
"loc": {
"start": {
"line": 359,
"column": 12
},
"end": {
"line": 362,
"column": 14
}
},
"filepath": "src/components/flyout/flyout.tsx"
},
{
"token": "euiFlyout.screenReaderNonModalDialog",
"defString": "You are in a non-modal dialog. To close the dialog, press Escape.",
"highlighting": "string",
"loc": {
"start": {
"line": 364,
"column": 12
},
"end": {
"line": 367,
"column": 14
}
},
"filepath": "src/components/flyout/flyout.tsx"
},
{
"token": "euiFlyout.screenReaderFixedHeaders",
"defString": "You can still continue tabbing through the page headers in addition to the dialog.",
"highlighting": "string",
"loc": {
"start": {
"line": 370,
"column": 12
},
"end": {
"line": 373,
"column": 14
}
},
"filepath": "src/components/flyout/flyout.tsx"
},
{
"token": "euiFieldPassword.showPassword",
"defString": "Show password as plain text. Note: this will visually expose your password on the screen.",
Expand Down
20 changes: 20 additions & 0 deletions i18ntokens_changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"version": "75.0.0",
"changes": [
{
"token": "euiFlyout.screenReaderModalDialog",
"changeType": "added",
"value": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close."
},
{
"token": "euiFlyout.screenReaderNonModalDialog",
"changeType": "added",
"value": "You are in a non-modal dialog. To close the dialog, press Escape."
},
{
"token": "euiFlyout.screenReaderFixedHeaders",
"changeType": "added",
"value": "You can still continue tabbing through the page headers in addition to the dialog."
}
]
},
{
"version": "74.1.0",
"changes": [
Expand Down

0 comments on commit 26b114a

Please sign in to comment.