ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

Subs upload and translations #416

Closed ukdtom closed 6 years ago

ukdtom commented 7 years ago

Missing translations in the dialog for:

ukdtom commented 7 years ago

Ref: #330

creoludifico commented 6 years ago

The choose file button and label stating the file selected is depending on the browser. I've added the upload btn to translate

ukdtom commented 6 years ago

Perfect...

And browser based?

creoludifico commented 6 years ago

https://stackoverflow.com/questions/5138719/change-default-text-in-input-type-file

ukdtom commented 6 years ago

Says:


<div>
  <label for="files" class="btn">Select Image</label>
  <input id="files" style="visibility:hidden;" type="file">
</div>```
creoludifico commented 6 years ago

Lets go :-) r4t

ukdtom commented 6 years ago

Perfect