Skip to content
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

MD File Localization Proposal #15543

Open
wants to merge 4 commits into
base: master_cl
Choose a base branch
from

Commits on Oct 11, 2024

  1. md_files_localization

    During my research about adding the .resx files to all the projects for each language noticed that also we need to have the fallback_docs folder for each language.
    Then in this PR I'm proposing a change in the DynamoCore.csproj file for copying the md files to the fallback_docs inside each language folder, not sure if this change is needed due that we need to be sure that localization team has the changes for translating the md files once they are in this new location.
    RobertGlobant20 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8568740 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. md_files_localization

    moving md files to the en-US folder and updating the DynamoCore.csproj for copying the files from the new location.
    RobertGlobant20 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cf6b614 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. md_files_localization fix

    Fix that will be copying all the md files inside each language folder like Dynamo\doc\distrib\NodeHelpFiles\en-US to the output path: Dynamo\bin\AnyCPU\Debug\en-US\fallback_docs
    RobertGlobant20 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8d76777 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. md_files_localization fix

    I've updated the csproj file for using only one entry for copying the SAT and TXT files from en-US folder to each folder language.
    RobertGlobant20 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b966b06 View commit details
    Browse the repository at this point in the history