fix(docs): update translation image paths for cuav_x25-evo#26959
Merged
fix(docs): update translation image paths for cuav_x25-evo#26959
Conversation
|
No broken links found in changed files. |
2e67fbe to
7d6d446
Compare
The asset file was renamed from X25-EVO.jpg to x25_evo.jpg in git but all four locale files (en, ko, uk, zh) still referenced the old name. macOS hid this because its filesystem is case-insensitive, but Linux CI (case-sensitive) intermittently failed to resolve the reference during Rollup bundling. Fixes #26958 Signed-off-by: Ramon Roche <mrpollo@gmail.com>
7d6d446 to
fbe7214
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR #26882 (Update CUAV X25 Series Doc) renamed the hero image from
X25-EVO.jpgtox25_evo.jpgand updated the English page, but the three Crowdin-managed translation files (ko, uk, zh) still reference the old filename. On Linux CI (case-sensitive FS), VitePress fails to resolve the deleted file. This has been breaking the T3 Build Site job on main since #26882 was merged.Updates the image path in all three translation files to match.
Fixes #26958