-
Notifications
You must be signed in to change notification settings - Fork 636
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
DYN-7480 Source-level Localization Pipeline - Node Help Docs #15747
Conversation
After a several tests I realized that the .resx files with localized strings can be added directly to the project directory location (csproj) level without the need of using Visual Studio. Usually when using Visual Studio for adding resources the <EmbeddedResource> tag is added inside the .csproj file but in this case after testing the localization for other languages was working as expected without using Visual Studio for adding resources. Also the Access Modifier for resx files localized can have the value "No code generation" and the localization in still working.
Extend file_rules to include all *en-US.resx files under src in the repository.
Add file_rules to include DYN Samples files.
content_owner: N/A | ||
lang: [csy, deu, esp, fra, ita, jpn, kor, plk, ptb, rus, chs, cht] | ||
file_rules: | ||
- doc\distrib\NodeHelpFiles\en-US\*.md, doc\distrib\NodeHelpFiles\%langMsNet%\*.md |
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.
Only node help docs source level localization turned on for now
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.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7480
The only change was in ContinuousLocalization.yml? |
UI Smoke TestsTest: success. 11 passed, 0 failed. |
I think so, the changes on md files contribute most of the file changes |
Purpose
Enable node help docs source level localization pipeline. This PR includes:
.adsk
folder specifying automation from localization teamAfter this PR merged, changes to existing node help docs and addition of new ones will trigger downside pipeline for CL bot to make new PRs to add/update localization, pending Dynamo team to approve.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Enable node help docs source level localization pipeline
Reviewers
@DynamoDS/dynamo
FYIs
@ZbynekHanak-RWS