From aaf10849fed8a567f91c9a075d8a93b86bc42ab5 Mon Sep 17 00:00:00 2001 From: Gocciola <92812357+gocciolafr@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:31:36 +0100 Subject: [PATCH] Added missing string on Italian localization (#683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a missing string on italian localization where “Server Adress” was still in english, now it should be italian --- .../EeveeSpotify.bundle/it.lproj/Localizable.strings | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layout/Library/Application Support/EeveeSpotify.bundle/it.lproj/Localizable.strings b/layout/Library/Application Support/EeveeSpotify.bundle/it.lproj/Localizable.strings index 956ca56..b779b1f 100644 --- a/layout/Library/Application Support/EeveeSpotify.bundle/it.lproj/Localizable.strings +++ b/layout/Library/Application Support/EeveeSpotify.bundle/it.lproj/Localizable.strings @@ -110,4 +110,6 @@ liked_songs = "Brani che ti piacciono"; contributors = "Collaboratori"; request_anonymous_token = "Richiedi Token Anonimo"; -request_anonymous_token_description = "Clicca “Richiedi Token Anonimo” per richiedere un token a Musixmatch senza autorizzazione."; \ No newline at end of file +request_anonymous_token_description = "Clicca “Richiedi Token Anonimo” per richiedere un token a Musixmatch senza autorizzazione."; + +lrclib_api = "Indirizzo del Server";