From 7ef5552b88cc50390b8639142a26f18506922ae5 Mon Sep 17 00:00:00 2001 From: Kevian <149390935+Keviannn@users.noreply.github.com> Date: Fri, 30 May 2025 23:19:04 +0200 Subject: [PATCH] fix(ui): update Spanish translation (#4146) Changed translation of "Top Rated" from "Los Mejores Calificados" to "Mejor Calificados" for consistency purposes with other list entries. While the previous version was correct, this version is shorter and aligns better with the rest of the terms. --- resources/i18n/es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/i18n/es.json b/resources/i18n/es.json index 2fdbb8fda..b640ec115 100644 --- a/resources/i18n/es.json +++ b/resources/i18n/es.json @@ -94,7 +94,7 @@ "recentlyPlayed": "Recientes", "mostPlayed": "Más reproducidos", "starred": "Favoritos", - "topRated": "Los mejores calificados" + "topRated": "Mejor calificados" } }, "artist": { @@ -523,4 +523,4 @@ "current_song": "Canción actual" } } -} \ No newline at end of file +}