mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add double pinyin schemas to patterns
They are not well formed English words so can be rejected by built-in checks. Use regex as a workaround.
This commit is contained in:
parent
1e84f0f604
commit
af50c7bdc3
3 changed files with 9 additions and 11 deletions
2
.github/actions/spelling/allow.txt
vendored
2
.github/actions/spelling/allow.txt
vendored
|
|
@ -4,5 +4,3 @@ ssh
|
|||
ubuntu
|
||||
runcount
|
||||
Firefox
|
||||
Português
|
||||
Português (Brasil)
|
||||
|
|
|
|||
9
.github/actions/spelling/expect.txt
vendored
9
.github/actions/spelling/expect.txt
vendored
|
|
@ -104,12 +104,3 @@ metadatas
|
|||
WMP
|
||||
VSTHRD
|
||||
CJK
|
||||
XiaoHe
|
||||
ZiRanMa
|
||||
WeiRuan
|
||||
ZhiNengABC
|
||||
ZiGuangPinYin
|
||||
PinYinJiaJia
|
||||
XingKongJianDao
|
||||
DaNiu
|
||||
XiaoLang
|
||||
|
|
|
|||
9
.github/actions/spelling/patterns.txt
vendored
9
.github/actions/spelling/patterns.txt
vendored
|
|
@ -134,3 +134,12 @@
|
|||
\bčeština\b
|
||||
\bPortuguês\b
|
||||
\bIoc\b
|
||||
\bXiaoHe\b
|
||||
\bZiRanMa\b
|
||||
\bWeiRuan\b
|
||||
\bZhiNengABC\b
|
||||
\bZiGuangPinYin\b
|
||||
\bPinYinJiaJia\b
|
||||
\bXingKongJianDao\b
|
||||
\bDaNiu\b
|
||||
\bXiaoLang\b
|
||||
|
|
|
|||
Loading…
Reference in a new issue