Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ runcount
Firefox
Português
Português (Brasil)
XiaoHe
ZiRanMa
WeiRuan
ZhiNengABC
ZiGuangPinYin
PinYinJiaJia
XingKongJianDao
DaNiu
XiaoLang
9 changes: 0 additions & 9 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,3 @@ metadatas
WMP
VSTHRD
CJK
XiaoHe
ZiRanMa
WeiRuan
ZhiNengABC
ZiGuangPinYin
PinYinJiaJia
XingKongJianDao
DaNiu
XiaoLang
124 changes: 62 additions & 62 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
# reject `m_data` as there's a certain OS which has evil defines that break things if it's used elsewhere
# \bm_data\b

# If you have a framework that uses `it()` for testing and `fit()` for debugging a specific test,
# you might not want to check in code where you were debugging w/ `fit()`, in which case, you might want
# to use this:
#\bfit\(

# s.b. GitHub
#\bGithub\b

# s.b. GitLab
\bGitlab\b

# s.b. JavaScript
\bJavascript\b

# s.b. Microsoft
\bMicroSoft\b

# s.b. another
\ban[- ]other\b

# s.b. greater than
\bgreater then\b

# s.b. into
\sin to\s

# s.b. opt-in
\sopt in\s

# s.b. less than
\bless then\b

# s.b. otherwise
\bother[- ]wise\b

# s.b. nonexistent
\bnon existing\b
\b[Nn]o[nt][- ]existent\b

# s.b. preexisting
[Pp]re[- ]existing

# s.b. preempt
[Pp]re[- ]empt\b

# s.b. preemptively
[Pp]re[- ]emptively

# s.b. reentrancy
[Rr]e[- ]entrancy

# s.b. reentrant
[Rr]e[- ]entrant

# s.b. workaround(s)
\bwork[- ]arounds?\b

# Reject duplicate words
\s([A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})\s\g{-1}\s
## reject `m_data` as there's a certain OS which has evil defines that break things if it's used elsewhere
## \bm_data\b
#
## If you have a framework that uses `it()` for testing and `fit()` for debugging a specific test,
## you might not want to check in code where you were debugging w/ `fit()`, in which case, you might want
## to use this:
##\bfit\(
#
## s.b. GitHub
##\bGithub\b
#
## s.b. GitLab
#\bGitlab\b
#
## s.b. JavaScript
#\bJavascript\b
#
## s.b. Microsoft
#\bMicroSoft\b
#
## s.b. another
#\ban[- ]other\b
#
## s.b. greater than
#\bgreater then\b
#
## s.b. into
#\sin to\s
#
## s.b. opt-in
#\sopt in\s
#
## s.b. less than
#\bless then\b
#
## s.b. otherwise
#\bother[- ]wise\b
#
## s.b. nonexistent
#\bnon existing\b
#\b[Nn]o[nt][- ]existent\b
#
## s.b. preexisting
#[Pp]re[- ]existing
#
## s.b. preempt
#[Pp]re[- ]empt\b
#
## s.b. preemptively
#[Pp]re[- ]emptively
#
## s.b. reentrancy
#[Rr]e[- ]entrancy
#
## s.b. reentrant
#[Rr]e[- ]entrant
#
## s.b. workaround(s)
#\bwork[- ]arounds?\b
#
## Reject duplicate words
#\s([A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})\s\g{-1}\s
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@0.0.24
with:
suppress_push_for_open_pull_request: 1
checkout: true
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
steps:
- name: comment
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@0.0.24
with:
checkout: true
spell_check_this: check-spelling/spell-check-this@main
Expand Down
2 changes: 1 addition & 1 deletion Flow.Launcher/Languages/en.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
<system:String x:Key="ShouldUseDoublePinyin">Use Double Pinyin</system:String>
<system:String x:Key="ShouldUseDoublePinyinToolTip">Allows using Double Pinyin to search. Double Pinyin is a variation of Pinyin that uses two characters.</system:String>
<system:String x:Key="ShouldUseDoublePinyinToolTip">Use Double Pinyin instead of Full Pinyin to search.</system:String>
<system:String x:Key="DoublePinyinSchema">Double Pinyin Schema</system:String>
<system:String x:Key="DoublePinyinSchemasXiaoHe">Xiao He</system:String>

Check warning on line 111 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Xiao` is not a recognized word. (unrecognized-spelling)
<system:String x:Key="DoublePinyinSchemasZiRanMa">Zi Ran Ma</system:String>
<system:String x:Key="DoublePinyinSchemasWeiRuan">Wei Ruan</system:String>

Check warning on line 113 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Ruan` is not a recognized word. (unrecognized-spelling)
<system:String x:Key="DoublePinyinSchemasZhiNengABC">Zhi Neng ABC</system:String>

Check warning on line 114 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Zhi` is not a recognized word. (unrecognized-spelling)

Check warning on line 114 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Neng` is not a recognized word. (unrecognized-spelling)
<system:String x:Key="DoublePinyinSchemasZiGuangPinYin">Zi Guang Pin Yin</system:String>

Check warning on line 115 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Guang` is not a recognized word. (unrecognized-spelling)
<system:String x:Key="DoublePinyinSchemasPinYinJiaJia">Pin Yin Jia Jia</system:String>

Check warning on line 116 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Jia` is not a recognized word. (unrecognized-spelling)

Check warning on line 116 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Jia` is not a recognized word. (unrecognized-spelling)

Check warning on line 116 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Jia` is not a recognized word. (unrecognized-spelling)
<system:String x:Key="DoublePinyinSchemasXingKongJianDao">Xing Kong Jian Dao</system:String>

Check warning on line 117 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Jian` is not a recognized word. (unrecognized-spelling)
<system:String x:Key="DoublePinyinSchemasDaNiu">Da Niu</system:String>
<system:String x:Key="DoublePinyinSchemasXiaoLang">Xiao Lang</system:String>

Check warning on line 119 in Flow.Launcher/Languages/en.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Xiao` is not a recognized word. (unrecognized-spelling)

<system:String x:Key="AlwaysPreview">Always Preview</system:String>
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
Expand Down
Loading