1
0
Fork 0
forked from len0rd/rockbox

[Feature] File Picker Plugin

allows viewers to pop a file browser to let the user pick a relevant file
which then gets run by the viewer

(only lua so far)

Change-Id: I7e6b4c2827fab5e9f596d336f546100636c4b871
This commit is contained in:
William Wilgus 2024-07-30 12:47:36 -04:00 committed by William Wilgus
parent ef9490f683
commit e3097bf92c
5 changed files with 328 additions and 0 deletions

View file

@ -16486,3 +16486,17 @@
*: none
</voice>
</phrase>
<phrase>
id: LANG_CHOOSE_FILE
desc: file_picker plugin ask user to select a file
user: core
<source>
*: "Choose File"
</source>
<dest>
*: "Choose File"
</dest>
<voice>
*: "Choose File"
</voice>
</phrase>