GNOME Bugzilla – Bug 690561
Allow HELP_FILES in subdirectories
Last modified: 2018-05-22 12:44:30 UTC
The only way to get SVG files translatable is to treat them as HELP_FILES rather than HELP_MEDIA. However, placing HELP_FILES inside a subdirectory will not work, they need to live in the root. Either HELP_FILES should be allowed to live in ./figures or HELP_MEDIA should be processed for translation in case they are SVG. (see gnome-getting-started-docs) for a use case).
yelp.m4 line 90, there's a single itstool call that outputs all the translated HELP_FILES for a language. But itstool doesn't recreate directory structures when invoked like this. So either itstool has to learn how to somehow do this (not sure the best approach on that) or yelp.m4 has to call itstool once per file (slow).
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/yelp-tools/issues/7.