mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
feat: 消除输入框里大写字母之间的空格 resolve #1213
This commit is contained in:
@@ -299,6 +299,7 @@ translator:
|
||||
# - xform/([nl])ue/$1üe/ # 显示为 nüe lüe
|
||||
- xform/([nl])v/$1v/ # 显示为 nv lv
|
||||
- xform/([nl])ue/$1ve/ # 显示为 nve lve
|
||||
- xform/(?<=[A-Z])\s(?=[A-Z])// # 消除大写字母之间的空格
|
||||
|
||||
|
||||
# 次翻译器,英文
|
||||
|
||||
Reference in New Issue
Block a user