exelix
exelix
Just to confirm, did you reboot after creating the no_adv file ? Unfortunately i don't have an explaination for this behavior, i suggest getting a second sd card and setting...
> Can kindly request the author to open the external language text of sysdvr?so that everyone can easily convert to their familiar language. I did look into it but getting...
This is a problem with the usb configuration on switch and doesn't depend on the specific homebrew you use. The only sure-fire solution that i know of is to use...
cc @spreedated who worked on translations in #253
Starting with 6.0 the new GUI also builds for mac, linux and android making Windows projects specific stuff like resx either unapplicable or a pain to use which is why...
As for design, we are constrained by the lowest common denominator for cross platform. In particular on desktop I use AOT to build framework-less binaries (so no reflection) and on...
Last time i tried MAUI it did not feel stable yet, i did considering trying UNO or Avalonia though. The main problem that made me pick SDL in the end...
I made some initial work in the [translation-support branch](https://github.com/exelix11/SysDVR/tree/translation-support). **This is still experimental, do not start translating yet.** Translation files will look like this: ```json { "translationName": "English", "translationAuthor": "SysDVR",...
I figured one might want the same language file for multiple locales, on start the app will load all the jsons (deserializing only the metadat fields) and pick the matching...
Translation support is now functional for the client, you can find the default strings file in https://github.com/exelix11/SysDVR/blob/translation-support/Client/Platform/Resources/resources/strings/english.json You can submit a pull request to the translation-support branch or just provide...