mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Added update notification and download links per platform (#362)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
5ef7936c33
commit
2c71dde228
16 changed files with 712 additions and 8 deletions
|
|
@ -1224,5 +1224,16 @@
|
|||
"playbackType": "Playback type",
|
||||
"playbackTypeDirect": "Direct",
|
||||
"playbackTypeTranscode": "Transcode",
|
||||
"playbackTypeOffline": "Offline"
|
||||
"playbackTypeOffline": "Offline",
|
||||
"latestReleases": "Latest releases",
|
||||
"autoCheckForUpdates": "Periodically check for updates",
|
||||
"newReleaseFoundTitle": "Update {newRelease} available!",
|
||||
"@newReleaseFoundTitle": {
|
||||
"placeholders": {
|
||||
"newRelease": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"newUpdateFoundOnGithub": "Found a new update on Github"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue