Optimization for the implement of menu languages.

This commit is contained in:
longpanda
2022-12-19 23:49:25 +08:00
parent 9c3e1a6880
commit 44a3e23740
37 changed files with 1802 additions and 1610 deletions

View File

@@ -1,4 +1,4 @@
menuentry '@VTMENU_HWINFO' --class=debug_hwinfo --class=F5tool {
menuentry "$VTLANG_HWINFO" --class=debug_hwinfo --class=F5tool {
smbios -t 4 -s 0x10 --set=cpu_brand
set system_vendor="-";
@@ -56,6 +56,6 @@ menuentry '@VTMENU_HWINFO' --class=debug_hwinfo --class=F5tool {
echo "BIOS ROM Size $bios_size"
echo -ven "\n\n\n" "VTMENU_ENTER_EXIT ..."
echo -en "\n\n\n$VTLANG_ENTER_EXIT ..."
read vtInputKey
}