From 8364cd80b16a626d854a7e03f5af38b3a19fb5d1 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 5 Nov 2025 20:16:00 -0800 Subject: [PATCH] re-add more missing translation keys --- src/i18n/locales/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 4d721eff..00e744d0 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -693,6 +693,8 @@ "musicbrainz": "show MusicBrainz links", "neteaseTranslation_description": "When enabled, fetches and displays translated lyrics from NetEase if available", "neteaseTranslation": "Enable NetEase translations", + "notify": "enable song notifications", + "notify_description": "show notifications when changing the current song", "passwordStore_description": "what password/secret store to use. change this if you are having issues storing passwords", "passwordStore": "passwords/secret store", "playbackStyle_description": "select the playback style to use for the audio player", @@ -766,6 +768,7 @@ "themeDark": "theme (dark)", "themeLight_description": "sets the light theme to use for the application", "themeLight": "theme (light)", + "transcode": "enable transcoding", "transcode_description": "enables transcoding to different formats", "transcodeBitrate_description": "selects the bitrate to transcode. 0 means let the server pick", "transcodeBitrate": "bitrate to transcode",