Skip to content

Commit

Permalink
update i18ntokens
Browse files Browse the repository at this point in the history
  • Loading branch information
breehall committed Apr 11, 2023
1 parent bec6b69 commit 886efe4
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
44 changes: 40 additions & 4 deletions i18ntokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,14 +887,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 1001,
"line": 977,
"column": 10,
"index": 28502
"index": 27944
},
"end": {
"line": 1004,
"line": 980,
"column": 11,
"index": 28627
"index": 28069
}
},
"filepath": "src/components/combo_box/combo_box.tsx"
Expand Down Expand Up @@ -4967,6 +4967,42 @@
},
"filepath": "src/components/image/image_button.tsx"
},
{
"token": "euiInlineEditForm.saveButtonAriaLabel",
"defString": "Save edit",
"highlighting": "string",
"loc": {
"start": {
"line": 105,
"column": 37,
"index": 3359
},
"end": {
"line": 108,
"column": 3,
"index": 3435
}
},
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
},
{
"token": "euiInlineEditForm.cancelButtonAriaLabel",
"defString": "Cancel edit",
"highlighting": "string",
"loc": {
"start": {
"line": 109,
"column": 39,
"index": 3476
},
"end": {
"line": 112,
"column": 3,
"index": 3556
}
},
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
},
{
"token": "euiLink.newTarget.screenReaderOnlyText",
"defString": "(opens in a new tab or window)",
Expand Down
15 changes: 15 additions & 0 deletions i18ntokens_changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"version": "77.1.0",
"changes": [
{
"token": "euiInlineEditForm.saveButtonAriaLabel",
"changeType": "added",
"value": "Save edit"
},
{
"token": "euiInlineEditForm.cancelButtonAriaLabel",
"changeType": "added",
"value": "Cancel edit"
}
]
},
{
"version": "76.1.0",
"changes": [
Expand Down

0 comments on commit 886efe4

Please sign in to comment.