You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or 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
In composer wp-cli/i18n-command package is added. Script makepot is kept to generate POT file so that user can generate POT file like this command composer run makepot
I think the button disappears after a 90 days or so (when the logs are deleted). So simply make a change (e.g. merge in the main branch or so) to trigger tests again :)
By the way, I just had a look at this again and I think in favor of the addtextdomain task we could install WPCS via Composer. What do you think? Probably for a follow-up PR though, so we can get the config right.
Yeah, although that requires old_text_domain to be set for some reason, so maybe not great. So let's forget this for now :-) You don't really need it in a newly scaffolded plugin anyway.
I see we actually have templates/.phpcs.xml.dist already, so installing PHPCS via Composer would be good thing for a next PR though.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #140
plugin-gruntfile.mustache
is removed.plugin-packages.mustache
is removed.plugin-composer.mustache
is added.vendor/
is added inplugin-gitignore.mustache
wp-cli/i18n-command
package is added. Scriptmakepot
is kept to generate POT file so that user can generate POT file like this commandcomposer run makepot