Skip to content

Commit 74c07f9

Browse files
committed
chore: add flag for Qatar and Bahrain
1 parent d644627 commit 74c07f9

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

subconverter/snippets/emoji.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,16 @@ match = "(Saint|Kitts|Nevis|圣基茨和尼维斯)"
398398
emoji = "🇰🇳"
399399

400400

401+
[[emoji]]
402+
match = "(Qatar|卡塔尔)"
403+
emoji = "🇶🇦"
404+
405+
406+
[[emoji]]
407+
match = "(Bahrain|巴林)"
408+
emoji = "🇧🇭"
409+
410+
401411
[[emoji]]
402412
match = "(?i:\\bC[H]?N\\b|China|back|回国|中国[^-]|江苏[^-]|北京[^-]|上海[^-]|广州[^-]|深圳[^-]|杭州[^-]|常州[^-]|徐州[^-]|青岛[^-]|宁波[^-]|镇江[^-]|成都[^-]|河北[^-]|山西[^-]|辽宁[^-]|吉林[^-]|黑龙江[^-]|江苏[^-]|浙江[^-]|安徽[^-]|福建[^-]|江西[^-]|山东[^-]|河南[^-]|湖北[^-]|湖南[^-]|广东[^-]|海南[^-]|四川[^-]|贵州[^-]|云南[^-]|陕西[^-]|甘肃[^-]|青海[^-]|内蒙古[^-]|广西[^-]|西藏[^-]|宁夏[^-]|新疆[^-])"
403413
emoji = "🇨🇳"

subconverter/snippets/emoji.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,7 @@
9696
(Bengal|孟加拉),🇧🇩
9797
(Mauritius|毛里求斯),🇲🇺
9898
(Guatemala|危地马拉),🇬🇹
99+
(Qatar|卡塔尔),🇶🇦
100+
(Bahrain|巴林),🇧🇭
99101
(?i:\bC[H]?N\b|China|back|回国|中国[^-]|江苏[^-]|北京[^-]|上海[^-]|广州[^-]|深圳[^-]|杭州[^-]|常州[^-]|徐州[^-]|青岛[^-]|宁波[^-]|镇江[^-]|成都[^-]|河北[^-]|山西[^-]|辽宁[^-]|吉林[^-]|黑龙江[^-]|江苏[^-]|浙江[^-]|安徽[^-]|福建[^-]|江西[^-]|山东[^-]|河南[^-]|湖北[^-]|湖南[^-]|广东[^-]|海南[^-]|四川[^-]|贵州[^-]|云南[^-]|陕西[^-]|甘肃[^-]|青海[^-]|内蒙古[^-]|广西[^-]|西藏[^-]|宁夏[^-]|新疆[^-]),🇨🇳
100102
((未知|其他)地[区域]|UNKNOWN),👽

0 commit comments

Comments
 (0)