feat(data): add Bulgaria Sofia region support

- Add Bulgaria entry to the Europe region map
- Add Sofia region configuration for Google and trust modules
- Add Bulgarian local keyword list
This commit is contained in:
Xihuan
2026-05-29 08:50:12 +08:00
parent 22e7eb24ed
commit c423bdeeb3
3 changed files with 104 additions and 1 deletions

View File

@@ -394,6 +394,23 @@
}
]
},
{
"id": "BG",
"name": "Bulgaria (保加利亚)",
"keyword_file": "kw_BG.txt",
"states": [
{
"id": "Default",
"name": "Default State",
"cities": [
{
"id": "Sofia",
"name": "Sofia (索非亚)"
}
]
}
]
},
{
"id": "DE",
"name": "Germany (德国)",
@@ -817,4 +834,4 @@
]
}
]
}
}