Skip to content

Conversation

nickshulman
Copy link
Contributor

@nickshulman nickshulman commented Sep 19, 2024

I made a tool "TutorialLocalizer" in "pwiz_tools\Skyline\Executables\DevTools".
It looks at the "index.html" and "invariant.html" files in the pwiz_tools\Skyline\Documentation\Tutorials folders and produces a file called "MergedTutorials.zip" which has all of the English tutorials, and then has localized "index.html" files which is the latest version of the English index.html with as much localized text substituted in.
The .zip file also contains "localization_ja.csv" and "localization_zh-CHS.csv" which contain the strings that we would want to send off to the localizers.

@nickshulman nickshulman requested a review from chambm September 20, 2024 18:07
@chambm
Copy link
Member

chambm commented Sep 20, 2024

Have you looked at Executables/Installer/Jamfile.jam? It'll be like that, without the testing stuff. Basically copy your changes into a new Jamfile.jam in that new location, and copy over the build-properties rule as well. Then decide whether you want that to be built every time or only explicitly.

If you want me to do it, no problem, but I won't be able to do it today. I can do it next week.

@nickshulman nickshulman marked this pull request as ready for review September 26, 2024 17:16
@nickshulman nickshulman merged commit 5bd64cb into master Sep 26, 2024
10 checks passed
@nickshulman nickshulman deleted the Skyline/work/20240919_TutorialLozalizationTool branch September 26, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants