Add spanish translation

Also some minor badge changes

Co-authored-by: Tristanabs <76444200+Tristanabs@users.noreply.github.com>
This commit is contained in:
2024-06-01 22:19:53 -04:00
parent b0db54e71a
commit 30833995d1
6 changed files with 385 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ Language_s language = {0};
int __stacksize__ = 64 * 1024;
Result archive_result;
Result badge_archive_result;
u32 old_time_limit;
const char * main_paths[MODE_AMOUNT] = {
@@ -88,6 +89,7 @@ static void init_services(void)
APT_SetAppCpuTimeLimit(30);
httpcInit(0);
archive_result = open_archives();
badge_archive_result = open_badge_extdata();
if(envIsHomebrew())
{
s64 out;