Skip to content

Commit 877597e

Browse files
committed
Fixed typos in CHANGELOG.md
1 parent 16ef019 commit 877597e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Retro-Go 1.xx (2025-??-??)
2-
- SNES: Improved performance
2+
- Launcher: Added virtual keyboard to manage wifi networks
3+
- Launcher: Diacritics now display correctly in filenames
34
- GEN/MD: Improved performance
4-
- Laucnher: Diatrics should now display correctly in filenames
5-
- Launcher: Virtual keyboard to add wifi networks
5+
- SNES: Improved performance
66
- All: German translations added
77
- New device support: ESP32-P4 on a breadboard
88

components/retro-go/translations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
static const char *language_names[RG_LANG_MAX] = {
44
[RG_LANG_EN] = "English",
55
[RG_LANG_FR] = "Francais",
6-
[RG_LANG_DE] = "German",
6+
[RG_LANG_DE] = "Deutsch",
77
};
88

99
static const char *translations[][RG_LANG_MAX] =

0 commit comments

Comments
 (0)