Commit 415636d
committed
book: work around lagging translations' image paths
At some stage in 2017, the progit2 layout was changed so that all images
live in a central location. The `saveImage` method was written with that
layout in mind.
However, there is at least one translation that has not switched to the
new layout yet, and its images are in a location relative to the
respective chapters' source files that reference them.
Let's make sure that we handle those layouts correctly, too, then.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent b0cc3a9 commit 415636d
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
186 | 197 | | |
187 | 198 | | |
188 | 199 | | |
| |||
0 commit comments