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

[UserGuide] Automate handling of downloaded .md translations #3330

Open
imnasnainaec opened this issue Aug 26, 2024 · 0 comments
Open

[UserGuide] Automate handling of downloaded .md translations #3330

imnasnainaec opened this issue Aug 26, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation maintenance Issue that makes it difficult to maintain the software or to upgrade installations post-release.

Comments

@imnasnainaec
Copy link
Collaborator

There are several modifications necessary to .md files downloaded from Crowdin (translations of our User Guide files). Some of them have been automated with tools in Crowdin, but one big one remains: some, but not all, of the images are localized, and for those that are localized, the url within the file needs to be changed from .png to .[es/zh].png.

Options:

  • Duplicate the non-localized images as if they were localized and add them to the repo.
  • Write a script to make those updates depending on whether the localized file is available.
  • Have a User Guide pre-build/serve step that duplicates the non-localized images temporarily.

The third is preferable if not too complicated.

@imnasnainaec imnasnainaec added documentation Improvements or additions to documentation maintenance Issue that makes it difficult to maintain the software or to upgrade installations post-release. labels Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation maintenance Issue that makes it difficult to maintain the software or to upgrade installations post-release.
Projects
None yet
Development

No branches or pull requests

2 participants
@imnasnainaec and others