From a0c8da073b8fd065b04542bb635f8281ed71a6e5 Mon Sep 17 00:00:00 2001
From: cucadmuh <49571317+cucadmuh@users.noreply.github.com>
Date: Mon, 6 Jul 2026 12:28:49 +0300
Subject: [PATCH] fix(album): localize track count on album detail header
(#1245)
---
.../album/components/AlbumHeader.test.tsx | 16 ++++++++++++++++
src/features/album/components/AlbumHeader.tsx | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/src/features/album/components/AlbumHeader.test.tsx b/src/features/album/components/AlbumHeader.test.tsx
index 64d104df..b1e8aca7 100644
--- a/src/features/album/components/AlbumHeader.test.tsx
+++ b/src/features/album/components/AlbumHeader.test.tsx
@@ -106,6 +106,22 @@ describe('AlbumHeader genres', () => {
expect(screen.getByRole('button', { name: 'Show all genres' })).toBeInTheDocument();
});
+ it('localizes the track count in the info row', () => {
+ renderWithProviders(
+