Skip to content

Commit

Permalink
update i18ntokens
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Apr 27, 2021
1 parent cab21aa commit 9327f6b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src-docs/src/i18ntokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2191,6 +2191,22 @@
},
"filepath": "src/components/form/file_picker/file_picker.tsx"
},
{
"token": "euiFilePicker.removeSelected",
"defString": "Remove",
"highlighting": "string",
"loc": {
"start": {
"line": 198,
"column": 18
},
"end": {
"line": 201,
"column": 20
}
},
"filepath": "src/components/form/file_picker/file_picker.tsx"
},
{
"token": "euiFormControlLayoutClearButton.label",
"defString": "Clear input",
Expand Down
10 changes: 10 additions & 0 deletions src-docs/src/i18ntokens_changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"version": "32.3.0",
"changes": [
{
"token": "euiFilePicker.removeSelected",
"changeType": "added",
"value": "Remove"
}
]
},
{
"version": "32.2.0",
"changes": [
Expand Down

0 comments on commit 9327f6b

Please sign in to comment.