Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerAccent with multi-language selection #35539

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. PowerAccent with multi-language selection

    - Updated Language enum, method signatures, and settings to support multiple language selections.
    - Remove ALL language and added special characters language instead.
    - Modified UI to use ListView with checkboxes for language selection, including a "Select All" option.
    - Adjusted ViewModel and code-behind to handle multi-selection logic.
    - Updated Resources.resw and PowerAccentViewModel.cs to reflect these changes.
    Sirozha1337 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    714ce45 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Changes Language selection UI

    - Groups languages into two groups
    - Sort them by localized language name
    - Remove unneeded looping when no languages selected
    Sirozha1337 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    90c5d32 View commit details
    Browse the repository at this point in the history