Small changes

This commit is contained in:
XorTroll 2019-11-15 21:09:27 +01:00
parent 5340e926ad
commit c6a157dc0d
2 changed files with 4 additions and 2 deletions

View file

@ -163,7 +163,7 @@ namespace net
std::string str;
auto sstrm = strm.str();
for(u32 i = 1; i < 7; i++)
{// AABBCCDDEEFF
{
str += sstrm.substr((6 - i) * 2, 2);
if(i < 6) str += ":";
}

View file

@ -198,10 +198,12 @@ Note that:
## Translations
uLaunch is in English by default. However, you can make translations by editing the [LangDefault.json](https://github.com/XorTroll/uLaunch/blob/master/LibraryAppletQMenu/RomFs/LangDefault.json) translation file's strings and placing it into `sd:/ulaunch/langs` named as the language's code ("en-US" for American English, "es" for Spanish, "fr" for French... proper list [here](https://switchbrew.org/wiki/Settings_services#LanguageCode)
uLaunch is in English by default. However, you can make translations by editing the [LangDefault.json](https://github.com/XorTroll/uLaunch/blob/master/LibraryAppletQMenu/RomFs/LangDefault.json) translation file's strings and placing it into `sd:/ulaunch/lang` named as the language's code ("en-US" for American English, "es" for Spanish, "fr" for French... proper list [here](https://switchbrew.org/wiki/Settings_services#LanguageCode)
Example: `sd:/ulaunch/lang/es.json` for custom strings (which would be displayed if the console's language is Spanish)
Note that translation JSONs aren't provided by uLaunch, and that you will need to find or make your own. No PRs with translations will be accepted here.
## Installing and removing
In order to check uLaunch's installation, you will need to pay attention to the `titles` directory of the CFW you're using.