Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Nov 15, 2019
1 parent 5340e92 commit c6a157d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common/Source/net/net_Service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 += ":";
}
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c6a157d

Please sign in to comment.