Skip to content
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

Fix unescaped curly braces in localized string #850

Merged
merged 2 commits into from
Jan 10, 2023

Conversation

vicroms
Copy link
Member

@vicroms vicroms commented Jan 10, 2023

@vicroms vicroms requested a review from JavierMatosD January 10, 2023 21:11
@vicroms vicroms merged commit 5b42ee2 into microsoft:main Jan 10, 2023
"PortBugMissingLicense": "The software license must be available at ${CURRENT_PACKAGES_DIR}/share/{spec}/copyright",
"_PortBugMissingLicense.comment": "'{CURRENT_PACKAGES_DIR}' should not be translated. An example of {spec} is zlib:x64-windows.",
"PortBugMissingLicense": "The software license must be available at ${{CURRENT_PACKAGES_DIR}}/share/{spec}/copyright",
"_PortBugMissingLicense.comment": "An example of {spec} is zlib:x64-windows.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment indicates that msg::spec isn't the best argument placeholder to use -- we probably should use msg::package_name instead.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted, will add it as a drive-by fix in my export-port PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

${{PORT}} instead of spec?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vcpkg crashes on missing license post-build lint warning
4 participants