From 7a1d6ef9198920e9de5c265de935f06f92aabd88 Mon Sep 17 00:00:00 2001 From: Abner Yang Date: Wed, 18 Feb 2026 23:28:25 -0500 Subject: [PATCH] doc: adds context for link to Chinese README follows convention to distinguish between Simplified (vs. Traditional) Chinese --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 630a495a..1281fd17 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This README is also available in other languages: | | | | ------------------------------------------------------------------------------ | --------------- | | [العربية](https://github.com/expressjs/multer/blob/main/doc/README-ar.md) | Arabic | -| [简体中文](https://github.com/expressjs/multer/blob/main/doc/README-zh-cn.md) | Chinese | +| [简体中文](https://github.com/expressjs/multer/blob/main/doc/README-zh-cn.md) | Chinese (Simplified) | | [Français](https://github.com/expressjs/multer/blob/main/doc/README-fr.md) | French | | [한국어](https://github.com/expressjs/multer/blob/main/doc/README-ko.md) | Korean | | [Português](https://github.com/expressjs/multer/blob/main/doc/README-pt-br.md) | Portuguese (BR) |