lemmy_server will not compile due to missing field in recent commit
see comment here: https://github.com/LemmyNet/lemmy-translations/commit/5cf451105dd3e8ff6b2e44c725af4a75308a3e68
Rust cargo build fails:
```
process didn't exit successfully: /home/dev0/LemmyInstall/lemmy_2023-07-10c/target/debug/build/lemmy_utils-99ce3d571619d7df/build-script-build (exit status: 1)
--- stdout
cargo:rerun-if-changed=translations/email/en.json
--- stderr
Error: Parse(InvalidType { key: "registration_denied_body", expected: "formatted string" })
warning: build failed, waiting for other jobs to finish...
```
Workaround: `cp crates/utils/translations/email/en.json crates/utils/translations/email/pt.json`
关闭于 2023-07-10 0 条评论