Closed somnisomni closed 1 year ago
Thank you for this. Remember you can always code anything you want to, and submit a PR!
I'm just browsing the project repository on my phone ;) Thanks for remind, maybe I can make translation to my home language later. This project seems very cool 👍
I'm just browsing the project repository on my phone ;) maybe I can make translation to my home language later. This project seems very cool 👍
Note though, the strings aren't 100% done yet so put that in mind.
Yeah. They’re not done in the slightest. :)
Should be fixed now.
BTW Crowdin translations are now open on https://crowdin.com/project/rise-media-player, so you can contribute your translations more easily.
There is a hard-coded version string named
More_Subtitle
in About string resource. Since the hard-coding is not a good practice, even if that is only for devs, I recommend you to use formatting instead hard-code version string. maybe it can formatted withAssemblyVersion
or else...?Hard-coding version string also can make additional dirty changes everytime the program version changes, if the program gets more language. So fixing this will prevent this problem later.