Skip to content

Commit

Permalink
Run script to add locale to newly added screen-capture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Nov 2, 2021
1 parent ca6a630 commit 7a65f5e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions website/src/docs/screen-capture.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,20 @@ Set the preferred mime type for video recordings, for example `'video/webm'`. If
If no preferred video mime type is given, the ScreenCapture plugin will prefer types listed in the [`allowedFileTypes` restriction](/docs/uppy/#restrictions), if any.

### `locale: {}`

<!-- eslint-disable no-restricted-globals, no-multiple-empty-lines -->

```js
module.exports = {
strings: {
startCapturing: 'Begin screen capturing',
stopCapturing: 'Stop screen capturing',
submitRecordedFile: 'Submit recorded file',
streamActive: 'Stream active',
streamPassive: 'Stream passive',
micDisabled: 'Microphone access denied by user',
recording: 'Recording',
},
}

```

0 comments on commit 7a65f5e

Please sign in to comment.