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/tr.lproj/Localizable.strings b/layout/Library/Application Support/EeveeSpotify.bundle/tr.lproj/Localizable.strings index a1ac5290..9033f7ae 100644 --- a/layout/Library/Application Support/EeveeSpotify.bundle/tr.lproj/Localizable.strings +++ b/layout/Library/Application Support/EeveeSpotify.bundle/tr.lproj/Localizable.strings @@ -112,4 +112,4 @@ liked_songs = "Beğenilen Şarkılar"; contributors = "Katkıda bulunanlar"; request_anonymous_token = "Anonim Token Talep Et"; -request_anonymous_token_description = "Yetkilendirme olmadan Musixmatch'ten bir token talep etmek için "Anonim Token Talep Et"e dokun."; +request_anonymous_token_description = "Yetkilendirme olmadan Musixmatch'ten bir token talep etmek için \"Anonim Token Talep Et\"e dokun."; 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..f71fb264 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