We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ef019 commit 877597eCopy full SHA for 877597e
2 files changed
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Retro-Go 1.xx (2025-??-??)
2
-- SNES: Improved performance
+- Launcher: Added virtual keyboard to manage wifi networks
3
+- Launcher: Diacritics now display correctly in filenames
4
- GEN/MD: Improved performance
-- Laucnher: Diatrics should now display correctly in filenames
5
-- Launcher: Virtual keyboard to add wifi networks
+- SNES: Improved performance
6
- All: German translations added
7
- New device support: ESP32-P4 on a breadboard
8
components/retro-go/translations.h
@@ -3,7 +3,7 @@
static const char *language_names[RG_LANG_MAX] = {
[RG_LANG_EN] = "English",
[RG_LANG_FR] = "Francais",
- [RG_LANG_DE] = "German",
+ [RG_LANG_DE] = "Deutsch",
};
9
static const char *translations[][RG_LANG_MAX] =
0 commit comments