-
Notifications
You must be signed in to change notification settings - Fork 2
Update for STET #251
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
Update for STET #251
Conversation
TS provided updates
These all pass locally, we'll see if github action servers can get through them before test timeouts
Requested by TS
Due to github actions server slowness
By request of TS and PO
| @@ -0,0 +1,23 @@ | |||
| TRANSLATED_HEADER_PHRASES_TABLE: dict[str, str] = { | |||
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.
This approach is fine for now, but I'd love to explore the idea of encoding this information in the template doc rather than hard-coding it in the source. In that scenario, when there are corrections/updates to the translated text we can just update the DOCX instead of having to recompile.
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.
Good idea, I will work toward that, thank you.
Uh oh!
There was an error while loading. Please reload this page.