diff options
| author | sid <sidtosh4@gmail.com> | 2024-08-15 16:41:43 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-09-04 23:12:00 +0300 |
| commit | 49a58cf7433e8438f9151d7b84fd2620c7e95632 (patch) | |
| tree | 46dc73e1ba34ddc8e16ec73db79034326e7f0932 /docs | |
| parent | 7071ee632c291a2caa1c73ca003d9829ba630a09 (diff) | |
| download | meson-49a58cf7433e8438f9151d7b84fd2620c7e95632.tar.gz | |
modules/gnome: Make 'gnome.yelp()' install actual media with symlinks
In cases, when localized media files are provided by some languages,
we need to use 'gnome.yelp ()' with 'symlink_media: false' which
copies all files from 'C' locale in addition to the localized
media. This wastes storage space. The alternative is to use
'symlink_media: true' which symlinks entirely to 'C' media files
ignoring localized media files.
As a middle ground, if the localized media file exists in the source
tree for a language, we use that file rather than symlinking to 'C'
media with the same filename even when 'symlink_media: true'. This
saves storage space.
If there are no localized media files in non-C language, the existing
behaviour is maintained.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
