-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Translation .pot build replaces '/' with '\' in Windows. #597
Copy link
Copy link
Closed
Labels
[Priority] LowUsed to indicate that the issue at hand isn't a top priority to address and can be handled laterUsed to indicate that the issue at hand isn't a top priority to address and can be handled later[Type] Build ToolingIssues or PRs related to build toolingIssues or PRs related to build tooling
Description
The dreaded Windows slash debacle appears to be present in the translation build. Yes, I am one of those terrible Windows users 😲. I am not familiar with how the build works, otherwise I would be glad to patch. When the .pot file is built instead of:
blocks/components/editable/index.js:38
You get:
blocks\components\editable\index.js:38
Currently in all of my PRs I don't stage the .pot file for commit and hopefully the changes get put in on someone else's PR. Most likely node's resolve() is changing the resolve to match Windows' paths since I am on Windows?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Priority] LowUsed to indicate that the issue at hand isn't a top priority to address and can be handled laterUsed to indicate that the issue at hand isn't a top priority to address and can be handled later[Type] Build ToolingIssues or PRs related to build toolingIssues or PRs related to build tooling
Type
Fields
Give feedbackNo fields configured for issues without a type.