From 3fe6ccf300f6b981a0f5dcbee52e977583320c6a Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 3 Nov 2025 00:33:20 -0800 Subject: [PATCH] add missing language translation key --- src/i18n/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index dbf94334..4fa44d13 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -643,6 +643,7 @@ "hotkey_zoomOut": "zoom out", "imageAspectRatio_description": "if enabled, cover art will be shown using their native aspect ratio. for art that is not 1:1, the remaining space will be empty", "imageAspectRatio": "use native cover art aspect ratio", + "language": "language", "language_description": "sets the language for the application ($t(common.restartRequired))", "lastfm_description": "show links to Last.fm on artist/album pages", "lastfm": "show last.fm links",