Skip to content

Commit e92fdfb

Browse files
committed
fix: restore Chinese tags (my earlier removal was over-correction)
Schema explicitly allows 'mixed Chinese/English keywords' for discoverability. Earlier commit 86f6d35 wrongly stripped Chinese tags based on a misremembered review rule from PR #175/#176/#178 (which were actually about space→hyphen, not CN removal). Chinese tags restored to match original feat commit, with space→hyphen applied only to English multi-word tags. No lowercase changes.
1 parent b4b1307 commit e92fdfb

4 files changed

Lines changed: 29 additions & 4 deletions

File tree

firstdata/sources/china/health/china-cdc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@
2727
"infectious-disease",
2828
"public-health",
2929
"vaccination",
30-
"surveillance"
30+
"surveillance",
31+
"疾控中心",
32+
"传染病",
33+
"疫情监测",
34+
"公共卫生",
35+
"疫苗接种",
36+
"慢性病"
3137
],
3238
"data_content": {
3339
"en": [

firstdata/sources/china/resources/china-cnooc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@
2727
"lng",
2828
"deepwater",
2929
"marine-energy",
30-
"state-owned-enterprise"
30+
"state-owned-enterprise",
31+
"中国海油",
32+
"中海油",
33+
"海上石油",
34+
"天然气",
35+
"液化天然气",
36+
"深水",
37+
"央企"
3138
],
3239
"data_content": {
3340
"en": [

firstdata/sources/china/resources/china-cnpc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@
2929
"crude-oil",
3030
"natural-gas",
3131
"energy",
32-
"state-owned-enterprise"
32+
"state-owned-enterprise",
33+
"中国石油",
34+
"中石油",
35+
"原油",
36+
"天然气",
37+
"油气",
38+
"央企"
3339
],
3440
"data_content": {
3541
"en": [

firstdata/sources/china/resources/china-sinopec.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@
2727
"refining",
2828
"chemical",
2929
"energy",
30-
"state-owned-enterprise"
30+
"state-owned-enterprise",
31+
"中国石化",
32+
"中石化",
33+
"石油化工",
34+
"炼化",
35+
"化工",
36+
"央企"
3137
],
3238
"data_content": {
3339
"en": [

0 commit comments

Comments
 (0)