From e3225e9ad52115247cd1a07f1f17d9c170ef7cd1 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Sun, 19 Jun 2022 13:10:40 +0100 Subject: [PATCH] Filter Loop Description --- src/i18n/README.md | 6 +++++- src/i18n/en_US.json | 1 + src/i18n/source/en_US.json | 1 + src/renderer/views/pages/settings.ejs | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/i18n/README.md b/src/i18n/README.md index 92138b1a..a5b0bb40 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -457,4 +457,8 @@ Update 15/06/2022 20:00 UTC * `settings.notyf.connectivity.lastfmScrobble.connectError`: Added to `en_US` * `settings.notyf.connectivity.lastfmScrobble.connectSuccess`: Added to `en_US` -* `settings.notyf.connectivity.lastfmScrobble.connecting`: Added to `en_US` \ No newline at end of file +* `settings.notyf.connectivity.lastfmScrobble.connecting`: Added to `en_US` + +Update 19/06/2022 12:00 UTC + +* `settings.option.connectivity.lastfmScrobble.filterLoop.description`: Added to `en_US` \ No newline at end of file diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 21120ad3..06040874 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -541,6 +541,7 @@ "settings.option.connectivity.lastfmScrobble.nowPlaying": "Enable Last.fm Now Playing", "settings.option.connectivity.lastfmScrobble.removeFeatured": "Remove featuring artists from song title (Last.fm)", "settings.option.connectivity.lastfmScrobble.filterLoop": "Filter looped track (Last.fm)", + "settings.option.connectivity.lastfmScrobble.filterLoop.description": "Prevent looped tracks from being scrobbled or displayed in the Now Playing list on Last.fm.", "settings.notyf.connectivity.lastfmScrobble.connectError": "Last.fm Connection Timed Out", "settings.notyf.connectivity.lastfmScrobble.connectSuccess": "Last.fm Connection Successful", "settings.notyf.connectivity.lastfmScrobble.connecting": "Connecting to Last.fm...", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index 857a76b2..7e8a4c56 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -528,6 +528,7 @@ "settings.option.connectivity.lastfmScrobble.nowPlaying": "Enable Last.fm Now Playing", "settings.option.connectivity.lastfmScrobble.removeFeatured": "Remove featuring artists from song title (Last.fm)", "settings.option.connectivity.lastfmScrobble.filterLoop": "Filter looped track (Last.fm)", + "settings.option.connectivity.lastfmScrobble.filterLoop.description": "Prevent looped tracks from being scrobbled or displayed in the Now Playing list on Last.fm.", "settings.notyf.connectivity.lastfmScrobble.connectError": "Last.fm Connection Timed Out", "settings.notyf.connectivity.lastfmScrobble.connectSuccess": "Last.fm Connection Successful", "settings.notyf.connectivity.lastfmScrobble.connecting": "Connecting to Last.fm...", diff --git a/src/renderer/views/pages/settings.ejs b/src/renderer/views/pages/settings.ejs index 170dcfd8..176ed381 100644 --- a/src/renderer/views/pages/settings.ejs +++ b/src/renderer/views/pages/settings.ejs @@ -1082,6 +1082,7 @@
{{$root.getLz('settings.option.connectivity.lastfmScrobble.filterLoop')}} + {{$root.getLz('settings.option.connectivity.lastfmScrobble.filterLoop.description')}}