mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-28 13:24:06 -05:00
Update Spanish translation
Was informed: - "Pretendo" is us - "Pretendo Network" is the network we run
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user