maxrave-dev / SimpMusic

A simple music app using YouTube Music for backend
https://simpmusic.tech/
GNU General Public License v3.0
1.38k stars 95 forks source link

Fix Traditional Chinese resource directory name. #357

Closed eric100lin closed 2 weeks ago

eric100lin commented 2 weeks ago

This PR is necessary for the app to access Traditional Chinese resources. You can test this using per-app language settings. Ensure the resource directory name aligns with the resourceConfigurations specified in your build.gradle.kts file.

Additionally, I'm not seeing Traditional Chinese support from the nightly build badge because it points to the 'dev' branch instead of the 'jetpack_compose' branch. I tried the nightly build downloaded from GitHub Actions, and Traditional Chinese is not working. Please merge this PR, thanks!