-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Fix loc issue #15689
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 loc issue #15689
Conversation
|
This PR doesn't cover all the articles with this problem, but covered most of them. |
|
@JasonCard after we merge this PR, can you make sure to follow up and see if the issue is addressed for loc? Thanks. |
mairaw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Youssef1313!
|
@mairaw @Youssef1313 Thank you for working on this fix. Yes, I'll follow up to check if this issue is resolved. |
* Fix loc issue * Update index.md * Update filter-element-for-add-for-listeners-for-source.md * Update cryptoclass-element.md * Update clear-element-for-listeners-for-source.md * Update remove-element-for-listeners-for-source.md * Update filter-element-for-add-for-listeners-for-trace.md * Update clear-element-for-bypasslist-network-settings.md * Update cryptoclass-element.md * Update index.md * Update clear-element-for-listeners-for-source.md * Update filter-element-for-add-for-listeners-for-source.md * Update filter-element-for-add-for-listeners-for-trace.md * Update remove-element-for-listeners-for-source.md * Update remove-element-for-listeners-for-trace.md * Update oidentry-element.md * Update clear-element-for-listeners-for-trace.md * Update filter-element-for-add-for-sharedlisteners.md * Update clear-element-for-authenticationmodules-network-settings.md * Update clear-element-for-connectionmanagement-network-settings.md * Update webproxyscript-element-network-settings.md * Update add-element-for-listeners-for-source.md * Update provideroption-element.md * Update section-element.md * Update index.md * Update index.md * Update index.md * Update oidmap-element.md * Update add-element-for-connectionmanagement-network-settings.md * Update clear-element-for-webrequestmodules-network-settings.md * Update module-element-network-settings.md * Update remove-element-for-authenticationmodules-network-settings.md * Update remove-element-for-connectionmanagement-network-settings.md * Update remove-element-for-webrequestmodules-network-settings.md * Update smtp-element-network-settings.md * Update add-element-for-listeners-for-trace.md * Update cryptonamemapping-element.md * Update add-element-for-authenticationmodules-network-settings.md * Update add-element-for-webrequestmodules-network-settings.md * Update bypasslist-element-network-settings.md * Update clear-element-for-schemesettings-uri-settings.md * Update defaulthttpcachepolicy-element-network-settings.md * Update ipv6-element-network-settings.md * Update performancecounter-element-network-settings.md * Update clear-element-for-schemesettings-uri-settings.md * Update defaulthttpcachepolicy-element-network-settings.md * Update network-element-network-settings.md * Update remove-element-for-schemesettings-uri-settings.md * Update servicepointmanager-element-network-settings.md * Update add-element-for-switches.md * Update listeners-element-for-trace.md * Update source-element.md * Update compiler-element.md * Update add-element-for-schemesettings-uri-settings.md * Update defaultftpcachepolicy-element-network-settings.md * Update httpwebrequest-element-network-settings.md * Update proxy-element-network-settings.md * Update clear-element-for-appsettings.md * Update mailsettings-element-network-settings.md * Update index.md * Update add-element-for-custom-2.md * Update add-element-for-appsettings.md * Update remove-element-for-appsettings.md * Update httplistener-element-network-settings.md * Update socket-element-network-settings.md * Update add-element-for-sharedlisteners.md * Update cryptographysettings-element.md * Update authenticationmodules-element-network-settings.md * Update connectionmanagement-element-network-settings.md * Update settings-element-network-settings.md * Update assert-element.md * Update sources-element.md * Update switches-element.md * Update clear-element-for-custom-2.md * Update remove-element-for-configsections.md * Update remove-element-for-custom-2.md * Update mailsettings-element-network-settings.md * Update sectiongroup-element-for-configsections.md * Update linkedconfiguration-element.md * Update compilers-element.md * Fix lint error
|
@mairaw, seems like this didn't fix the issue. 😢 cc: @JasonCard |
|
@Youssef1313 @mairaw I'm sorry for the delayed update on this. I was monitoring for this fix to publish for loc, but after investigation found that all of our localized update commits to dotnet/docs loc repos were failing since 11/12. We've found the root cause, but having difficulty resolving the issue, so currently working on a workaround to have all affected files committed and published by Monday. Will update. |
|
@Youssef1313 @mairaw It's fixed now, although MT engine is adding an extra space before closing brackets, so I will follow up to see if that can be fixed on MT engine side: |
|
@Youssef1313 @mairaw We have a question, are the escape/backslash chars () before the opening brackets (<) necessary? If those are removed, then those elements will be blocked from translation. If those are needed, then we can request for feature to update our transformer to block them even in those cases. |
|
yes, they are; otherwise, they are not rendered @JasonCard Compare here on the preview: Look like it will render: with the escape: without the escape |
|
Thank you for confirming. I will request for a feature to update our transformer to block those even with the escape char, so no fix is needed on your end. Will update on this. |
|
Can you do one as a test @JasonCard? |


This is how the article currently show in the localized versions:
I think the changes I made would fix that.