Add muli-languages support for Ventoy menu.

F5 ---> Menu Language Select
Language files are in INSTALL/grub/menu/ directory.
This commit is contained in:
longpanda
2022-12-02 20:35:59 +08:00
parent 3be4aacd78
commit 511b8091eb
26 changed files with 537 additions and 100 deletions

View File

@@ -22,7 +22,7 @@
#include <civetweb.h>
#define MAX_LANGUAGE 128
#define MAX_LANGUAGE 256
#define L1 " "
#define L2 " "
@@ -84,6 +84,7 @@ typedef struct data_control
char default_image[MAX_PATH];
char default_kbd_layout[32];
char help_text_language[32];
char menu_language[32];
}data_control;
#define display_mode_gui 0