Skip to content

Commit

Permalink
Add dutch translations, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Jan 28, 2021
1 parent ebfb1bd commit 07a8b6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Goldleaf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fexceptions -std=gnu++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lcurl -lz -lmbedtls -lmbedcrypto -lmbedx509 -lnx -lusbhsfs -lntfs-3g -lpu -lfreetype -lSDL2_mixer -lopusfile -lopus -lmodplug -lmpg123 -lvorbisidec -lc -logg -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lwebp -lpng -ljpeg `sdl2-config --libs` `freetype-config --libs`
LIBS := -lcurl -lz -lmbedtls -lmbedcrypto -lmbedx509 -lnx -lusbhsfs -lntfs-3g -llwext4 -lpu -lfreetype -lSDL2_mixer -lopusfile -lopus -lmodplug -lmpg123 -lvorbisidec -lc -logg -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lwebp -lpng -ljpeg `sdl2-config --libs` `freetype-config --libs`

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down
8 changes: 4 additions & 4 deletions Goldleaf/RomFs/Strings/Main/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@
"De update is succesvol geïnstalleerd.",
"De update is succesvol geïnstalleerd",
"Deze map bevat geen geldige update.",
"What would you like to do with this USB drive?",
"Safely remove",
"The USB drive was removed successfully.",
"Unable to safely remove the USB drive..."
"Wat wil je doen met deze usb schijf",
"Veilig verwijderen",
"De usb schijf is succesvol verwijderd",
"Kon de usb schijf niet veilig verwijderen..."
]

0 comments on commit 07a8b6f

Please sign in to comment.