PowerToys icon indicating copy to clipboard operation
PowerToys copied to clipboard

[Quick Accent] Add Crimean Tatar language

Open cor-bee opened this issue 2 months ago • 4 comments

Summary of the Pull Request

Adds Crimean Tatar latin alphabet symbols to Quick Accent (ı, ş, ç, ñ, ğ, İ, ü, â)

https://github.com/microsoft/PowerToys/assets/40601422/c0fc9adb-ac49-4157-804b-0f6de5b64f44

PR Checklist

  • [x] Closes: #32861
  • [x] Communication: I've proposed to add this feature in the thread
  • [x] Tests: Added/updated and all pass
  • [x] Localization: All end user facing strings can be localized
  • [x] Dev docs: No need
  • [x] New binaries: None
  • [x] Documentation updated: No need

Validation Steps Performed

Observing

cor-bee avatar May 14 '24 11:05 cor-bee

@microsoft-github-policy-service agree

cor-bee avatar May 14 '24 11:05 cor-bee

@check-spelling-bot Report

:red_circle: Please review

See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.

Unrecognized words (1)

CRH

Previously acknowledged words that are now absent COMMANDTITLE FILELOCKSMITHLIB gdnbaselines interactable JArray ksh localport OOBEPT Pathto qwertyuiopasdfghjklzxcvbnm qwrtyuiopsghjklzxvnm redirectedfrom runsettings testhost toggleswitch 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:cor-bee/PowerToys.git repository on the main branch (:information_source: how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/microsoft/PowerToys/actions/runs/9078648491/attempts/1'
Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary

This includes both expected items (1876) from .github/actions/spell-check/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:r/src/r.txt 543 1 1
cspell:cpp/src/people.txt 23 1
cspell:cpp/src/ecosystem.txt 51 1

Consider adding them (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:

      with:
        extra_dictionaries:
          cspell:r/src/r.txt
          cspell:cpp/src/people.txt
          cspell:cpp/src/ecosystem.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:

check_extra_dictionaries: ''
If the flagged items are :exploding_head: false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it, try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

github-actions[bot] avatar May 14 '24 11:05 github-actions[bot]

@check-spelling-bot Report

Unrecognized words (1)

CRH

CRH is the Crimean Tatar language ISO code.

However, I don't know how to add exceptions to spellchecker and would be grateful for any help.

cor-bee avatar May 16 '24 14:05 cor-bee