Changed the Update Cider button to use locale

This commit is contained in:
Core 2022-02-01 00:03:46 +00:00
parent b28b88e885
commit c4b7e3ae43
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
3 changed files with 4 additions and 3 deletions

View file

@ -17,3 +17,4 @@ been modified, the ones not mentioned in the list need modifying.
* `settings.option.experimental.closeButtonBehaviour`: Changed to `close_button_hide` - Should be "Close Button Should Hide the Application". `.quit`, `.minimizeTaskbar` and `.minimizeTray` have been removed. Translations done for en_US. * `settings.option.experimental.closeButtonBehaviour`: Changed to `close_button_hide` - Should be "Close Button Should Hide the Application". `.quit`, `.minimizeTaskbar` and `.minimizeTray` have been removed. Translations done for en_US.
* `term.loadingPlaylist`: Added for `en_US` and `en_PISS`. * `term.loadingPlaylist`: Added for `en_US` and `en_PISS`.
* `action.update`: Added for `en_US`.

View file

@ -192,10 +192,10 @@
"action.import": "Import", "action.import": "Import",
"action.export": "Export", "action.export": "Export",
"action.showAlbum": "Show Complete Album", "action.showAlbum": "Show Complete Album",
// Waiting on Core for moving plugin to app.ts
"action.tray.minimize": "Minimize to Tray", "action.tray.minimize": "Minimize to Tray",
"action.tray.quit": "Quit", "action.tray.quit": "Quit",
"action.tray.show": "Show", "action.tray.show": "Show",
"action.update": "Update",
// Settings - General // Settings - General
"settings.header.general": "General", "settings.header.general": "General",

View file

@ -606,7 +606,7 @@
</div> </div>
<div class="md-option-line"> <div class="md-option-line">
<div class="md-option-segment"> <div class="md-option-segment">
Update Cider {{$root.getLz('action.update')}} {{$root.getLz('app.name')}}
</div> </div>
<div class="md-option-segment md-option-segment_auto"> <div class="md-option-segment md-option-segment_auto">
<button class="md-btn" @click="app.checkForUpdate()"> <button class="md-btn" @click="app.checkForUpdate()">