Update Spanish translation

Was informed:
- "Pretendo" is us
- "Pretendo Network" is the network we run
This commit is contained in:
Ash 2024-04-15 13:28:19 +10:00 committed by GitHub
commit bf0031faa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";
}
}