From fd455c5568f106754ed48f9a4e3aaeed8674a6df Mon Sep 17 00:00:00 2001 From: Elliot Date: Fri, 8 Nov 2024 22:49:32 +0800 Subject: [PATCH] zh-tw lupdate and petitlyrics in readme --- README.md | 2 ++ .../EeveeSpotify.bundle/zh-TW.lproj/Localizable.strings | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f2c541..b93d9b30 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ EeveeSpotify replaces Spotify monthly limited lyrics with one of the following t - Musixmatch: The service Spotify uses. Provides time-synced lyrics for many songs, but you'll need a user token to use this source. To obtain the token, download Musixmatch from the App Store, sign up, then go to Settings > Get help > Copy debug info, and paste it into EeveeSpotify alert. You can also extract the token using MITM. +- PetitLyrics: Offers plenty of time-synced Japanese and some international lyrics. + If the tweak is unable to find a song or process the lyrics, you'll see a "Couldn't load the lyrics for this song" message. The lyrics might be wrong for some songs when using Genius due to how the tweak searches songs. While I've made it work in most cases, kindly refrain from opening issues about it. ## How It Works diff --git a/layout/Library/Application Support/EeveeSpotify.bundle/zh-TW.lproj/Localizable.strings b/layout/Library/Application Support/EeveeSpotify.bundle/zh-TW.lproj/Localizable.strings index 4941c30b..3a4c515a 100644 --- a/layout/Library/Application Support/EeveeSpotify.bundle/zh-TW.lproj/Localizable.strings +++ b/layout/Library/Application Support/EeveeSpotify.bundle/zh-TW.lproj/Localizable.strings @@ -108,4 +108,7 @@ let_the_music_play = "讓音樂演奏吧..."; // 已按讚的歌曲 liked_songs = "已按讚的歌曲"; -contributors = "貢獻者"; \ No newline at end of file +contributors = "貢獻者"; + +request_anonymous_token = "請求匿名使用者令牌"; +request_anonymous_token_description = "點擊 「請求匿名使用者令牌」 後 EeveeSpotify 會嘗試在未授權的情況下從 Musixmatch 取得使用者令牌."; \ No newline at end of file