Skip to content

Commit

Permalink
update i18ntokens
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 3, 2024
1 parent 57bea12 commit ba24e61
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 42 deletions.
120 changes: 78 additions & 42 deletions packages/eui/i18ntokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,20 +1061,38 @@
},
"filepath": "src/components/datagrid/body/cell/data_grid_cell.tsx"
},
{
"token": "euiDataGridCell.focusTrapExitPrompt",
"defString": "Exited cell content.",
"highlighting": "string",
"loc": {
"start": {
"line": 187,
"column": 12,
"index": 6538
},
"end": {
"line": 191,
"column": 14,
"index": 6717
}
},
"filepath": "src/components/datagrid/body/cell/focus_utils.tsx"
},
{
"token": "euiDataGridCell.focusTrapEnterPrompt",
"defString": "Press the Enter key to interact with this cell's contents.",
"highlighting": "string",
"loc": {
"start": {
"line": 129,
"column": 10,
"index": 4308
"line": 198,
"column": 12,
"index": 6899
},
"end": {
"line": 133,
"column": 12,
"index": 4518
"line": 202,
"column": 14,
"index": 7117
}
},
"filepath": "src/components/datagrid/body/cell/focus_utils.tsx"
Expand Down Expand Up @@ -1170,19 +1188,37 @@
"filepath": "src/components/datagrid/body/header/column_actions.tsx"
},
{
"token": "euiDataGridHeaderCell.headerActions",
"defString": "Click to view column header actions",
"token": "euiDataGridHeaderCell.actionsButtonAriaLabel",
"defString": "{title}. Click to view column header actions.",
"highlighting": "string",
"loc": {
"start": {
"line": 227,
"column": 16,
"index": 7525
"line": 125,
"column": 37,
"index": 3889
},
"end": {
"line": 230,
"column": 18,
"index": 7678
"line": 129,
"column": 7,
"index": 4039
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
},
{
"token": "euiDataGridHeaderCell.actionsEnterKeyInstructions",
"defString": "Press the Enter key to view this column's actions",
"highlighting": "string",
"loc": {
"start": {
"line": 130,
"column": 42,
"index": 4083
},
"end": {
"line": 133,
"column": 7,
"index": 4223
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
Expand All @@ -1193,14 +1229,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 298,
"line": 306,
"column": 16,
"index": 9695
"index": 9972
},
"end": {
"line": 302,
"line": 310,
"column": 18,
"index": 9869
"index": 10146
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
Expand All @@ -1211,14 +1247,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 306,
"line": 314,
"column": 16,
"index": 9947
"index": 10224
},
"end": {
"line": 310,
"line": 318,
"column": 18,
"index": 10123
"index": 10400
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
Expand All @@ -1229,14 +1265,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 316,
"line": 324,
"column": 16,
"index": 10269
"index": 10546
},
"end": {
"line": 321,
"line": 329,
"column": 18,
"index": 10497
"index": 10774
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
Expand All @@ -1247,14 +1283,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 325,
"line": 333,
"column": 16,
"index": 10575
"index": 10852
},
"end": {
"line": 330,
"line": 338,
"column": 18,
"index": 10805
"index": 11082
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
Expand All @@ -1265,14 +1301,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 336,
"line": 344,
"column": 16,
"index": 10934
"index": 11211
},
"end": {
"line": 341,
"line": 349,
"column": 18,
"index": 11172
"index": 11449
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
Expand All @@ -1283,14 +1319,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 345,
"line": 353,
"column": 16,
"index": 11250
"index": 11527
},
"end": {
"line": 350,
"line": 358,
"column": 18,
"index": 11490
"index": 11767
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
Expand All @@ -1301,14 +1337,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 415,
"line": 423,
"column": 6,
"index": 13336
"index": 13613
},
"end": {
"line": 418,
"line": 426,
"column": 8,
"index": 13529
"index": 13806
}
},
"filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
Expand Down
24 changes: 24 additions & 0 deletions packages/eui/i18ntokens_changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
[
{
"version": "95.10.0",
"changes": [
{
"token": "euiDataGridHeaderCell.headerActions",
"changeType": "deleted"
},
{
"token": "euiDataGridCell.focusTrapExitPrompt",
"changeType": "added",
"value": "Exited cell content."
},
{
"token": "euiDataGridHeaderCell.actionsButtonAriaLabel",
"changeType": "added",
"value": "{title}. Click to view column header actions."
},
{
"token": "euiDataGridHeaderCell.actionsEnterKeyInstructions",
"changeType": "added",
"value": "Press the Enter key to view this column's actions"
}
]
},
{
"version": "95.8.0",
"changes": [
Expand Down

0 comments on commit ba24e61

Please sign in to comment.