Skip to content

Conversation

VictoriousRaptor
Copy link
Contributor

@VictoriousRaptor VictoriousRaptor commented Jul 14, 2025

Update wording and fix spell check

@VictoriousRaptor VictoriousRaptor added Dev branch only An issue or fix for the Dev branch build bug Something isn't working labels Jul 14, 2025
@VictoriousRaptor VictoriousRaptor added this to the 2.0.0 milestone Jul 14, 2025

This comment has been minimized.

Copy link

gitstream-cm bot commented Jul 14, 2025

Be a legend 🏆 by adding a before and after screenshot of the changes you made, especially if they are around UI/UX.

Copy link
Contributor

coderabbitai bot commented Jul 14, 2025

📝 Walkthrough

Walkthrough

This update modifies the tooltip text for the "Use Double Pinyin" setting in the English localization file, updates spelling workflow configuration to use a fixed action version, and adjusts spelling allowlist, exception, and pattern files by removing, adding, or replacing specific entries related to Pinyin input methods and Portuguese.

Changes

File(s) Change Summary
Flow.Launcher/Languages/en.xaml Updated tooltip text for "Use Double Pinyin" setting.
.github/workflows/spelling.yml Changed spelling check action from prerelease to fixed version 0.0.24.
.github/actions/spelling/allow.txt Removed "Português" and "Português (Brasil)"; added "workaround".
.github/actions/spelling/expect.txt Removed nine Pinyin-related entries from spelling exceptions.
.github/actions/spelling/patterns.txt Added nine regex patterns for Pinyin-related terms with optional spaces.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant UI
    participant Localization

    User->>UI: Hover over "Use Double Pinyin" setting
    UI->>Localization: Fetch updated tooltip text
    Localization-->>UI: Return new tooltip string
    UI-->>User: Display updated tooltip
Loading

Possibly related PRs

  • #3745: Updates spelling expect.txt and patterns.txt to fix false failing spell check rules; both PRs involve changes to spelling configuration files.
  • #3831: Modifies UI visibility logic for the double pinyin card based on the "use pinyin" setting; both PRs address aspects of the double pinyin feature.

Suggested reviewers

  • jjw24
  • Jack251970

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0741591 and 5ed017b.

