Skip to content

Commit

Permalink
@uppy/locales: add missing entries after build
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Mar 7, 2023
1 parent 2e596ca commit 5a89533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/@uppy/locales/src/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ en_US.strings = {
'1': 'Uploading %{smart_count} files',
},
uploadPaused: 'Upload paused',
uploadStalled: 'Upload has not made any progress for %{seconds} seconds. You may want to retry it.',
uploadXFiles: {
'0': 'Upload %{smart_count} file',
'1': 'Upload %{smart_count} files',
Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/xhr-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Indicates whether cross-site Access-Control requests should be made using creden
export default {
strings: {
// Shown in the Informer if an upload is being canceled because it stalled for too long.
timedOut: 'Upload stalled for %{seconds} seconds, aborting.',
uploadStalled: 'Upload has not made any progress for %{seconds} seconds. You may want to retry it.',
},
}
```
Expand Down

0 comments on commit 5a89533

Please sign in to comment.