Skip to content

Commit

Permalink
Update Spanish translation
Browse files Browse the repository at this point in the history
Was informed:
- "Pretendo" is us
- "Pretendo Network" is the network we run
  • Loading branch information
ashquarky authored Apr 15, 2024
1 parent 216942c commit bf0031f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ static const char * get_nintendo_network_message() {
}
}
static const char * get_pretendo_message() {
// TL note: "Pretendo" is the name - "network" is NOT part of it and can be translated
// TL note: "Pretendo Network" is also a proper noun - though "Pretendo" alone can refer to us as a project
switch (get_system_language()) {
case nn::swkbd::LanguageType::English:
default:
return "Using Pretendo Network";
case nn::swkbd::LanguageType::Spanish:
return "Usando la red Pretendo";
return "Usando Pretendo Network";
}
}

Expand Down

0 comments on commit bf0031f

Please sign in to comment.