X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/c1d68bd787dd1cd49f82864067fc5a573dfe333b..e85c02756b563e083bd7b01d3a3846246fb30740:/INSTALL/ventoy_pack.sh diff --git a/INSTALL/ventoy_pack.sh b/INSTALL/ventoy_pack.sh index 8aaea30..62c9b40 100644 --- a/INSTALL/ventoy_pack.sh +++ b/INSTALL/ventoy_pack.sh @@ -91,7 +91,8 @@ cd ../../ #tar menu txt & update menulang.cfg cd $tmpmnt/grub/ -echo "menuentry \"zh_CN - Chinese Simplified (¼òÌåÖÐÎÄ)\" --class=menu_lang_item --class=debug_menu_lang --class=F5tool {" >> menulang.cfg +vtlangtitle=$(grep VTMENU_LANGUAGE_NAME menu/zh_CN.json | awk -F\" '{print $4}') +echo "menuentry \"zh_CN - $vtlangtitle\" --class=menu_lang_item --class=debug_menu_lang --class=F5tool {" >> menulang.cfg echo " vt_load_menu_lang zh_CN" >> menulang.cfg echo "}" >> menulang.cfg