From 50a1f479d90c1c3d0a2d7d85f357ba226bb34b98 Mon Sep 17 00:00:00 2001 From: "Hongwen (Jayden) Pu" Date: Sun, 22 Feb 2026 19:56:17 +0000 Subject: [PATCH 1/6] Add Chinese Mainland regulator contact information --- src/data/regulators.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/data/regulators.yaml b/src/data/regulators.yaml index a5b2547..4118d7e 100644 --- a/src/data/regulators.yaml +++ b/src/data/regulators.yaml @@ -1399,3 +1399,19 @@ countries: ru: "Свяжитесь с [Antimonopoly Office of the Slovak Republic](https://www.antimon.gov.sk/en/)" sk: "Kontaktujte [Protimonopolný úrad Slovenskej republiky](https://www.antimon.gov.sk/en/)" zh-TW: "聯絡[斯洛伐克共和國反壟斷局](https://www.antimon.gov.sk/en/)" + - id: "chinese-mainland" + name: + en: "Chinese Mainland" + zh-CN: "中国大陆" + zh-TW: "中國大陸" + items: + - text: + en: "Contact the [State Administration for Market Regulations (SAMR)](https://www.samr.gov.cn/) by calling 010-88650000." + zh-CN: "通过拨打010-88650000以联络[国家市场监督管理总局](https://www.samr.gov.cn/)" + -text: + en: "Calling your local 12315 hotline. Note this may take extra time, as monopolies are usually dealt with by the State Council directly. They are required to respond by law." + zh-CN: "拨打本地12315热线,但因垄断案件通常移交国家总局处理可能会耗费时间,依法必须给予反馈" + -text: + en: "Online at [12315.cn](https://www.12315.cn/). Platform only accessible in the Chinese Mainland to prevent cyber attacks." + zh-CN: "线上[全国12315平台](https://www.12315.cn/),为防止网络攻击网站仅可在中国大陆访问" + From 3ab46460176df450e22e066f11e0f7a94235c588 Mon Sep 17 00:00:00 2001 From: "Hongwen (Jayden) Pu" Date: Sun, 22 Feb 2026 19:59:04 +0000 Subject: [PATCH 2/6] Added Chinese regulator information --- src/data/regulators.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/regulators.yaml b/src/data/regulators.yaml index 4118d7e..fd92599 100644 --- a/src/data/regulators.yaml +++ b/src/data/regulators.yaml @@ -1410,7 +1410,7 @@ countries: zh-CN: "通过拨打010-88650000以联络[国家市场监督管理总局](https://www.samr.gov.cn/)" -text: en: "Calling your local 12315 hotline. Note this may take extra time, as monopolies are usually dealt with by the State Council directly. They are required to respond by law." - zh-CN: "拨打本地12315热线,但因垄断案件通常移交国家总局处理可能会耗费时间,依法必须给予反馈" + zh-CN: "拨打本地12315热线,但因垄断案件通常移交国家总局处理可能会耗费多余时间,依法必须给予反馈" -text: en: "Online at [12315.cn](https://www.12315.cn/). Platform only accessible in the Chinese Mainland to prevent cyber attacks." zh-CN: "线上[全国12315平台](https://www.12315.cn/),为防止网络攻击网站仅可在中国大陆访问" From 203948d45b3a7429cb7ac6cf157e921613f7d379 Mon Sep 17 00:00:00 2001 From: "Hongwen (Jayden) Pu" Date: Sun, 22 Feb 2026 20:00:36 +0000 Subject: [PATCH 3/6] Add China Consumer Association to rights groups list --- src/data/links/rights-groups.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/links/rights-groups.yaml b/src/data/links/rights-groups.yaml index ce72276..78589e4 100644 --- a/src/data/links/rights-groups.yaml +++ b/src/data/links/rights-groups.yaml @@ -57,3 +57,7 @@ items: url: "https://sfconservancy.org/" - text: "Swecha Andhra Pradesh" url: "https://www.swechaap.org/" + - text: + en: "China Consumer Association (Website only to be accessed within the Chinese Mainland)" + zh-CN: "中国消费者协会" + url: "https://www.cca.org.cn/" From 513899d078399b51bc1048726f158116a7b8f3e1 Mon Sep 17 00:00:00 2001 From: "Hongwen (Jayden) Pu" Date: Sun, 22 Feb 2026 20:50:59 +0000 Subject: [PATCH 4/6] Fix identation errors in regulators.yaml --- src/data/regulators.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/regulators.yaml b/src/data/regulators.yaml index fd92599..d81ef1c 100644 --- a/src/data/regulators.yaml +++ b/src/data/regulators.yaml @@ -1408,10 +1408,10 @@ countries: - text: en: "Contact the [State Administration for Market Regulations (SAMR)](https://www.samr.gov.cn/) by calling 010-88650000." zh-CN: "通过拨打010-88650000以联络[国家市场监督管理总局](https://www.samr.gov.cn/)" - -text: + - text: en: "Calling your local 12315 hotline. Note this may take extra time, as monopolies are usually dealt with by the State Council directly. They are required to respond by law." zh-CN: "拨打本地12315热线,但因垄断案件通常移交国家总局处理可能会耗费多余时间,依法必须给予反馈" - -text: + - text: en: "Online at [12315.cn](https://www.12315.cn/). Platform only accessible in the Chinese Mainland to prevent cyber attacks." zh-CN: "线上[全国12315平台](https://www.12315.cn/),为防止网络攻击网站仅可在中国大陆访问" From ad93cb23642e41a6075ccdc8b1d8182e67ccd87f Mon Sep 17 00:00:00 2001 From: "Hongwen (Jayden) Pu" Date: Sun, 22 Feb 2026 20:52:54 +0000 Subject: [PATCH 5/6] Fixing identation errors --- src/data/regulators.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/regulators.yaml b/src/data/regulators.yaml index d81ef1c..fa56711 100644 --- a/src/data/regulators.yaml +++ b/src/data/regulators.yaml @@ -1406,12 +1406,12 @@ countries: zh-TW: "中國大陸" items: - text: - en: "Contact the [State Administration for Market Regulations (SAMR)](https://www.samr.gov.cn/) by calling 010-88650000." - zh-CN: "通过拨打010-88650000以联络[国家市场监督管理总局](https://www.samr.gov.cn/)" + en: "Contact the [State Administration for Market Regulations (SAMR)](https://www.samr.gov.cn/) by calling 010-88650000." + zh-CN: "通过拨打010-88650000以联络[国家市场监督管理总局](https://www.samr.gov.cn/)" - text: - en: "Calling your local 12315 hotline. Note this may take extra time, as monopolies are usually dealt with by the State Council directly. They are required to respond by law." - zh-CN: "拨打本地12315热线,但因垄断案件通常移交国家总局处理可能会耗费多余时间,依法必须给予反馈" + en: "Calling your local 12315 hotline. Note this may take extra time, as monopolies are usually dealt with by the State Council directly. They are required to respond by law." + zh-CN: "拨打本地12315热线,但因垄断案件通常移交国家总局处理可能会耗费多余时间,依法必须给予反馈" - text: - en: "Online at [12315.cn](https://www.12315.cn/). Platform only accessible in the Chinese Mainland to prevent cyber attacks." - zh-CN: "线上[全国12315平台](https://www.12315.cn/),为防止网络攻击网站仅可在中国大陆访问" + en: "Online at [12315.cn](https://www.12315.cn/). Platform only accessible in the Chinese Mainland to prevent cyber attacks." + zh-CN: "线上[全国12315平台](https://www.12315.cn/),为防止网络攻击仅可在中国大陆访问" From 85e206a1566ed88b005974dec144a4e994be6e18 Mon Sep 17 00:00:00 2001 From: "Hongwen (Jayden) Pu" Date: Sun, 22 Feb 2026 20:53:15 +0000 Subject: [PATCH 6/6] Fixing indentation errors