From 79384fa4ed94e1045ca97fd8f498b4cfb429efab Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Fri, 17 May 2024 23:17:31 -0700 Subject: [PATCH] add songCount to table localization --- 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 18f2039e..e855427b 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -681,6 +681,7 @@ "releaseDate": "release date", "rowIndex": "row index", "size": "$t(common.size)", + "songCount": "$t(entity.track_other)", "title": "$t(common.title)", "titleCombined": "$t(common.title) (combined)", "trackNumber": "track number",