📒 Files selected for processing (1)
  • .github/actions/spelling/allow.txt (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/actions/spelling/allow.txt

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

This comment has been minimized.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
Flow.Launcher/Languages/en.xaml (1)

109-109: Consider tightening the sentence for consistency with other tooltips

Most nearby tooltips start with an action verb (“Allows…”, “Temporarily change…”, “Adds a short delay…”).
To keep style uniform, prefer:

-<system:String x:Key="ShouldUseDoublePinyinToolTip">Use Double Pinyin instead of Full Pinyin to search.</system:String>
+<system:String x:Key="ShouldUseDoublePinyinToolTip">Search using Double Pinyin instead of Full Pinyin.</system:String>
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 50e570e and f3bca63.

📒 Files selected for processing (1)
  • Flow.Launcher/Languages/en.xaml (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: taooceros
PR: Flow-Launcher/Flow.Launcher#2616
File: Flow.Launcher/Flow.Launcher.csproj:7-7
Timestamp: 2024-10-08T15:52:58.573Z
Learning: In the Flow Launcher project, the version number in the `Flow.Launcher.csproj` file is dynamically updated during the CI/CD process.
🪛 GitHub Actions: Check Spelling
Flow.Launcher/Languages/en.xaml

[warning] 111-111: Spell check warning: Xiao is not a recognized word. (unrecognized-spelling)


[warning] 113-113: Spell check warning: Ruan is not a recognized word. (unrecognized-spelling)


[warning] 114-114: Spell check warning: Neng is not a recognized word. (unrecognized-spelling)


[warning] 114-114: Spell check warning: Zhi is not a recognized word. (unrecognized-spelling)


[warning] 115-115: Spell check warning: Guang is not a recognized word. (unrecognized-spelling)


[warning] 116-116: Spell check warning: Jia is not a recognized word. (unrecognized-spelling)


[warning] 116-116: Spell check warning: Jia is not a recognized word. (unrecognized-spelling)


[warning] 116-116: Spell check warning: Jia is not a recognized word. (unrecognized-spelling)


[warning] 117-117: Spell check warning: Jian is not a recognized word. (unrecognized-spelling)


[warning] 119-119: Spell check warning: Xiao is not a recognized word. (unrecognized-spelling)


[warning] 119-119: Spell check warning: Xiao is not a recognized word. (unrecognized-spelling)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
  • GitHub Check: gitStream workflow automation
  • GitHub Check: gitStream.cm
  • GitHub Check: gitStream.cm
  • GitHub Check: gitStream.cm
  • GitHub Check: gitStream.cm
  • GitHub Check: gitStream.cm
  • GitHub Check: gitStream.cm
  • GitHub Check: gitStream.cm
  • GitHub Check: build

This comment has been minimized.

This comment has been minimized.

@coderabbitai coderabbitai bot added the enhancement New feature or request label Jul 14, 2025

This comment has been minimized.

This comment has been minimized.

@jjw24
Copy link
Member

jjw24 commented Jul 15, 2025

Do we need to fix the spelling raised by the check as well?

They are not well formed English words so can be rejected by built-in checks. Use regex as a workaround.
@VictoriousRaptor VictoriousRaptor changed the title Update wording Update wording and fix spell check Jul 15, 2025
@VictoriousRaptor
Copy link
Contributor Author

VictoriousRaptor commented Jul 15, 2025

Do we need to fix the spelling raised by the check as well?

Working on it. Done.

@Jack251970
Copy link
Member

It looks good for me, but I am just undecided. Please wait for others to approve it

Copy link

gitstream-cm bot commented Jul 16, 2025

🥷 Code experts: jjw24

VictoriousRaptor, jjw24 have most 👩‍💻 activity in the files.
VictoriousRaptor has most 🧠 knowledge in the files.

See details

.github/actions/spelling/allow.txt

Activity based on git-commit:

VictoriousRaptor jjw24
JUL
JUN
MAY
APR
MAR
FEB

Knowledge based on git-blame:
VictoriousRaptor: 88%

.github/actions/spelling/expect.txt

Activity based on git-commit:

VictoriousRaptor jjw24
JUL 10 additions & 0 deletions
JUN 2 additions & 13 deletions
MAY
APR
MAR
FEB

Knowledge based on git-blame:
VictoriousRaptor: 27%

.github/actions/spelling/patterns.txt

Activity based on git-commit:

VictoriousRaptor jjw24
JUL
JUN 12 additions & 0 deletions
MAY
APR
MAR
FEB

Knowledge based on git-blame:
VictoriousRaptor: 87%

.github/workflows/spelling.yml

Activity based on git-commit:

VictoriousRaptor jjw24
JUL
JUN
MAY 3 additions & 4 deletions
APR
MAR
FEB

Knowledge based on git-blame:
VictoriousRaptor: 99%

Flow.Launcher/Languages/en.xaml

Activity based on git-commit:

VictoriousRaptor jjw24
JUL 13 additions & 0 deletions
JUN 1 additions & 1 deletions
MAY 1 additions & 1 deletions
APR
MAR
FEB 1 additions & 0 deletions

Knowledge based on git-blame:
VictoriousRaptor: 7%

✨ Comment /gs review for LinearB AI review. Learn how to automate it here.

@VictoriousRaptor VictoriousRaptor merged commit 6eb703f into dev Jul 17, 2025
11 checks passed
@VictoriousRaptor VictoriousRaptor deleted the tweak-double-pin-pane branch July 17, 2025 12:07
@jjw24 jjw24 removed bug Something isn't working enhancement New feature or request 1 min review labels Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev branch only An issue or fix for the Dev branch build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants