-
Notifications
You must be signed in to change notification settings - Fork 281
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
formatting & translations: add support for prefix strokes #1157
formatting & translations: add support for prefix strokes #1157
Conversation
plover/formatting.py
Outdated
@@ -576,6 +578,8 @@ def __init__(self, | |||
|
|||
upper_carry -- True if we are uppercasing the current word. | |||
|
|||
word_is_finished -- True if word is finished. | |||
|
|||
othography -- True if orthography rules should be applies when adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really related to this pull request, but there's a typo in the variable name in this line of the docstring.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a very powerful feature. I'm excited to document it in the dictionary format wiki
Added news and typo correction, please merge @benoit-pierre if you're okay with the wording. |
Even if the theory is not configured.
Don't strip initial "/".
65a9b1c
to
3a76e3e
Compare
Summary of changes
Prefix strokes only match at the beginning of a word: this is useful for orthographic theories with explicit spacing (like Melani).
Needed for #987.
Pull Request Checklist