Skip to content

docs: fix Chinese README translation#1429

Open
vibhor-aggr wants to merge 1 commit into
expressjs:mainfrom
vibhor-aggr:docs/fix-zh-readme-translation
Open

docs: fix Chinese README translation#1429
vibhor-aggr wants to merge 1 commit into
expressjs:mainfrom
vibhor-aggr:docs/fix-zh-readme-translation

Conversation

@vibhor-aggr

Copy link
Copy Markdown

Summary

Closes #576.

Fixes two mistranslated passages in the Chinese README:

  • Clarifies that callers must create the directory when destination is a function, while Multer creates it when destination is a string.
  • Clarifies that req and file are the two inputs passed to the storage callbacks to help make the decision.

Verification

PATH=/mnt/TBT_DATA/nipun/work/tasks/earn-100-legal/workspace/toolchains/node/node-v24.16.0-linux-x64/bin:$PATH npm run lint
PATH=/mnt/TBT_DATA/nipun/work/tasks/earn-100-legal/workspace/toolchains/node/node-v24.16.0-linux-x64/bin:$PATH npm test
git diff --check

Results: lint passed, full test suite passed with 80 passing tests, and diff check passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Find two mistakes in the Chinese version README file

1 participant