You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enable node help docs source level localization pipeline. This PR includes:
yml file under .adsk folder specifying automation from localization team
reorganization of node help docs md files
initial batch of localized md files in each language folder (contributing the large number of files)
After 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.
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.
The reason will be displayed to describe this comment to others. Learn more.
Only node help docs source level localization turned on for now
QilongTang
changed the title
Source-level Localization Pipeline - Node Help Docs
DYN-7480 Source-level Localization Pipeline - Node Help Docs
Jan 8, 2025
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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