Skip to content

[zh] Strip away embedded HTML en fragments #4602

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

Merged

Conversation

chalin
Copy link
Contributor

@chalin chalin commented Jun 5, 2024

Follow through of:

For the record, here are the commands I used:

find content/zh -name '*.md' -exec perl -i -0777 -pe 's/<!--.*?-->//gs' {} \;
find content/zh -name '*.md' -print0 | xargs -0 perl -i -0777 -pe 's/\n{2,}/\n\n/gs'

@chalin chalin added cleanup/refactoring i18n Internationalization and localization lang:zh labels Jun 5, 2024
@chalin chalin requested review from a team June 5, 2024 16:24
@chalin chalin mentioned this pull request Jun 5, 2024
54 tasks
@chalin chalin force-pushed the chalin-zh-page-no-inlined-en-2024-06-05 branch from 5f70b3a to 9de610a Compare June 5, 2024 16:28
@chalin chalin force-pushed the chalin-zh-page-no-inlined-en-2024-06-05 branch 2 times, most recently from 22b2d1f to 7450e56 Compare June 5, 2024 17:41
@chalin chalin force-pushed the chalin-zh-page-no-inlined-en-2024-06-05 branch from 7450e56 to a9f6c66 Compare June 6, 2024 13:52
@svrnm svrnm merged commit 1d9a1df into open-telemetry:main Jun 6, 2024
15 checks passed
@chalin chalin deleted the chalin-zh-page-no-inlined-en-2024-06-05 branch June 6, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup/refactoring i18n Internationalization and localization lang:zh
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants