-
Notifications
You must be signed in to change notification settings - Fork 143
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
New Package : typos fixed for French language #106
Conversation
Collection of typos fixed for French language
HI, I already ship a typo fixer also for french on my package (include also other languages) https://github.com/Mte90/espanso-typofixer Maybe we can join the effort? |
No response, closing |
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.
A few - trigger:
/replace:
pairs where the two words are the same.
propagate_case: true | ||
word: true | ||
- trigger: pratique | ||
replace: pratique |
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.
Aren't these the same?
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.
Yup, we can add a lint to check if we have two colliding triggers, that would be nice
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.
Yup, we can add a lint to check if we have two colliding triggers, that would be nice
Well, it's not colliding triggers so much as trigger/replace pairs that don't actually change anything.
propagate_case: true | ||
word: true | ||
- trigger: public | ||
replace: public |
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.
And these?
And several others below.
Collection of typos fixed for French language