-
Notifications
You must be signed in to change notification settings - Fork 936
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[codemod] Adapt sentences of action/conditions
- Loading branch information
Showing
28 changed files
with
760 additions
and
1,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2f8840b
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.
I was looking at my video extension, and your commit has put a lot of descriptions in bulk!
2f8840b
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.
One case for example:
_("Do _PARAM1__PARAM2_ to the volume of _PARAM0_"),
go to
_("the volume"),
There are lot of cases like this one.
2f8840b
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.
I will open a PR for recover all these issues.
2f8840b
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.
@Bouh Weird, useStandardRelationalOperatorParameters should make the proper sentences..
2f8840b
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.
I see no
useStandardRelationalOperatorParameters
on actions with an getter in JS extensions.2f8840b
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 if i set
useStandardRelationalOperatorParameters
nothing happend.This doesn't work:
2f8840b
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.
For actions, use
useStandardOperatorParameters
2f8840b
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.
OK good for
useStandardOperatorParameters
This add "Change" at the start of sentence. 👍Working, i will fix that, thank you!
EDIT: Fix here #1552