From c4b7e3ae436b21007ec9f2c93faacfa272cb21e3 Mon Sep 17 00:00:00 2001
From: Core <64542347+coredev-uk@users.noreply.github.com>
Date: Tue, 1 Feb 2022 00:03:46 +0000
Subject: [PATCH 2/2] Changed the Update Cider button to use locale
---
src/i18n/README.md | 3 ++-
src/i18n/en_US.jsonc | 2 +-
src/renderer/views/pages/settings.ejs | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/i18n/README.md b/src/i18n/README.md
index ef06c08d..4f87f200 100644
--- a/src/i18n/README.md
+++ b/src/i18n/README.md
@@ -16,4 +16,5 @@ Several changes have been made to configuration options and will be listed below
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.
-* `term.loadingPlaylist`: Added for `en_US` and `en_PISS`.
\ No newline at end of file
+* `term.loadingPlaylist`: Added for `en_US` and `en_PISS`.
+* `action.update`: Added for `en_US`.
\ No newline at end of file
diff --git a/src/i18n/en_US.jsonc b/src/i18n/en_US.jsonc
index 6f40f674..ae3a2e51 100644
--- a/src/i18n/en_US.jsonc
+++ b/src/i18n/en_US.jsonc
@@ -192,10 +192,10 @@
"action.import": "Import",
"action.export": "Export",
"action.showAlbum": "Show Complete Album",
- // Waiting on Core for moving plugin to app.ts
"action.tray.minimize": "Minimize to Tray",
"action.tray.quit": "Quit",
"action.tray.show": "Show",
+ "action.update": "Update",
// Settings - General
"settings.header.general": "General",
diff --git a/src/renderer/views/pages/settings.ejs b/src/renderer/views/pages/settings.ejs
index 58234bef..fe16f00d 100644
--- a/src/renderer/views/pages/settings.ejs
+++ b/src/renderer/views/pages/settings.ejs
@@ -606,7 +606,7 @@