Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fredlcore/BSB_LAN
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Dec 12, 2024
2 parents f34963b + 32dee7c commit b3a9c56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BSB_LAN/bsb-version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR "4"
#define MINOR "2"
#define PATCH "40"
#define COMPILETIME "20241210032016"
#define PATCH "41"
#define COMPILETIME "20241212004253"
2 changes: 2 additions & 0 deletions BSB_LAN/localization/LANG_C.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,6 @@
#define EXTIF_STARTDATE_TEXT "EXTIF_STARTDATE_TEXT"
#define EXTIF_ENDDATE_TEXT "EXTIF_ENDDATE_TEXT"

// only required for German language file
#include "localization/UNDEF_LANG_DE_LEGACY.h"
#include "localization/LANG_DE_LEGACY.h"
2 changes: 2 additions & 0 deletions BSB_LAN/localization/www/lang_de.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,6 @@ UIStrings["EXTIF_ALLCAT_TEXT"] = "Alle Kategorien";
UIStrings["EXTIF_STARTDATE_TEXT"] = "Startdatum";
UIStrings["EXTIF_ENDDATE_TEXT"] = "Enddatum";

// only required for German language file
#include "localization/UNDEF_LANG_DE_LEGACY.h"
#include "localization/LANG_DE_LEGACY.h"
Binary file modified BSB_LAN/localization/www/lang_de.js.gz
Binary file not shown.

0 comments on commit b3a9c56

Please sign in to comment.