Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Dec 12, 2024
1 parent d2ec582 commit 7585153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion BSB_LAN/BSB_LAN_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "localization/LANG_DE.h"
#include "localization/UNDEF_LANG_EN.h"
#include "localization/LANG_EN.h"
#include "localization/UNDEF_LANG_DE_LEGACY.h"
#define xstr(x) #x
#define str(x) xstr(x)
#define sub(x) x
Expand Down
2 changes: 2 additions & 0 deletions BSB_LAN/localization/LANG_DE.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,6 @@
#define EXTIF_STARTDATE_TEXT "Startdatum"
#define EXTIF_ENDDATE_TEXT "Enddatum"

// only required for German language file
#include "localization/UNDEF_LANG_DE_LEGACY.h"
#include "localization/LANG_DE_LEGACY.h"

0 comments on commit 7585153

Please sign in to comment.