Update language json files

This commit is contained in:
longpanda
2022-12-03 21:37:09 +08:00
parent 9eb50a85e4
commit 33b958e112
13 changed files with 206 additions and 199 deletions

View File

@@ -14,6 +14,7 @@ RET=0
ret=$?
if [ $ret -eq 0 ]; then
for i in $(ls $VTOY_PATH/INSTALL/grub/menu); do
echo "check INSTALL/grub/menu/$i ..."
./checkjson $VTOY_PATH/INSTALL/grub/menu/$i
ret=$?
if [ $ret -ne 0 ]; then