From 9bb933c0d67e90c22a58f96f067ca37f70c27bca Mon Sep 17 00:00:00 2001 From: Nagi <84936494+nagiqui@users.noreply.github.com> Date: Sat, 8 Nov 2025 00:41:23 +0100 Subject: [PATCH] fix(ui): fix Playlist Italian translation(#4642) In Italian, we usually use "Playlist" rather than "Scalette/a". "Scalette/a" refers to other functions or objects. --- resources/i18n/it.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/i18n/it.json b/resources/i18n/it.json index 9d1c2bb7..11fadb46 100644 --- a/resources/i18n/it.json +++ b/resources/i18n/it.json @@ -400,8 +400,8 @@ }, "albumList": "Album", "about": "Info", - "playlists": "Scalette", - "sharedPlaylists": "Scalette Condivise" + "playlists": "Playlist", + "sharedPlaylists": "Playlist Condivise" }, "player": { "playListsText": "Coda", @@ -457,4 +457,4 @@ "current_song": "" } } -} \ No newline at end of file +}