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] Add ḱ to PowerAccent for Proto-Indo-European #36408

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

Conversation

haoliuu
Copy link

@haoliuu haoliuu commented Dec 18, 2024

Summary of the Pull Request

Add ḱ and introduce support for the Proto-Indo-European language in the PowerAccent module.

PR Checklist

  • Closes: Add Ḱ ḱ #35471
  • Communication: I've discussed this with core contributors already. If work hasn't been agreed, this work might be rejected
  • Tests: Added/updated and all pass
  • Localization: All end user facing strings can be localized
  • Dev docs: Added/updated
  • New binaries: Added on the required places
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

Build and tested the change locally.

  • are added.
    Screenshot 2024-12-13 165551
    Screenshot 2024-12-13 165741
  • PIE in Settings
    Screenshot 2024-12-13 122117

@haoliuu haoliuu requested a review from a team December 18, 2024 06:13

This comment has been minimized.

@haoliuu
Copy link
Author

haoliuu commented Dec 18, 2024

@microsoft-github-policy-service agree company="Microsoft"

Copy link

@yeelam-gordon yeelam-gordon left a comment

Choose a reason for hiding this comment

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

Probably we should learn where is the reliable data source from the mapping.

{
return letter switch
{
LetterKey.VK_K => new[] { "ḱ" },

Choose a reason for hiding this comment

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

Do we need to add more?
I don't know where are others come from, while from this wiki:
https://en.wikipedia.org/wiki/Proto-Indo-European_language#CITEREFFortson2010
Looks like (I don't know how to systematically extract) there is more than just this.

Copy link
Author

Choose a reason for hiding this comment

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

Based on the commit history of PowerAccent, my understanding is that it's more like an "on-demand" approach rather than “pull in everything”. For example, #33550.
This change targets to the bug fix of #35471 with clear requirements so I'd recommend we control the blast radius here. Please let me know your thoughts :)

Actually, I'm using this PR to walk myself through the contributing process to see if there's any potential issues for our team.

@haoliuu haoliuu marked this pull request as ready for review December 18, 2024 08:16
@haoliuu haoliuu requested a review from a team December 18, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants