Skip to content

Commit

Permalink
Add missing Google Picker locale entries (#5552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon authored Dec 16, 2024
1 parent 5eb0497 commit 060734b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/@uppy/google-drive-picker/src/locale.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export default {
strings: {},
strings: {
pluginNameGoogleDrive: 'Google Drive',
},
}
4 changes: 3 additions & 1 deletion packages/@uppy/google-photos-picker/src/locale.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export default {
strings: {},
strings: {
pluginNameGooglePhotos: 'Google Photos',
},
}
5 changes: 5 additions & 0 deletions packages/@uppy/locales/src/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ en_US.strings = {
dashboardTitle: 'Uppy Dashboard',
dashboardWindowTitle: 'Uppy Dashboard Window (Press escape to close)',
dataUploadedOfTotal: '%{complete} of %{total}',
dataUploadedOfUnknown: '%{complete} of unknown',
discardRecordedFile: 'Discard recorded file',
done: 'Done',
dropHereOr: 'Drop here or %{browse}',
Expand Down Expand Up @@ -106,6 +107,7 @@ en_US.strings = {
inferiorSize: 'This file is smaller than the allowed size of %{size}',
loadedXFiles: 'Loaded %{numFiles} files',
loading: 'Loading...',
logIn: 'Log in',
logOut: 'Log out',
micDisabled: 'Microphone access denied by user',
missingRequiredMetaField: 'Missing required meta fields',
Expand All @@ -131,6 +133,9 @@ en_US.strings = {
pause: 'Pause',
paused: 'Paused',
pauseUpload: 'Pause upload',
pickFiles: 'Pick files',
pickPhotos: 'Pick photos',
pleaseWait: 'Please wait',
pluginNameAudio: 'Audio',
pluginNameBox: 'Box',
pluginNameCamera: 'Camera',
Expand Down

0 comments on commit 060734b

Please sign in to comment.