jeffvli / feishin

A modern self-hosted music player.
https://feishin.vercel.app
GNU General Public License v3.0
2.83k stars 116 forks source link

Lyrics Translation and Romaji (Fulfill #732) [Translation Part] #747

Closed ENDlezZenith closed 1 month ago

ENDlezZenith commented 2 months ago

Fulfill #732:

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feishin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 23, 2024 7:45am
ENDlezZenith commented 2 months ago

Getting a bunch of "Not rewriting GET /@sglkc/kuromoji/dict/filename.gz because the path includes a dot (.) character." in my dev env. I have no idea on fixing this. :(

ENDlezZenith commented 1 month ago

Getting a bunch of "Not rewriting GET /@sglkc/kuromoji/dict/filename.gz because the path includes a dot (.) character." in my dev env. I have no idea on fixing this. :(

This is fixed by adding disableDotRule: true in webpack dev server config, but again we got another error. It's like solving an error and getting another one in its dependency, and on, and on in the Romaji Part. I'm thinking of splitting this PR into two halves regarding that the translation part is almost done.