Skip to content

Remove filename conventions for do-not-translate in revcheck#319

Open
alfsb wants to merge 1 commit into
php:masterfrom
alfsb:dnt2
Open

Remove filename conventions for do-not-translate in revcheck#319
alfsb wants to merge 1 commit into
php:masterfrom
alfsb:dnt2

Conversation

@alfsb

@alfsb alfsb commented Jul 9, 2026

Copy link
Copy Markdown
Member

This is the final part of removing filename conventions for do-not-translate files in revcheck lib.

No big changes here, but this may make third_party_ext_documentation a little less surprising, and easier to debug. Depends on doc-en 5662. Plan to merge it by next friday, if output of revchecks of all languages show no differences.

Comments and reviews wellcome.


// Only in translations

if ( $filename == "translation.xml" )

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What is this file? Why is it ignored here?

if ( $filename == "translation.xml" )
return true;

// At least, do not ignore

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I really hate code comments. If you could remove the comments from this function while you are at it, it would be great.

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.

2 participants