Browse Source

Added new string 'browseFiles' (same as 'browse') (#2396)

If 'browseFiles' isn't defined, the default English text will show, which is ofc. undesired.
Jonathan Arbely 4 years ago
parent
commit
7a3b585242
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/@uppy/locales/src/de_DE.js

+ 1 - 0
packages/@uppy/locales/src/de_DE.js

@@ -10,6 +10,7 @@ de_DE.strings = {
   back: 'Zurück',
   addMore: 'Dateien hinzufügen',
   browse: 'Suche',
+  browseFiles: 'Suche',
   cancel: 'Abbrechen',
   cancelUpload: 'Upload abbrechen',
   chooseFiles: 'Dateien auswählen',