fix: wp remove other lang than en
This commit is contained in:
parent
7d4888c33a
commit
8711b21803
@ -38,6 +38,8 @@ prepare() {
|
||||
git apply ../Add-global-user-secret.patch || true
|
||||
git revert -n a389287d808d563beffc04f08015d78010f1da8e
|
||||
|
||||
find web/src/assets/locales ! -name 'en.json' -type f -exec rm -f {} +
|
||||
|
||||
mkdir -p build-server build-agent build-cli
|
||||
|
||||
go mod download || true
|
||||
|
Loading…
Reference in New Issue
Block a user