fix: 此处switch default后面可加上break

pull/23011/head
zouzh 2024-12-23 15:32:29 +08:00
parent c345bb453b
commit 8157e1afcf
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
break; break;
default: default:
use(enLocale); use(enLocale);
break;
} }
}; };
localize(lang); localize(lang);